You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/01/20 00:09:03 UTC

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 124 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/124/

7 tests failed.
FAILED:  org.apache.lucene.search.TestIntRangeFieldQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([9629583554820A69:117E25BAC5DB76E9]:0)
	at java.util.Arrays.copyOf(Arrays.java:3308)
	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader.<init>(CompressingStoredFieldsIndexReader.java:106)
	at org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.<init>(CompressingTermVectorsReader.java:125)
	at org.apache.lucene.codecs.compressing.CompressingTermVectorsFormat.vectorsReader(CompressingTermVectorsFormat.java:91)
	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:128)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:702)
	at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:865)
	at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
	at org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:293)
	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:160)
	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:75)
	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.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)


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

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestLargeCluster

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster:     1) Thread[id=2549, name=AutoscalingActionExecutor-592-thread-1, state=RUNNABLE, group=TGRP-TestLargeCluster]         at org.apache.solr.client.solrj.cloud.autoscaling.Policy.setApproxValuesAndSortNodes(Policy.java:345)         at org.apache.solr.client.solrj.cloud.autoscaling.Suggester.testChangedMatrix(Suggester.java:220)         at org.apache.solr.client.solrj.cloud.autoscaling.MoveReplicaSuggester.tryEachNode(MoveReplicaSuggester.java:62)         at org.apache.solr.client.solrj.cloud.autoscaling.MoveReplicaSuggester.init(MoveReplicaSuggester.java:32)         at org.apache.solr.client.solrj.cloud.autoscaling.Suggester.getSuggestion(Suggester.java:124)         at org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:74)         at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:296)         at org.apache.solr.cloud.autoscaling.ScheduledTriggers$$Lambda$375/1694897820.run(Unknown Source)         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)         at java.util.concurrent.FutureTask.run(FutureTask.java:266)         at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)         at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$114/1664044897.run(Unknown Source)         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:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster: 
   1) Thread[id=2549, name=AutoscalingActionExecutor-592-thread-1, state=RUNNABLE, group=TGRP-TestLargeCluster]
        at org.apache.solr.client.solrj.cloud.autoscaling.Policy.setApproxValuesAndSortNodes(Policy.java:345)
        at org.apache.solr.client.solrj.cloud.autoscaling.Suggester.testChangedMatrix(Suggester.java:220)
        at org.apache.solr.client.solrj.cloud.autoscaling.MoveReplicaSuggester.tryEachNode(MoveReplicaSuggester.java:62)
        at org.apache.solr.client.solrj.cloud.autoscaling.MoveReplicaSuggester.init(MoveReplicaSuggester.java:32)
        at org.apache.solr.client.solrj.cloud.autoscaling.Suggester.getSuggestion(Suggester.java:124)
        at org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:74)
        at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:296)
        at org.apache.solr.cloud.autoscaling.ScheduledTriggers$$Lambda$375/1694897820.run(Unknown Source)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$114/1664044897.run(Unknown Source)
        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([6F4E12AC6FF7631]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestLargeCluster

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=2549, name=AutoscalingActionExecutor-592-thread-1, state=RUNNABLE, group=TGRP-TestLargeCluster]         at org.apache.solr.client.solrj.cloud.autoscaling.Policy.lambda$setApproxValuesAndSortNodes$10(Policy.java:344)         at org.apache.solr.client.solrj.cloud.autoscaling.Policy$$Lambda$403/1051050449.compare(Unknown Source)         at java.util.TimSort.countRunAndMakeAscending(TimSort.java:360)         at java.util.TimSort.sort(TimSort.java:234)         at java.util.Arrays.sort(Arrays.java:1512)         at java.util.ArrayList.sort(ArrayList.java:1454)         at java.util.Collections.sort(Collections.java:175)         at org.apache.solr.client.solrj.cloud.autoscaling.Policy.setApproxValuesAndSortNodes(Policy.java:344)         at org.apache.solr.client.solrj.cloud.autoscaling.Suggester.testChangedMatrix(Suggester.java:220)         at org.apache.solr.client.solrj.cloud.autoscaling.MoveReplicaSuggester.tryEachNode(MoveReplicaSuggester.java:62)         at org.apache.solr.client.solrj.cloud.autoscaling.MoveReplicaSuggester.init(MoveReplicaSuggester.java:32)         at org.apache.solr.client.solrj.cloud.autoscaling.Suggester.getSuggestion(Suggester.java:124)         at org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:74)         at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:296)         at org.apache.solr.cloud.autoscaling.ScheduledTriggers$$Lambda$375/1694897820.run(Unknown Source)         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)         at java.util.concurrent.FutureTask.run(FutureTask.java:266)         at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)         at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$114/1664044897.run(Unknown Source)         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:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=2549, name=AutoscalingActionExecutor-592-thread-1, state=RUNNABLE, group=TGRP-TestLargeCluster]
        at org.apache.solr.client.solrj.cloud.autoscaling.Policy.lambda$setApproxValuesAndSortNodes$10(Policy.java:344)
        at org.apache.solr.client.solrj.cloud.autoscaling.Policy$$Lambda$403/1051050449.compare(Unknown Source)
        at java.util.TimSort.countRunAndMakeAscending(TimSort.java:360)
        at java.util.TimSort.sort(TimSort.java:234)
        at java.util.Arrays.sort(Arrays.java:1512)
        at java.util.ArrayList.sort(ArrayList.java:1454)
        at java.util.Collections.sort(Collections.java:175)
        at org.apache.solr.client.solrj.cloud.autoscaling.Policy.setApproxValuesAndSortNodes(Policy.java:344)
        at org.apache.solr.client.solrj.cloud.autoscaling.Suggester.testChangedMatrix(Suggester.java:220)
        at org.apache.solr.client.solrj.cloud.autoscaling.MoveReplicaSuggester.tryEachNode(MoveReplicaSuggester.java:62)
        at org.apache.solr.client.solrj.cloud.autoscaling.MoveReplicaSuggester.init(MoveReplicaSuggester.java:32)
        at org.apache.solr.client.solrj.cloud.autoscaling.Suggester.getSuggestion(Suggester.java:124)
        at org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:74)
        at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:296)
        at org.apache.solr.cloud.autoscaling.ScheduledTriggers$$Lambda$375/1694897820.run(Unknown Source)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$114/1664044897.run(Unknown Source)
        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([6F4E12AC6FF7631]:0)


FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: collection1
	at __randomizedtesting.SeedInfo.seed([4871E8FE57C7E3E9:8AC6D49654871391]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:137)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:117)
	at org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting(CloudSolrClientTest.java:308)
	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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
	... 44 more


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testNodeLost

Error Message:
no IGNORED events

Stack Trace:
java.lang.AssertionError: no IGNORED events
	at __randomizedtesting.SeedInfo.seed([6F4E12AC6FF7631:B9E12FD4451513B7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testNodeLost(TestLargeCluster.java:369)
	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.SharedFSAutoReplicaFailoverTest.test

Error Message:
Could not load collection from ZK: solrj_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: solrj_collection
	at __randomizedtesting.SeedInfo.seed([6F4E12AC6FF7631:8EA0DEF068031BC9]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:137)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:117)
	at org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.assertSliceAndReplicaCount(SharedFSAutoReplicaFailoverTest.java:396)
	at org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:221)
	at org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:144)
	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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/solrj_collection/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
	... 47 more




Build Log:
[...truncated 2448 lines...]
   [junit4] Suite: org.apache.lucene.search.TestIntRangeFieldQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIntRangeFieldQueries -Dtests.method=testRandomBig -Dtests.seed=9629583554820A69 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=sr-Latn-ME -Dtests.timezone=America/Nipigon -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   2048s J0 | TestIntRangeFieldQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9629583554820A69:117E25BAC5DB76E9]:0)
   [junit4]    > 	at java.util.Arrays.copyOf(Arrays.java:3308)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader.<init>(CompressingStoredFieldsIndexReader.java:106)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.<init>(CompressingTermVectorsReader.java:125)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingTermVectorsFormat.vectorsReader(CompressingTermVectorsFormat.java:91)
   [junit4]    > 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:128)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]    > 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:702)
   [junit4]    > 	at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:865)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
   [junit4]    > 	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:293)
   [junit4]    > 	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:160)
   [junit4]    > 	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:75)
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/J0/temp/lucene.search.TestIntRangeFieldQueries_9629583554820A69-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=5, maxDocsPerChunk=9, blockSize=1), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=5, blockSize=1)), sim=RandomSimilarity(queryNorm=false): {}, locale=sr-Latn-ME, timezone=America/Nipigon
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=408230168,total=452984832
   [junit4]   2> NOTE: All tests run in this JVM: [TestNot, TestPersistentSnapshotDeletionPolicy, TestMultiPhraseQuery, TestReadOnlyIndex, TestBytesStore, TestIndexableField, TestSimpleSearchEquivalence, TestSloppyMath, TestTotalHitCountCollector, Test2BBKDPoints, TestStressIndexing, TestMergePolicyWrapper, TestSimpleExplanations, TestIndexWriterMaxDocs, TestBinaryDocValuesUpdates, TestMultiTermQueryRewrites, TestLucene50TermVectorsFormat, TestIndexWriterNRTIsCurrent, TestMultiThreadTermVectors, TestFieldMaskingSpanQuery, TestIndexReaderClose, TestCharArrayMap, TestSimpleAttributeImpl, TestBytesRef, TestNumericUtils, TestBinaryTerms, TestRegexpRandom, TestStandardAnalyzer, TestOmitNorms, TestCrashCausesCorruptIndex, TestNearSpansOrdered, TestSimpleFSDirectory, TestNoDeletionPolicy, TestWildcardRandom, TestSloppyPhraseQuery, TestAutomaton, TestIndexWriterWithThreads, TestPagedBytes, TestCodecHoldsOpenFiles, TestPerFieldPostingsFormat, TestSpanBoostQuery, TestMatchAllDocsQuery, TestDocsWithFieldSet, TestIndexWriter, TestRadixSelector, TestBooleanScorer, TestLucene70SegmentInfoFormat, TestUniqueTermCount, TestBlockPostingsFormat2, TestDocIDMerger, TestAllFilesCheckIndexHeader, TestCharFilter, TestCodecs, TestDocsAndPositions, TestBagOfPositions, Test2BPoints, TestLogMergePolicy, TestStringHelper, TestPerSegmentDeletes, TestBoolean2, TestTermVectorsWriter, TestDelegatingAnalyzerWrapper, TestMultiTermsEnum, TestSmallFloat, TestCachingCollector, TestGeoUtils, TestFilterCodecReader, TestFlushByRamOrCountsPolicy, TestUTF32ToUTF8, TestIndexInput, TestDocValuesRewriteMethod, TestLongRangeFieldQueries, TestBooleanMinShouldMatch, TestTermVectors, TestMathUtil, TestSegmentCacheables, TestPerFieldDocValuesFormat, TestFSTs, TestPackedInts, TestGraphTokenizers, TestShardSearching, TestIndexWriterExceptions, TestDirectoryReaderReopen, TestSearchWithThreads, TestDocumentsWriterStallControl, TestConsistentFieldNumbers, TestLockFactory, TestSegmentMerger, TestFixedBitSet, TestRegexpRandom2, TestNRTCachingDirectory, TestFastDecompressionMode, TestFieldCacheRewriteMethod, TestTransactions, TestCrash, TestPerFieldPostingsFormat2, TestSort, TestFieldsReader, TestDocValuesIndexing, TestHugeRamFile, TestDeterminizeLexicon, Test2BDocs, TestCustomNorms, TestPostingsOffsets, TestTransactionRollback, TestFlex, TestSpanExplanations, TestStressIndexing2, TestRAMDirectory, TestDeterminism, TestBagOfPostings, TestCharTermAttributeImpl, TestOmitPositions, TestParallelLeafReader, TestThreadedForceMerge, TestStressNRT, TestSloppyPhraseQuery2, TestSameTokenSamePosition, TestDocCount, TestBinaryDocument, TestAutomatonQueryUnicode, TestRecyclingByteBlockAllocator, TestIsCurrent, TestNoMergeScheduler, TestNamedSPILoader, TestIndexWriterLockRelease, TestDemo, TestTwoPhaseCommitTool, TestCloseableThreadLocal, TestIndexWriterOnJRECrash, Test4GBStoredFields, TestReaderClosed, TestNGramPhraseQuery, TestScoreCachingWrappingScorer, TestIntsRef, TestIndexCommit, TestTerm, TestIOUtils, Test2BTerms, TestNewestSegment, TestByteArrayDataInput, Test2BPagedBytes, TestStopFilter, TestWordlistLoader, TestBytesRefAttImpl, TestPackedTokenAttributeImpl, TestBlockPostingsFormat, TestLucene50CompoundFormat, TestLucene50StoredFieldsFormat, TestIndexedDISI, TestGeoEncodingUtils, TestPolygon2D, TestDemoParallelLeafReader, TestIndexWriterThreadsToSegments, TestManyFields, TestMixedDocValuesUpdates, TestNRTReaderCleanup, TestNumericDocValuesUpdates, TestOneMergeWrappingMergePolicy, TestPointValues, TestSortedSetDocValues, TestSwappedIndexFiles, TestTerms, TestTryDelete, TestUpgradeIndexMergePolicy, FuzzyTermOnShortTermsTest, TermInSetQueryTest, TestBlendedTermQuery, TestBoolean2ScorerSupplier, TestBooleanRewrites, TestBoostQuery, TestConjunctionDISI, TestControlledRealTimeReopenThread, TestEarlyTermination, TestFilterWeight, TestIndexOrDocValuesQuery, TestIndexSearcher, TestIntRangeFieldQueries]
   [junit4] Completed [457/458 (1!)] on J0 in 2090.73s, 5 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/temp/junit4-J0-20180119_080810_7204598280772044064031.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid10895.hprof ...
   [junit4] Heap dump file created [511061391 bytes in 20.813 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 10732 lines...]
   [junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/init-core-data-001
   [junit4]   2> 0    INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 407  INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.e.j.u.log Logging initialized @27113ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 568  INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 600  INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 622  INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /aw_s/r
   [junit4]   2> 12913 WARN  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 23776 WARN  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 27052 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
   [junit4]   2> 27135 WARN  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 32064 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 33855 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_34136_hdfs____.it8z5v/webapp
   [junit4]   2> 42848 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34136
   [junit4]   2> 68831 WARN  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 68932 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 69645 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_33215_datanode____.hbvov7/webapp
   [junit4]   2> 71328 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33215
   [junit4]   2> 76643 WARN  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 76645 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 77020 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_36438_datanode____.o2ossj/webapp
   [junit4]   2> 78979 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[6F4E12AC6FF7631]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36438
   [junit4]   2> 85772 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/tempDir-001/hdfsBaseDir/data/data3/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/tempDir-001/hdfsBaseDir/data/data4/]]  heartbeating to localhost/127.0.0.1:42530) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 85978 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/tempDir-001/hdfsBaseDir/data/data1/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/tempDir-001/hdfsBaseDir/data/data2/]]  heartbeating to localhost/127.0.0.1:42530) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 88171 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x3b22002c24ff87: from storage DS-d0c45fbc-40e9-4605-b469-97c9e5395df4 node DatanodeRegistration(127.0.0.1:54556, datanodeUuid=90b70f1b-36b4-4254-a6bf-8b31ea6802d9, infoPort=36727, infoSecurePort=0, ipcPort=44484, storageInfo=lv=-56;cid=testClusterID;nsid=60063143;c=0), blocks: 0, hasStaleStorage: true, processing time: 14 msecs
   [junit4]   2> 88190 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x3b22002c24ff87: from storage DS-e39678f7-a7de-4e42-b1aa-97641e06f00c node DatanodeRegistration(127.0.0.1:54556, datanodeUuid=90b70f1b-36b4-4254-a6bf-8b31ea6802d9, infoPort=36727, infoSecurePort=0, ipcPort=44484, storageInfo=lv=-56;cid=testClusterID;nsid=60063143;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 88279 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x3b2200298a80b7: from storage DS-c7556cfe-e088-4a94-8c4d-5b466828d67a node DatanodeRegistration(127.0.0.1:60789, datanodeUuid=bcdfce4b-acbf-48b0-a5b6-c8a6b20a46df, infoPort=33380, infoSecurePort=0, ipcPort=36378, storageInfo=lv=-56;cid=testClusterID;nsid=60063143;c=0), blocks: 0, hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 88291 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x3b2200298a80b7: from storage DS-f1a5a1fb-8572-4592-b5ea-d5c91eccc6c0 node DatanodeRegistration(127.0.0.1:60789, datanodeUuid=bcdfce4b-acbf-48b0-a5b6-c8a6b20a46df, infoPort=33380, infoSecurePort=0, ipcPort=36378, storageInfo=lv=-56;cid=testClusterID;nsid=60063143;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 94138 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 94218 INFO  (Thread-111) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 94218 INFO  (Thread-111) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 94695 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.ZkTestServer start zk server on port:47805
   [junit4]   2> 97980 ERROR (Thread-111) [    ] 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> 98449 INFO  (zkConnectionManagerCallback-2-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 99443 INFO  (zkConnectionManagerCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 99582 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 99744 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 99760 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 99793 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 99800 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 99878 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 99931 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 100026 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 100029 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 100032 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 100037 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 100043 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 109168 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 110646 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 110646 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 110649 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 110679 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@130c9fa5{/aw_s/r,null,AVAILABLE}
   [junit4]   2> 110731 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@71f2832c{HTTP/1.1,[http/1.1]}{127.0.0.1:58656}
   [junit4]   2> 110731 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.Server Started @137440ms
   [junit4]   2> 110731 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT, hostContext=/aw_s/r, hostPort=58656, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/control-001/cores}
   [junit4]   2> 110821 ERROR (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 110830 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 110830 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 110830 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 110881 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-19T20:08:32.947Z
   [junit4]   2> 112164 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 112813 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112819 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 112821 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/control-001/solr.xml
   [junit4]   2> 113394 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 113394 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 114375 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4b81ee5e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 115286 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47805/solr
   [junit4]   2> 115371 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115555 INFO  (zkConnectionManagerCallback-12-thread-1-processing-n:127.0.0.1:58656_aw_s%2Fr) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 117631 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 117634 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58656_aw_s%2Fr
   [junit4]   2> 117645 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.Overseer Overseer (id=99378298685423620-127.0.0.1:58656_aw_s%2Fr-n_0000000000) starting
   [junit4]   2> 120902 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58656_aw_s%2Fr
   [junit4]   2> 120957 INFO  (zkCallback-11-thread-1-processing-n:127.0.0.1:58656_aw_s%2Fr) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 121311 DEBUG (OverseerAutoScalingTriggerThread-99378298685423620-127.0.0.1:58656_aw_s%2Fr-n_0000000000) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 121344 DEBUG (OverseerAutoScalingTriggerThread-99378298685423620-127.0.0.1:58656_aw_s%2Fr-n_0000000000) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 123597 DEBUG (OverseerAutoScalingTriggerThread-99378298685423620-127.0.0.1:58656_aw_s%2Fr-n_0000000000) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:58656_aw_s%2Fr]
   [junit4]   2> 123597 DEBUG (OverseerAutoScalingTriggerThread-99378298685423620-127.0.0.1:58656_aw_s%2Fr-n_0000000000) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 123597 DEBUG (OverseerAutoScalingTriggerThread-99378298685423620-127.0.0.1:58656_aw_s%2Fr-n_0000000000) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 123831 DEBUG (OverseerAutoScalingTriggerThread-99378298685423620-127.0.0.1:58656_aw_s%2Fr-n_0000000000) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 123832 DEBUG (OverseerAutoScalingTriggerThread-99378298685423620-127.0.0.1:58656_aw_s%2Fr-n_0000000000) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 123845 DEBUG (ScheduledTrigger-7-thread-1) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 124039 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b81ee5e
   [junit4]   2> 124041 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b81ee5e
   [junit4]   2> 124041 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b81ee5e
   [junit4]   2> 124267 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/control-001/cores
   [junit4]   2> 124859 DEBUG (ScheduledTrigger-7-thread-1) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 125799 INFO  (zkConnectionManagerCallback-18-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 125802 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 125804 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:47805/solr ready
   [junit4]   2> 125897 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 126897 DEBUG (ScheduledTrigger-7-thread-1) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 127082 INFO  (qtp597733244-193) [n:127.0.0.1:58656_aw_s%2Fr    ] 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:58656_aw_s%252Fr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 127292 INFO  (OverseerThreadFactory-9-thread-1-processing-n:127.0.0.1:58656_aw_s%2Fr) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 127901 DEBUG (ScheduledTrigger-7-thread-1) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 127944 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr    ] 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> 127960 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 128282 INFO  (zkCallback-11-thread-1-processing-n:127.0.0.1:58656_aw_s%2Fr) [n:127.0.0.1:58656_aw_s%2Fr    ] 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> 128927 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 129935 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 130800 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 130949 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 131967 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 132028 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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> 132579 WARN  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 133053 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 134053 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 135055 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 136011 WARN  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 136063 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 136128 WARN  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 136648 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 137856 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 138856 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 139782 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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> 139815 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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@4b81ee5e
   [junit4]   2> 139893 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:42530/solr_hdfs_home
   [junit4]   2> 139893 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 139893 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139895 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 139914 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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 [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://localhost:42530/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 140085 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:42530/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 140603 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 140604 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 140631 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
   [junit4]   2> 140895 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 141903 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 142905 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 143907 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 144915 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 145686 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 145902 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:42530/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 145918 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 146919 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 146971 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:42530/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 147112 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 147112 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 147160 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 147211 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.240234375, noCFSRatio=0.5449853061335312]
   [junit4]   2> 147931 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 148934 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 149282 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:54556 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-d0c45fbc-40e9-4605-b469-97c9e5395df4:NORMAL:127.0.0.1:54556|RBW], ReplicaUC[[DISK]DS-f1a5a1fb-8572-4592-b5ea-d5c91eccc6c0:NORMAL:127.0.0.1:60789|RBW]]} size 0
   [junit4]   2> 149304 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:60789 is added to blk_1073741825_1001 size 69
   [junit4]   2> 149978 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 150247 WARN  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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> 150979 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 151983 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 153067 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 153513 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 153514 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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> 153514 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 153960 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 153960 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 154078 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 154162 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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=12, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=70.5302734375, floorSegmentMB=1.8271484375, forceMergeDeletesPctAllowed=27.28479284063425, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30825794874725976
   [junit4]   2> 155034 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@da1f76a[control_collection_shard1_replica_n1] main]
   [junit4]   2> 155078 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 155247 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 155357 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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> 155694 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 155860 INFO  (searcherExecutor-12-thread-1-processing-n:127.0.0.1:58656_aw_s%2Fr x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:58656_aw_s%2Fr 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@da1f76a[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155870 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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 1590052842882727936
   [junit4]   2> 156081 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 156098 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 156098 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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> 156098 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58656/aw_s/r/control_collection_shard1_replica_n1/
   [junit4]   2> 156099 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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> 156099 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:58656/aw_s/r/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 156100 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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> 156246 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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:58656/aw_s/r/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 156284 INFO  (zkCallback-11-thread-2-processing-n:127.0.0.1:58656_aw_s%2Fr) [n:127.0.0.1:58656_aw_s%2Fr    ] 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> 156404 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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> 156429 INFO  (qtp597733244-197) [n:127.0.0.1:58656_aw_s%2Fr 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=28503
   [junit4]   2> 156530 INFO  (zkCallback-11-thread-2-processing-n:127.0.0.1:58656_aw_s%2Fr) [n:127.0.0.1:58656_aw_s%2Fr    ] 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> 157087 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 157475 INFO  (OverseerCollectionConfigSetProcessor-99378298685423620-127.0.0.1:58656_aw_s%2Fr-n_0000000000) [n:127.0.0.1:58656_aw_s%2Fr    ] 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> 157492 INFO  (qtp597733244-193) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 157492 INFO  (qtp597733244-193) [n:127.0.0.1:58656_aw_s%2Fr    ] 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:58656_aw_s%252Fr&wt=javabin&version=2} status=0 QTime=30475
   [junit4]   2> 157721 INFO  (zkConnectionManagerCallback-22-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157911 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 157940 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:47805/solr ready
   [junit4]   2> 157947 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 157960 INFO  (qtp597733244-195) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 158099 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 158182 INFO  (OverseerThreadFactory-9-thread-2-processing-n:127.0.0.1:58656_aw_s%2Fr) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 158223 WARN  (OverseerThreadFactory-9-thread-2-processing-n:127.0.0.1:58656_aw_s%2Fr) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 158688 INFO  (qtp597733244-195) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 158688 INFO  (qtp597733244-195) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=728
   [junit4]   2> 159103 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 159492 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/shard-1-001 of type NRT
   [junit4]   2> 159501 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 159578 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 159578 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 159578 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 159595 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ca658fb{/aw_s/r,null,AVAILABLE}
   [junit4]   2> 159596 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3937c86f{HTTP/1.1,[http/1.1]}{127.0.0.1:50074}
   [junit4]   2> 159596 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.e.j.s.Server Started @186305ms
   [junit4]   2> 159596 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/aw_s/r, hostPort=50074, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/shard-1-001/cores}
   [junit4]   2> 159596 ERROR (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 159596 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 159597 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 159597 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 159597 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-19T20:09:21.713Z
   [junit4]   2> 159639 INFO  (zkConnectionManagerCallback-24-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 159660 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 159660 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/shard-1-001/solr.xml
   [junit4]   2> 159729 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 159730 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 159761 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4b81ee5e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 159771 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47805/solr
   [junit4]   2> 160139 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 160175 INFO  (zkConnectionManagerCallback-28-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160477 INFO  (OverseerCollectionConfigSetProcessor-99378298685423620-127.0.0.1:58656_aw_s%2Fr-n_0000000000) [n:127.0.0.1:58656_aw_s%2Fr    ] 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> 160569 INFO  (zkConnectionManagerCallback-30-thread-1-processing-n:127.0.0.1:50074_aw_s%2Fr) [n:127.0.0.1:50074_aw_s%2Fr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160657 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:50074_aw_s%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 160675 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:50074_aw_s%2Fr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 160691 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:50074_aw_s%2Fr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50074_aw_s%2Fr
   [junit4]   2> 160701 INFO  (zkCallback-11-thread-2-processing-n:127.0.0.1:58656_aw_s%2Fr) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 160955 INFO  (zkCallback-21-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 161049 INFO  (zkCallback-29-thread-1-processing-n:127.0.0.1:50074_aw_s%2Fr) [n:127.0.0.1:50074_aw_s%2Fr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 161167 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 162543 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 162818 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:50074_aw_s%2Fr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b81ee5e
   [junit4]   2> 163614 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 164397 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:50074_aw_s%2Fr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b81ee5e
   [junit4]   2> 164397 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:50074_aw_s%2Fr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b81ee5e
   [junit4]   2> 164521 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[6F4E12AC6FF7631]) [n:127.0.0.1:50074_aw_s%2Fr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_6F4E12AC6FF7631-001/shard-1-001/cores
   [junit4]   2> 164614 DEBUG (ScheduledTrigger-7-thread-2) [n:127.0.0.1:58656_aw_s%2Fr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 164745 INFO  (qtp591446126-255) [n:127.0.0.1:50074_aw_s%2Fr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:50074_aw_s%252Fr&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 164762 INFO  (OverseerThreadFactory-9-thread-3-processing

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

ica_n2, service url = null, agent id = null] for registry solr.core.multicollection2.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@3cc2f70e
   [junit4]   2> 635282 INFO  (coreCloseExecutor-479-thread-6) [n:127.0.0.1:58484_solr c:multicollection2 s:shard2 r:core_node4 x:multicollection2_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.multicollection2.shard2.leader, tag=2093335677
   [junit4]   2> 635305 INFO  (coreCloseExecutor-479-thread-7) [n:127.0.0.1:58484_solr c:overwrite s:shard1 r:core_node2 x:overwrite_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.overwrite.shard1.replica_n1, tag=1137784878
   [junit4]   2> 635305 INFO  (coreCloseExecutor-479-thread-7) [n:127.0.0.1:58484_solr c:overwrite s:shard1 r:core_node2 x:overwrite_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2e73032d: rootName = solr_58484, domain = solr.core.overwrite.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.overwrite.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@25767114
   [junit4]   2> 635447 INFO  (coreCloseExecutor-479-thread-8) [n:127.0.0.1:58484_solr c:foo s:shard1 r:core_node6 x:foo_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.foo.shard1.replica_n4, tag=755735937
   [junit4]   2> 635448 INFO  (coreCloseExecutor-479-thread-8) [n:127.0.0.1:58484_solr c:foo s:shard1 r:core_node6 x:foo_shard1_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d4194ec: rootName = solr_58484, domain = solr.core.foo.shard1.replica_n4, service url = null, agent id = null] for registry solr.core.foo.shard1.replica_n4 / com.codahale.metrics.MetricRegistry@7292f5e2
   [junit4]   2> 636198 INFO  (jetty-closer-40-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99379113964404744-127.0.0.1:40587_solr-n_0000000000) closing
   [junit4]   2> 636198 INFO  (OverseerStateUpdate-99379113964404744-127.0.0.1:40587_solr-n_0000000000) [n:127.0.0.1:40587_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40587_solr
   [junit4]   2> 636219 WARN  (OverseerAutoScalingTriggerThread-99379113964404744-127.0.0.1:40587_solr-n_0000000000) [n:127.0.0.1:40587_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 636223 INFO  (coreCloseExecutor-479-thread-1) [n:127.0.0.1:58484_solr c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.2nd_collection.shard2.leader, tag=782572263
   [junit4]   2> 636223 INFO  (coreCloseExecutor-479-thread-9) [n:127.0.0.1:58484_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.stale_state_test_col.shard1.replica_n3, tag=1754192103
   [junit4]   2> 636223 INFO  (coreCloseExecutor-479-thread-9) [n:127.0.0.1:58484_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c3c6fef: rootName = solr_58484, domain = solr.core.stale_state_test_col.shard1.replica_n3, service url = null, agent id = null] for registry solr.core.stale_state_test_col.shard1.replica_n3 / com.codahale.metrics.MetricRegistry@7e2f687d
   [junit4]   2> 636238 INFO  (jetty-closer-40-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@50bf7a41{/solr,null,UNAVAILABLE}
   [junit4]   2> 636250 INFO  (coreCloseExecutor-479-thread-3) [n:127.0.0.1:58484_solr c:localShardsTestColl s:shard2 r:core_node11 x:localShardsTestColl_shard2_replica_n8] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard2.leader, tag=541805676
   [junit4]   2> 636254 INFO  (coreCloseExecutor-479-thread-4) [n:127.0.0.1:58484_solr c:localShardsTestColl s:shard3 r:core_node17 x:localShardsTestColl_shard3_replica_n14] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard3.leader, tag=312063495
   [junit4]   2> 636254 INFO  (coreCloseExecutor-479-thread-7) [n:127.0.0.1:58484_solr c:overwrite s:shard1 r:core_node2 x:overwrite_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.overwrite.shard1.leader, tag=1137784878
   [junit4]   2> 636254 INFO  (coreCloseExecutor-479-thread-9) [n:127.0.0.1:58484_solr c:stale_state_test_col s:shard1 r:core_node4 x:stale_state_test_col_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.stale_state_test_col.shard1.leader, tag=1754192103
   [junit4]   2> 636286 INFO  (jetty-closer-40-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25f314cb{/solr,null,UNAVAILABLE}
   [junit4]   2> 636297 INFO  (jetty-closer-40-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 636239 INFO  (zkCallback-65-thread-10-processing-n:127.0.0.1:58484_solr) [n:127.0.0.1:58484_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58484_solr
   [junit4]   2> 636310 INFO  (jetty-closer-40-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 636386 INFO  (coreCloseExecutor-479-thread-8) [n:127.0.0.1:58484_solr c:foo s:shard1 r:core_node6 x:foo_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.foo.shard1.leader, tag=755735937
   [junit4]   2> 637758 INFO  (jetty-closer-40-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@90c9ca3{/solr,null,UNAVAILABLE}
   [junit4]   2> 637758 INFO  (jetty-closer-40-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 637790 ERROR (SUITE-CloudSolrClientTest-seed#[4871E8FE57C7E3E9]-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> 637791 INFO  (SUITE-CloudSolrClientTest-seed#[4871E8FE57C7E3E9]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34100 34100
   [junit4]   2> 637903 INFO  (Thread-104) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34100 34100
   [junit4]   2> 637904 WARN  (Thread-104) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/collections/localShardsTestColl/state.json
   [junit4]   2> 	19	/solr/collections/foo/state.json
   [junit4]   2> 	17	/solr/collections/collection1/state.json
   [junit4]   2> 	17	/solr/collections/2nd_collection/state.json
   [junit4]   2> 	17	/solr/collections/multicollection2/state.json
   [junit4]   2> 	16	/solr/collections/stale_state_test_col/state.json
   [junit4]   2> 	15	/solr/collections/multicollection1/state.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/overwrite/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99379113964404744-127.0.0.1:40587_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/foo/leader_elect/shard1/election/99379113964404744-core_node5-n_0000000000
   [junit4]   2> 	2	/solr/collections/localShardsTestColl/leader_elect/shard3/election/99379113964404744-core_node15-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_4871E8FE57C7E3E9-001
   [junit4]   2> Jan 19, 2018 11:38:30 PM 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), sim=RandomSimilarity(queryNorm=true): {}, locale=ar-LB, timezone=CTT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=177692208,total=414711808
   [junit4]   2> NOTE: All tests run in this JVM: [PowerEvaluatorTest, TestCoreAdmin, HyperbolicSineEvaluatorTest, NoOpResponseParserTest, OperationsTest, LessThanEqualToEvaluatorTest, SolrExampleXMLTest, HttpSolrClientBuilderTest, LargeVolumeJettyTest, CoalesceEvaluatorTest, TestSolrJErrorHandling, TangentEvaluatorTest, TestBatchUpdate, GreaterThanEqualToEvaluatorTest, ArrayEvaluatorTest, TestCollectionAdminRequest, MultiplyEvaluatorTest, AddEvaluatorTest, TestValidatingJsonMap, TestJavaBinCodec, ArcCosineEvaluatorTest, CloudSolrClientBuilderTest, CloudSolrClientTest]
   [junit4] Completed [66/146 (1!)] on J2 in 175.11s, 15 tests, 1 error <<< FAILURES!

[...truncated 7940 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:844: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:788: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid10895.hprof
* java_pid9281.hprof

Total time: 962 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 148 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/148/

3 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections

Error Message:
The operations computed by ComputePlanAction should not be nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should not be nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}
	at __randomizedtesting.SeedInfo.seed([613F19FEA8498345:5B91FC27962D5A2B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections(ComputePlanActionTest.java:469)
	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.TestAuthenticationFramework.testBasics

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

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

</body>
</html>

	at __randomizedtesting.SeedInfo.seed([613F19FEA8498345:5CE7B7D290A7DD35]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:550)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.TestAuthenticationFramework.collectionCreateSearchDeleteTwice(TestAuthenticationFramework.java:126)
	at org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:74)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:57271/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: /solr/testcollection_shard1_replica_n2/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>

</body>
</html>

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


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

Error Message:
no replica should be present in  127.0.0.1:46187_solr

Stack Trace:
java.lang.AssertionError: no replica should be present in  127.0.0.1:46187_solr
	at __randomizedtesting.SeedInfo.seed([613F19FEA8498345:E96B262406B5EEBD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:99)
	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 14260 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/init-core-data-001
   [junit4]   2> 3083942 INFO  (SUITE-TestAuthenticationFramework-seed#[613F19FEA8498345]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3083942 INFO  (SUITE-TestAuthenticationFramework-seed#[613F19FEA8498345]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3083943 INFO  (SUITE-TestAuthenticationFramework-seed#[613F19FEA8498345]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3083948 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[613F19FEA8498345]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/tempDir-001
   [junit4]   2> 3083948 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[613F19FEA8498345]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3083948 INFO  (Thread-66707) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3083948 INFO  (Thread-66707) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3083950 ERROR (Thread-66707) [    ] 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> 3084048 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[613F19FEA8498345]) [    ] o.a.s.c.ZkTestServer start zk server on port:60355
   [junit4]   2> 3084052 INFO  (zkConnectionManagerCallback-4769-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3084067 INFO  (jetty-launcher-4766-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3084071 INFO  (jetty-launcher-4766-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3084071 INFO  (jetty-launcher-4766-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3084071 INFO  (jetty-launcher-4766-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3084071 INFO  (jetty-launcher-4766-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d1a12a9{/solr,null,AVAILABLE}
   [junit4]   2> 3084072 INFO  (jetty-launcher-4766-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@64979e22{SSL,[ssl, http/1.1]}{127.0.0.1:35371}
   [junit4]   2> 3084072 INFO  (jetty-launcher-4766-thread-2) [    ] o.e.j.s.Server Started @3086847ms
   [junit4]   2> 3084072 INFO  (jetty-launcher-4766-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35371}
   [junit4]   2> 3084072 ERROR (jetty-launcher-4766-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3084072 INFO  (jetty-launcher-4766-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3084072 INFO  (jetty-launcher-4766-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3084072 INFO  (jetty-launcher-4766-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3084072 INFO  (jetty-launcher-4766-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-15T02:07:42.271Z
   [junit4]   2> 3084081 INFO  (jetty-launcher-4766-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3084082 INFO  (zkConnectionManagerCallback-4771-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3084082 INFO  (jetty-launcher-4766-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3084086 INFO  (jetty-launcher-4766-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3084086 INFO  (jetty-launcher-4766-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3084087 INFO  (jetty-launcher-4766-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3084087 INFO  (jetty-launcher-4766-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@bebfc13{/solr,null,AVAILABLE}
   [junit4]   2> 3084087 INFO  (jetty-launcher-4766-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@73c865ee{SSL,[ssl, http/1.1]}{127.0.0.1:57271}
   [junit4]   2> 3084087 INFO  (jetty-launcher-4766-thread-1) [    ] o.e.j.s.Server Started @3086863ms
   [junit4]   2> 3084087 INFO  (jetty-launcher-4766-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57271}
   [junit4]   2> 3084087 ERROR (jetty-launcher-4766-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3084088 INFO  (jetty-launcher-4766-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3084088 INFO  (jetty-launcher-4766-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3084088 INFO  (jetty-launcher-4766-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3084088 INFO  (jetty-launcher-4766-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-15T02:07:42.287Z
   [junit4]   2> 3084090 INFO  (jetty-launcher-4766-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60355/solr
   [junit4]   2> 3084093 INFO  (zkConnectionManagerCallback-4773-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3084093 INFO  (jetty-launcher-4766-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3084098 INFO  (zkConnectionManagerCallback-4777-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3084099 INFO  (jetty-launcher-4766-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60355/solr
   [junit4]   2> 3084100 INFO  (zkConnectionManagerCallback-4781-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3084101 INFO  (zkConnectionManagerCallback-4783-thread-1-processing-n:127.0.0.1:35371_solr) [n:127.0.0.1:35371_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3084102 INFO  (zkConnectionManagerCallback-4785-thread-1-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3084175 INFO  (jetty-launcher-4766-thread-1) [n:127.0.0.1:57271_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3084175 INFO  (jetty-launcher-4766-thread-1) [n:127.0.0.1:57271_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57271_solr
   [junit4]   2> 3084176 INFO  (jetty-launcher-4766-thread-1) [n:127.0.0.1:57271_solr    ] o.a.s.c.Overseer Overseer (id=73297035135942662-127.0.0.1:57271_solr-n_0000000000) starting
   [junit4]   2> 3084185 INFO  (jetty-launcher-4766-thread-2) [n:127.0.0.1:35371_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3084186 INFO  (jetty-launcher-4766-thread-2) [n:127.0.0.1:35371_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35371_solr
   [junit4]   2> 3084192 INFO  (zkCallback-4782-thread-1-processing-n:127.0.0.1:35371_solr) [n:127.0.0.1:35371_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3084194 INFO  (zkCallback-4784-thread-1-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3084195 INFO  (jetty-launcher-4766-thread-1) [n:127.0.0.1:57271_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57271_solr
   [junit4]   2> 3084196 INFO  (zkCallback-4784-thread-1-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3084198 INFO  (zkCallback-4782-thread-1-processing-n:127.0.0.1:35371_solr) [n:127.0.0.1:35371_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3084237 INFO  (jetty-launcher-4766-thread-1) [n:127.0.0.1:57271_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 3084241 INFO  (jetty-launcher-4766-thread-2) [n:127.0.0.1:35371_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 3084280 INFO  (jetty-launcher-4766-thread-2) [n:127.0.0.1:35371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35371.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d553d9d
   [junit4]   2> 3084288 INFO  (jetty-launcher-4766-thread-2) [n:127.0.0.1:35371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35371.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d553d9d
   [junit4]   2> 3084288 INFO  (jetty-launcher-4766-thread-2) [n:127.0.0.1:35371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35371.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d553d9d
   [junit4]   2> 3084289 INFO  (jetty-launcher-4766-thread-2) [n:127.0.0.1:35371_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/tempDir-001/node2/.
   [junit4]   2> 3084292 INFO  (jetty-launcher-4766-thread-1) [n:127.0.0.1:57271_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57271.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d553d9d
   [junit4]   2> 3084315 INFO  (jetty-launcher-4766-thread-1) [n:127.0.0.1:57271_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57271.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d553d9d
   [junit4]   2> 3084315 INFO  (jetty-launcher-4766-thread-1) [n:127.0.0.1:57271_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57271.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d553d9d
   [junit4]   2> 3084317 INFO  (jetty-launcher-4766-thread-1) [n:127.0.0.1:57271_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/tempDir-001/node1/.
   [junit4]   2> 3084358 INFO  (zkConnectionManagerCallback-4791-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3084361 INFO  (zkConnectionManagerCallback-4795-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3084361 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[613F19FEA8498345]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3084362 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[613F19FEA8498345]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60355/solr ready
   [junit4]   2> 3084365 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[613F19FEA8498345]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasics
   [junit4]   2> 3084390 INFO  (qtp377728471-85648) [n:127.0.0.1:35371_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3084392 INFO  (OverseerThreadFactory-8682-thread-1-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 3084502 INFO  (OverseerStateUpdate-73297035135942662-127.0.0.1:57271_solr-n_0000000000) [n:127.0.0.1:57271_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35371/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3084505 INFO  (OverseerStateUpdate-73297035135942662-127.0.0.1:57271_solr-n_0000000000) [n:127.0.0.1:57271_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:57271/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3084507 INFO  (OverseerStateUpdate-73297035135942662-127.0.0.1:57271_solr-n_0000000000) [n:127.0.0.1:57271_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35371/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3084509 INFO  (OverseerStateUpdate-73297035135942662-127.0.0.1:57271_solr-n_0000000000) [n:127.0.0.1:57271_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:57271/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3084726 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3084727 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3084727 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3084751 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3084753 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3084753 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3084858 INFO  (zkCallback-4784-thread-1-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3084858 INFO  (zkCallback-4782-thread-1-processing-n:127.0.0.1:35371_solr) [n:127.0.0.1:35371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3084858 INFO  (zkCallback-4784-thread-2-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3085742 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3085749 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.s.IndexSchema [testcollection_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 3085754 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3085755 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3085755 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n4' using configuration from collection testcollection, trusted=true
   [junit4]   2> 3085760 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema [testcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3085762 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3085762 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n1' using configuration from collection testcollection, trusted=true
   [junit4]   2> 3085763 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3085768 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3085780 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema [testcollection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3085788 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.s.IndexSchema [testcollection_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 3085802 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35371.solr.core.testcollection.shard1.replica_n1' (registry 'solr.core.testcollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d553d9d
   [junit4]   2> 3085802 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3085803 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [[testcollection_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/tempDir-001/node2/testcollection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/tempDir-001/node2/./testcollection_shard1_replica_n1/data/]
   [junit4]   2> 3085806 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35371.solr.core.testcollection.shard2.replica_n4' (registry 'solr.core.testcollection.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d553d9d
   [junit4]   2> 3085806 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3085806 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore [[testcollection_shard2_replica_n4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/tempDir-001/node2/testcollection_shard2_replica_n4], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/tempDir-001/node2/./testcollection_shard2_replica_n4/data/]
   [junit4]   2> 3085808 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3085808 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n2' using configuration from collection testcollection, trusted=true
   [junit4]   2> 3085808 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3085809 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n6' using configuration from collection testcollection, trusted=true
   [junit4]   2> 3085810 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57271.solr.core.testcollection.shard2.replica_n6' (registry 'solr.core.testcollection.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d553d9d
   [junit4]   2> 3085810 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3085810 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SolrCore [[testcollection_shard2_replica_n6] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/tempDir-001/node1/testcollection_shard2_replica_n6], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/tempDir-001/node1/./testcollection_shard2_replica_n6/data/]
   [junit4]   2> 3085813 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57271.solr.core.testcollection.shard1.replica_n2' (registry 'solr.core.testcollection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d553d9d
   [junit4]   2> 3085813 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3085813 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [[testcollection_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/tempDir-001/node1/testcollection_shard1_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_613F19FEA8498345-001/tempDir-001/node1/./testcollection_shard1_replica_n2/data/]
   [junit4]   2> 3085911 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3085911 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3085915 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3085915 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3085924 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3085924 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3085926 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@39a27998[testcollection_shard1_replica_n2] main]
   [junit4]   2> 3085928 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3085928 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3085928 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 3085928 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 3085929 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3085929 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@5de92812[testcollection_shard2_replica_n6] main]
   [junit4]   2> 3085930 INFO  (searcherExecutor-8689-thread-1-processing-n:127.0.0.1:57271_solr x:testcollection_shard1_replica_n2 s:shard1 c:testcollection r:core_node5) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [testcollection_shard1_replica_n2] Registered new searcher Searcher@39a27998[testcollection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3085930 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592430914834530304
   [junit4]   2> 3085930 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 3085931 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 3085931 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3085931 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592430914835578880
   [junit4]   2> 3085932 INFO  (searcherExecutor-8690-thread-1-processing-n:127.0.0.1:57271_solr x:testcollection_shard2_replica_n6 s:shard2 c:testcollection r:core_node8) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SolrCore [testcollection_shard2_replica_n6] Registered new searcher Searcher@5de92812[testcollection_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3085933 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3085933 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3085934 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3085934 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3085939 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ca16fbb[testcollection_shard1_replica_n1] main]
   [junit4]   2> 3085939 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3085944 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 3085947 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 3085949 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3085949 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3085949 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3085950 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3085950 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3085951 INFO  (searcherExecutor-8688-thread-1-processing-n:127.0.0.1:35371_solr x:testcollection_shard1_replica_n1 s:shard1 c:testcollection r:core_node3) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [testcollection_shard1_replica_n1] Registered new searcher Searcher@5ca16fbb[testcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3085952 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592430914857598976
   [junit4]   2> 3085952 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b1e4799[testcollection_shard2_replica_n4] main]
   [junit4]   2> 3085953 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 3085954 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 3085956 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3085956 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592430914861793280
   [junit4]   2> 3085958 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9990ms
   [junit4]   2> 3085960 INFO  (searcherExecutor-8687-thread-1-processing-n:127.0.0.1:35371_solr x:testcollection_shard2_replica_n4 s:shard2 c:testcollection r:core_node7) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore [testcollection_shard2_replica_n4] Registered new searcher Searcher@1b1e4799[testcollection_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3086059 INFO  (zkCallback-4782-thread-1-processing-n:127.0.0.1:35371_solr) [n:127.0.0.1:35371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3086059 INFO  (zkCallback-4784-thread-3-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3086059 INFO  (zkCallback-4784-thread-2-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3086439 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3086439 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3086439 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:57271/solr/testcollection_shard1_replica_n2/
   [junit4]   2> 3086440 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n2 url=https://127.0.0.1:57271/solr START replicas=[https://127.0.0.1:35371/solr/testcollection_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 3086460 INFO  (qtp377728471-85649) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.S.Request [testcollection_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 3086462 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3086462 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3086463 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:57271/solr/testcollection_shard2_replica_n6/
   [junit4]   2> 3086463 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n6 url=https://127.0.0.1:57271/solr START replicas=[https://127.0.0.1:35371/solr/testcollection_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 3086472 INFO  (qtp377728471-85646) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.S.Request [testcollection_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 3086740 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n2 url=https://127.0.0.1:57271/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3086741 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3086741 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3086741 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3086743 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:57271/solr/testcollection_shard1_replica_n2/ shard1
   [junit4]   2> 3086763 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n6 url=https://127.0.0.1:57271/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3086763 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3086763 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3086763 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3086765 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:57271/solr/testcollection_shard2_replica_n6/ shard2
   [junit4]   2> 3086866 INFO  (zkCallback-4782-thread-1-processing-n:127.0.0.1:35371_solr) [n:127.0.0.1:35371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3086866 INFO  (zkCallback-4784-thread-3-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3086866 INFO  (zkCallback-4784-thread-2-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3086895 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3086896 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2143
   [junit4]   2> 3086916 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3086918 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2168
   [junit4]   2> 3086964 INFO  (qtp377728471-85652) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2237
   [junit4]   2> 3086971 INFO  (qtp377728471-85650) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2244
   [junit4]   2> 3086979 INFO  (qtp377728471-85648) [n:127.0.0.1:35371_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 3087071 INFO  (zkCallback-4782-thread-1-processing-n:127.0.0.1:35371_solr) [n:127.0.0.1:35371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3087071 INFO  (zkCallback-4784-thread-3-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3087071 INFO  (zkCallback-4784-thread-2-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3087980 INFO  (qtp377728471-85648) [n:127.0.0.1:35371_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3589
   [junit4]   2> 3087980 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[613F19FEA8498345]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: testcollection failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node3 rstate:active live:true
   [junit4]   1> replica:core_node5 rstate:active live:true
   [junit4]   1> replica:core_node7 rstate:active live:true
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 3087980 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[613F19FEA8498345]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: testcollection
   [junit4]   2> 3087988 INFO  (qtp377728471-85651) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.S.Request [testcollection_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:35371/solr/testcollection_shard1_replica_n1/|https://127.0.0.1:57271/solr/testcollection_shard1_replica_n2/&rows=10&version=2&q=*:*&NOW=1518660466184&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 3087988 INFO  (qtp1258017011-85664) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.S.Request [testcollection_shard2_replica_n6]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:57271/solr/testcollection_shard2_replica_n6/|https://127.0.0.1:35371/solr/testcollection_shard2_replica_n4/&rows=10&version=2&q=*:*&NOW=1518660466184&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 3087989 INFO  (qtp1258017011-85663) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.S.Request [testcollection_shard2_replica_n6]  webapp=/solr path=/select params={q=*:*&_stateVer_=testcollection:5&wt=javabin&version=2} hits=0 status=0 QTime=4
   [junit4]   2> 3088033 INFO  (qtp377728471-85649) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:57271/solr/testcollection_shard1_replica_n2/&wt=javabin&version=2}{add=[1 (1592430917008228352)]} 0 24
   [junit4]   2> 3088034 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n2]  webapp=/solr path=/update params={_stateVer_=testcollection:5&wt=javabin&version=2}{add=[1 (1592430917008228352)]} 0 30
   [junit4]   2> 3088035 INFO  (qtp377728471-85651) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1592430917041782784,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3088035 INFO  (qtp377728471-85651) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2b7b368c commitCommandVersion:1592430917041782784
   [junit4]   2> 3088072 INFO  (qtp377728471-85646) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1592430917080580096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3088072 INFO  (qtp377728471-85646) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3088072 INFO  (qtp377728471-85646) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3088072 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1592430917080580096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3088073 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5c31afbf commitCommandVersion:1592430917080580096
   [junit4]   2> 3088073 INFO  (qtp377728471-85646) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:57271/solr/testcollection_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 3088074 INFO  (qtp1258017011-85660) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1592430917082677248,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3088076 INFO  (qtp377728471-85651) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ec02090[testcollection_shard1_replica_n1] main]
   [junit4]   2> 3088077 INFO  (searcherExecutor-8688-thread-1-processing-n:127.0.0.1:35371_solr x:testcollection_shard1_replica_n1 s:shard1 c:testcollection r:core_node3) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [testcollection_shard1_replica_n1] Registered new searcher Searcher@ec02090[testcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C1)))}
   [junit4]   2> 3088078 INFO  (qtp377728471-85651) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3088078 INFO  (qtp377728471-85651) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:57271/solr/testcollection_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 42
   [junit4]   2> 3088087 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e4223d4[testcollection_shard1_replica_n2] main]
   [junit4]   2> 3088087 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3088095 INFO  (searcherExecutor-8689-thread-1-processing-n:127.0.0.1:57271_solr x:testcollection_shard1_replica_n2 s:shard1 c:testcollection r:core_node5) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [testcollection_shard1_replica_n2] Registered new searcher Searcher@6e4223d4[testcollection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C1)))}
   [junit4]   2> 3088096 INFO  (qtp1258017011-85659) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:57271/solr/testcollection_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 23
   [junit4]   2> 3088096 INFO  (qtp1258017011-85660) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3088096 INFO  (qtp1258017011-85660) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3088096 INFO  (qtp1258017011-85660) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:57271/solr/testcollection_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 22
   [junit4]   2> 3088096 INFO  (qtp1258017011-85663) [n:127.0.0.1:57271_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n2]  webapp=/solr path=/update params={_stateVer_=testcollection:5&commit=true&wt=javabin&version=2}{commit=} 0 61
   [junit4]   2> 3088133 INFO  (qtp1258017011-85660) [n:127.0.0.1:57271_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.S.Request [testcollection_shard2_replica_n6]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:57271/solr/testcollection_shard2_replica_n6/|https://127.0.0.1:35371/solr/testcollection_shard2_replica_n4/&rows=10&version=2&q=*:*&NOW=1518660466296&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 3088133 INFO  (qtp377728471-85649) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.S.Request [testcollection_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:35371/solr/testcollection_shard1_replica_n1/|https://127.0.0.1:57271/solr/testcollection_shard1_replica_n2/&rows=10&version=2&q=*:*&NOW=1518660466296&isShard=true&wt=javabin} hits=1 status=0 QTime=0
   [junit4]   2> 3088135 INFO  (qtp377728471-85646) [n:127.0.0.1:35371_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.S.Request [testcollection_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=testcollection:5&shards.purpose=64&NOW=1518660466296&ids=1&isShard=true&shard.url=https://127.0.0.1:35371/solr/testcollection_shard1_replica_n1/|https://127.0.0.1:57271/solr/testcollection_shard1_replica_n2/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3088135 INFO  (qtp377728471-85730) [n:127.0.0.1:35371_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.S.Request [testcollection_shard2_replica_n4]  webapp=/solr path=/select params={q=*:*&_stateVer_=testcollection:5&wt=javabin&version=2} hits=1 status=0 QTime=38
   [junit4]   2> 3088136 INFO  (qtp377728471-85651) [n:127.0.0.1:35371_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testcollection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3088141 INFO  (OverseerCollectionConfigSetProcessor-73297035135942662-127.0.0.1:57271_solr-n_0000000000) [n:127.0.0.1:57271_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3088142 INFO  (OverseerThreadFactory-8682-thread-2-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 3088143 INFO  (qtp377728471-85730) [n:127.0.0.1:35371_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n1, tag=null
   [junit4]   2> 3088143 INFO  (qtp377728471-85730) [n:127.0.0.1:35371_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1682a3f3: rootName = solr_35371, domain = solr.core.testcollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testcollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@75469e73
   [junit4]   2> 3088147 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard2.replica_n6, tag=null
   [junit4]   2> 3088147 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@740917a0: rootName = solr_57271, domain = solr.core.testcollection.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.testcollection.shard2.replica_n6 / com.codahale.metrics.MetricRegistry@1f7a132
   [junit4]   2> 3088157 INFO  (qtp377728471-85649) [n:127.0.0.1:35371_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard2.replica_n4, tag=null
   [junit4]   2> 3088157 INFO  (qtp377728471-85649) [n:127.0.0.1:35371_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b421f3f: rootName = solr_35371, domain = solr.core.testcollection.shard2.replica_n4, service url = null, agent id = null] for registry solr.core.testcollection.shard2.replica_n4 / com.codahale.metrics.MetricRegistry@7a099be7
   [junit4]   2> 3088157 INFO  (qtp377728471-85730) [n:127.0.0.1:35371_solr    ] o.a.s.c.SolrCore [testcollection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a7f9648
   [junit4]   2> 3088172 INFO  (qtp377728471-85649) [n:127.0.0.1:35371_solr    ] o.a.s.c.SolrCore [testcollection_shard2_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@f4800c6
   [junit4]   2> 3088172 INFO  (qtp377728471-85649) [n:127.0.0.1:35371_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard2.replica_n4, tag=256377030
   [junit4]   2> 3088172 INFO  (qtp377728471-85649) [n:127.0.0.1:35371_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard2.leader, tag=256377030
   [junit4]   2> 3088174 INFO  (qtp1258017011-85664) [n:127.0.0.1:57271_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n2, tag=null
   [junit4]   2> 3088174 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr    ] o.a.s.c.SolrCore [testcollection_shard2_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@776ecd79
   [junit4]   2> 3088174 INFO  (qtp1258017011-85664) [n:127.0.0.1:57271_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5f084f78: rootName = solr_57271, domain = solr.core.testcollection.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.testcollection.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@5a026d5f
   [junit4]   2> 3088175 INFO  (qtp377728471-85730) [n:127.0.0.1:35371_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n1, tag=176133704
   [junit4]   2> 3088175 INFO  (qtp377728471-85730) [n:127.0.0.1:35371_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard1.leader, tag=176133704
   [junit4]   2> 3088190 INFO  (qtp1258017011-85664) [n:127.0.0.1:57271_solr    ] o.a.s.c.SolrCore [testcollection_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@7bf9353e
   [junit4]   2> 3088190 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard2.replica_n6, tag=2003750265
   [junit4]   2> 3088190 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard2.leader, tag=2003750265
   [junit4]   2> 3088192 INFO  (qtp1258017011-85664) [n:127.0.0.1:57271_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n2, tag=2079929662
   [junit4]   2> 3088192 INFO  (qtp1258017011-85664) [n:127.0.0.1:57271_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard1.leader, tag=2079929662
   [junit4]   2> 3088203 INFO  (qtp377728471-85649) [n:127.0.0.1:35371_solr    ] o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
   [junit4]   2> 3088203 INFO  (qtp1258017011-85661) [n:127.0.0.1:57271_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testcollection_shard2_replica_n6&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=56
   [junit4]   2> 3088204 INFO  (qtp377728471-85649) [n:127.0.0.1:35371_solr    ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 3088205 INFO  (qtp377728471-85649) [n:127.0.0.1:35371_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testcollection_shard2_replica_n4&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=61
   [junit4]   2> 3088207 INFO  (qtp377728471-85730) [n:127.0.0.1:35371_solr    ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 3088207 INFO  (qtp377728471-85730) [n:127.0.0.1:35371_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testcollection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=64
   [junit4]   2> 3088209 WARN  (zkCallback-4782-thread-1-processing-n:127.0.0.1:35371_solr) [n:127.0.0.1:35371_solr    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 3088210 INFO  (qtp1258017011-85664) [n:127.0.0.1:57271_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testcollection_shard1_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=62
   [junit4]   2> 3088215 WARN  (zkCallback-4782-thread-2-processing-n:127.0.0.1:35371_solr) [n:127.0.0.1:35371_solr    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 3088824 INFO  (qtp377728471-85651) [n:127.0.0.1:35371_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testcollection&action=DELETE&wt=javabin&version=2} status=0 QTime=688
   [junit4]   2> 3088824 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[613F19FEA8498345]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for collection to disappear - collection: testcollection failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   2> 3088824 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[613F19FEA8498345]) [    ] o.a.s.c.AbstractDistribZkTestBase Collection has disappeared - collection: testcollection
   [junit4]   2> 3088826 INFO  (qtp377728471-85646) [n:127.0.0.1:35371_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3088827 INFO  (OverseerCollectionConfigSetProcessor-73297035135942662-127.0.0.1:57271_solr-n_0000000000) [n:127.0.0.1:57271_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3088827 INFO  (OverseerThreadFactory-8682-thread-3-processing-n:127.0.0.1:57271_solr) [n:127.0.0.1:57271_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 3088933 INFO  (OverseerStateUpdate-73297035135942662-127.0.0.1:57271_solr-n_0000000000) [n:127.0.0.1:57271_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:57271/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3088936 INFO  (OverseerStateUpdate-73297035135942662-127.0.0.1:57271_solr-n_0000000000) [n:127.0.0.1:57271_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35371/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3088938 INFO  (OverseerStateUpdate-73297035135942662-127.0.0.1:57271_solr-n_0000000000) [n:127.0.0.1:57271_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:57271/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3088940 INFO  (OverseerStateUpdate-73297035135942662-127.0.0.1:57271_solr-n_0000000000) [n:127.0.0.1:57271_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [j

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

cs.MetricRegistry@4b5759e6
   [junit4]   2> 3688164 INFO  (zkCallback-5795-thread-3-processing-n:127.0.0.1:43608_solr) [n:127.0.0.1:43608_solr c:testSelected2 s:shard2 r:core_node6 x:testSelected2_shard2_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSelected2.shard2.leader, tag=1755039034
   [junit4]   2> 3688165 INFO  (jetty-closer-5723-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e0ec1f4{/solr,null,UNAVAILABLE}
   [junit4]   2> 3688166 INFO  (jetty-closer-5723-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3688167 INFO  (zkCallback-5830-thread-2-processing-n:127.0.0.1:36252_solr) [n:127.0.0.1:36252_solr c:testSelected1 s:shard2 r:core_node8 x:testSelected1_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSelected1.shard2.leader, tag=1367450076
   [junit4]   2> 3688167 INFO  (jetty-closer-5723-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@21d6a7c7{/solr,null,UNAVAILABLE}
   [junit4]   2> 3688168 INFO  (jetty-closer-5723-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3688168 ERROR (SUITE-ComputePlanActionTest-seed#[613F19FEA8498345]-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> 3688169 INFO  (SUITE-ComputePlanActionTest-seed#[613F19FEA8498345]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41402 41402
   [junit4]   2> 3688266 INFO  (Thread-9683) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41402 41402
   [junit4]   2> 3688267 WARN  (Thread-9683) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	11	/solr/configs/conf
   [junit4]   2> 	10	/solr/security.json
   [junit4]   2> 	9	/solr/collections/testNodeWithMultipleReplicasLost/terms/shard2
   [junit4]   2> 	9	/solr/collections/testNodeWithMultipleReplicasLost/terms/shard1
   [junit4]   2> 	5	/solr/collections/testNodeLost/terms/shard1
   [junit4]   2> 	5	/solr/collections/testSelected1/terms/shard2
   [junit4]   2> 	5	/solr/collections/testSelected2/terms/shard1
   [junit4]   2> 	5	/solr/collections/testSelected1/terms/shard1
   [junit4]   2> 	5	/solr/collections/testSelected2/terms/shard2
   [junit4]   2> 	5	/solr/collections/testSelected3/terms/shard2
   [junit4]   2> 	5	/solr/collections/testSelected3/terms/shard1
   [junit4]   2> 	3	/solr/collections/testNodeAdded/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	33	/solr/collections/testSelected3/state.json
   [junit4]   2> 	29	/solr/collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2> 	25	/solr/collections/testSelected1/state.json
   [junit4]   2> 	25	/solr/collections/testSelected2/state.json
   [junit4]   2> 	15	/solr/clusterprops.json
   [junit4]   2> 	15	/solr/clusterstate.json
   [junit4]   2> 	13	/solr/collections/testNodeLost/state.json
   [junit4]   2> 	7	/solr/collections/testNodeAdded/state.json
   [junit4]   2> 	4	/solr/overseer_elect/election/73297072159129608-127.0.0.1:57863_solr-n_0000000001
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/73297072159129622-127.0.0.1:43608_solr-n_0000000005
   [junit4]   2> 	2	/solr/collections/testNodeWithMultipleReplicasLost/leader_elect/shard1/election/73297072159129625-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	59	/solr/live_nodes
   [junit4]   2> 	42	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_613F19FEA8498345-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=214, maxMBSortInHeap=5.98152255062071, sim=RandomSimilarity(queryNorm=false): {}, locale=es-PE, timezone=Europe/Vaduz
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=275776712,total=514326528
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCloudWithHadoopAuthPlugin, TestLegacyFieldReuse, BigEndianAscendingWordDeserializerTest, TestLeaderElectionZkExpiry, TestGenericDistributedQueue, ZkSolrClientTest, CdcrBootstrapTest, CursorPagingTest, BlockJoinFacetDistribTest, TestScoreJoinQPNoScore, PluginInfoTest, DistributedSuggestComponentTest, HighlighterConfigTest, TlogReplayBufferedWhileIndexingTest, OverseerTaskQueueTest, LeaderElectionContextKeyTest, SuggestComponentContextFilterQueryTest, AssignBackwardCompatibilityTest, HttpTriggerListenerTest, BadIndexSchemaTest, TestHdfsBackupRestoreCore, TestHalfAndHalfDocValues, TestAnalyzeInfixSuggestions, SSLMigrationTest, TestExpandComponent, TestFieldTypeCollectionResource, OpenCloseCoreStressTest, V2ApiIntegrationTest, SimpleFacetsTest, TestIndexingPerformance, BasicAuthIntegrationTest, HdfsBasicDistributedZk2Test, ChaosMonkeySafeLeaderWithPullReplicasTest, TestIndexSearcher, TestUnifiedSolrHighlighter, TestRestoreCore, ZkStateReaderTest, TestIBSimilarityFactory, TestBinaryField, BlockDirectoryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TimeRoutedAliasUpdateProcessorTest, ActionThrottleTest, CoreSorterTest, MetricsConfigTest, CdcrRequestHandlerTest, TestCloudJSONFacetJoinDomain, TestPolicyCloud, TestLMDirichletSimilarityFactory, TestPseudoReturnFields, ManagedSchemaRoundRobinCloudTest, TestApiFramework, DistributedFacetPivotWhiteBoxTest, CollectionReloadTest, TestQueryWrapperFilter, TestDocBasedVersionConstraints, CloudMLTQParserTest, TestGeoJSONResponseWriter, XmlUpdateRequestHandlerTest, TestFieldCacheVsDocValues, TestOverriddenPrefixQueryForCustomFieldType, TestHashPartitioner, TestDFISimilarityFactory, TestSolrDeletionPolicy1, HdfsLockFactoryTest, DistributedTermsComponentTest, RuleEngineTest, CloudExitableDirectoryReaderTest, TestSchemaResource, TestSSLRandomization, AutoAddReplicasIntegrationTest, EchoParamsTest, TestConfigSetsAPI, TestMissingGroups, TestDocumentBuilder, TestHighlightDedupGrouping, MoveReplicaTest, TestMergePolicyConfig, SolrRequestParserTest, MBeansHandlerTest, TestRandomRequestDistribution, TestStandardQParsers, TestWordDelimiterFilterFactory, TestTrackingShardHandlerFactory, AtomicUpdatesTest, SolrPluginUtilsTest, LeaderInitiatedRecoveryOnShardRestartTest, TestConfig, ClassificationUpdateProcessorTest, DistanceUnitsTest, TestDocSet, CoreAdminCreateDiscoverTest, ZkNodePropsTest, TestSha256AuthenticationProvider, TestManagedSynonymFilterFactory, TestDownShardTolerantSearch, TestFreeTextSuggestions, DeleteShardTest, RegexBytesRefFilterTest, TestInitQParser, TestManagedSchemaThreadSafety, TestFieldCacheReopen, HdfsRecoveryZkTest, DeleteLastCustomShardedReplicaTest, TestConfigSets, TestShardHandlerFactory, ZkCLITest, DistribDocExpirationUpdateProcessorTest, TestExtendedDismaxParser, TestReRankQParserPlugin, ReplicaListTransformerTest, TestTriggerIntegration, TestXmlQParser, TestNodeLostTrigger, TestMultiValuedNumericRangeQuery, TestLocalFSCloudBackupRestore, TestLuceneMatchVersion, MergeStrategyTest, ResponseHeaderTest, TestWriterPerf, TestBinaryResponseWriter, TestDynamicLoading, TestTolerantUpdateProcessorCloud, TestSearcherReuse, ShardRoutingTest, TestReplicationHandler, TestCoreContainer, StatsComponentTest, PeerSyncTest, TestLazyCores, CoreAdminHandlerTest, SuggesterTest, TestStressLucene, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, RequiredFieldsTest, TestSolrQueryParser, LoggingHandlerTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, TestAnalyzedSuggestions, JsonLoaderTest, TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, UpdateParamsTest, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestTolerantSearch, TestLuceneIndexBackCompat, CollectionStateFormat2Test, CollectionsAPISolrJTest, ConcurrentCreateRoutedAliasTest, CreateCollectionCleanupTest, DeleteReplicaTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, HttpPartitionTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplaceNodeTest, RollingRestartTest, CollectionsAPIDistributedZkTest, TestCollectionAPI, ComputePlanActionTest]
   [junit4] Completed [588/775 (3!)] on J0 in 38.90s, 4 tests, 1 failure <<< FAILURES!

[...truncated 49136 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 147 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/147/

4 tests failed.
FAILED:  org.apache.solr.cloud.TestAuthenticationFramework.testBasics

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

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

</body>
</html>

	at __randomizedtesting.SeedInfo.seed([D825917192FB5AFB:E5FD3F5DAA15048B]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:550)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.TestAuthenticationFramework.collectionCreateSearchDeleteTwice(TestAuthenticationFramework.java:126)
	at org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:74)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:60206/solr/testcollection_shard1_replica_n3: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: /solr/testcollection_shard1_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>

</body>
</html>

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


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

Error Message:
no replica should be present in  127.0.0.1:38476_solr

Stack Trace:
java.lang.AssertionError: no replica should be present in  127.0.0.1:38476_solr
	at __randomizedtesting.SeedInfo.seed([D825917192FB5AFB:5071AEAB3C073703]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:99)
	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.TriggerIntegrationTest.testEventFromRestoredState

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([D825917192FB5AFB:D81325B1BBF6FE91]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventFromRestoredState(TriggerIntegrationTest.java:760)
	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.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1518572612924,generation=2,filelist=[_0.fdt, _0.fdx, _0.fnm, _0.nvd, _0.nvm, _0.si, _0_MockRandom_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tfp, _2.fdt, _2.fdx, _2.fnm, _2.nvd, _2.nvm, _2.si, _2_MockRandom_0.doc, _2_MockRandom_0.sd, _2_MockRandom_0.tbk, _2_MockRandom_0.tix, _3.fdt, _3.fdx, _3.fnm, _3.nvd, _3.nvm, _3.si, _3_MockRandom_0.doc, _3_MockRandom_0.sd, _3_MockRandom_0.tbk, _3_MockRandom_0.tix, _4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_MockRandom_0.doc, _4_MockRandom_0.sd, _4_MockRandom_0.tfp, _5.cfe, _5.cfs, _5.si, _6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_MockRandom_0.doc, _6_MockRandom_0.sd, _6_MockRandom_0.tio, _6_MockRandom_0.tipo, segments_2]}]> but was:<[{indexVersion=1518572612924,generation=2,filelist=[_0.fdt, _0.fdx, _0.fnm, _0.nvd, _0.nvm, _0.si, _0_MockRandom_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tfp, _2.fdt, _2.fdx, _2.fnm, _2.nvd, _2.nvm, _2.si, _2_MockRandom_0.doc, _2_MockRandom_0.sd, _2_MockRandom_0.tbk, _2_MockRandom_0.tix, _3.fdt, _3.fdx, _3.fnm, _3.nvd, _3.nvm, _3.si, _3_MockRandom_0.doc, _3_MockRandom_0.sd, _3_MockRandom_0.tbk, _3_MockRandom_0.tix, _4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_MockRandom_0.doc, _4_MockRandom_0.sd, _4_MockRandom_0.tfp, _5.cfe, _5.cfs, _5.si, _6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_MockRandom_0.doc, _6_MockRandom_0.sd, _6_MockRandom_0.tio, _6_MockRandom_0.tipo, segments_2]}, {indexVersion=1518572612924,generation=3,filelist=[_0.fdt, _0.fdx, _0.fnm, _0.nvd, _0.nvm, _0.si, _0_MockRandom_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tfp, _2.fdt, _2.fdx, _2.fnm, _2.nvd, _2.nvm, _2.si, _2_MockRandom_0.doc, _2_MockRandom_0.sd, _2_MockRandom_0.tbk, _2_MockRandom_0.tix, _4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_MockRandom_0.doc, _4_MockRandom_0.sd, _4_MockRandom_0.tfp, _5.cfe, _5.cfs, _5.si, _6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_MockRandom_0.doc, _6_MockRandom_0.sd, _6_MockRandom_0.tio, _6_MockRandom_0.tipo, _7.cfe, _7.cfs, _7.si, segments_3]}]>

Stack Trace:
java.lang.AssertionError: expected:<[{indexVersion=1518572612924,generation=2,filelist=[_0.fdt, _0.fdx, _0.fnm, _0.nvd, _0.nvm, _0.si, _0_MockRandom_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tfp, _2.fdt, _2.fdx, _2.fnm, _2.nvd, _2.nvm, _2.si, _2_MockRandom_0.doc, _2_MockRandom_0.sd, _2_MockRandom_0.tbk, _2_MockRandom_0.tix, _3.fdt, _3.fdx, _3.fnm, _3.nvd, _3.nvm, _3.si, _3_MockRandom_0.doc, _3_MockRandom_0.sd, _3_MockRandom_0.tbk, _3_MockRandom_0.tix, _4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_MockRandom_0.doc, _4_MockRandom_0.sd, _4_MockRandom_0.tfp, _5.cfe, _5.cfs, _5.si, _6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_MockRandom_0.doc, _6_MockRandom_0.sd, _6_MockRandom_0.tio, _6_MockRandom_0.tipo, segments_2]}]> but was:<[{indexVersion=1518572612924,generation=2,filelist=[_0.fdt, _0.fdx, _0.fnm, _0.nvd, _0.nvm, _0.si, _0_MockRandom_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tfp, _2.fdt, _2.fdx, _2.fnm, _2.nvd, _2.nvm, _2.si, _2_MockRandom_0.doc, _2_MockRandom_0.sd, _2_MockRandom_0.tbk, _2_MockRandom_0.tix, _3.fdt, _3.fdx, _3.fnm, _3.nvd, _3.nvm, _3.si, _3_MockRandom_0.doc, _3_MockRandom_0.sd, _3_MockRandom_0.tbk, _3_MockRandom_0.tix, _4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_MockRandom_0.doc, _4_MockRandom_0.sd, _4_MockRandom_0.tfp, _5.cfe, _5.cfs, _5.si, _6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_MockRandom_0.doc, _6_MockRandom_0.sd, _6_MockRandom_0.tio, _6_MockRandom_0.tipo, segments_2]}, {indexVersion=1518572612924,generation=3,filelist=[_0.fdt, _0.fdx, _0.fnm, _0.nvd, _0.nvm, _0.si, _0_MockRandom_0.doc, _0_MockRandom_0.sd, _0_MockRandom_0.tfp, _2.fdt, _2.fdx, _2.fnm, _2.nvd, _2.nvm, _2.si, _2_MockRandom_0.doc, _2_MockRandom_0.sd, _2_MockRandom_0.tbk, _2_MockRandom_0.tix, _4.fdt, _4.fdx, _4.fnm, _4.nvd, _4.nvm, _4.si, _4_MockRandom_0.doc, _4_MockRandom_0.sd, _4_MockRandom_0.tfp, _5.cfe, _5.cfs, _5.si, _6.fdt, _6.fdx, _6.fnm, _6.nvd, _6.nvm, _6.si, _6_MockRandom_0.doc, _6_MockRandom_0.sd, _6_MockRandom_0.tio, _6_MockRandom_0.tipo, _7.cfe, _7.cfs, _7.si, segments_3]}]>
	at __randomizedtesting.SeedInfo.seed([D825917192FB5AFB:FDF28A41E2B354F8]: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:147)
	at org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1277)
	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 12686 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_D825917192FB5AFB-001/init-core-data-001
   [junit4]   2> 104606 WARN  (SUITE-TriggerIntegrationTest-seed#[D825917192FB5AFB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 104606 INFO  (SUITE-TriggerIntegrationTest-seed#[D825917192FB5AFB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 104608 INFO  (SUITE-TriggerIntegrationTest-seed#[D825917192FB5AFB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 104609 INFO  (SUITE-TriggerIntegrationTest-seed#[D825917192FB5AFB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 104609 INFO  (SUITE-TriggerIntegrationTest-seed#[D825917192FB5AFB]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_D825917192FB5AFB-001/tempDir-001
   [junit4]   2> 104610 INFO  (SUITE-TriggerIntegrationTest-seed#[D825917192FB5AFB]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 104610 INFO  (Thread-103) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 104610 INFO  (Thread-103) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 104611 ERROR (Thread-103) [    ] 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> 104710 INFO  (SUITE-TriggerIntegrationTest-seed#[D825917192FB5AFB]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39038
   [junit4]   2> 104712 INFO  (zkConnectionManagerCallback-210-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104725 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 104727 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 104733 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 104733 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 104733 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 104733 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@186ecbc8{/solr,null,AVAILABLE}
   [junit4]   2> 104742 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6ba76f33{SSL,[ssl, http/1.1]}{127.0.0.1:39252}
   [junit4]   2> 104743 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.Server Started @106983ms
   [junit4]   2> 104743 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 104744 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 104744 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 104744 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@109ae6ec{/solr,null,AVAILABLE}
   [junit4]   2> 104743 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39252}
   [junit4]   2> 104745 ERROR (jetty-launcher-207-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 104745 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6c53806b{SSL,[ssl, http/1.1]}{127.0.0.1:44877}
   [junit4]   2> 104746 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.Server Started @106986ms
   [junit4]   2> 104746 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44877}
   [junit4]   2> 104746 ERROR (jetty-launcher-207-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 104745 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 104746 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 104749 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 104749 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 104749 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 104749 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T01:03:16.354Z
   [junit4]   2> 104749 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 104749 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T01:03:16.354Z
   [junit4]   2> 104752 INFO  (zkConnectionManagerCallback-212-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104752 INFO  (zkConnectionManagerCallback-214-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104752 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 104752 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 104760 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39038/solr
   [junit4]   2> 104762 INFO  (zkConnectionManagerCallback-218-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104764 INFO  (zkConnectionManagerCallback-220-thread-1-processing-n:127.0.0.1:39252_solr) [n:127.0.0.1:39252_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104777 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39038/solr
   [junit4]   2> 104780 INFO  (zkConnectionManagerCallback-225-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104794 INFO  (zkConnectionManagerCallback-227-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104818 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 104819 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44877_solr
   [junit4]   2> 104820 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.Overseer Overseer (id=73291119467823110-127.0.0.1:44877_solr-n_0000000000) starting
   [junit4]   2> 104830 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44877_solr
   [junit4]   2> 104831 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 104837 INFO  (OverseerStateUpdate-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 104841 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 104842 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44877_solr]
   [junit4]   2> 104842 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 104842 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 104846 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 104846 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 104847 DEBUG (ScheduledTrigger-444-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 104876 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:39252_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 104882 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:39252_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 104883 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:39252_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39252_solr
   [junit4]   2> 104907 INFO  (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 104908 INFO  (zkCallback-219-thread-1-processing-n:127.0.0.1:39252_solr) [n:127.0.0.1:39252_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 104928 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44877.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 104935 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44877.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 104935 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44877.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 104936 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_D825917192FB5AFB-001/tempDir-001/node1/.
   [junit4]   2> 105022 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:39252_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39252.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 105029 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:39252_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39252.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 105029 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:39252_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39252.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 105030 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:39252_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_D825917192FB5AFB-001/tempDir-001/node2/.
   [junit4]   2> 105054 INFO  (zkConnectionManagerCallback-232-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105058 INFO  (zkConnectionManagerCallback-236-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105059 INFO  (SUITE-TriggerIntegrationTest-seed#[D825917192FB5AFB]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 105061 INFO  (SUITE-TriggerIntegrationTest-seed#[D825917192FB5AFB]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39038/solr ready
   [junit4]   2> 105076 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCooldown
   [junit4]   2> 105077 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 105077 DEBUG (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 105077 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 105079 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 105079 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 105080 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 105289 INFO  (qtp1366964227-710) [n:127.0.0.1:39252_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=8
   [junit4]   2> 105299 INFO  (qtp1637235979-722) [n:127.0.0.1:44877_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> 105300 DEBUG (qtp1637235979-720) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 105301 INFO  (qtp1637235979-720) [n:127.0.0.1:44877_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=73
   [junit4]   2> 105301 DEBUG (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 105304 DEBUG (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:39252_solr, 127.0.0.1:44877_solr]
   [junit4]   2> 105304 DEBUG (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 105304 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 105308 INFO  (qtp1366964227-712) [n:127.0.0.1:39252_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=1
   [junit4]   2> 105311 INFO  (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 105312 INFO  (qtp1637235979-721) [n:127.0.0.1:44877_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> 105312 DEBUG (qtp1637235979-717) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 105313 INFO  (qtp1637235979-717) [n:127.0.0.1:44877_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 105313 DEBUG (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 105315 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 105316 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 105316 DEBUG (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:39252_solr, 127.0.0.1:44877_solr]
   [junit4]   2> 105317 DEBUG (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 105316 DEBUG (ScheduledTrigger-444-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 105317 DEBUG (ScheduledTrigger-444-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 105319 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 105319 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 105319 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 105319 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c507077{/solr,null,AVAILABLE}
   [junit4]   2> 105320 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@516cc701{SSL,[ssl, http/1.1]}{127.0.0.1:42463}
   [junit4]   2> 105320 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.Server Started @107560ms
   [junit4]   2> 105320 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42463}
   [junit4]   2> 105320 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 105320 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 105321 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 105321 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 105321 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T01:03:16.926Z
   [junit4]   2> 105324 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 3
   [junit4]   2> 105324 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 105325 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 105325 INFO  (zkConnectionManagerCallback-238-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105325 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 105326 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 105333 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39038/solr
   [junit4]   2> 105334 INFO  (zkConnectionManagerCallback-242-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105337 INFO  (zkConnectionManagerCallback-244-thread-1-processing-n:127.0.0.1:42463_solr) [n:127.0.0.1:42463_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105347 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:42463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 105349 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:42463_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105350 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:42463_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42463_solr
   [junit4]   2> 105351 INFO  (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 105355 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 105355 INFO  (zkCallback-219-thread-1-processing-n:127.0.0.1:39252_solr) [n:127.0.0.1:39252_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 105356 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:42463_solr) [n:127.0.0.1:42463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 105418 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:42463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42463.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 105426 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:42463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42463.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 105426 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:42463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42463.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 105427 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:42463_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_D825917192FB5AFB-001/tempDir-001/node3/.
   [junit4]   2> 106325 DEBUG (ScheduledTrigger-444-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 106325 DEBUG (ScheduledTrigger-444-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 106325 DEBUG (ScheduledTrigger-444-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:42463_solr at time 18822106053123999
   [junit4]   2> 107326 DEBUG (ScheduledTrigger-444-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 107327 DEBUG (ScheduledTrigger-444-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 107327 DEBUG (ScheduledTrigger-444-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:42463_solr] added at times [18822106053123999], now=18822107054333647
   [junit4]   2> 107328 DEBUG (ScheduledTrigger-444-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"42de9b11389f9fT4v3x6hj9v0b43ourj0iw9k11r",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":18822106053123999,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18822106053123999],
   [junit4]   2>     "nodeNames":["127.0.0.1:42463_solr"]}}
   [junit4]   2> 107328 DEBUG (ScheduledTrigger-444-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_cooldown_trigger]
   [junit4]   2> 107330 INFO  (ScheduledTrigger-444-thread-2) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 107332 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"42de9b11389f9fT4v3x6hj9v0b43ourj0iw9k11r",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":18822106053123999,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18822106053123999],
   [junit4]   2>     "_enqueue_time_":18822107056678771,
   [junit4]   2>     "nodeNames":["127.0.0.1:42463_solr"]}}
   [junit4]   2> 107338 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_cooldown_trigger after 5000ms
   [junit4]   2> 107338 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 5 ms for event id=42de9b11389f9fT4v3x6hj9v0b43ourj0iw9k11r
   [junit4]   2> 108338 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 108339 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 108340 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 108340 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 108340 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ccc1057{/solr,null,AVAILABLE}
   [junit4]   2> 108341 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@61a0842{SSL,[ssl, http/1.1]}{127.0.0.1:39634}
   [junit4]   2> 108341 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.Server Started @110581ms
   [junit4]   2> 108341 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39634}
   [junit4]   2> 108341 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 108342 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 108342 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 108342 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 108342 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T01:03:19.947Z
   [junit4]   2> 108349 INFO  (zkConnectionManagerCallback-248-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108350 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 108371 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39038/solr
   [junit4]   2> 108372 INFO  (zkConnectionManagerCallback-252-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108385 INFO  (zkConnectionManagerCallback-254-thread-1-processing-n:127.0.0.1:39634_solr) [n:127.0.0.1:39634_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108391 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:39634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 108393 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:39634_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 108395 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:39634_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39634_solr
   [junit4]   2> 108399 INFO  (zkCallback-219-thread-1-processing-n:127.0.0.1:39252_solr) [n:127.0.0.1:39252_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 108399 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 108399 INFO  (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 108399 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:42463_solr) [n:127.0.0.1:42463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 108406 INFO  (zkCallback-253-thread-1-processing-n:127.0.0.1:39634_solr) [n:127.0.0.1:39634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 108513 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:39634_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39634.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 108522 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:39634_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39634.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 108522 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:39634_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39634.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 108523 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:39634_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_D825917192FB5AFB-001/tempDir-001/node4/.
   [junit4]   2> 112338 DEBUG (ScheduledTrigger-444-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 112338 DEBUG (ScheduledTrigger-444-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 112338 DEBUG (ScheduledTrigger-444-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:39634_solr at time 18822112065748878
   [junit4]   2> 113339 DEBUG (ScheduledTrigger-444-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 113339 DEBUG (ScheduledTrigger-444-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 113339 DEBUG (ScheduledTrigger-444-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:39634_solr] added at times [18822112065748878], now=18822113066748816
   [junit4]   2> 113339 DEBUG (ScheduledTrigger-444-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"42de9c7799ff8eT4v3x6hj9v0b43ourj0iw9k11t",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":18822112065748878,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18822112065748878],
   [junit4]   2>     "nodeNames":["127.0.0.1:39634_solr"]}}
   [junit4]   2> 113339 DEBUG (ScheduledTrigger-444-thread-1) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_cooldown_trigger]
   [junit4]   2> 113340 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"42de9c7799ff8eT4v3x6hj9v0b43ourj0iw9k11t",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":18822112065748878,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18822112065748878],
   [junit4]   2>     "_enqueue_time_":18822113066944543,
   [junit4]   2>     "nodeNames":["127.0.0.1:39634_solr"]}}
   [junit4]   2> 113342 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_cooldown_trigger after 5000ms
   [junit4]   2> 113342 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 2 ms for event id=42de9c7799ff8eT4v3x6hj9v0b43ourj0iw9k11t
   [junit4]   2> 115347 INFO  (qtp1366964227-710) [n:127.0.0.1:39252_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> 115376 INFO  (qtp1787679033-799) [n:127.0.0.1:39634_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> 115425 INFO  (qtp1598991051-776) [n:127.0.0.1:42463_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> 115433 INFO  (qtp1637235979-722) [n:127.0.0.1:44877_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> 115434 DEBUG (qtp1637235979-720) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 115435 DEBUG (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 115436 INFO  (qtp1637235979-720) [n:127.0.0.1:44877_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=92
   [junit4]   2> 115436 DEBUG (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:39634_solr, 127.0.0.1:39252_solr, 127.0.0.1:44877_solr, 127.0.0.1:42463_solr]
   [junit4]   2> 115436 DEBUG (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 115436 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 115436 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerCooldownPeriodSeconds from: 5 to: 7
   [junit4]   2> 115444 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 115444 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 115447 INFO  (qtp1366964227-713) [n:127.0.0.1:39252_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 115450 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 115472 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 115472 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 115472 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 115473 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f145616{/solr,null,AVAILABLE}
   [junit4]   2> 115474 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2415574e{SSL,[ssl, http/1.1]}{127.0.0.1:58841}
   [junit4]   2> 115474 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.Server Started @117714ms
   [junit4]   2> 115474 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58841}
   [junit4]   2> 115474 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 115474 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 115474 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 115474 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 115474 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T01:03:27.079Z
   [junit4]   2> 115496 INFO  (zkConnectionManagerCallback-258-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115504 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 115541 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39038/solr
   [junit4]   2> 115572 INFO  (zkConnectionManagerCallback-262-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115592 INFO  (zkConnectionManagerCallback-264-thread-1-processing-n:127.0.0.1:58841_solr) [n:127.0.0.1:58841_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115598 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:58841_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 115600 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:58841_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 115601 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:58841_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58841_solr
   [junit4]   2> 115605 INFO  (zkCallback-219-thread-1-processing-n:127.0.0.1:39252_solr) [n:127.0.0.1:39252_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 115605 INFO  (zkCallback-253-thread-1-processing-n:127.0.0.1:39634_solr) [n:127.0.0.1:39634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 115605 INFO  (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 115606 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:42463_solr) [n:127.0.0.1:42463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 115606 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 115613 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:58841_solr) [n:127.0.0.1:58841_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 115761 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:58841_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58841.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 115770 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:58841_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58841.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 115771 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:58841_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58841.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 115773 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:58841_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_D825917192FB5AFB-001/tempDir-001/node5/.
   [junit4]   2> 118343 DEBUG (ScheduledTrigger-444-thread-3) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 118343 DEBUG (ScheduledTrigger-444-thread-3) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 118343 DEBUG (ScheduledTrigger-444-thread-3) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:58841_solr at time 18822118070372747
   [junit4]   2> 119344 DEBUG (ScheduledTrigger-444-thread-3) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 119344 DEBUG (ScheduledTrigger-444-thread-3) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 119344 DEBUG (ScheduledTrigger-444-thread-3) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:58841_solr] added at times [18822118070372747], now=18822119071424193
   [junit4]   2> 119344 DEBUG (ScheduledTrigger-444-thread-3) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"42de9ddd81498bT4v3x6hj9v0b43ourj0iw9k11u",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":18822118070372747,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18822118070372747],
   [junit4]   2>     "nodeNames":["127.0.0.1:58841_solr"]}}
   [junit4]   2> 119344 DEBUG (ScheduledTrigger-444-thread-3) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_cooldown_trigger]
   [junit4]   2> 119345 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"42de9ddd81498bT4v3x6hj9v0b43ourj0iw9k11u",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":18822118070372747,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18822118070372747],
   [junit4]   2>     "_enqueue_time_":18822119071662782,
   [junit4]   2>     "nodeNames":["127.0.0.1:58841_solr"]}}
   [junit4]   2> 119346 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 119348 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_cooldown_trigger after 7000ms
   [junit4]   2> 119348 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 2 ms for event id=42de9ddd81498bT4v3x6hj9v0b43ourj0iw9k11u
   [junit4]   2> 119361 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 119361 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 119361 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 119361 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b9bcf99{/solr,null,AVAILABLE}
   [junit4]   2> 119362 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@72615bb9{SSL,[ssl, http/1.1]}{127.0.0.1:49032}
   [junit4]   2> 119362 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.e.j.s.Server Started @121603ms
   [junit4]   2> 119363 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49032}
   [junit4]   2> 119363 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 119363 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 119363 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 119363 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 119363 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T01:03:30.968Z
   [junit4]   2> 119370 INFO  (zkConnectionManagerCallback-268-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 119370 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 119393 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39038/solr
   [junit4]   2> 119410 INFO  (zkConnectionManagerCallback-272-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 119413 INFO  (zkConnectionManagerCallback-274-thread-1-processing-n:127.0.0.1:49032_solr) [n:127.0.0.1:49032_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 119418 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 119420 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:49032_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 119422 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:49032_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49032_solr
   [junit4]   2> 119424 INFO  (zkCallback-219-thread-1-processing-n:127.0.0.1:39252_solr) [n:127.0.0.1:39252_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 119425 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:42463_solr) [n:127.0.0.1:42463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 119425 INFO  (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 119425 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 119425 INFO  (zkCallback-253-thread-1-processing-n:127.0.0.1:39634_solr) [n:127.0.0.1:39634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 119425 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:58841_solr) [n:127.0.0.1:58841_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 119439 INFO  (zkCallback-273-thread-1-processing-n:127.0.0.1:49032_solr) [n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 119496 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:49032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49032.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 119504 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:49032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49032.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 119504 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:49032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49032.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1914125d
   [junit4]   2> 119506 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [n:127.0.0.1:49032_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_D825917192FB5AFB-001/tempDir-001/node6/.
   [junit4]   2> 126348 DEBUG (ScheduledTrigger-444-thread-4) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 126348 DEBUG (ScheduledTrigger-444-thread-4) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 6
   [junit4]   2> 126348 DEBUG (ScheduledTrigger-444-thread-4) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:49032_solr at time 18822126075554831
   [junit4]   2> 127349 DEBUG (ScheduledTrigger-444-thread-4) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 127349 DEBUG (ScheduledTrigger-444-thread-4) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 6
   [junit4]   2> 127349 DEBUG (ScheduledTrigger-444-thread-4) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:49032_solr] added at times [18822126075554831], now=18822127076573292
   [junit4]   2> 127349 DEBUG (ScheduledTrigger-444-thread-4) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"42de9fbaa6ac0fT4v3x6hj9v0b43ourj0iw9k11v",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":18822126075554831,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18822126075554831],
   [junit4]   2>     "nodeNames":["127.0.0.1:49032_solr"]}}
   [junit4]   2> 127349 DEBUG (ScheduledTrigger-444-thread-4) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_cooldown_trigger]
   [junit4]   2> 127350 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"42de9fbaa6ac0fT4v3x6hj9v0b43ourj0iw9k11v",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":18822126075554831,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18822126075554831],
   [junit4]   2>     "_enqueue_time_":18822127076809274,
   [junit4]   2>     "nodeNames":["127.0.0.1:49032_solr"]}}
   [junit4]   2> 127351 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_cooldown_trigger after 7000ms
   [junit4]   2> 127351 DEBUG (AutoscalingActionExecutor-445-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=42de9fbaa6ac0fT4v3x6hj9v0b43ourj0iw9k11v
   [junit4]   2> 129350 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[D825917192FB5AFB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCooldown
   [junit4]   2> 129374 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTriggerRestoreState
   [junit4]   2> 129375 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 6
   [junit4]   2> 129375 DEBUG (zkCallback-226-thread-1-processing-n:127.0.0.1:44877_solr) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 129375 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 129376 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 129380 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 129380 DEBUG (OverseerAutoScalingTriggerThread-73291119467823110-127.0.0.1:44877_solr-n_0000000000) [n:127.0.0.1:44877_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 129382 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 129384 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 129384 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 129384 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 129386 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@437ce376{/solr,null,AVAILABLE}
   [junit4]   2> 129386 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5a233cfe{SSL,[ssl, http/1.1]}{127.0.0.1:57020}
   [junit4]   2> 129387 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.e.j.s.Server Started @131627ms
   [junit4]   2> 129387 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57020}
   [junit4]   2> 129387 ERROR (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 129387 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 129387 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 129387 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 129387 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T01:03:40.992Z
   [junit4]   2> 129389 INFO  (zkConnectionManagerCallback-278-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 129389 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 129396 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39038/solr
   [junit4]   2> 129398 INFO  (zkConnectionManagerCallback-282-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 129412 INFO  (zkConnectionManagerCallback-284-thread-1-processing-n:127.0.0.1:57020_solr) [n:127.0.0.1:57020_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 129418 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [n:127.0.0.1:57020_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 129423 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [n:127.0.0.1:57020_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 129425 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[D825917192FB5AFB]) [n:127.0.0.1:57020_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57020_solr
   [junit4]   2> 129426 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 129426 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:58841_solr) [n:127.0.0.1:58841_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4] 

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

lr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n1, tag=435630239
   [junit4]   2> 4514785 INFO  (coreCloseExecutor-9932-thread-2) [n:127.0.0.1:34244_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a81835c: rootName = solr_34244, domain = solr.core.testcollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testcollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@763104d5
   [junit4]   2> 4514792 INFO  (coreCloseExecutor-9931-thread-2) [n:127.0.0.1:60206_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard1.leader, tag=2057456622
   [junit4]   2> 4514793 INFO  (jetty-closer-5108-thread-1) [    ] o.a.s.c.Overseer Overseer (id=73291407955197957-127.0.0.1:60206_solr-n_0000000000) closing
   [junit4]   2> 4514793 INFO  (coreCloseExecutor-9932-thread-2) [n:127.0.0.1:34244_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard1.leader, tag=435630239
   [junit4]   2> 4514793 INFO  (OverseerStateUpdate-73291407955197957-127.0.0.1:60206_solr-n_0000000000) [n:127.0.0.1:60206_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60206_solr
   [junit4]   2> 4514795 WARN  (OverseerAutoScalingTriggerThread-73291407955197957-127.0.0.1:60206_solr-n_0000000000) [n:127.0.0.1:60206_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4514796 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 0x1046225b0420006, likely client has closed socket
   [junit4]   2> 4514797 INFO  (jetty-closer-5108-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@48799887{/solr,null,UNAVAILABLE}
   [junit4]   2> 4514798 INFO  (jetty-closer-5108-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4514798 INFO  (jetty-closer-5108-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e397a19{/solr,null,UNAVAILABLE}
   [junit4]   2> 4514799 INFO  (jetty-closer-5108-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4514799 ERROR (SUITE-TestAuthenticationFramework-seed#[D825917192FB5AFB]-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> 4514800 INFO  (SUITE-TestAuthenticationFramework-seed#[D825917192FB5AFB]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45312 45312
   [junit4]   2> 4514988 INFO  (Thread-62023) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45312 45312
   [junit4]   2> 4514989 WARN  (Thread-62023) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections/testcollection/terms/shard2
   [junit4]   2> 	11	/solr/collections/testcollection/terms/shard1
   [junit4]   2> 	4	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/collections/testcollection/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_D825917192FB5AFB-001
   [junit4]   2> Feb 14, 2018 2:16:47 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): {id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=2002, maxMBSortInHeap=6.0121692174848675, sim=RandomSimilarity(queryNorm=true): {}, locale=en-IN, timezone=America/Whitehorse
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=181959624,total=520617984
   [junit4]   2> NOTE: All tests run in this JVM: [TestEmbeddedSolrServerSchemaAPI, HdfsThreadLeakTest, TestGroupingSearch, RuleEngineTest, TestRandomRequestDistribution, OverseerTaskQueueTest, MBeansHandlerTest, TestIndexingPerformance, TestShardHandlerFactory, TestFieldCacheReopen, DistributedFacetPivotLongTailTest, DeleteShardTest, TestExactSharedStatsCache, TestStandardQParsers, TestFieldCacheVsDocValues, CreateCollectionCleanupTest, TestReRankQParserPlugin, MoveReplicaTest, ComputePlanActionTest, FieldAnalysisRequestHandlerTest, TestLMDirichletSimilarityFactory, TestJoin, V2ApiIntegrationTest, DistributedQueryElevationComponentTest, CursorPagingTest, OverseerModifyCollectionTest, SolrGraphiteReporterTest, SpellCheckCollatorTest, RequestHandlersTest, TestLuceneIndexBackCompat, ClassificationUpdateProcessorTest, InfoHandlerTest, RAMDirectoryFactoryTest, AutoAddReplicasIntegrationTest, TestSSLRandomization, CloudExitableDirectoryReaderTest, TestStressLucene, TestManagedResource, TestCrossCoreJoin, DocumentAnalysisRequestHandlerTest, SolrIndexConfigTest, TlogReplayBufferedWhileIndexingTest, TestSort, StatsComponentTest, TestIndexSearcher, TestInitParams, ZkCLITest, ZkNodePropsTest, TestMergePolicyConfig, DebugComponentTest, SSLMigrationTest, BooleanFieldTest, ZkStateReaderTest, FullSolrCloudDistribCmdsTest, HdfsBasicDistributedZk2Test, CloudMLTQParserTest, VersionInfoTest, TestJsonFacetRefinement, TestConfigSets, CdcrBootstrapTest, TestMiniSolrCloudClusterSSL, DefaultValueUpdateProcessorTest, WrapperMergePolicyFactoryTest, CollectionReloadTest, TestCloudJSONFacetJoinDomain, TestSolrDeletionPolicy1, SolrMetricReporterTest, ChaosMonkeyNothingIsSafeTest, OutputWriterTest, TestConfigSetsAPI, TestFieldTypeCollectionResource, TestSolrQueryParser, SynonymTokenizerTest, DistributedSuggestComponentTest, TestTestInjection, TestBlobHandler, TestApiFramework, BigEndianAscendingWordDeserializerTest, SuggestComponentContextFilterQueryTest, LeaderInitiatedRecoveryOnShardRestartTest, BadIndexSchemaTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSchemaResource, ShardRoutingTest, ZkFailoverTest, TestOverriddenPrefixQueryForCustomFieldType, BlockJoinFacetDistribTest, TestIBSimilarityFactory, TestPhraseSuggestions, DeleteLastCustomShardedReplicaTest, TestOmitPositions, TestTolerantUpdateProcessorCloud, OpenExchangeRatesOrgProviderTest, TestNumericTerms32, TestDownShardTolerantSearch, HdfsChaosMonkeySafeLeaderTest, TestObjectReleaseTracker, TestSolrCloudWithKerberosAlt, TestSolrConfigHandlerCloud, DistribDocExpirationUpdateProcessorTest, TestLegacyFieldReuse, ZkSolrClientTest, TestDocumentBuilder, TestXmlQParser, TestPHPSerializedResponseWriter, CoreAdminCreateDiscoverTest, TestNumericTokenStream, TestQuerySenderNoQuery, TestTriggerIntegration, HdfsWriteToMultipleCollectionsTest, TestSizeLimitedDistributedMap, TestLuceneMatchVersion, TestMultiValuedNumericRangeQuery, DateRangeFieldTest, GraphQueryTest, TestDFISimilarityFactory, TestManagedSchemaThreadSafety, ChaosMonkeySafeLeaderWithPullReplicasTest, SimpleFacetsTest, MergeStrategyTest, TestExpandComponent, AddBlockUpdateTest, DistributedFacetPivotWhiteBoxTest, TestHighlightDedupGrouping, HighlighterConfigTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, SyncSliceTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, ConvertedLegacyTest, TestFiltering, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, TestCoreDiscovery, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, SolrPluginUtilsTest, TestCollationField, TestCSVResponseWriter, JsonLoaderTest, TestPartialUpdateDeduplication, TestLFUCache, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestEmbeddedSolrServerConstructors, ActionThrottleTest, AddReplicaTest, AliasIntegrationTest, AsyncCallRequestStatusResponseTest, CleanupOldIndexTest, CreateRoutedAliasTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest, MissingSegmentRecoveryTest, MultiThreadedOCPTest, OverseerStatusTest, ReplaceNodeTest, SaslZkACLProviderTest, SolrCLIZkUtilsTest, TestAuthenticationFramework]
   [junit4] Completed [549/775 (4!)] on J0 in 9.97s, 1 test, 1 error <<< FAILURES!

[...truncated 49271 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 146 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/146/

2 tests failed.
FAILED:  org.apache.lucene.index.TestNumericDocValuesUpdates.testTonsOfUpdates

Error Message:
Problem reading index from MockDirectoryWrapper(RAMDirectory@37edd0b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f9626) (resource=MockDirectoryWrapper(RAMDirectory@37edd0b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f9626))

Stack Trace:
org.apache.lucene.index.CorruptIndexException: Problem reading index from MockDirectoryWrapper(RAMDirectory@37edd0b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f9626) (resource=MockDirectoryWrapper(RAMDirectory@37edd0b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f9626))
	at __randomizedtesting.SeedInfo.seed([D130723AB299403B:A915AC3150B96FD9]:0)
	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:140)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
	at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:688)
	at org.apache.lucene.index.IndexWriter$ReaderPool.writeSomeDocValuesUpdates(IndexWriter.java:705)
	at org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:331)
	at org.apache.lucene.index.DocumentsWriter$ResolveUpdatesEvent.process(DocumentsWriter.java:740)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5106)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5096)
	at org.apache.lucene.index.IndexWriter.updateDocValues(IndexWriter.java:1891)
	at org.apache.lucene.index.TestNumericDocValuesUpdates.testTonsOfUpdates(TestNumericDocValuesUpdates.java:1557)
	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.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 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.io.FileNotFoundException: _2.cfe in dir=RAMDirectory@37edd0b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f9626
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:750)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:119)
	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.readEntries(Lucene50CompoundReader.java:105)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:69)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:71)
	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:99)
	... 45 more


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData

Error Message:
Node watch should have fired!

Stack Trace:
java.lang.AssertionError: Node watch should have fired!
	at __randomizedtesting.SeedInfo.seed([B0168C62D351BB01:9686633087DF7D0B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData(TestDistribStateManager.java:256)
	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 1485 lines...]
   [junit4] Suite: org.apache.lucene.index.TestNumericDocValuesUpdates
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestNumericDocValuesUpdates -Dtests.method=testTonsOfUpdates -Dtests.seed=D130723AB299403B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=vi -Dtests.timezone=Europe/Madrid -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   4.48s J0 | TestNumericDocValuesUpdates.testTonsOfUpdates <<<
   [junit4]    > Throwable #1: org.apache.lucene.index.CorruptIndexException: Problem reading index from MockDirectoryWrapper(RAMDirectory@37edd0b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f9626) (resource=MockDirectoryWrapper(RAMDirectory@37edd0b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f9626))
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D130723AB299403B:A915AC3150B96FD9]:0)
   [junit4]    > 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:140)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:688)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$ReaderPool.writeSomeDocValuesUpdates(IndexWriter.java:705)
   [junit4]    > 	at org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:331)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter$ResolveUpdatesEvent.process(DocumentsWriter.java:740)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5106)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5096)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocValues(IndexWriter.java:1891)
   [junit4]    > 	at org.apache.lucene.index.TestNumericDocValuesUpdates.testTonsOfUpdates(TestNumericDocValuesUpdates.java:1557)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.io.FileNotFoundException: _2.cfe in dir=RAMDirectory@37edd0b3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f9626
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:750)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:119)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.readEntries(Lucene50CompoundReader.java:105)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:69)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:71)
   [junit4]    > 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:99)
   [junit4]    > 	... 45 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/J0/temp/lucene.index.TestNumericDocValuesUpdates_D130723AB299403B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {ndv=PostingsFormat(name=Asserting), k1=PostingsFormat(name=MockRandom), f=PostingsFormat(name=MockRandom), k2=PostingsFormat(name=LuceneVarGapDocFreqInterval), dvUpdateKey=PostingsFormat(name=MockRandom), foo=PostingsFormat(name=MockRandom), upd=FST50, updKey=PostingsFormat(name=Asserting), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), key=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{ndv=DocValuesFormat(name=Direct), ndv2=DocValuesFormat(name=Lucene70), ndv1=DocValuesFormat(name=Lucene70), f10=DocValuesFormat(name=Lucene70), f12=DocValuesFormat(name=Memory), f11=DocValuesFormat(name=Lucene70), f14=DocValuesFormat(name=Lucene70), f13=DocValuesFormat(name=Direct), f0=DocValuesFormat(name=Lucene70), f16=DocValuesFormat(name=Memory), f15=DocValuesFormat(name=Lucene70), f1=DocValuesFormat(name=Memory), f2=DocValuesFormat(name=Direct), f18=DocValuesFormat(name=Lucene70), f17=DocValuesFormat(name=Direct), f3=DocValuesFormat(name=Lucene70), f4=DocValuesFormat(name=Lucene70), f19=DocValuesFormat(name=Lucene70), f5=DocValuesFormat(name=Memory), f6=DocValuesFormat(name=Direct), number=DocValuesFormat(name=Lucene70), f7=DocValuesFormat(name=Lucene70), f8=DocValuesFormat(name=Lucene70), f9=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory), val=DocValuesFormat(name=Lucene70), f21=DocValuesFormat(name=Lucene70), f20=DocValuesFormat(name=Direct), upd=DocValuesFormat(name=Lucene70), sort=DocValuesFormat(name=Lucene70), cf0=DocValuesFormat(name=Lucene70), cf2=DocValuesFormat(name=Memory), cf1=DocValuesFormat(name=Lucene70), cf4=DocValuesFormat(name=Lucene70), cf3=DocValuesFormat(name=Direct), cf6=DocValuesFormat(name=Memory), cf5=DocValuesFormat(name=Lucene70), cf8=DocValuesFormat(name=Lucene70), cf7=DocValuesFormat(name=Direct), cf9=DocValuesFormat(name=Lucene70), ssdv=DocValuesFormat(name=Lucene70), sdv=DocValuesFormat(name=Lucene70), foo=DocValuesFormat(name=Lucene70), cf21=DocValuesFormat(name=Lucene70), cf20=DocValuesFormat(name=Lucene70), key=DocValuesFormat(name=Memory), cf=DocValuesFormat(name=Memory), cf18=DocValuesFormat(name=Lucene70), cf19=DocValuesFormat(name=Memory), f=DocValuesFormat(name=Lucene70), cf16=DocValuesFormat(name=Direct), cf17=DocValuesFormat(name=Lucene70), cf14=DocValuesFormat(name=Lucene70), cf15=DocValuesFormat(name=Memory), cf12=DocValuesFormat(name=Direct), control=DocValuesFormat(name=Lucene70), cf13=DocValuesFormat(name=Lucene70), cf10=DocValuesFormat(name=Lucene70), cf11=DocValuesFormat(name=Memory), bdv=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1154, maxMBSortInHeap=6.2143495729027975, sim=RandomSimilarity(queryNorm=false): {}, locale=vi, timezone=Europe/Madrid
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=275503584,total=502267904
   [junit4]   2> NOTE: All tests run in this JVM: [TestUnicodeUtil, TestDoubleValuesSource, TestWordlistLoader, TestIndexWriter, TestFixedBitDocIdSet, TestTermVectorsWriter, TestBinaryTerms, TestIndexReaderClose, TestTerm, TestStressIndexing, TestIndexWriterExceptions, TestLiveFieldValues, TestReadOnlyIndex, TestNewestSegment, TestOneMergeWrappingMergePolicy, FuzzyTermOnShortTermsTest, TestDeletionPolicy, TestLucene70SegmentInfoFormat, TestIndexWriterMaxDocs, TestNot, TestFieldMaskingSpanQuery, TestSloppyMath, TestIsCurrent, TestGeoUtils, TestTotalHitCountCollector, TestDocsWithFieldSet, TestDirectoryReaderReopen, TestDelegatingAnalyzerWrapper, TestReqExclBulkScorer, TestMultiPhraseEnum, Test4GBStoredFields, TestSingleInstanceLockFactory, TestNormsFieldExistsQuery, TestSegmentMerger, TestCodecHoldsOpenFiles, TestIndexOrDocValuesQuery, TestFilterSpans, TestLucene50TermVectorsFormat, TestSort, TestDocValuesQueries, TestDirectMonotonic, TestPagedBytes, TestFilterCodecReader, TestDocCount, TestSortedSetDocValues, TestTermContext, TestSimpleAttributeImpl, TestMutablePointsReaderUtils, TestThreadedForceMerge, TestWildcardRandom, TestSimpleExplanations, TestSpanOrQuery, TestBytesRef, TestPersistentSnapshotDeletionPolicy, TestIndexInput, TestMultiPhraseQuery, TestFutureArrays, TestBytesRefArray, Test2BBKDPoints, TestCharFilter, TestDocumentWriter, TestAutomaton, TestMultiTermsEnum, TestIndexWriterForceMerge, TestSimpleSearchEquivalence, TestDocIDMerger, TestBooleanScorer, TestNoDeletionPolicy, TestSearchAfter, TestBlockPostingsFormat2, TestMathUtil, TestRadixSelector, TestDateTools, TestSloppyPhraseQuery, TestLRUQueryCache, TestDocsAndPositions, TestBytesStore, TestIndexWriterWithThreads, TestAddIndexes, TestShardSearching, TestMultiMMap, TestSearcherManager, TestDuelingCodecs, TestBoolean2, TestStressAdvance, TestNorms, TestStandardAnalyzer, TestIndexWriterCommit, TestNeverDelete, TestLongPostings, TestMinimize, TestSnapshotDeletionPolicy, TestPerFieldPostingsFormat, TestConsistentFieldNumbers, TestWeakIdentityMap, TestLockFactory, TestPhraseQuery, TestBagOfPositions, TestOmitNorms, TestComplexExplanations, TestRegexpRandom2, TestNRTCachingDirectory, TestFastDecompressionMode, TestParallelCompositeReader, TestIndexWriterNRTIsCurrent, TestFieldCacheRewriteMethod, TestMultiThreadTermVectors, TestSegmentTermDocs, TestMultiDocValues, TestDocValuesIndexing, TestBooleanMinShouldMatch, TestDeterminizeLexicon, Test2BDocs, TestIndexWriterOnDiskFull, TestPerSegmentDeletes, TestIntBlockPool, TestTopDocsCollector, TestUniqueTermCount, TestBooleanQuery, TestPrefixCodedTerms, TestAutomatonQuery, TestIndexableField, TestDocValuesScoring, TestRegexpRandom, TestMultiLevelSkipList, TestCheckIndex, TestBooleanQueryVisitSubscorers, TestConstantScoreQuery, TestPrefixQuery, TestLucene50CompoundFormat, TestLucene50StoredFieldsFormat, TestLucene60PointsFormat, TestLucene70NormsFormat, TestPolygon, TestPolygon2D, Test2BPoints, Test2BSortedDocValuesFixedSorted, TestAllFilesCheckIndexHeader, TestBinaryDocValuesUpdates, TestExitableDirectoryReader, TestFieldInvertState, TestFieldReuse, TestFilterDirectoryReader, TestIndexTooManyDocs, TestIndexWriterDeleteByQuery, TestIndexWriterExceptions2, TestIndexWriterOutOfFileDescriptors, TestIndexWriterThreadsToSegments, TestIndexingSequenceNumbers, TestInfoStream, TestLogMergePolicy, TestManyFields, TestMaxPosition, TestMergePolicyWrapper, TestMergeRateLimiter, TestNRTReaderCleanup, TestNumericDocValuesUpdates]
   [junit4] Completed [363/461 (1!)] on J0 in 13.89s, 32 tests, 1 error <<< FAILURES!

[...truncated 12962 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager
   [junit4]   2> 4471842 INFO  (SUITE-TestDistribStateManager-seed#[B0168C62D351BB01]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestDistribStateManager_B0168C62D351BB01-001/init-core-data-001
   [junit4]   2> 4471842 WARN  (SUITE-TestDistribStateManager-seed#[B0168C62D351BB01]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 4471843 INFO  (SUITE-TestDistribStateManager-seed#[B0168C62D351BB01]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4471844 INFO  (SUITE-TestDistribStateManager-seed#[B0168C62D351BB01]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4471856 INFO  (TEST-TestDistribStateManager.testHasData-seed#[B0168C62D351BB01]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testHasData
   [junit4]   2> 4471856 INFO  (TEST-TestDistribStateManager.testHasData-seed#[B0168C62D351BB01]) [    ] o.a.s.c.a.s.TestDistribStateManager Using org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager
   [junit4]   2> 4471856 INFO  (TEST-TestDistribStateManager.testHasData-seed#[B0168C62D351BB01]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testHasData
   [junit4]   2> 4471864 INFO  (TEST-TestDistribStateManager.testListData-seed#[B0168C62D351BB01]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testListData
   [junit4]   2> 4471864 INFO  (TEST-TestDistribStateManager.testListData-seed#[B0168C62D351BB01]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4471864 INFO  (Thread-71403) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4471864 INFO  (Thread-71403) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4471865 ERROR (Thread-71403) [    ] 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> 4471964 INFO  (TEST-TestDistribStateManager.testListData-seed#[B0168C62D351BB01]) [    ] o.a.s.c.ZkTestServer start zk server on port:46812
   [junit4]   2> 4471970 INFO  (zkConnectionManagerCallback-7950-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4471970 INFO  (TEST-TestDistribStateManager.testListData-seed#[B0168C62D351BB01]) [    ] o.a.s.c.a.s.TestDistribStateManager Using org.apache.solr.client.solrj.impl.ZkDistribStateManager
   [junit4]   2> 4471977 ERROR (TEST-TestDistribStateManager.testListData-seed#[B0168C62D351BB01]) [    ] 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> 4471978 INFO  (TEST-TestDistribStateManager.testListData-seed#[B0168C62D351BB01]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46812 46812
   [junit4]   2> 4472143 INFO  (Thread-71403) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46812 46812
   [junit4]   2> 4472147 INFO  (TEST-TestDistribStateManager.testListData-seed#[B0168C62D351BB01]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testListData
   [junit4]   2> 4472154 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[B0168C62D351BB01]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateMode
   [junit4]   2> 4472154 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[B0168C62D351BB01]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4472154 INFO  (Thread-71404) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4472155 INFO  (Thread-71404) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4472158 ERROR (Thread-71404) [    ] 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> 4472254 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[B0168C62D351BB01]) [    ] o.a.s.c.ZkTestServer start zk server on port:46913
   [junit4]   2> 4472259 INFO  (zkConnectionManagerCallback-7952-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4472260 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[B0168C62D351BB01]) [    ] o.a.s.c.a.s.TestDistribStateManager Using org.apache.solr.client.solrj.impl.ZkDistribStateManager
   [junit4]   2> 4472278 INFO  (zkConnectionManagerCallback-7954-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4472278 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[B0168C62D351BB01]) [    ] o.a.s.c.a.s.TestDistribStateManager Using org.apache.solr.client.solrj.impl.ZkDistribStateManager
   [junit4]   2> 4472281 ERROR (TEST-TestDistribStateManager.testCreateMode-seed#[B0168C62D351BB01]) [    ] 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> 4472283 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[B0168C62D351BB01]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46913 46913
   [junit4]   2> 4472378 INFO  (Thread-71404) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46913 46913
   [junit4]   2> 4472383 INFO  (TEST-TestDistribStateManager.testCreateMode-seed#[B0168C62D351BB01]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateMode
   [junit4]   2> 4472389 INFO  (TEST-TestDistribStateManager.testMulti-seed#[B0168C62D351BB01]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMulti
   [junit4]   2> 4472389 INFO  (TEST-TestDistribStateManager.testMulti-seed#[B0168C62D351BB01]) [    ] o.a.s.c.a.s.TestDistribStateManager Using org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager
   [junit4]   2> 4472389 INFO  (TEST-TestDistribStateManager.testMulti-seed#[B0168C62D351BB01]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMulti
   [junit4]   2> 4472394 INFO  (TEST-TestDistribStateManager.testGetSetRemoveData-seed#[B0168C62D351BB01]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testGetSetRemoveData
   [junit4]   2> 4472395 INFO  (TEST-TestDistribStateManager.testGetSetRemoveData-seed#[B0168C62D351BB01]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4472395 INFO  (Thread-71405) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4472395 INFO  (Thread-71405) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4472397 ERROR (Thread-71405) [    ] 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> 4472495 INFO  (TEST-TestDistribStateManager.testGetSetRemoveData-seed#[B0168C62D351BB01]) [    ] o.a.s.c.ZkTestServer start zk server on port:48234
   [junit4]   2> 4472499 INFO  (zkConnectionManagerCallback-7956-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4472499 INFO  (TEST-TestDistribStateManager.testGetSetRemoveData-seed#[B0168C62D351BB01]) [    ] o.a.s.c.a.s.TestDistribStateManager Using org.apache.solr.client.solrj.impl.ZkDistribStateManager
   [junit4]   2> 4472506 INFO  (zkConnectionManagerCallback-7958-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4472506 INFO  (TEST-TestDistribStateManager.testGetSetRemoveData-seed#[B0168C62D351BB01]) [    ] o.a.s.c.a.s.TestDistribStateManager Using org.apache.solr.client.solrj.impl.ZkDistribStateManager
   [junit4]   2> 4477508 ERROR (TEST-TestDistribStateManager.testGetSetRemoveData-seed#[B0168C62D351BB01]) [    ] 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> 4477512 INFO  (TEST-TestDistribStateManager.testGetSetRemoveData-seed#[B0168C62D351BB01]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48234 48234
   [junit4]   2> 4477611 INFO  (Thread-71405) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48234 48234
   [junit4]   2> 4477618 INFO  (TEST-TestDistribStateManager.testGetSetRemoveData-seed#[B0168C62D351BB01]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testGetSetRemoveData
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistribStateManager -Dtests.method=testGetSetRemoveData -Dtests.seed=B0168C62D351BB01 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-SV -Dtests.timezone=Antarctica/South_Pole -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 5.23s J2 | TestDistribStateManager.testGetSetRemoveData <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Node watch should have fired!
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B0168C62D351BB01:9686633087DF7D0B]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData(TestDistribStateManager.java:256)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestDistribStateManager_B0168C62D351BB01-001
   [junit4]   2> Feb 13, 2018 3:24:18 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=879, maxMBSortInHeap=5.391724891115476, sim=RandomSimilarity(queryNorm=true): {}, locale=es-SV, timezone=Antarctica/South_Pole
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=213681864,total=522190848
   [junit4]   2> NOTE: All tests run in this JVM: [TestReqParamsAPI, VMParamsZkACLAndCredentialsProvidersTest, UUIDUpdateProcessorFallbackTest, TestRuleBasedAuthorizationPlugin, TestFieldCache, TestConfigSetProperties, TestRawTransformer, TestSystemCollAutoCreate, TestSolrCoreSnapshots, TestSQLHandlerNonCloud, HdfsSyncSliceTest, TestCoreContainer, TestManagedStopFilterFactory, TestCoreBackup, NotRequiredUniqueKeyTest, CleanupOldIndexTest, TestMaxScoreQueryParser, TestJsonRequest, TestSolrConfigHandler, SolrGangliaReporterTest, TestClusterStateProvider, TestRequestStatusCollectionAPI, NodeMutatorTest, ReturnFieldsTest, TestCustomStream, TestDistributedMissingSort, TestDFRSimilarityFactory, MetricUtilsTest, PreAnalyzedFieldTest, WordBreakSolrSpellCheckerTest, TestHdfsCloudBackupRestore, TestSmileRequest, TestSolrCLIRunExample, ClassificationUpdateProcessorIntegrationTest, DateMathParserTest, SpellCheckComponentTest, BitVectorTest, TestNodeAddedTrigger, TestClassicSimilarityFactory, TimeZoneUtilsTest, TestLockTree, SpatialHeatmapFacetsTest, TestHashQParserPlugin, HdfsRecoverLeaseTest, SolrXmlInZkTest, UpdateLogTest, TestCloudInspectUtil, RecoveryZkTest, TestRestManager, SpellPossibilityIteratorTest, TestSolrCoreProperties, ConvertedLegacyTest, CopyFieldTest, AnalysisAfterCoreReloadTest, TestLegacyFieldCache, TestNestedDocsSort, CdcrBidirectionalTest, UniqFieldsUpdateProcessorFactoryTest, RollingRestartTest, DistributedDebugComponentTest, DistribCursorPagingTest, DistributedSpellCheckComponentTest, DocValuesTest, ConnectionReuseTest, TestFieldSortValues, TestLeaderElectionWithEmptyReplica, TestFaceting, TestFieldResource, TestSuggestSpellingConverter, MoveReplicaHDFSTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionsAPISolrJTest, TestSchemaVersionResource, TestLegacyTerms, SuggesterTSTTest, TestClusterProperties, TestManagedSchemaAPI, TestLMJelinekMercerSimilarityFactory, CoreAdminHandlerTest, PKIAuthenticationIntegrationTest, HDFSCollectionsAPITest, SolrCmdDistributorTest, ImplicitSnitchTest, CdcrUpdateLogTest, TestPrepRecovery, TestLFUCache, DistributedQueryComponentOptimizationTest, AssignTest, TestBackupRepositoryFactory, TestUpdate, TestFastWriter, CdcrReplicationHandlerTest, DistanceFunctionTest, TestValueSourceCache, TestPerFieldSimilarityWithDefaultOverride, TestExecutePlanAction, TestDistribIDF, MoreLikeThisHandlerTest, TestNamedUpdateProcessors, SharedFSAutoReplicaFailoverTest, TestTlogReplica, LeaderElectionTest, ShowFileRequestHandlerTest, SolrJmxReporterTest, TestSchemaNameResource, HdfsChaosMonkeyNothingIsSafeTest, BasicDistributedZk2Test, TestFileDictionaryLookup, TestSolrFieldCacheBean, RecoveryAfterSoftCommitTest, BlockJoinFacetSimpleTest, ConnectionManagerTest, DisMaxRequestHandlerTest, LeaderFailureAfterFreshStartTest, TestRangeQuery, MigrateRouteKeyTest, TestBulkSchemaConcurrent, TestPayloadScoreQParserPlugin, TestDistributedStatsComponentCardinality, TestShortCircuitedRequests, TestRequestForwarding, SchemaApiFailureTest, DistributedQueueTest, TestRealTimeGet, DirectSolrSpellCheckerTest, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, TestReplicationHandler, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestFastLRUCache, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, AsyncCallRequestStatusResponseTest, CloudExitableDirectoryReaderTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, DeleteInactiveReplicaTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, LIRRollingUpdatesTest, LegacyCloudClusterPropTest, MoveReplicaTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, TestAuthenticationFramework, TestCloudPseudoReturnFields, TestConfigSetsAPI, TestRandomRequestDistribution, TestRebalanceLeaders, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestStressCloudBlindAtomicUpdates, TestUtilizeNode, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest, AutoScalingHandlerTest, ExecutePlanActionTest, NodeAddedTriggerTest, NodeLostTriggerTest, SearchRateTriggerTest, TestDistribStateManager]
   [junit4] Completed [585/775 (1!)] on J2 in 6.85s, 5 tests, 1 failure <<< FAILURES!

[...truncated 49177 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 145 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/145/

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

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([A0353445026347E4:1A3903CA5D8B91AB]:0)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1565)
	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 12685 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A0353445026347E4-001/init-core-data-001
   [junit4]   2> 96177 WARN  (SUITE-TriggerIntegrationTest-seed#[A0353445026347E4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 96177 INFO  (SUITE-TriggerIntegrationTest-seed#[A0353445026347E4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 96185 INFO  (SUITE-TriggerIntegrationTest-seed#[A0353445026347E4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 96185 INFO  (SUITE-TriggerIntegrationTest-seed#[A0353445026347E4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 96187 INFO  (SUITE-TriggerIntegrationTest-seed#[A0353445026347E4]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A0353445026347E4-001/tempDir-001
   [junit4]   2> 96187 INFO  (SUITE-TriggerIntegrationTest-seed#[A0353445026347E4]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 96187 INFO  (Thread-185) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 96187 INFO  (Thread-185) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 96189 ERROR (Thread-185) [    ] 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> 96287 INFO  (SUITE-TriggerIntegrationTest-seed#[A0353445026347E4]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:56427
   [junit4]   2> 96290 INFO  (zkConnectionManagerCallback-163-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96295 INFO  (jetty-launcher-160-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 96295 INFO  (jetty-launcher-160-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 96296 INFO  (jetty-launcher-160-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 96296 INFO  (jetty-launcher-160-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 96296 INFO  (jetty-launcher-160-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 96299 INFO  (jetty-launcher-160-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 96299 INFO  (jetty-launcher-160-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 96299 INFO  (jetty-launcher-160-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 96299 INFO  (jetty-launcher-160-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e429072{/solr,null,AVAILABLE}
   [junit4]   2> 96299 INFO  (jetty-launcher-160-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@781d0190{/solr,null,AVAILABLE}
   [junit4]   2> 96300 INFO  (jetty-launcher-160-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@15a57815{HTTP/1.1,[http/1.1]}{127.0.0.1:51384}
   [junit4]   2> 96300 INFO  (jetty-launcher-160-thread-1) [    ] o.e.j.s.Server Started @98700ms
   [junit4]   2> 96300 INFO  (jetty-launcher-160-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b872aa1{HTTP/1.1,[http/1.1]}{127.0.0.1:48825}
   [junit4]   2> 96300 INFO  (jetty-launcher-160-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51384}
   [junit4]   2> 96300 INFO  (jetty-launcher-160-thread-2) [    ] o.e.j.s.Server Started @98700ms
   [junit4]   2> 96300 INFO  (jetty-launcher-160-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=48825}
   [junit4]   2> 96301 ERROR (jetty-launcher-160-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 96301 ERROR (jetty-launcher-160-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 96301 INFO  (jetty-launcher-160-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 96301 INFO  (jetty-launcher-160-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 96301 INFO  (jetty-launcher-160-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 96301 INFO  (jetty-launcher-160-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 96301 INFO  (jetty-launcher-160-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 96301 INFO  (jetty-launcher-160-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 96301 INFO  (jetty-launcher-160-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T03:08:06.706Z
   [junit4]   2> 96301 INFO  (jetty-launcher-160-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T03:08:06.706Z
   [junit4]   2> 96312 INFO  (zkConnectionManagerCallback-165-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96313 INFO  (jetty-launcher-160-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 96313 INFO  (zkConnectionManagerCallback-167-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96316 INFO  (jetty-launcher-160-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 96327 INFO  (jetty-launcher-160-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56427/solr
   [junit4]   2> 96327 INFO  (jetty-launcher-160-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56427/solr
   [junit4]   2> 96336 INFO  (zkConnectionManagerCallback-173-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96336 INFO  (zkConnectionManagerCallback-175-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96343 INFO  (zkConnectionManagerCallback-177-thread-1-processing-n:127.0.0.1:48825_solr) [n:127.0.0.1:48825_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96344 INFO  (zkConnectionManagerCallback-179-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96461 INFO  (jetty-launcher-160-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 96461 INFO  (jetty-launcher-160-thread-2) [n:127.0.0.1:48825_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 96462 INFO  (jetty-launcher-160-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51384_solr
   [junit4]   2> 96462 INFO  (jetty-launcher-160-thread-2) [n:127.0.0.1:48825_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48825_solr
   [junit4]   2> 96463 INFO  (jetty-launcher-160-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.Overseer Overseer (id=73280285902897158-127.0.0.1:51384_solr-n_0000000000) starting
   [junit4]   2> 96468 INFO  (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 96480 INFO  (zkCallback-176-thread-1-processing-n:127.0.0.1:48825_solr) [n:127.0.0.1:48825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 96481 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 96482 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 96482 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:48825_solr]
   [junit4]   2> 96483 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 96483 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 96484 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 96484 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 96484 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 96487 INFO  (jetty-launcher-160-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51384_solr
   [junit4]   2> 96488 INFO  (zkCallback-176-thread-1-processing-n:127.0.0.1:48825_solr) [n:127.0.0.1:48825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 96492 INFO  (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 96623 INFO  (jetty-launcher-160-thread-2) [n:127.0.0.1:48825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48825.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 96626 INFO  (jetty-launcher-160-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51384.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 96630 INFO  (jetty-launcher-160-thread-2) [n:127.0.0.1:48825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48825.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 96630 INFO  (jetty-launcher-160-thread-2) [n:127.0.0.1:48825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48825.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 96631 INFO  (jetty-launcher-160-thread-2) [n:127.0.0.1:48825_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A0353445026347E4-001/tempDir-001/node2/.
   [junit4]   2> 96633 INFO  (jetty-launcher-160-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51384.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 96633 INFO  (jetty-launcher-160-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51384.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 96634 INFO  (jetty-launcher-160-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A0353445026347E4-001/tempDir-001/node1/.
   [junit4]   2> 96675 INFO  (zkConnectionManagerCallback-185-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96682 INFO  (zkConnectionManagerCallback-189-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96686 INFO  (SUITE-TriggerIntegrationTest-seed#[A0353445026347E4]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 96686 INFO  (SUITE-TriggerIntegrationTest-seed#[A0353445026347E4]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56427/solr ready
   [junit4]   2> 96705 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTriggerRestoreState
   [junit4]   2> 96706 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 96706 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 96706 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 96708 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 96709 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 96709 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 96712 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 96713 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 96713 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 96713 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 96713 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@775a56e{/solr,null,AVAILABLE}
   [junit4]   2> 96714 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2d42403{HTTP/1.1,[http/1.1]}{127.0.0.1:46736}
   [junit4]   2> 96714 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.e.j.s.Server Started @99113ms
   [junit4]   2> 96714 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46736}
   [junit4]   2> 96714 ERROR (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 96714 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 96714 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 96714 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 96715 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T03:08:07.119Z
   [junit4]   2> 96724 INFO  (zkConnectionManagerCallback-191-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96726 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 96737 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56427/solr
   [junit4]   2> 96741 INFO  (zkConnectionManagerCallback-195-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96747 INFO  (zkConnectionManagerCallback-197-thread-1-processing-n:127.0.0.1:46736_solr) [n:127.0.0.1:46736_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 96754 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [n:127.0.0.1:46736_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 96756 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [n:127.0.0.1:46736_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 96762 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [n:127.0.0.1:46736_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46736_solr
   [junit4]   2> 96763 INFO  (zkCallback-176-thread-1-processing-n:127.0.0.1:48825_solr) [n:127.0.0.1:48825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 96771 INFO  (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 96772 INFO  (zkCallback-188-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 96772 INFO  (zkCallback-196-thread-1-processing-n:127.0.0.1:46736_solr) [n:127.0.0.1:46736_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 96851 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [n:127.0.0.1:46736_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46736.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 96859 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [n:127.0.0.1:46736_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46736.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 96859 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [n:127.0.0.1:46736_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46736.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 96860 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [n:127.0.0.1:46736_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A0353445026347E4-001/tempDir-001/node3/.
   [junit4]   2> 96938 INFO  (qtp1284906247-823) [n:127.0.0.1:46736_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=9
   [junit4]   2> 96942 INFO  (qtp283186111-759) [n:127.0.0.1:48825_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> 96944 INFO  (qtp1040106178-771) [n:127.0.0.1:51384_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> 96945 DEBUG (qtp1284906247-819) [n:127.0.0.1:46736_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 96945 INFO  (qtp1284906247-819) [n:127.0.0.1:46736_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=31
   [junit4]   2> 96946 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 96946 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:46736_solr, 127.0.0.1:51384_solr, 127.0.0.1:48825_solr]
   [junit4]   2> 96946 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 96952 INFO  (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 96954 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2d42403{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 96954 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=27799130
   [junit4]   2> 96955 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 3
   [junit4]   2> 96955 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 96957 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 96957 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1bbfa14: rootName = solr_46736, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@e6fea0e
   [junit4]   2> 96958 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 96963 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 96963 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6997558d: rootName = solr_46736, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7f72e9f3
   [junit4]   2> 96967 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 96967 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@399c6149: rootName = solr_46736, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@33af65ef
   [junit4]   2> 96970 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46736_solr
   [junit4]   2> 96971 INFO  (zkCallback-188-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 96971 INFO  (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 96971 INFO  (zkCallback-176-thread-1-processing-n:127.0.0.1:48825_solr) [n:127.0.0.1:48825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 96972 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 96972 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 96972 INFO  (zkCallback-196-thread-1-processing-n:127.0.0.1:46736_solr) [n:127.0.0.1:46736_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 96976 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@775a56e{/solr,null,UNAVAILABLE}
   [junit4]   2> 96976 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 97956 DEBUG (ScheduledTrigger-331-thread-2) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 2
   [junit4]   2> 97956 DEBUG (ScheduledTrigger-331-thread-2) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:46736_solr
   [junit4]   2> 98487 INFO  (qtp283186111-759) [n:127.0.0.1:48825_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> 98490 INFO  (qtp1040106178-770) [n:127.0.0.1:51384_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> 98490 DEBUG (qtp283186111-765) [n:127.0.0.1:48825_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 98491 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 98491 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:51384_solr, 127.0.0.1:48825_solr]
   [junit4]   2> 98491 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 98491 INFO  (qtp283186111-765) [n:127.0.0.1:48825_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 98492 INFO  (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 98492 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeLostTrigger Adding lost node from marker path: 127.0.0.1:46736_solr
   [junit4]   2> 98493 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 98493 DEBUG (ScheduledTrigger-331-thread-3) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 2
   [junit4]   2> 98493 DEBUG (ScheduledTrigger-331-thread-3) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:46736_solr]
   [junit4]   2> 98494 DEBUG (ScheduledTrigger-331-thread-3) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"424842a6771885T4yi7t3iaztkmv0fimv59fw35a",
   [junit4]   2>   "source":"node_lost_restore_trigger",
   [junit4]   2>   "eventTime":18656799560767621,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18656799560767621],
   [junit4]   2>     "nodeNames":["127.0.0.1:46736_solr"]}}
   [junit4]   2> 98494 DEBUG (ScheduledTrigger-331-thread-3) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_restore_trigger]
   [junit4]   2> 98494 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 98496 INFO  (ScheduledTrigger-331-thread-3) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 98498 DEBUG (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"424842a6771885T4yi7t3iaztkmv0fimv59fw35a",
   [junit4]   2>   "source":"node_lost_restore_trigger",
   [junit4]   2>   "eventTime":18656799560767621,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18656799560767621],
   [junit4]   2>     "_enqueue_time_":18656799563199124,
   [junit4]   2>     "nodeNames":["127.0.0.1:46736_solr"]}}
   [junit4]   2> 98501 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[A0353445026347E4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeLostTriggerRestoreState
   [junit4]   2> 98512 DEBUG (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_restore_trigger after 5000ms
   [junit4]   2> 98513 DEBUG (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 14 ms for event id=424842a6771885T4yi7t3iaztkmv0fimv59fw35a
   [junit4]   2> 98524 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[A0353445026347E4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSetProperties
   [junit4]   2> 98524 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[A0353445026347E4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 98526 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 98526 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 98527 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 98527 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 98528 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 99534 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[A0353445026347E4]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 1 to: 4
   [junit4]   2> 107538 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[A0353445026347E4]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 4 to: 1
   [junit4]   2> 117562 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[A0353445026347E4]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerCorePoolSize from: 4 to: 6
   [junit4]   2> 127670 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[A0353445026347E4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSetProperties
   [junit4]   2> 127684 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testListeners
   [junit4]   2> 127685 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 6
   [junit4]   2> 127685 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 127685 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 127685 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 127685 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 127686 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 127692 INFO  (qtp283186111-765) [n:127.0.0.1:48825_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> 127697 INFO  (qtp1040106178-769) [n:127.0.0.1:51384_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> 127697 DEBUG (qtp1040106178-770) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 127701 INFO  (qtp1040106178-770) [n:127.0.0.1:51384_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 127702 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 127704 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:51384_solr, 127.0.0.1:48825_solr]
   [junit4]   2> 127704 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL instantiated with properties: {event=nodeAdded, waitFor=1, 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> 127704 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 127707 INFO  (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 127712 INFO  (qtp283186111-767) [n:127.0.0.1:48825_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> 127716 INFO  (qtp1040106178-764) [n:127.0.0.1:51384_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> 127719 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 127720 DEBUG (qtp1040106178-762) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 127721 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 127721 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 127721 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 127722 INFO  (qtp1040106178-762) [n:127.0.0.1:51384_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 127723 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 127724 INFO  (qtp283186111-765) [n:127.0.0.1:48825_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> 127725 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:51384_solr, 127.0.0.1:48825_solr]
   [junit4]   2> 127725 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL instantiated with properties: {event=nodeAdded, waitFor=1, 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> 127725 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 127726 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 127726 INFO  (qtp1040106178-769) [n:127.0.0.1:51384_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> 127726 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 127727 DEBUG (qtp1040106178-770) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 127727 INFO  (qtp1040106178-770) [n:127.0.0.1:51384_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 127728 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 127728 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:51384_solr, 127.0.0.1:48825_solr]
   [junit4]   2> 127728 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL instantiated with properties: {event=nodeAdded, waitFor=1, 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> 127728 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 127729 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 127729 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 127729 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 127732 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 127732 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 127732 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 127733 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@360166e4{/solr,null,AVAILABLE}
   [junit4]   2> 127733 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3a84034b{HTTP/1.1,[http/1.1]}{127.0.0.1:59688}
   [junit4]   2> 127733 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.Server Started @130132ms
   [junit4]   2> 127733 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59688}
   [junit4]   2> 127733 ERROR (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 127733 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 127733 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 127733 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 127734 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T03:08:38.138Z
   [junit4]   2> 127748 INFO  (zkConnectionManagerCallback-201-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 127749 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 127757 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56427/solr
   [junit4]   2> 127770 INFO  (zkConnectionManagerCallback-205-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 127789 INFO  (zkConnectionManagerCallback-207-thread-1-processing-n:127.0.0.1:59688_solr) [n:127.0.0.1:59688_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 127797 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 127799 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59688_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 127802 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59688_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59688_solr
   [junit4]   2> 127804 INFO  (zkCallback-188-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 127804 INFO  (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 127804 INFO  (zkCallback-176-thread-1-processing-n:127.0.0.1:48825_solr) [n:127.0.0.1:48825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 127809 INFO  (zkCallback-206-thread-1-processing-n:127.0.0.1:59688_solr) [n:127.0.0.1:59688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 127887 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59688_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59688.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 127904 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59688_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59688.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 127904 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59688_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59688.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 127905 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59688_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A0353445026347E4-001/tempDir-001/node4/.
   [junit4]   2> 128723 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 128723 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 128723 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:59688_solr at time 18656829791799230
   [junit4]   2> 129724 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 129724 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 129724 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL firing registered processor for nodes: [127.0.0.1:59688_solr] added at times [18656829791799230], now=18656830792786212
   [junit4]   2> 129725 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"424849b06007beT4yi7t3iaztkmv0fimv59fw35c",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":18656829791799230,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18656829791799230],
   [junit4]   2>     "nodeNames":["127.0.0.1:59688_solr"]}}
   [junit4]   2> 129725 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_triggerL]
   [junit4]   2> 129725 INFO  (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 129726 DEBUG (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"424849b06007beT4yi7t3iaztkmv0fimv59fw35c",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":18656829791799230,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18656829791799230],
   [junit4]   2>     "_enqueue_time_":18656830793150097,
   [junit4]   2>     "nodeNames":["127.0.0.1:59688_solr"]}}
   [junit4]   2> 129730 DEBUG (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerL after 5000ms
   [junit4]   2> 129730 DEBUG (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 3 ms for event id=424849b06007beT4yi7t3iaztkmv0fimv59fw35c
   [junit4]   2> 131729 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 131750 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 131750 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 131750 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 131750 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5121e1c5{/solr,null,AVAILABLE}
   [junit4]   2> 131751 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@569ec63{HTTP/1.1,[http/1.1]}{127.0.0.1:59406}
   [junit4]   2> 131751 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.e.j.s.Server Started @134150ms
   [junit4]   2> 131751 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59406}
   [junit4]   2> 131751 ERROR (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 131751 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 131751 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 131751 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 131751 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T03:08:42.156Z
   [junit4]   2> 131757 INFO  (zkConnectionManagerCallback-211-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 131758 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 131768 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56427/solr
   [junit4]   2> 131777 INFO  (zkConnectionManagerCallback-215-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 131789 INFO  (zkConnectionManagerCallback-217-thread-1-processing-n:127.0.0.1:59406_solr) [n:127.0.0.1:59406_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 131794 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59406_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 131796 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59406_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 131797 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59406_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59406_solr
   [junit4]   2> 131798 INFO  (zkCallback-206-thread-1-processing-n:127.0.0.1:59688_solr) [n:127.0.0.1:59688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 131798 INFO  (zkCallback-176-thread-1-processing-n:127.0.0.1:48825_solr) [n:127.0.0.1:48825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 131798 INFO  (zkCallback-188-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 131798 INFO  (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 131807 INFO  (zkCallback-216-thread-1-processing-n:127.0.0.1:59406_solr) [n:127.0.0.1:59406_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 131902 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59406_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59406.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 131910 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59406_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59406.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 131910 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59406_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59406.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 131912 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [n:127.0.0.1:59406_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A0353445026347E4-001/tempDir-001/node5/.
   [junit4]   2> 134731 DEBUG (ScheduledTrigger-331-thread-4) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 134731 DEBUG (ScheduledTrigger-331-thread-4) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 134731 DEBUG (ScheduledTrigger-331-thread-4) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:59406_solr at time 18656835799416339
   [junit4]   2> 135732 DEBUG (ScheduledTrigger-331-thread-4) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 135732 DEBUG (ScheduledTrigger-331-thread-4) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 135732 DEBUG (ScheduledTrigger-331-thread-4) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL firing registered processor for nodes: [127.0.0.1:59406_solr] added at times [18656835799416339], now=18656836800296994
   [junit4]   2> 135732 DEBUG (ScheduledTrigger-331-thread-4) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"42484b1674fe13T4yi7t3iaztkmv0fimv59fw35e",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":18656835799416339,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18656835799416339],
   [junit4]   2>     "nodeNames":["127.0.0.1:59406_solr"]}}
   [junit4]   2> 135732 DEBUG (ScheduledTrigger-331-thread-4) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_triggerL]
   [junit4]   2> 135733 DEBUG (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"42484b1674fe13T4yi7t3iaztkmv0fimv59fw35e",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":18656835799416339,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18656835799416339],
   [junit4]   2>     "_enqueue_time_":18656836800677711,
   [junit4]   2>     "nodeNames":["127.0.0.1:59406_solr"]}}
   [junit4]   2> 135733 WARN  (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> java.lang.Exception: Error executing action: test1 for trigger event: {
   [junit4]   2>   "id":"42484b1674fe13T4yi7t3iaztkmv0fimv59fw35e",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":18656835799416339,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18656835799416339],
   [junit4]   2>     "_enqueue_time_":18656836800677711,
   [junit4]   2>     "nodeNames":["127.0.0.1:59406_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:303)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.RuntimeException: failure
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestDummyAction.process(TriggerIntegrationTest.java:989)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:300)
   [junit4]   2> 	... 6 more
   [junit4]   2> 135735 DEBUG (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerL after 5000ms
   [junit4]   2> 135735 DEBUG (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 2 ms for event id=42484b1674fe13T4yi7t3iaztkmv0fimv59fw35e
   [junit4]   2> 137733 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[A0353445026347E4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testListeners
   [junit4]   2> 137751 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEventQueue
   [junit4]   2> 137752 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 10
   [junit4]   2> 137752 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 10
   [junit4]   2> 137753 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 137753 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 137753 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 10, lastZnodeVersion 10
   [junit4]   2> 137753 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 10
   [junit4]   2> 137756 INFO  (qtp283186111-767) [n:127.0.0.1:48825_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 137772 INFO  (qtp283186111-767) [n:127.0.0.1:48825_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 137778 INFO  (qtp283186111-765) [n:127.0.0.1:48825_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> 137780 INFO  (qtp1040106178-764) [n:127.0.0.1:51384_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> 137784 INFO  (qtp248817941-879) [n:127.0.0.1:59406_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> 137786 INFO  (qtp1593490114-856) [n:127.0.0.1:59688_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> 137787 DEBUG (qtp1040106178-762) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 137788 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 11
   [junit4]   2> 137788 INFO  (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.TriggerIntegrationTest TestEventQueueAction instantiated
   [junit4]   2> 137788 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:51384_solr, 127.0.0.1:48825_solr, 127.0.0.1:59688_solr, 127.0.0.1:59406_solr]
   [junit4]   2> 137788 DEBUG (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerEQ instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestEventQueueAction}], enabled=true}
   [junit4]   2> 137788 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 11
   [junit4]   2> 137789 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 137789 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 137789 INFO  (qtp1040106178-762) [n:127.0.0.1:51384_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 137789 DEBUG (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 11, lastZnodeVersion 11
   [junit4]   2> 137790 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 137790 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 137790 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 137795 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 137795 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 137795 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 137797 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5262cc37{/solr,null,AVAILABLE}
   [junit4]   2> 137797 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@68c86f89{HTTP/1.1,[http/1.1]}{127.0.0.1:58098}
   [junit4]   2> 137797 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.e.j.s.Server Started @140197ms
   [junit4]   2> 137797 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58098}
   [junit4]   2> 137798 ERROR (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 137800 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 137800 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 137800 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 137800 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T03:08:48.205Z
   [junit4]   2> 137816 INFO  (zkConnectionManagerCallback-221-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 137817 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 137825 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56427/solr
   [junit4]   2> 137838 INFO  (zkConnectionManagerCallback-225-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 137855 INFO  (zkConnectionManagerCallback-227-thread-1-processing-n:127.0.0.1:58098_solr) [n:127.0.0.1:58098_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 137862 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [n:127.0.0.1:58098_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 137864 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [n:127.0.0.1:58098_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 137867 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [n:127.0.0.1:58098_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58098_solr
   [junit4]   2> 137869 INFO  (zkCallback-206-thread-1-processing-n:127.0.0.1:59688_solr) [n:127.0.0.1:59688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 137869 INFO  (zkCallback-216-thread-1-processing-n:127.0.0.1:59406_solr) [n:127.0.0.1:59406_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 137869 INFO  (zkCallback-188-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 137869 INFO  (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 137874 INFO  (zkCallback-176-thread-1-processing-n:127.0.0.1:48825_solr) [n:127.0.0.1:48825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 137877 INFO  (zkCallback-226-thread-1-processing-n:127.0.0.1:58098_solr) [n:127.0.0.1:58098_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 137927 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [n:127.0.0.1:58098_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58098.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 137936 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [n:127.0.0.1:58098_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58098.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 137936 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [n:127.0.0.1:58098_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58098.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4825637a
   [junit4]   2> 137937 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [n:127.0.0.1:58098_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A0353445026347E4-001/tempDir-001/node6/.
   [junit4]   2> 138790 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 138790 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 138790 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:58098_solr at time 18656839858812607
   [junit4]   2> 139759 INFO  (OverseerCollectionConfigSetProcessor-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 139791 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 139791 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 139791 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerEQ firing registered processor for nodes: [127.0.0.1:58098_solr] added at times [18656839858812607], now=18656840859689890
   [junit4]   2> 139791 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"42484c086a76bfT4yi7t3iaztkmv0fimv59fw35f",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":18656839858812607,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18656839858812607],
   [junit4]   2>     "nodeNames":["127.0.0.1:58098_solr"]}}
   [junit4]   2> 139791 DEBUG (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_triggerEQ]
   [junit4]   2> 139792 INFO  (ScheduledTrigger-331-thread-1) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 139792 DEBUG (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"42484c086a76bfT4yi7t3iaztkmv0fimv59fw35f",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":18656839858812607,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18656839858812607],
   [junit4]   2>     "_enqueue_time_":18656840859937708,
   [junit4]   2>     "nodeNames":["127.0.0.1:58098_solr"]}}
   [junit4]   2> 139793 INFO  (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.TriggerIntegrationTest -- event: {
   [junit4]   2>   "id":"42484c086a76bfT4yi7t3iaztkmv0fimv59fw35f",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":18656839858812607,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18656839858812607],
   [junit4]   2>     "_enqueue_time_":18656840859937708,
   [junit4]   2>     "nodeNames":["127.0.0.1:58098_solr"]}}
   [junit4]   2> 139799 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@15a57815{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 139802 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1031320336
   [junit4]   2> 139802 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 139802 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c8aa83d: rootName = solr_51384, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@399e6c5a
   [junit4]   2> 139807 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 139807 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3536ef2b: rootName = solr_51384, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7f72e9f3
   [junit4]   2> 139811 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 139811 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3d048570: rootName = solr_51384, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@33af65ef
   [junit4]   2> 139813 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:51384_solr
   [junit4]   2> 139815 INFO  (zkCallback-176-thread-1-processing-n:127.0.0.1:48825_solr) [n:127.0.0.1:48825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 139815 INFO  (zkCallback-188-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 139815 INFO  (zkCallback-226-thread-1-processing-n:127.0.0.1:58098_solr) [n:127.0.0.1:58098_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 139815 INFO  (zkCallback-206-thread-1-processing-n:127.0.0.1:59688_solr) [n:127.0.0.1:59688_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 139815 INFO  (zkCallback-216-thread-1-processing-n:127.0.0.1:59406_solr) [n:127.0.0.1:59406_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 139816 INFO  (zkCallback-178-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 139816 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 139816 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 139816 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.c.Overseer Overseer (id=73280285902897158-127.0.0.1:51384_solr-n_0000000000) closing
   [junit4]   2> 139816 INFO  (OverseerStateUpdate-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:51384_solr
   [junit4]   2> 139825 DEBUG (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 139825 WARN  (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> org.apache.lucene.store.AlreadyClosedException: ScheduledTrigger node_added_triggerEQ has been closed.
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.dequeue(ScheduledTriggers.java:526)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:310)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 139826 DEBUG (AutoscalingActionExecutor-332-thread-1-processing-n:127.0.0.1:51384_solr) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 33 ms for event id=42484c086a76bfT4yi7t3iaztkmv0fimv59fw35f
   [junit4]   2> 139827 WARN  (OverseerAutoScalingTriggerThread-73280285902897158-127.0.0.1:51384_solr-n_0000000000) [n:127.0.0.1:51384_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 139829 INFO  (zkCallback-176-thread-1-processing-n:127.0.0.1:48825_solr) [n:127.0.0.1:48825_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:48825_solr
   [junit4]   2> 139829 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@781d0190{/solr,null,UNAVAILABLE}
   [junit4]   2> 139832 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[A0353445026347E4]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 139834 INFO  (zkCallback-176-thread-1-processing-n:127.0.0.1:48825_solr) [n:127.0.0.1:48825_solr    ] o.a.s.c.Overseer Overseer (id=73280285902897157-127.0.0.1:48825_solr-n_0000000001) starting
   [junit4]   2> 139847 DEBUG (OverseerAutoScalingTriggerThread-73280285902897157-127.0.0.1:48825_solr-n_0000000001) [n:127.0.0.1:48825_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 139848 DEBUG (OverseerAutoScalingTriggerThread-73280285902897157-127.0.0.1:48825_solr-n_0000000001) [n:127.0.0.1:48825_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 12
   [junit4]   2> 139848 INFO  (OverseerAutoScalingTriggerThread-73280285902897157-127.0.0.1:48825_solr-n_0000000001) [n:127.0.0.1:48825_solr    ] o.a.s.c.a.TriggerIntegrationTest TestEventQueueAction instantiated
   [junit4]   2> 139848 DEBUG (OverseerAutoScalingTriggerThread-73280285902897157-127.0.0.1:48825_solr-n_0000000001) [n:127.0.0.1:48825_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:48825_solr, 127.0.0.1:59688_solr, 127.0.0.1:58098_solr, 127.0.0.1:59406_solr]
   [junit4]   2> 139848 DEBUG (

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

  2> 288457 INFO  (coreCloseExecutor-539-thread-2) [n:127.0.0.1:33091_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n7, tag=785316351
   [junit4]   2> 288457 INFO  (coreCloseExecutor-539-thread-2) [n:127.0.0.1:33091_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@735ebde3: rootName = solr_33091, domain = solr.core.collection1.shard1.replica_n7, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n7 / com.codahale.metrics.MetricRegistry@71372670
   [junit4]   2> 288475 INFO  (coreCloseExecutor-536-thread-2) [n:127.0.0.1:34496_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testMetricTrigger.shard2.leader, tag=1792149967
   [junit4]   2> 288475 INFO  (coreCloseExecutor-536-thread-3) [n:127.0.0.1:34496_solr c:collection1 s:shard1 r:core_node16 x:collection1_shard1_replica_n15] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n15, tag=378866330
   [junit4]   2> 288475 INFO  (coreCloseExecutor-536-thread-3) [n:127.0.0.1:34496_solr c:collection1 s:shard1 r:core_node16 x:collection1_shard1_replica_n15] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7c26c97a: rootName = solr_34496, domain = solr.core.collection1.shard1.replica_n15, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n15 / com.codahale.metrics.MetricRegistry@58e22f9d
   [junit4]   2> 288475 INFO  (jetty-closer-161-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@251896b2{/solr,null,UNAVAILABLE}
   [junit4]   2> 288476 INFO  (jetty-closer-161-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 288484 INFO  (coreCloseExecutor-539-thread-2) [n:127.0.0.1:33091_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=785316351
   [junit4]   2> 288486 INFO  (coreCloseExecutor-536-thread-1) [n:127.0.0.1:34496_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1395465705
   [junit4]   2> 288486 INFO  (coreCloseExecutor-536-thread-3) [n:127.0.0.1:34496_solr c:collection1 s:shard1 r:core_node16 x:collection1_shard1_replica_n15] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=378866330
   [junit4]   2> 288486 INFO  (jetty-closer-161-thread-1) [    ] o.a.s.c.Overseer Overseer (id=73280285902897178-127.0.0.1:33091_solr-n_0000000007) closing
   [junit4]   2> 288487 INFO  (OverseerStateUpdate-73280285902897178-127.0.0.1:33091_solr-n_0000000007) [n:127.0.0.1:33091_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33091_solr
   [junit4]   2> 288487 WARN  (OverseerAutoScalingTriggerThread-73280285902897178-127.0.0.1:33091_solr-n_0000000007) [n:127.0.0.1:33091_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 288488 DEBUG (jetty-closer-161-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 288491 INFO  (zkCallback-266-thread-2-processing-n:127.0.0.1:34496_solr) [n:127.0.0.1:34496_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34496_solr
   [junit4]   2> 289888 WARN  (zkCallback-304-thread-1-processing-n:127.0.0.1:57971_solr) [n:127.0.0.1:57971_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 289888 INFO  (jetty-closer-161-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@41bd1132{/solr,null,UNAVAILABLE}
   [junit4]   2> 289889 INFO  (jetty-closer-161-thread-6) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 289893 WARN  (zkCallback-354-thread-2-processing-n:127.0.0.1:37009_solr) [n:127.0.0.1:37009_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 289902 WARN  (zkCallback-334-thread-3-processing-n:127.0.0.1:45944_solr) [n:127.0.0.1:45944_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 289902 INFO  (jetty-closer-161-thread-8) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2fec94d4{/solr,null,UNAVAILABLE}
   [junit4]   2> 289902 INFO  (jetty-closer-161-thread-8) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 289904 INFO  (jetty-closer-161-thread-10) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23d5caa2{/solr,null,UNAVAILABLE}
   [junit4]   2> 289904 INFO  (jetty-closer-161-thread-10) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 289908 INFO  (jetty-closer-161-thread-7) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1cfa4613{/solr,null,UNAVAILABLE}
   [junit4]   2> 289909 INFO  (jetty-closer-161-thread-7) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 289990 INFO  (jetty-closer-161-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2c86898f{/solr,null,UNAVAILABLE}
   [junit4]   2> 289991 INFO  (jetty-closer-161-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 289999 INFO  (jetty-closer-161-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6dba5b59{/solr,null,UNAVAILABLE}
   [junit4]   2> 290000 INFO  (jetty-closer-161-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 290001 ERROR (SUITE-TriggerIntegrationTest-seed#[A0353445026347E4]-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> 290001 INFO  (SUITE-TriggerIntegrationTest-seed#[A0353445026347E4]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56427 56427
   [junit4]   2> 290096 INFO  (Thread-185) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56427 56427
   [junit4]   2> 290097 WARN  (Thread-185) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	36	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	22	/solr/clusterprops.json
   [junit4]   2> 	22	/solr/aliases.json
   [junit4]   2> 	21	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	110	/solr/collections/collection1/state.json
   [junit4]   2> 	22	/solr/clusterstate.json
   [junit4]   2> 	13	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/collections/collection1/leader_elect/shard1/election/73280285902897178-core_node8-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/73280285902897197-127.0.0.1:54601_solr-n_0000000013
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/73280285902897181-core_node12-n_0000000005
   [junit4]   2> 	2	/solr/overseer_elect/election/73280285902897187-127.0.0.1:47718_solr-n_0000000010
   [junit4]   2> 	2	/solr/overseer_elect/election/73280285902897178-127.0.0.1:33091_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/73280285902897157-127.0.0.1:48825_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/73280285902897184-core_node4-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/73280285902897169-127.0.0.1:59406_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/live_nodes
   [junit4]   2> 	22	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A0353445026347E4-001
   [junit4]   2> Feb 12, 2018 3:11:20 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=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=nl, timezone=Africa/Cairo
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=256145936,total=453509120
   [junit4]   2> NOTE: All tests run in this JVM: [ZkControllerTest, TestRebalanceLeaders, JsonLoaderTest, TestDefaultStatsCache, ShardRoutingCustomTest, TestLegacyNumericRangeQueryBuilder, BasicAuthStandaloneTest, DirectSolrConnectionTest, TriggerIntegrationTest]
   [junit4] Completed [51/775 (1!)] on J1 in 194.81s, 14 tests, 1 error <<< FAILURES!

[...truncated 50935 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 144 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/144/

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

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.MoveReplicaHDFSTest:     1) Thread[id=36359, name=qtp1848176726-36359, state=TIMED_WAITING, group=TGRP-MoveReplicaHDFSTest]         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.MoveReplicaHDFSTest: 
   1) Thread[id=36359, name=qtp1848176726-36359, state=TIMED_WAITING, group=TGRP-MoveReplicaHDFSTest]
        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)
	at __randomizedtesting.SeedInfo.seed([ECC5AA405A6D6D3B]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.MoveReplicaHDFSTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=36359, name=qtp1848176726-36359, state=TIMED_WAITING, group=TGRP-MoveReplicaHDFSTest]         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=36359, name=qtp1848176726-36359, state=TIMED_WAITING, group=TGRP-MoveReplicaHDFSTest]
        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)
	at __randomizedtesting.SeedInfo.seed([ECC5AA405A6D6D3B]:0)


FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections

Error Message:
The operations computed by ComputePlanAction should not be nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should not be nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}
	at __randomizedtesting.SeedInfo.seed([ECC5AA405A6D6D3B:D66B4F996409B455]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections(ComputePlanActionTest.java:469)
	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 14228 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 3075806 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/init-core-data-001
   [junit4]   2> 3075806 WARN  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 3075807 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3075808 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3075809 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001
   [junit4]   2> 3075809 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3075809 INFO  (Thread-22096) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3075809 INFO  (Thread-22096) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3075810 ERROR (Thread-22096) [    ] 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> 3075909 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38292
   [junit4]   2> 3075911 INFO  (zkConnectionManagerCallback-3692-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075915 INFO  (jetty-launcher-3689-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3075915 INFO  (jetty-launcher-3689-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3075916 INFO  (jetty-launcher-3689-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3075916 INFO  (jetty-launcher-3689-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3075923 INFO  (jetty-launcher-3689-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3075923 INFO  (jetty-launcher-3689-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3075923 INFO  (jetty-launcher-3689-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3075923 INFO  (jetty-launcher-3689-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ab48e37{/solr,null,AVAILABLE}
   [junit4]   2> 3075924 INFO  (jetty-launcher-3689-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@52f62661{SSL,[ssl, http/1.1]}{127.0.0.1:44947}
   [junit4]   2> 3075924 INFO  (jetty-launcher-3689-thread-2) [    ] o.e.j.s.Server Started @3077921ms
   [junit4]   2> 3075924 INFO  (jetty-launcher-3689-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44947}
   [junit4]   2> 3075925 ERROR (jetty-launcher-3689-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3075925 INFO  (jetty-launcher-3689-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3075925 INFO  (jetty-launcher-3689-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3075925 INFO  (jetty-launcher-3689-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3075925 INFO  (jetty-launcher-3689-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-11T01:13:24.315Z
   [junit4]   2> 3075927 INFO  (jetty-launcher-3689-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3075927 INFO  (jetty-launcher-3689-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3075927 INFO  (jetty-launcher-3689-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@422afe06{/solr,null,AVAILABLE}
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2260af65{SSL,[ssl, http/1.1]}{127.0.0.1:50635}
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] o.e.j.s.Server Started @3077925ms
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50635}
   [junit4]   2> 3075928 ERROR (jetty-launcher-3689-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3075928 INFO  (jetty-launcher-3689-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-11T01:13:24.318Z
   [junit4]   2> 3075944 INFO  (jetty-launcher-3689-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3075945 INFO  (jetty-launcher-3689-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3075945 INFO  (jetty-launcher-3689-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3075945 INFO  (jetty-launcher-3689-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@606c5565{/solr,null,AVAILABLE}
   [junit4]   2> 3075946 INFO  (jetty-launcher-3689-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2146c769{SSL,[ssl, http/1.1]}{127.0.0.1:58996}
   [junit4]   2> 3075946 INFO  (jetty-launcher-3689-thread-3) [    ] o.e.j.s.Server Started @3077943ms
   [junit4]   2> 3075946 INFO  (jetty-launcher-3689-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58996}
   [junit4]   2> 3075946 ERROR (jetty-launcher-3689-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3075947 INFO  (jetty-launcher-3689-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3075947 INFO  (jetty-launcher-3689-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3075947 INFO  (jetty-launcher-3689-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3075947 INFO  (jetty-launcher-3689-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-11T01:13:24.337Z
   [junit4]   2> 3075951 INFO  (jetty-launcher-3689-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3075951 INFO  (jetty-launcher-3689-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3075951 INFO  (zkConnectionManagerCallback-3694-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075951 INFO  (jetty-launcher-3689-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3075951 INFO  (zkConnectionManagerCallback-3696-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075952 INFO  (jetty-launcher-3689-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3075952 INFO  (jetty-launcher-3689-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3075957 INFO  (jetty-launcher-3689-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a396a71{/solr,null,AVAILABLE}
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7fc29c3d{SSL,[ssl, http/1.1]}{127.0.0.1:59398}
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] o.e.j.s.Server Started @3077955ms
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59398}
   [junit4]   2> 3075958 ERROR (jetty-launcher-3689-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3075958 INFO  (jetty-launcher-3689-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-11T01:13:24.348Z
   [junit4]   2> 3075959 INFO  (zkConnectionManagerCallback-3698-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075959 INFO  (jetty-launcher-3689-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3075960 INFO  (jetty-launcher-3689-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38292/solr
   [junit4]   2> 3075964 INFO  (jetty-launcher-3689-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38292/solr
   [junit4]   2> 3075965 INFO  (zkConnectionManagerCallback-3700-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075966 INFO  (jetty-launcher-3689-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3075966 INFO  (zkConnectionManagerCallback-3704-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075966 INFO  (jetty-launcher-3689-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38292/solr
   [junit4]   2> 3075971 INFO  (jetty-launcher-3689-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38292/solr
   [junit4]   2> 3075971 INFO  (zkConnectionManagerCallback-3708-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075973 INFO  (zkConnectionManagerCallback-3712-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075973 INFO  (zkConnectionManagerCallback-3720-thread-1-processing-n:127.0.0.1:44947_solr) [n:127.0.0.1:44947_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075973 INFO  (zkConnectionManagerCallback-3718-thread-1-processing-n:127.0.0.1:50635_solr) [n:127.0.0.1:50635_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075974 INFO  (zkConnectionManagerCallback-3716-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075976 INFO  (zkConnectionManagerCallback-3722-thread-1-processing-n:127.0.0.1:58996_solr) [n:127.0.0.1:58996_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075976 INFO  (zkConnectionManagerCallback-3724-thread-1-processing-n:127.0.0.1:59398_solr) [n:127.0.0.1:59398_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3075993 INFO  (jetty-launcher-3689-thread-4) [n:127.0.0.1:59398_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3075994 INFO  (jetty-launcher-3689-thread-4) [n:127.0.0.1:59398_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59398_solr
   [junit4]   2> 3075995 INFO  (jetty-launcher-3689-thread-4) [n:127.0.0.1:59398_solr    ] o.a.s.c.Overseer Overseer (id=73274172547989516-127.0.0.1:59398_solr-n_0000000000) starting
   [junit4]   2> 3076006 INFO  (jetty-launcher-3689-thread-4) [n:127.0.0.1:59398_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59398_solr
   [junit4]   2> 3076011 INFO  (zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) [n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3076037 INFO  (jetty-launcher-3689-thread-2) [n:127.0.0.1:44947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3076038 INFO  (jetty-launcher-3689-thread-2) [n:127.0.0.1:44947_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3076040 INFO  (jetty-launcher-3689-thread-2) [n:127.0.0.1:44947_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44947_solr
   [junit4]   2> 3076041 INFO  (zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) [n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3076047 INFO  (zkCallback-3719-thread-1-processing-n:127.0.0.1:44947_solr) [n:127.0.0.1:44947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3076053 INFO  (jetty-launcher-3689-thread-1) [n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3076059 INFO  (jetty-launcher-3689-thread-1) [n:127.0.0.1:50635_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3076060 INFO  (jetty-launcher-3689-thread-3) [n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3076060 INFO  (jetty-launcher-3689-thread-1) [n:127.0.0.1:50635_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50635_solr
   [junit4]   2> 3076061 INFO  (zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) [n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3076063 INFO  (zkCallback-3719-thread-1-processing-n:127.0.0.1:44947_solr) [n:127.0.0.1:44947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3076063 INFO  (zkCallback-3717-thread-1-processing-n:127.0.0.1:50635_solr) [n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3076066 INFO  (jetty-launcher-3689-thread-3) [n:127.0.0.1:58996_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3076067 INFO  (jetty-launcher-3689-thread-3) [n:127.0.0.1:58996_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58996_solr
   [junit4]   2> 3076067 INFO  (zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) [n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3076067 INFO  (zkCallback-3719-thread-1-processing-n:127.0.0.1:44947_solr) [n:127.0.0.1:44947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3076082 INFO  (zkCallback-3717-thread-1-processing-n:127.0.0.1:50635_solr) [n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3076082 INFO  (zkCallback-3721-thread-1-processing-n:127.0.0.1:58996_solr) [n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 3076086 INFO  (jetty-launcher-3689-thread-4) [n:127.0.0.1:59398_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59398.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076093 INFO  (jetty-launcher-3689-thread-4) [n:127.0.0.1:59398_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59398.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076093 INFO  (jetty-launcher-3689-thread-4) [n:127.0.0.1:59398_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59398.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076094 INFO  (jetty-launcher-3689-thread-4) [n:127.0.0.1:59398_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node4/.
   [junit4]   2> 3076137 INFO  (jetty-launcher-3689-thread-3) [n:127.0.0.1:58996_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58996.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076144 INFO  (jetty-launcher-3689-thread-3) [n:127.0.0.1:58996_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58996.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076144 INFO  (jetty-launcher-3689-thread-3) [n:127.0.0.1:58996_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58996.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076145 INFO  (jetty-launcher-3689-thread-3) [n:127.0.0.1:58996_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node3/.
   [junit4]   2> 3076176 INFO  (jetty-launcher-3689-thread-1) [n:127.0.0.1:50635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50635.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076182 INFO  (jetty-launcher-3689-thread-1) [n:127.0.0.1:50635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50635.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076182 INFO  (jetty-launcher-3689-thread-1) [n:127.0.0.1:50635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50635.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076183 INFO  (jetty-launcher-3689-thread-1) [n:127.0.0.1:50635_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node1/.
   [junit4]   2> 3076244 INFO  (jetty-launcher-3689-thread-2) [n:127.0.0.1:44947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44947.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076250 INFO  (jetty-launcher-3689-thread-2) [n:127.0.0.1:44947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44947.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076250 INFO  (jetty-launcher-3689-thread-2) [n:127.0.0.1:44947_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44947.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3076251 INFO  (jetty-launcher-3689-thread-2) [n:127.0.0.1:44947_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node2/.
   [junit4]   2> 3076283 INFO  (zkConnectionManagerCallback-3734-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3076285 INFO  (zkConnectionManagerCallback-3738-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3076286 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3076286 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38292/solr ready
   [junit4]   2> 3076312 INFO  (qtp1056162599-36332) [n:127.0.0.1:44947_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3076318 INFO  (qtp1056162599-36332) [n:127.0.0.1:44947_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=6
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 3076376 WARN  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 3076381 WARN  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3076383 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 3076392 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_58831_hdfs____.7ijo03/webapp
   [junit4]   2> 3076754 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58831
   [junit4]   2> 3076837 WARN  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3076838 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 3076847 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_51137_datanode____.71fihs/webapp
   [junit4]   2> 3077240 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:51137
   [junit4]   2> 3077287 WARN  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3077288 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 3077312 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_58866_datanode____h4ca8s/webapp
   [junit4]   2> 3077392 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost/127.0.0.1:46733) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 3077401 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x41f36b7bf6d40c: from storage DS-fd8a645c-a277-426d-a03a-d80066a3b96e node DatanodeRegistration(127.0.0.1:51741, datanodeUuid=fc14bcb6-eb2d-4817-90a9-4121527020ef, infoPort=36983, infoSecurePort=0, ipcPort=39835, storageInfo=lv=-56;cid=testClusterID;nsid=1954100848;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 3077401 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x41f36b7bf6d40c: from storage DS-ccf9da46-9367-4b50-bf44-4fc8a3808ce0 node DatanodeRegistration(127.0.0.1:51741, datanodeUuid=fc14bcb6-eb2d-4817-90a9-4121527020ef, infoPort=36983, infoSecurePort=0, ipcPort=39835, storageInfo=lv=-56;cid=testClusterID;nsid=1954100848;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 3077695 INFO  (SUITE-MoveReplicaHDFSTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58866
   [junit4]   2> 3077813 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost/127.0.0.1:46733) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 3077820 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x41f36b9505aa2d: from storage DS-488a42be-5113-4d1f-8b6d-3506522da5bd node DatanodeRegistration(127.0.0.1:56575, datanodeUuid=65a6f250-a442-403c-9bbf-f7681931facc, infoPort=36950, infoSecurePort=0, ipcPort=47685, storageInfo=lv=-56;cid=testClusterID;nsid=1954100848;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 3077820 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x41f36b9505aa2d: from storage DS-c7158edd-cf60-4ec5-831a-25f807fc0e16 node DatanodeRegistration(127.0.0.1:56575, datanodeUuid=65a6f250-a442-403c-9bbf-f7681931facc, infoPort=36950, infoSecurePort=0, ipcPort=47685, storageInfo=lv=-56;cid=testClusterID;nsid=1954100848;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 3078317 INFO  (OverseerCollectionConfigSetProcessor-73274172547989516-127.0.0.1:59398_solr-n_0000000000) [n:127.0.0.1:59398_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3078483 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNormalMove
   [junit4]   2> 3078483 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3078485 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3078486 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3078486 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3078486 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3078486 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60b6b83e{/solr,null,AVAILABLE}
   [junit4]   2> 3078486 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6a7c2b34{SSL,[ssl, http/1.1]}{127.0.0.1:47803}
   [junit4]   2> 3078486 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.e.j.s.Server Started @3080484ms
   [junit4]   2> 3078486 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47803}
   [junit4]   2> 3078487 ERROR (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3078487 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3078487 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3078487 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3078487 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-11T01:13:26.877Z
   [junit4]   2> 3078488 INFO  (zkConnectionManagerCallback-3741-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078488 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3078495 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38292/solr
   [junit4]   2> 3078496 INFO  (zkConnectionManagerCallback-3745-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078497 INFO  (zkConnectionManagerCallback-3747-thread-1-processing-n:127.0.0.1:47803_solr) [n:127.0.0.1:47803_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078502 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3078503 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [n:127.0.0.1:47803_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3078505 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [n:127.0.0.1:47803_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47803_solr
   [junit4]   2> 3078506 INFO  (zkCallback-3737-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3078506 INFO  (zkCallback-3721-thread-1-processing-n:127.0.0.1:58996_solr) [n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3078506 INFO  (zkCallback-3737-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3078506 INFO  (zkCallback-3717-thread-1-processing-n:127.0.0.1:50635_solr) [n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3078506 INFO  (zkCallback-3719-thread-1-processing-n:127.0.0.1:44947_solr) [n:127.0.0.1:44947_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3078506 INFO  (zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) [n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3078507 INFO  (zkCallback-3746-thread-1-processing-n:127.0.0.1:47803_solr) [n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3078691 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [n:127.0.0.1:47803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47803.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3078699 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [n:127.0.0.1:47803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47803.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3078699 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [n:127.0.0.1:47803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47803.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3078700 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [n:127.0.0.1:47803_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node5/.
   [junit4]   2> 3078761 INFO  (zkConnectionManagerCallback-3751-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078762 INFO  (TEST-MoveReplicaHDFSTest.testNormalMove-seed#[ECC5AA405A6D6D3B]) [    ] o.a.s.c.MoveReplicaTest total_jettys: 5
   [junit4]   2> 3078763 INFO  (qtp1056162599-36338) [n:127.0.0.1:44947_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=false&name=MoveReplicaHDFSTest_coll_false&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3078765 INFO  (OverseerThreadFactory-7024-thread-2-processing-n:127.0.0.1:59398_solr) [n:127.0.0.1:59398_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_coll_false
   [junit4]   2> 3078870 INFO  (OverseerStateUpdate-73274172547989516-127.0.0.1:59398_solr-n_0000000000) [n:127.0.0.1:59398_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59398/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3078873 INFO  (OverseerStateUpdate-73274172547989516-127.0.0.1:59398_solr-n_0000000000) [n:127.0.0.1:59398_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:50635/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3078878 INFO  (OverseerStateUpdate-73274172547989516-127.0.0.1:59398_solr-n_0000000000) [n:127.0.0.1:59398_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:47803/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3078880 INFO  (OverseerStateUpdate-73274172547989516-127.0.0.1:59398_solr-n_0000000000) [n:127.0.0.1:59398_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_false",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_false_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:58996/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3079131 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3079131 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3079134 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard1_replica_n2&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3079134 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3079137 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3079138 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3079140 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_false_shard2_replica_n6&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_false&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3079141 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3079245 INFO  (zkCallback-3723-thread-1-processing-n:127.0.0.1:59398_solr) [n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3079245 INFO  (zkCallback-3721-thread-1-processing-n:127.0.0.1:58996_solr) [n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3079245 INFO  (zkCallback-3746-thread-1-processing-n:127.0.0.1:47803_solr) [n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3079245 INFO  (zkCallback-3717-thread-1-processing-n:127.0.0.1:50635_solr) [n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3079246 INFO  (zkCallback-3723-thread-2-processing-n:127.0.0.1:59398_solr) [n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3079246 INFO  (zkCallback-3717-thread-2-processing-n:127.0.0.1:50635_solr) [n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3079246 INFO  (zkCallback-3721-thread-2-processing-n:127.0.0.1:58996_solr) [n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3079246 INFO  (zkCallback-3746-thread-2-processing-n:127.0.0.1:47803_solr) [n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3080152 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3080153 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3080155 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3080155 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3080158 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_false_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3080160 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3080161 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_false_shard1_replica_n2' using configuration from collection MoveReplicaHDFSTest_coll_false, trusted=true
   [junit4]   2> 3080161 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50635.solr.core.MoveReplicaHDFSTest_coll_false.shard1.replica_n2' (registry 'solr.core.MoveReplicaHDFSTest_coll_false.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3080162 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_false_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 3080868 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3080868 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_false_shard2_replica_n6' using configuration from collection MoveReplicaHDFSTest_coll_false, trusted=true
   [junit4]   2> 3080869 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58996.solr.core.MoveReplicaHDFSTest_coll_false.shard2.replica_n6' (registry 'solr.core.MoveReplicaHDFSTest_coll_false.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3080870 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46733/data
   [junit4]   2> 3080870 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3080870 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3080870 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_false_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node1/MoveReplicaHDFSTest_coll_false_shard1_replica_n2], dataDir=[hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node5/data/]
   [junit4]   2> 3080871 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46733/data
   [junit4]   2> 3080871 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3080871 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3080871 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_false_shard2_replica_n6] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node3/MoveReplicaHDFSTest_coll_false_shard2_replica_n6], dataDir=[hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node8/data/]
   [junit4]   2> 3080871 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node5/data/snapshot_metadata
   [junit4]   2> 3080873 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node8/data/snapshot_metadata
   [junit4]   2> 3080874 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_false_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3080876 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_false_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_false_shard2_replica_n4' using configuration from collection MoveReplicaHDFSTest_coll_false, trusted=true
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47803.solr.core.MoveReplicaHDFSTest_coll_false.shard2.replica_n4' (registry 'solr.core.MoveReplicaHDFSTest_coll_false.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46733/data
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3080878 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_false_shard2_replica_n4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node5/MoveReplicaHDFSTest_coll_false_shard2_replica_n4], dataDir=[hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node7/data/]
   [junit4]   2> 3080884 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3080884 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_false_shard1_replica_n1' using configuration from collection MoveReplicaHDFSTest_coll_false, trusted=true
   [junit4]   2> 3080885 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59398.solr.core.MoveReplicaHDFSTest_coll_false.shard1.replica_n1' (registry 'solr.core.MoveReplicaHDFSTest_coll_false.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e566a0
   [junit4]   2> 3080885 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46733/data
   [junit4]   2> 3080885 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node7/data/snapshot_metadata
   [junit4]   2> 3080885 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3080885 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3080885 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_false_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_ECC5AA405A6D6D3B-001/tempDir-001/node4/MoveReplicaHDFSTest_coll_false_shard1_replica_n1], dataDir=[hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node3/data/]
   [junit4]   2> 3080888 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node3/data/snapshot_metadata
   [junit4]   2> 3080897 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node8/data
   [junit4]   2> 3080899 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node5/data
   [junit4]   2> 3080899 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node7/data
   [junit4]   2> 3080905 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node3/data
   [junit4]   2> 3080924 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node8/data/index
   [junit4]   2> 3080924 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node5/data/index
   [junit4]   2> 3080926 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node7/data/index
   [junit4]   2> 3080929 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46733/data/MoveReplicaHDFSTest_coll_false/core_node3/data/index
   [junit4]   2> 3080972 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51741 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-488a42be-5113-4d1f-8b6d-3506522da5bd:NORMAL:127.0.0.1:56575|RBW], ReplicaUC[[DISK]DS-fd8a645c-a277-426d-a03a-d80066a3b96e:NORMAL:127.0.0.1:51741|FINALIZED]]} size 0
   [junit4]   2> 3080974 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56575 is added to blk_1073741825_1001 size 69
   [junit4]   2> 3080977 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56575 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-ccf9da46-9367-4b50-bf44-4fc8a3808ce0:NORMAL:127.0.0.1:51741|RBW], ReplicaUC[[DISK]DS-c7158edd-cf60-4ec5-831a-25f807fc0e16:NORMAL:127.0.0.1:56575|RBW]]} size 0
   [junit4]   2> 3080978 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51741 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-ccf9da46-9367-4b50-bf44-4fc8a3808ce0:NORMAL:127.0.0.1:51741|RBW], ReplicaUC[[DISK]DS-c7158edd-cf60-4ec5-831a-25f807fc0e16:NORMAL:127.0.0.1:56575|RBW]]} size 0
   [junit4]   2> 3080994 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51741 is added to blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-488a42be-5113-4d1f-8b6d-3506522da5bd:NORMAL:127.0.0.1:56575|RBW], ReplicaUC[[DISK]DS-ccf9da46-9367-4b50-bf44-4fc8a3808ce0:NORMAL:127.0.0.1:51741|RBW]]} size 69
   [junit4]   2> 3080995 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56575 is added to blk_1073741828_1004 size 69
   [junit4]   2> 3080995 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:56575 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-fd8a645c-a277-426d-a03a-d80066a3b96e:NORMAL:127.0.0.1:51741|RBW], ReplicaUC[[DISK]DS-c7158edd-cf60-4ec5-831a-25f807fc0e16:NORMAL:127.0.0.1:56575|RBW]]} size 0
   [junit4]   2> 3080996 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51741 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-fd8a645c-a277-426d-a03a-d80066a3b96e:NORMAL:127.0.0.1:51741|RBW], ReplicaUC[[DISK]DS-c7158edd-cf60-4ec5-831a-25f807fc0e16:NORMAL:127.0.0.1:56575|RBW]]} size 0
   [junit4]   2> 3081029 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3081029 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3081029 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3081029 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3081030 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3081030 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3081037 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3081037 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3081037 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3081038 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3081038 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3081038 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3081038 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3081045 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3081045 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3081053 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d28da05[MoveReplicaHDFSTest_coll_false_shard2_replica_n6] main]
   [junit4]   2> 3081054 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3081055 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3081055 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3081056 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592065114186448896
   [junit4]   2> 3081058 INFO  (searcherExecutor-7040-thread-1-processing-n:127.0.0.1:58996_solr x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6 s:shard2 c:MoveReplicaHDFSTest_coll_false r:core_node8) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.SolrCore [MoveReplicaHDFSTest_coll_false_shard2_replica_n6] Registered new searcher Searcher@7d28da05[MoveReplicaHDFSTest_coll_false_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3081059 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@4abe1008[MoveReplicaHDFSTest_coll_false_shard2_replica_n4] main]
   [junit4]   2> 3081059 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3081060 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3081060 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3081060 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592065114190643200
   [junit4]   2> 3081063 INFO  (searcherExecutor-7041-thread-1-processing-n:127.0.0.1:47803_solr x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4 s:shard2 c:MoveReplicaHDFSTest_coll_false r:core_node7) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.SolrCore [MoveReplicaHDFSTest_coll_false_shard2_replica_n4] Registered new searcher Searcher@4abe1008[MoveReplicaHDFSTest_coll_false_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3081071 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3716a1c5[MoveReplicaHDFSTest_coll_false_shard1_replica_n2] main]
   [junit4]   2> 3081073 INFO  (qtp1848176726-36355) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
   [junit4]   2> 3081074 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3081076 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3081076 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3081076 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3081077 INFO  (searcherExecutor-7039-thread-1-processing-n:127.0.0.1:50635_solr x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2 s:shard1 c:MoveReplicaHDFSTest_coll_false r:core_node5) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.SolrCore [MoveReplicaHDFSTest_coll_false_shard1_replica_n2] Registered new searcher Searcher@3716a1c5[MoveReplicaHDFSTest_coll_false_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3081077 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592065114208468992
   [junit4]   2> 3081085 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3081186 INFO  (zkCallback-3746-thread-2-processing-n:127.0.0.1:47803_solr) [n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3081186 INFO  (zkCallback-3721-thread-1-processing-n:127.0.0.1:58996_solr) [n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3081186 INFO  (zkCallback-3721-thread-2-processing-n:127.0.0.1:58996_solr) [n:127.0.0.1:58996_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3081186 INFO  (zkCallback-3717-thread-1-processing-n:127.0.0.1:50635_solr) [n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3081186 INFO  (zkCallback-3723-thread-2-processing-n:127.0.0.1:59398_solr) [n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3081186 INFO  (zkCallback-3746-thread-1-processing-n:127.0.0.1:47803_solr) [n:127.0.0.1:47803_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3081186 INFO  (zkCallback-3717-thread-2-processing-n:127.0.0.1:50635_solr) [n:127.0.0.1:50635_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3081186 INFO  (zkCallback-3723-thread-3-processing-n:127.0.0.1:59398_solr) [n:127.0.0.1:59398_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_false/state.json] for collection [MoveReplicaHDFSTest_coll_false] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3081446 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3081447 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3081447 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3081455 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3081455 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3081460 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@748bf2fc[MoveReplicaHDFSTest_coll_false_shard1_replica_n1] main]
   [junit4]   2> 3081461 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3081461 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3081462 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3081463 INFO  (searcherExecutor-7042-thread-1-processing-n:127.0.0.1:59398_solr x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1 s:shard1 c:MoveReplicaHDFSTest_coll_false r:core_node3) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.c.SolrCore [MoveReplicaHDFSTest_coll_false_shard1_replica_n1] Registered new searcher Searcher@748bf2fc[MoveReplicaHDFSTest_coll_false_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3081463 INFO  (qtp1805151896-36352) [n:127.0.0.1:59398_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592065114613219328
   [junit4]   2> 3081575 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3081575 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3081575 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:47803/solr/MoveReplicaHDFSTest_coll_false_shard2_replica_n4/
   [junit4]   2> 3081575 INFO  (qtp266350912-36602) [n:127.0.0.1:47803_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=MoveReplicaHDFSTest_coll_false_shard2_replica_n4 url=https://127.0.0.1:47803/solr START replicas=[https://127.0.0.1:58996/solr/MoveReplicaHDFSTest_coll_false_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 3081580 INFO  (qtp1848176726-36359) [n:127.0.0.1:58996_solr c:MoveReplicaHDFSTest_coll_false s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_false_shard2_replica_n6] o.a.s.c.S.Request [MoveReplicaHDFSTest_coll_false_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3081585 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3081585 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3081585 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:50635/solr/MoveReplicaHDFSTest_coll_false_shard1_replica_n2/
   [junit4]   2> 3081586 INFO  (qtp1457658028-36348) [n:127.0.0.1:50635_solr c:MoveReplicaHDFSTest_coll_false s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_false_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=MoveReplicaHDFSTest_coll_false_shard1_replica_n2 url=

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

> 3490589 INFO  (jetty-closer-2928-thread-1) [    ] o.a.s.c.Overseer Overseer (id=73274196888191003-127.0.0.1:34510_solr-n_0000000006) closing
   [junit4]   2> 3490589 INFO  (OverseerStateUpdate-73274196888191003-127.0.0.1:34510_solr-n_0000000006) [n:127.0.0.1:34510_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34510_solr
   [junit4]   2> 3490589 WARN  (OverseerAutoScalingTriggerThread-73274196888191003-127.0.0.1:34510_solr-n_0000000006) [n:127.0.0.1:34510_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3490589 DEBUG (jetty-closer-2928-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3490591 INFO  (jetty-closer-2928-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@67798d05{/solr,null,UNAVAILABLE}
   [junit4]   2> 3490592 INFO  (jetty-closer-2928-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3492056 WARN  (zkCallback-3047-thread-1-processing-n:127.0.0.1:37248_solr) [n:127.0.0.1:37248_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:37248_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:37248_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:882)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3492057 INFO  (jetty-closer-2928-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@da919f0{/solr,null,UNAVAILABLE}
   [junit4]   2> 3492058 INFO  (jetty-closer-2928-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3492059 ERROR (SUITE-ComputePlanActionTest-seed#[ECC5AA405A6D6D3B]-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> 3492059 INFO  (SUITE-ComputePlanActionTest-seed#[ECC5AA405A6D6D3B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55565 55565
   [junit4]   2> 3492159 INFO  (Thread-50667) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55565 55565
   [junit4]   2> 3492160 WARN  (Thread-50667) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	11	/solr/configs/conf
   [junit4]   2> 	10	/solr/collections/testNodeWithMultipleReplicasLost/terms/shard1
   [junit4]   2> 	10	/solr/security.json
   [junit4]   2> 	8	/solr/collections/testNodeWithMultipleReplicasLost/terms/shard2
   [junit4]   2> 	6	/solr/collections/testNodeLost/terms/shard1
   [junit4]   2> 	6	/solr/collections/testSelected1/terms/shard2
   [junit4]   2> 	6	/solr/collections/testSelected2/terms/shard1
   [junit4]   2> 	5	/solr/collections/testSelected1/terms/shard1
   [junit4]   2> 	5	/solr/collections/testSelected2/terms/shard2
   [junit4]   2> 	5	/solr/collections/testSelected3/terms/shard2
   [junit4]   2> 	5	/solr/collections/testSelected3/terms/shard1
   [junit4]   2> 	3	/solr/collections/testNodeAdded/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	42	/solr/collections/testNodeWithMultipleReplicasLost/state.json
   [junit4]   2> 	38	/solr/collections/testSelected3/state.json
   [junit4]   2> 	31	/solr/collections/testSelected1/state.json
   [junit4]   2> 	30	/solr/collections/testSelected2/state.json
   [junit4]   2> 	16	/solr/collections/testNodeLost/state.json
   [junit4]   2> 	15	/solr/clusterprops.json
   [junit4]   2> 	15	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/collections/testNodeAdded/state.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/73274196888190979-127.0.0.1:48077_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/73274196888190995-127.0.0.1:48024_solr-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/73274196888191003-127.0.0.1:34510_solr-n_0000000006
   [junit4]   2> 	2	/solr/collections/testNodeWithMultipleReplicasLost/leader_elect/shard1/election/73274196888190995-core_node7-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	53	/solr/live_nodes
   [junit4]   2> 	48	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_trigger
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_ECC5AA405A6D6D3B-001
   [junit4]   2> Feb 11, 2018 1:20:20 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=498, maxMBSortInHeap=7.879896136473137, sim=RandomSimilarity(queryNorm=true): {}, locale=id, timezone=Antarctica/McMurdo
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=191593200,total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: [TestTestInjection, TestBulkSchemaAPI, CreateCollectionCleanupTest, TestPullReplica, TestIntervalFaceting, TestBlobHandler, RequestHandlersTest, ActionThrottleTest, SolrMetricReporterTest, TestMiniSolrCloudClusterSSL, HdfsWriteToMultipleCollectionsTest, TestHalfAndHalfDocValues, TestFilteredDocIdSet, TestDynamicFieldResource, TestSubQueryTransformer, TestComponentsName, TestNumericTokenStream, EchoParamsTest, CdcrBootstrapTest, ZkCLITest, DefaultValueUpdateProcessorTest, PluginInfoTest, TestAuthorizationFramework, DistributedTermsComponentTest, TestExpandComponent, TestAnalyzeInfixSuggestions, CdcrRequestHandlerTest, RequestLoggingTest, ExplicitHLLTest, TestDocBasedVersionConstraints, SolrCoreCheckLockOnStartupTest, ChaosMonkeyNothingIsSafeTest, MBeansHandlerTest, SuggesterWFSTTest, TestInitQParser, TestExactSharedStatsCache, TestCloudJSONFacetJoinDomain, TestGeoJSONResponseWriter, TestPHPSerializedResponseWriter, TestScoreJoinQPNoScore, GraphQueryTest, TestRetrieveFieldsOptimizer, BlockDirectoryTest, XmlUpdateRequestHandlerTest, TestDocSet, TestCloudRecovery, SynonymTokenizerTest, HdfsLockFactoryTest, DistributedQueryElevationComponentTest, TestIndexSearcher, TestSolrConfigHandlerCloud, TestSolrCloudWithHadoopAuthPlugin, TestConfigOverlay, ExternalFileFieldSortTest, TestQueryWrapperFilter, WrapperMergePolicyFactoryTest, V2ApiIntegrationTest, SolrIndexSplitterTest, HighlighterConfigTest, TestReRankQParserPlugin, TestCryptoKeys, TestBinaryResponseWriter, VersionInfoTest, OpenCloseCoreStressTest, DistributedFacetPivotLongTailTest, TestPushWriter, TestDistributedSearch, AtomicUpdatesTest, DistribDocExpirationUpdateProcessorTest, TestSSLRandomization, TestConfig, CloudExitableDirectoryReaderTest, TestSearcherReuse, StatsComponentTest, TestMacros, TestSolrCloudWithKerberosAlt, TestOverriddenPrefixQueryForCustomFieldType, BasicDistributedZkTest, TestCloudManagedSchema, BigEndianAscendingWordDeserializerTest, ZkNodePropsTest, HttpTriggerListenerTest, TestPolicyCloud, InfoHandlerTest, DataDrivenBlockJoinTest, BlockJoinFacetDistribTest, TestSizeLimitedDistributedMap, DeleteLastCustomShardedReplicaTest, RAMDirectoryFactoryTest, TestJsonFacetRefinement, ZkStateReaderTest, TestDynamicLoading, TestSerializedLuceneMatchVersion, TestPhraseSuggestions, TestNodeLostTrigger, OpenExchangeRatesOrgProviderTest, CollectionReloadTest, ComputePlanActionTest]
   [junit4] Completed [747/775 (2!)] on J0 in 45.89s, 4 tests, 1 failure <<< FAILURES!

[...truncated 48261 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 143 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/143/

9 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV2

Error Message:
Unexpected status: HTTP/1.1 400 Bad Request

Stack Trace:
java.lang.AssertionError: Unexpected status: HTTP/1.1 400 Bad Request
	at __randomizedtesting.SeedInfo.seed([D67CE28D900383A9:5BD1F03F8EB0AB32]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AliasIntegrationTest.assertSuccess(AliasIntegrationTest.java:315)
	at org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV2(AliasIntegrationTest.java:236)
	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.FullSolrCloudDistribCmdsTest.test

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([D67CE28D900383A9]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudDistribCmdsTest

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 8 in https://127.0.0.1:36357/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 8 in https://127.0.0.1:36357/solr
	at __randomizedtesting.SeedInfo.seed([D67CE28D900383A9:178C9B21BD53490E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:885)
	at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:599)
	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.sim.TestTriggerIntegration.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([D67CE28D900383A9:8B34FC045FC525E6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate(TestTriggerIntegration.java:1178)
	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.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates

Error Message:
Timeout while trying to assert number of documents @ source_collection

Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @ source_collection
	at __randomizedtesting.SeedInfo.seed([D67CE28D900383A9:575B293D5901F3E]:0)
	at org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:285)
	at org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates(CdcrReplicationHandlerTest.java:234)
	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)
Caused by: java.lang.AssertionError: expected:<200> but was:<210>
	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.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:276)
	... 42 more


FAILED:  org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest.test

Error Message:
There are still nodes recoverying - waited for 320 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 320 seconds
	at __randomizedtesting.SeedInfo.seed([D67CE28D900383A9:5E28DD573EFFEE51]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:921)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1478)
	at org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:144)
	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)


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:39598/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:37009/solr/test_col_shard1_replica_n1: Server Error    request: http://127.0.0.1:37009/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A39598%2Fsolr%2Ftest_col_shard4_replica_n11%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:37971/solr/test_col_shard1_replica_n3/ update: org.apache.solr.client.solrj.request.UpdateRequest@21fd85a4

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:39598/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:37009/solr/test_col_shard1_replica_n1: Server Error



request: http://127.0.0.1:37009/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A39598%2Fsolr%2Ftest_col_shard4_replica_n11%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:37971/solr/test_col_shard1_replica_n3/ update: org.apache.solr.client.solrj.request.UpdateRequest@21fd85a4
	at __randomizedtesting.SeedInfo.seed([D67CE28D900383A9:E06880CB1A5EB9B8]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:283)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:195)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:39598/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:37009/solr/test_col_shard1_replica_n1: Server Error



request: http://127.0.0.1:37009/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A39598%2Fsolr%2Ftest_col_shard4_replica_n11%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:37971/solr/test_col_shard1_replica_n3/ update: org.apache.solr.client.solrj.request.UpdateRequest@21fd85a4
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:411)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39598/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:37009/solr/test_col_shard1_replica_n1: Server Error



request: http://127.0.0.1:37009/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A39598%2Fsolr%2Ftest_col_shard4_replica_n11%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:37971/solr/test_col_shard1_replica_n3/ update: org.apache.solr.client.solrj.request.UpdateRequest@21fd85a4
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399)
	... 6 more


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([D67CE28D900383A9:E7C28F69EEA9F65B]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown(TriggerIntegrationTest.java:1177)
	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 12714 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> 345224 INFO  (SUITE-TestTlogReplica-seed#[D67CE28D900383A9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_D67CE28D900383A9-001/init-core-data-001
   [junit4]   2> 345241 WARN  (SUITE-TestTlogReplica-seed#[D67CE28D900383A9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 345241 INFO  (SUITE-TestTlogReplica-seed#[D67CE28D900383A9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 345244 INFO  (SUITE-TestTlogReplica-seed#[D67CE28D900383A9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 345257 INFO  (SUITE-TestTlogReplica-seed#[D67CE28D900383A9]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_D67CE28D900383A9-001/tempDir-001
   [junit4]   2> 345257 INFO  (SUITE-TestTlogReplica-seed#[D67CE28D900383A9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 345286 INFO  (Thread-244) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 345286 INFO  (Thread-244) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 345288 ERROR (Thread-244) [    ] 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> 345386 INFO  (SUITE-TestTlogReplica-seed#[D67CE28D900383A9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37345
   [junit4]   2> 345395 INFO  (zkConnectionManagerCallback-183-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 345416 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 0x1001bb45a2d0000, likely client has closed socket
   [junit4]   2> 345453 INFO  (jetty-launcher-180-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 345471 INFO  (jetty-launcher-180-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 345486 INFO  (jetty-launcher-180-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 345486 INFO  (jetty-launcher-180-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 345486 INFO  (jetty-launcher-180-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 345487 INFO  (jetty-launcher-180-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@279892b7{/solr,null,AVAILABLE}
   [junit4]   2> 345501 INFO  (jetty-launcher-180-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@24ae52e7{SSL,[ssl, http/1.1]}{127.0.0.1:36357}
   [junit4]   2> 345501 INFO  (jetty-launcher-180-thread-1) [    ] o.e.j.s.Server Started @358526ms
   [junit4]   2> 345501 INFO  (jetty-launcher-180-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36357}
   [junit4]   2> 345501 ERROR (jetty-launcher-180-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 345502 INFO  (jetty-launcher-180-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 345502 INFO  (jetty-launcher-180-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 345502 INFO  (jetty-launcher-180-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 345502 INFO  (jetty-launcher-180-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-08T22:03:23.675Z
   [junit4]   2> 345534 INFO  (jetty-launcher-180-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 345534 INFO  (jetty-launcher-180-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 345534 INFO  (jetty-launcher-180-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 345535 INFO  (jetty-launcher-180-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a31d63e{/solr,null,AVAILABLE}
   [junit4]   2> 345535 INFO  (jetty-launcher-180-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3ed9fca6{SSL,[ssl, http/1.1]}{127.0.0.1:37697}
   [junit4]   2> 345535 INFO  (jetty-launcher-180-thread-2) [    ] o.e.j.s.Server Started @358560ms
   [junit4]   2> 345535 INFO  (jetty-launcher-180-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37697}
   [junit4]   2> 345536 ERROR (jetty-launcher-180-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 345536 INFO  (jetty-launcher-180-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 345536 INFO  (jetty-launcher-180-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 345536 INFO  (jetty-launcher-180-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 345536 INFO  (jetty-launcher-180-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-08T22:03:23.709Z
   [junit4]   2> 345594 INFO  (zkConnectionManagerCallback-185-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 345594 INFO  (zkConnectionManagerCallback-187-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 345611 INFO  (jetty-launcher-180-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 345611 INFO  (jetty-launcher-180-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 345660 INFO  (jetty-launcher-180-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37345/solr
   [junit4]   2> 345661 INFO  (jetty-launcher-180-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37345/solr
   [junit4]   2> 345662 INFO  (zkConnectionManagerCallback-191-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 345680 INFO  (zkConnectionManagerCallback-195-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 345682 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 0x1001bb45a2d0003, likely client has closed socket
   [junit4]   2> 345682 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 0x1001bb45a2d0004, likely client has closed socket
   [junit4]   2> 345683 INFO  (zkConnectionManagerCallback-197-thread-1-processing-n:127.0.0.1:37697_solr) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 345683 INFO  (zkConnectionManagerCallback-199-thread-1-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 346044 INFO  (jetty-launcher-180-thread-1) [n:127.0.0.1:36357_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 346044 INFO  (jetty-launcher-180-thread-2) [n:127.0.0.1:37697_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 346045 INFO  (jetty-launcher-180-thread-1) [n:127.0.0.1:36357_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36357_solr
   [junit4]   2> 346045 INFO  (jetty-launcher-180-thread-2) [n:127.0.0.1:37697_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37697_solr
   [junit4]   2> 346067 INFO  (jetty-launcher-180-thread-1) [n:127.0.0.1:36357_solr    ] o.a.s.c.Overseer Overseer (id=72088055458889734-127.0.0.1:36357_solr-n_0000000000) starting
   [junit4]   2> 346099 INFO  (zkCallback-196-thread-1-processing-n:127.0.0.1:37697_solr) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 346099 INFO  (zkCallback-198-thread-1-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 346170 INFO  (jetty-launcher-180-thread-1) [n:127.0.0.1:36357_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36357_solr
   [junit4]   2> 346171 INFO  (zkCallback-196-thread-1-processing-n:127.0.0.1:37697_solr) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 346184 INFO  (zkCallback-198-thread-1-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 346285 INFO  (jetty-launcher-180-thread-2) [n:127.0.0.1:37697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37697.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d3c8507
   [junit4]   2> 346329 INFO  (jetty-launcher-180-thread-2) [n:127.0.0.1:37697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37697.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d3c8507
   [junit4]   2> 346329 INFO  (jetty-launcher-180-thread-2) [n:127.0.0.1:37697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37697.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d3c8507
   [junit4]   2> 346347 INFO  (jetty-launcher-180-thread-2) [n:127.0.0.1:37697_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_D67CE28D900383A9-001/tempDir-001/node2/.
   [junit4]   2> 346395 INFO  (jetty-launcher-180-thread-1) [n:127.0.0.1:36357_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36357.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d3c8507
   [junit4]   2> 346435 INFO  (jetty-launcher-180-thread-1) [n:127.0.0.1:36357_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36357.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d3c8507
   [junit4]   2> 346435 INFO  (jetty-launcher-180-thread-1) [n:127.0.0.1:36357_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36357.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d3c8507
   [junit4]   2> 346448 INFO  (jetty-launcher-180-thread-1) [n:127.0.0.1:36357_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_D67CE28D900383A9-001/tempDir-001/node1/.
   [junit4]   2> 346506 INFO  (zkConnectionManagerCallback-205-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 346550 INFO  (zkConnectionManagerCallback-209-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 346571 INFO  (SUITE-TestTlogReplica-seed#[D67CE28D900383A9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 346571 INFO  (SUITE-TestTlogReplica-seed#[D67CE28D900383A9]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37345/solr ready
   [junit4]   2> 346583 INFO  (SUITE-TestTlogReplica-seed#[D67CE28D900383A9]-worker) [    ] o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 346663 INFO  (qtp1021736748-885) [n:127.0.0.1:37697_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 346754 INFO  (qtp1021736748-885) [n:127.0.0.1:37697_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=90
   [junit4]   2> 346846 INFO  (TEST-TestTlogReplica.testDeleteById-seed#[D67CE28D900383A9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteById
   [junit4]   2> 346848 INFO  (qtp1021736748-889) [n:127.0.0.1:37697_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_delete_by_id&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 346859 INFO  (OverseerThreadFactory-209-thread-1-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection tlog_replica_test_delete_by_id
   [junit4]   2> 346982 INFO  (OverseerStateUpdate-72088055458889734-127.0.0.1:36357_solr-n_0000000000) [n:127.0.0.1:36357_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_delete_by_id",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_delete_by_id_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36357/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 346984 INFO  (OverseerStateUpdate-72088055458889734-127.0.0.1:36357_solr-n_0000000000) [n:127.0.0.1:36357_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_delete_by_id",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_delete_by_id_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37697/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 347280 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_delete_by_id_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_delete_by_id&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 347280 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 347300 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_delete_by_id_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_delete_by_id&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 347330 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 347541 INFO  (zkCallback-198-thread-1-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 347541 INFO  (zkCallback-196-thread-1-processing-n:127.0.0.1:37697_solr) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 347541 INFO  (zkCallback-196-thread-2-processing-n:127.0.0.1:37697_solr) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 347541 INFO  (zkCallback-198-thread-2-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 348540 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 348562 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.s.IndexSchema [tlog_replica_test_delete_by_id_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 348582 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 348582 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.CoreContainer Creating SolrCore 'tlog_replica_test_delete_by_id_shard1_replica_t1' using configuration from collection tlog_replica_test_delete_by_id, trusted=true
   [junit4]   2> 348583 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36357.solr.core.tlog_replica_test_delete_by_id.shard1.replica_t1' (registry 'solr.core.tlog_replica_test_delete_by_id.shard1.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d3c8507
   [junit4]   2> 348595 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 348595 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.SolrCore [[tlog_replica_test_delete_by_id_shard1_replica_t1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_D67CE28D900383A9-001/tempDir-001/node1/tlog_replica_test_delete_by_id_shard1_replica_t1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_D67CE28D900383A9-001/tempDir-001/node1/./tlog_replica_test_delete_by_id_shard1_replica_t1/data/]
   [junit4]   2> 348617 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 348654 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.s.IndexSchema [tlog_replica_test_delete_by_id_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 348669 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 348669 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.CoreContainer Creating SolrCore 'tlog_replica_test_delete_by_id_shard1_replica_t2' using configuration from collection tlog_replica_test_delete_by_id, trusted=true
   [junit4]   2> 348670 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37697.solr.core.tlog_replica_test_delete_by_id.shard1.replica_t2' (registry 'solr.core.tlog_replica_test_delete_by_id.shard1.replica_t2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d3c8507
   [junit4]   2> 348670 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 348670 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.SolrCore [[tlog_replica_test_delete_by_id_shard1_replica_t2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_D67CE28D900383A9-001/tempDir-001/node2/tlog_replica_test_delete_by_id_shard1_replica_t2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_D67CE28D900383A9-001/tempDir-001/node2/./tlog_replica_test_delete_by_id_shard1_replica_t2/data/]
   [junit4]   2> 349010 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 349011 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 349012 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 349012 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 349014 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@14769875[tlog_replica_test_delete_by_id_shard1_replica_t2] main]
   [junit4]   2> 349039 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 349040 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 349041 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 349055 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591871964161507328
   [junit4]   2> 349057 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 349057 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 349058 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 349058 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 349093 INFO  (searcherExecutor-215-thread-1-processing-n:127.0.0.1:37697_solr x:tlog_replica_test_delete_by_id_shard1_replica_t2 s:shard1 c:tlog_replica_test_delete_by_id r:core_node4) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.SolrCore [tlog_replica_test_delete_by_id_shard1_replica_t2] Registered new searcher Searcher@14769875[tlog_replica_test_delete_by_id_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 349094 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e1464e5[tlog_replica_test_delete_by_id_shard1_replica_t1] main]
   [junit4]   2> 349120 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 349128 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 349128 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 349129 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591871964239101952
   [junit4]   2> 349130 INFO  (searcherExecutor-214-thread-1-processing-n:127.0.0.1:36357_solr x:tlog_replica_test_delete_by_id_shard1_replica_t1 s:shard1 c:tlog_replica_test_delete_by_id r:core_node3) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.SolrCore [tlog_replica_test_delete_by_id_shard1_replica_t1] Registered new searcher Searcher@1e1464e5[tlog_replica_test_delete_by_id_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 349161 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 349291 INFO  (zkCallback-198-thread-1-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 349291 INFO  (zkCallback-196-thread-1-processing-n:127.0.0.1:37697_solr) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 349291 INFO  (zkCallback-198-thread-2-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 349291 INFO  (zkCallback-196-thread-2-processing-n:127.0.0.1:37697_solr) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 349673 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 349673 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 349673 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37697/solr/tlog_replica_test_delete_by_id_shard1_replica_t2/
   [junit4]   2> 349674 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.PeerSync PeerSync: core=tlog_replica_test_delete_by_id_shard1_replica_t2 url=https://127.0.0.1:37697/solr START replicas=[https://127.0.0.1:36357/solr/tlog_replica_test_delete_by_id_shard1_replica_t1/] nUpdates=100
   [junit4]   2> 349901 INFO  (qtp492913680-882) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=81
   [junit4]   2> 349974 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.PeerSync PeerSync: core=tlog_replica_test_delete_by_id_shard1_replica_t2 url=https://127.0.0.1:37697/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 349975 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 349975 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 349975 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 349975 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.ZkController tlog_replica_test_delete_by_id_shard1_replica_t2 stopping background replication from leader
   [junit4]   2> 350015 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37697/solr/tlog_replica_test_delete_by_id_shard1_replica_t2/ shard1
   [junit4]   2> 350133 INFO  (zkCallback-198-thread-1-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 350133 INFO  (zkCallback-198-thread-2-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 350145 INFO  (zkCallback-196-thread-2-processing-n:127.0.0.1:37697_solr) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 350145 INFO  (zkCallback-196-thread-1-processing-n:127.0.0.1:37697_solr) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 350176 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 350205 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.ZkController tlog_replica_test_delete_by_id_shard1_replica_t1 starting background replication from leader
   [junit4]   2> 350206 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_delete_by_id_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_delete_by_id&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=2927
   [junit4]   2> 350205 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 350230 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 350230 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 350267 INFO  (indexFetcher-225-thread-1) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.h.IndexFetcher Replica core_node4 is leader but it's state is down, skipping replication
   [junit4]   2> 350284 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_delete_by_id_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_delete_by_id&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=2984
   [junit4]   2> 350321 INFO  (qtp1021736748-889) [n:127.0.0.1:37697_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 350414 INFO  (zkCallback-198-thread-1-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 350414 INFO  (zkCallback-198-thread-2-processing-n:127.0.0.1:36357_solr) [n:127.0.0.1:36357_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 350414 INFO  (zkCallback-196-thread-2-processing-n:127.0.0.1:37697_solr) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 350414 INFO  (zkCallback-196-thread-1-processing-n:127.0.0.1:37697_solr) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_delete_by_id/state.json] for collection [tlog_replica_test_delete_by_id] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 350902 INFO  (OverseerCollectionConfigSetProcessor-72088055458889734-127.0.0.1:36357_solr-n_0000000000) [n:127.0.0.1:36357_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 351321 INFO  (qtp1021736748-889) [n:127.0.0.1:37697_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_delete_by_id&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2} status=0 QTime=4473
   [junit4]   2> 351369 INFO  (qtp492913680-883) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1591871966548066304&distrib.from=https://127.0.0.1:37697/solr/tlog_replica_test_delete_by_id_shard1_replica_t2/&wt=javabin&version=2}{deleteByQuery=*:* (-1591871966548066304)} 0 9
   [junit4]   2> 351383 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37697/solr/tlog_replica_test_delete_by_id_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 351479 INFO  (qtp1021736748-889) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1591871966703255552,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351479 INFO  (qtp1021736748-889) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 351480 INFO  (qtp1021736748-889) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351481 INFO  (qtp1021736748-889) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_delete_by_id_shard1_replica_t2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37697/solr/tlog_replica_test_delete_by_id_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 351482 INFO  (qtp1021736748-891) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_delete_by_id_shard1_replica_t2]  webapp=/solr path=/update params={_stateVer_=tlog_replica_test_delete_by_id:5&commit=true&wt=javabin&version=2}{deleteByQuery=*:* (-1591871966548066304),commit=} 0 151
   [junit4]   2> 351540 INFO  (qtp492913680-883) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:37697/solr/tlog_replica_test_delete_by_id_shard1_replica_t2/&wt=javabin&version=2}{add=[1 (1591871966755684352)]} 0 0
   [junit4]   2> 351541 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_delete_by_id_shard1_replica_t2]  webapp=/solr path=/update params={_stateVer_=tlog_replica_test_delete_by_id:5&wt=javabin&version=2}{add=[1 (1591871966755684352)]} 0 12
   [junit4]   2> 351545 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37697/solr/tlog_replica_test_delete_by_id_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 351575 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1591871966803918848,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351576 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@43e53a79 commitCommandVersion:1591871966803918848
   [junit4]   2> 351678 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@927a67f[tlog_replica_test_delete_by_id_shard1_replica_t2] main]
   [junit4]   2> 351679 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351680 INFO  (searcherExecutor-215-thread-1-processing-n:127.0.0.1:37697_solr x:tlog_replica_test_delete_by_id_shard1_replica_t2 s:shard1 c:tlog_replica_test_delete_by_id r:core_node4) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.SolrCore [tlog_replica_test_delete_by_id_shard1_replica_t2] Registered new searcher Searcher@927a67f[tlog_replica_test_delete_by_id_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C1)))}
   [junit4]   2> 351681 INFO  (qtp1021736748-892) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_delete_by_id_shard1_replica_t2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37697/solr/tlog_replica_test_delete_by_id_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 105
   [junit4]   2> 351695 INFO  (qtp1021736748-891) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_delete_by_id_shard1_replica_t2]  webapp=/solr path=/update params={_stateVer_=tlog_replica_test_delete_by_id:5&commit=true&wt=javabin&version=2}{commit=} 0 153
   [junit4]   2> 351920 INFO  (qtp492913680-879) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 352036 INFO  (qtp492913680-882) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 352139 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 352252 INFO  (qtp492913680-882) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 352356 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 352459 INFO  (qtp492913680-882) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 352561 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 352663 INFO  (qtp492913680-882) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 352765 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 352867 INFO  (qtp492913680-882) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 352969 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 353071 INFO  (qtp492913680-882) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 353173 INFO  (qtp492913680-881) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 353209 INFO  (indexFetcher-225-thread-1) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.h.IndexFetcher Last replication failed, so I'll force replication
   [junit4]   2> 353209 INFO  (indexFetcher-225-thread-1) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.h.IndexFetcher Updated masterUrl to https://127.0.0.1:37697/solr/tlog_replica_test_delete_by_id_shard1_replica_t2/
   [junit4]   2> 353214 INFO  (qtp1021736748-888) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_delete_by_id_shard1_replica_t2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 353214 INFO  (indexFetcher-225-thread-1) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 353214 INFO  (indexFetcher-225-thread-1) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 1518127409749
   [junit4]   2> 353214 INFO  (indexFetcher-225-thread-1) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 353214 INFO  (indexFetcher-225-thread-1) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 353214 INFO  (indexFetcher-225-thread-1) [n:127.0.0.1:36357_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node3 x:tlog_replica_test_delete_by_id_shard1_replica_t1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 353241 INFO  (qtp1021736748-891) [n:127.0.0.1:37697_solr c:tlog_replica_test_delete_by_id s:shard1 r:core_node4 x:tlog_replica_test_delete_by_id_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_delete

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

FacetExistsSmallTest, TestConfig, BasicAuthStandaloneTest, TestNumericTerms64, TestDownShardTolerantSearch, HdfsDirectoryFactoryTest, TestSolrXml, SuggestComponentTest, TestRandomCollapseQParserPlugin, RuleEngineTest, SSLMigrationTest, SimpleFacetsTest, ClassificationUpdateProcessorFactoryTest, SimpleMLTQParserTest, TestPullReplica, TestLegacyNumericUtils, TestSortableTextField, UpdateParamsTest, FullHLLTest, TestJoin, SolrCoreMetricManagerTest, AddSchemaFieldsUpdateProcessorFactoryTest, DistributedQueryElevationComponentTest, TestPseudoReturnFields, ComputePlanActionTest, TestLeaderElectionZkExpiry, TestInPlaceUpdatesStandalone, MissingSegmentRecoveryTest, SpatialRPTFieldTypeTest, DebugComponentTest, DistributedVersionInfoTest, TestSolrCloudWithKerberosAlt, TermVectorComponentDistributedTest, CheckHdfsIndexTest, RankQueryTest, DirectUpdateHandlerTest, SuggesterWFSTTest, ChangedSchemaMergeTest, TestSizeLimitedDistributedMap, TestJsonFacets, CursorMarkTest, RequestLoggingTest, TestIndexingPerformance, TestSortByMinMaxFunction, TestDocTermOrds, TestCollectionAPI, CollectionReloadTest, FullSolrCloudDistribCmdsTest]
   [junit4]   2> 16617470 WARN  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[D67CE28D900383A9]) [    ] o.a.s.c.CoreContainer Error removing live node. Continuing to close CoreContainer
   [junit4]   2> org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:102)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.multiInternal(ZooKeeper.java:995)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.multi(ZooKeeper.java:913)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$multi$9(SolrZkClient.java:558)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.multi(SolrZkClient.java:558)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.removeEphemeralLiveNode(ZkController.java:995)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:749)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.destroy(SolrDispatchFilter.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.ChaosMonkey.stopJettySolrRunner(ChaosMonkey.java:203)
   [junit4]   2> 	at org.apache.solr.cloud.ChaosMonkey.stop(ChaosMonkey.java:640)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.destroyServers(AbstractFullDistribZkTestBase.java:1601)
   [junit4]   2> 	at org.apache.solr.BaseDistributedSearchTestCase.distribTearDown(BaseDistributedSearchTestCase.java:311)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractDistribZkTestBase.distribTearDown(AbstractDistribZkTestBase.java:315)
   [junit4]   2> 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.distribTearDown(AbstractFullDistribZkTestBase.java:1575)
   [junit4]   2> 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> 17554300 WARN  (zkConnectionManagerCallback-3153-thread-1-processing-n:127.0.0.1:36484_ok_-SendThread(127.0.0.1:34827)) [n:127.0.0.1:36484_ok_    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 119562ms for sessionid 0x1001bf82e46002d
   [junit4]   2> 17528537 WARN  (zkConnectionManagerCallback-3184-thread-1-processing-n:127.0.0.1:33614_ok_-SendThread(127.0.0.1:34827)) [n:127.0.0.1:33614_ok_    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 48982ms for sessionid 0x1001bf82e460030
   [junit4]   2> 17428233 WARN  (zkConnectionManagerCallback-3173-thread-1-processing-n:127.0.0.1:36247_ok_-SendThread(127.0.0.1:34827)) [n:127.0.0.1:36247_ok_    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 112526ms for sessionid 0x1001bf82e46002f
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.seed=D67CE28D900383A9 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-SV -Dtests.timezone=Pacific/Gambier -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | FullSolrCloudDistribCmdsTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4] Completed [774/774 (8!)] on J0 in 13504.13s, 1 test, 2 errors <<< FAILURES!

[...truncated 17 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180208_215724_992232686935564349916.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid17731.hprof ...
   [junit4] Heap dump file created [592746987 bytes in 16.385 secs]
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180208_215724_9923022662631476100881.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Connection evictor"
   [junit4] <<< JVM J0: EOF ----

[...truncated 8574 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:844: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:788: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid17731.hprof

Total time: 791 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 142 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/142/

6 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:34332/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:45986/solr/test_col_shard1_replica_n2: Server Error    request: http://127.0.0.1:45986/solr/test_col_shard1_replica_n2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A34332%2Fsolr%2Ftest_col_shard3_replica_n10%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:38305/solr/test_col_shard1_replica_n1/ update: org.apache.solr.client.solrj.request.UpdateRequest@7fa2bf50

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:34332/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:45986/solr/test_col_shard1_replica_n2: Server Error



request: http://127.0.0.1:45986/solr/test_col_shard1_replica_n2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A34332%2Fsolr%2Ftest_col_shard3_replica_n10%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:38305/solr/test_col_shard1_replica_n1/ update: org.apache.solr.client.solrj.request.UpdateRequest@7fa2bf50
	at __randomizedtesting.SeedInfo.seed([23B840B3069D287C:15AC22F58CC0126D]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:283)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:195)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:34332/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:45986/solr/test_col_shard1_replica_n2: Server Error



request: http://127.0.0.1:45986/solr/test_col_shard1_replica_n2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A34332%2Fsolr%2Ftest_col_shard3_replica_n10%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:38305/solr/test_col_shard1_replica_n1/ update: org.apache.solr.client.solrj.request.UpdateRequest@7fa2bf50
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:411)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34332/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:45986/solr/test_col_shard1_replica_n2: Server Error



request: http://127.0.0.1:45986/solr/test_col_shard1_replica_n2/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A34332%2Fsolr%2Ftest_col_shard3_replica_n10%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:38305/solr/test_col_shard1_replica_n1/ update: org.apache.solr.client.solrj.request.UpdateRequest@7fa2bf50
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399)
	... 6 more


FAILED:  org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([23B840B3069D287C:7491BB06DD6FCA67]: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.autoscaling.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:725)
	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.TriggerIntegrationTest.testNodeAddedTriggerRestoreState

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([23B840B3069D287C:AB85C9CC3C5DC9D1]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTriggerRestoreState(TriggerIntegrationTest.java:426)
	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.TriggerIntegrationTest.testCooldown

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([23B840B3069D287C:12062D5778375D8E]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown(TriggerIntegrationTest.java:1177)
	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.TriggerIntegrationTest.testMetricTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([23B840B3069D287C:99B4773C5975FE33]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.junit.Assert.assertNull(Assert.java:562)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1575)
	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.lucene.index.TestIndexSorting.testRandom3

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([BBE3416E23BE1557:193B0FB4474C3C51]:0)
	at org.apache.lucene.util.packed.Packed64.<init>(Packed64.java:73)
	at org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:972)
	at org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:939)
	at org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
	at org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
	at org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
	at org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
	at org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
	at org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
	at org.apache.lucene.util.fst.Builder.compileNode(Builder.java:200)
	at org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:296)
	at org.apache.lucene.util.fst.Builder.add(Builder.java:400)
	at org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:373)
	at org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:416)
	at org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:406)
	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:527)
	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:139)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:151)
	at org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:181)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:125)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4443)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
	at org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2300)
	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)




Build Log:
[...truncated 1880 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexSorting
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexSorting -Dtests.method=testRandom3 -Dtests.seed=BBE3416E23BE1557 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=mt-MT -Dtests.timezone=Asia/Ulaanbaatar -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    550s J1 | TestIndexSorting.testRandom3 <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BBE3416E23BE1557:193B0FB4474C3C51]:0)
   [junit4]    > 	at org.apache.lucene.util.packed.Packed64.<init>(Packed64.java:73)
   [junit4]    > 	at org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:972)
   [junit4]    > 	at org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:939)
   [junit4]    > 	at org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
   [junit4]    > 	at org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
   [junit4]    > 	at org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
   [junit4]    > 	at org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
   [junit4]    > 	at org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
   [junit4]    > 	at org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
   [junit4]    > 	at org.apache.lucene.util.fst.Builder.compileNode(Builder.java:200)
   [junit4]    > 	at org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:296)
   [junit4]    > 	at org.apache.lucene.util.fst.Builder.add(Builder.java:400)
   [junit4]    > 	at org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:373)
   [junit4]    > 	at org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:416)
   [junit4]    > 	at org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:406)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:527)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:139)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:151)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:181)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:125)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4443)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]    > 	at org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2300)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/J1/temp/lucene.index.TestIndexSorting_BBE3416E23BE1557-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {docs=PostingsFormat(name=LuceneVarGapFixedInterval), sparse_text=BlockTreeOrds(blocksize=128), norms=PostingsFormat(name=LuceneVarGapFixedInterval), positions=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapFixedInterval), term_vectors=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{multi_valued_long=DocValuesFormat(name=Lucene70), foo=DocValuesFormat(name=Lucene70), numeric=DocValuesFormat(name=Memory), multi_valued_numeric=DocValuesFormat(name=Memory), float=DocValuesFormat(name=Direct), long=DocValuesFormat(name=Direct), points=DocValuesFormat(name=Lucene70), sparse_int=DocValuesFormat(name=Direct), bar=DocValuesFormat(name=Memory), multi_valued_double=DocValuesFormat(name=Memory), docs=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory), multi_valued_int=DocValuesFormat(name=Lucene70), multi_valued_bytes=DocValuesFormat(name=Memory), sparse_text=DocValuesFormat(name=Direct), double=DocValuesFormat(name=Memory), positions=DocValuesFormat(name=Lucene70), sparse_binary=DocValuesFormat(name=Direct), int=DocValuesFormat(name=Memory), sorted=DocValuesFormat(name=Memory), multi_valued_string=DocValuesFormat(name=Memory), norms=DocValuesFormat(name=Memory), sparse=DocValuesFormat(name=Direct), bytes=DocValuesFormat(name=Memory), binary=DocValuesFormat(name=Memory), dense_int=DocValuesFormat(name=Memory), multi_valued_float=DocValuesFormat(name=Lucene70), term_vectors=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1651, maxMBSortInHeap=6.450044393856027, sim=RandomSimilarity(queryNorm=true): {positions=IB SPL-D2, id=DFR GL2, term_vectors=IB LL-DZ(0.3)}, locale=mt-MT, timezone=Asia/Ulaanbaatar
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=331049872,total=352845824
   [junit4]   2> NOTE: All tests run in this JVM: [TestMergeSchedulerExternal, TestLucene60FieldInfoFormat, TestDocumentsWriterDeleteQueue, TestTermsEnum2, TestFileSwitchDirectory, TestElevationComparator, Test2BSortedDocValuesFixedSorted, TestCharArraySet, TestPriorityQueue, TestDocInverterPerFieldErrorInfo, TestConcurrentMergeScheduler, TestLSBRadixSorter, TestDirectory, TestSearcherManager, TestReaderClosed, TestFieldType, TestLucene70DocValuesFormat, TestAllFilesDetectTruncation, TestIndexWriterOnJRECrash, TestPositiveScoresOnlyCollector, TestPointQueries, TestMathUtil, TestIndexingSequenceNumbers, TestOrdinalMap, TestFSTs, TestRollback, TestToken, TestMinimize, TestCheckIndex, TestFixedLengthBytesRefArray, TestNRTReaderCleanup, TestSpanExplanationsOfNonMatches, TestWeakIdentityMap, Test2BDocs, TestReaderWrapperDVTypeCheck, TestTryDelete, TestNorms, TestPhrasePrefixQuery, TestSpanBoostQuery, TestIndexSorting]
   [junit4] Completed [422/459 (1!)] on J1 in 645.16s, 50 tests, 1 error <<< FAILURES!

[...truncated 137 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/temp/junit4-J1-20180207_064243_185534115223907844852.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid9554.hprof ...
   [junit4] Heap dump file created [447278950 bytes in 3.293 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 11148 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> 1986799 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[23B840B3069D287C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_23B840B3069D287C-001/init-core-data-001
   [junit4]   2> 1986800 WARN  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[23B840B3069D287C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=94 numCloses=94
   [junit4]   2> 1986800 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[23B840B3069D287C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1986834 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[23B840B3069D287C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=SSL overhead seems to cause OutOfMemory when stress testing)
   [junit4]   2> 1986850 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[23B840B3069D287C]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_23B840B3069D287C-001/tempDir-001
   [junit4]   2> 1986850 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[23B840B3069D287C]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1986869 INFO  (Thread-2032) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1986869 INFO  (Thread-2032) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1986903 ERROR (Thread-2032) [    ] 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> 1986975 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[23B840B3069D287C]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45296
   [junit4]   2> 1987070 INFO  (zkConnectionManagerCallback-2866-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1987106 INFO  (jetty-launcher-2863-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> 1987107 INFO  (jetty-launcher-2863-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1987121 INFO  (jetty-launcher-2863-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1987122 INFO  (jetty-launcher-2863-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1987143 INFO  (jetty-launcher-2863-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1987144 INFO  (jetty-launcher-2863-thread-6) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1987144 INFO  (jetty-launcher-2863-thread-7) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1987158 INFO  (jetty-launcher-2863-thread-8) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1987159 INFO  (jetty-launcher-2863-thread-9) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1987217 INFO  (jetty-launcher-2863-thread-10) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1987268 INFO  (jetty-launcher-2863-thread-9) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1987268 INFO  (jetty-launcher-2863-thread-9) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1987268 INFO  (jetty-launcher-2863-thread-9) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1987288 INFO  (jetty-launcher-2863-thread-9) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1eb88794{/solr,null,AVAILABLE}
   [junit4]   2> 1987289 INFO  (jetty-launcher-2863-thread-9) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1caf1839{HTTP/1.1,[http/1.1]}{127.0.0.1:38796}
   [junit4]   2> 1987289 INFO  (jetty-launcher-2863-thread-9) [    ] o.e.j.s.Server Started @1997429ms
   [junit4]   2> 1987289 INFO  (jetty-launcher-2863-thread-9) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38796}
   [junit4]   2> 1987289 ERROR (jetty-launcher-2863-thread-9) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1987290 INFO  (jetty-launcher-2863-thread-9) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1987290 INFO  (jetty-launcher-2863-thread-9) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1987290 INFO  (jetty-launcher-2863-thread-9) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1987290 INFO  (jetty-launcher-2863-thread-9) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-07T13:07:13.452Z
   [junit4]   2> 1987362 INFO  (jetty-launcher-2863-thread-8) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1987362 INFO  (jetty-launcher-2863-thread-8) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1987362 INFO  (jetty-launcher-2863-thread-8) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1987362 INFO  (jetty-launcher-2863-thread-8) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@106a680e{/solr,null,AVAILABLE}
   [junit4]   2> 1987363 INFO  (jetty-launcher-2863-thread-8) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4a56472b{HTTP/1.1,[http/1.1]}{127.0.0.1:34954}
   [junit4]   2> 1987363 INFO  (jetty-launcher-2863-thread-8) [    ] o.e.j.s.Server Started @1997502ms
   [junit4]   2> 1987363 INFO  (jetty-launcher-2863-thread-8) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34954}
   [junit4]   2> 1987363 ERROR (jetty-launcher-2863-thread-8) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1987363 INFO  (jetty-launcher-2863-thread-8) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1987363 INFO  (jetty-launcher-2863-thread-8) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1987363 INFO  (jetty-launcher-2863-thread-8) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1987363 INFO  (jetty-launcher-2863-thread-8) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-07T13:07:13.525Z
   [junit4]   2> 1987929 INFO  (jetty-launcher-2863-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1987929 INFO  (jetty-launcher-2863-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1987929 INFO  (jetty-launcher-2863-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1987929 INFO  (jetty-launcher-2863-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1987929 INFO  (jetty-launcher-2863-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1987929 INFO  (jetty-launcher-2863-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1987929 INFO  (jetty-launcher-2863-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1987929 INFO  (jetty-launcher-2863-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1987929 INFO  (jetty-launcher-2863-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1987929 INFO  (jetty-launcher-2863-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1987930 INFO  (jetty-launcher-2863-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1987930 INFO  (jetty-launcher-2863-thread-5) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1987930 INFO  (jetty-launcher-2863-thread-7) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1987930 INFO  (jetty-launcher-2863-thread-7) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1987930 INFO  (jetty-launcher-2863-thread-7) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1987947 INFO  (jetty-launcher-2863-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1987947 INFO  (jetty-launcher-2863-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1987948 INFO  (jetty-launcher-2863-thread-6) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1987948 INFO  (jetty-launcher-2863-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c96f2f0{/solr,null,AVAILABLE}
   [junit4]   2> 1987948 INFO  (jetty-launcher-2863-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2cca31c5{HTTP/1.1,[http/1.1]}{127.0.0.1:44299}
   [junit4]   2> 1987948 INFO  (jetty-launcher-2863-thread-6) [    ] o.e.j.s.Server Started @1998088ms
   [junit4]   2> 1987948 INFO  (jetty-launcher-2863-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44299}
   [junit4]   2> 1987949 ERROR (jetty-launcher-2863-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1987949 INFO  (jetty-launcher-2863-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1987949 INFO  (jetty-launcher-2863-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1987949 INFO  (jetty-launcher-2863-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1987949 INFO  (jetty-launcher-2863-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-07T13:07:14.111Z
   [junit4]   2> 1988036 INFO  (jetty-launcher-2863-thread-10) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1988036 INFO  (jetty-launcher-2863-thread-10) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1988036 INFO  (jetty-launcher-2863-thread-10) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1988057 INFO  (jetty-launcher-2863-thread-10) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@684efc49{/solr,null,AVAILABLE}
   [junit4]   2> 1988057 INFO  (jetty-launcher-2863-thread-10) [    ] o.e.j.s.AbstractConnector Started ServerConnector@8b2ae9f{HTTP/1.1,[http/1.1]}{127.0.0.1:40380}
   [junit4]   2> 1988057 INFO  (jetty-launcher-2863-thread-10) [    ] o.e.j.s.Server Started @1998197ms
   [junit4]   2> 1988057 INFO  (jetty-launcher-2863-thread-10) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40380}
   [junit4]   2> 1988057 ERROR (jetty-launcher-2863-thread-10) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1988057 INFO  (jetty-launcher-2863-thread-10) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1988058 INFO  (jetty-launcher-2863-thread-10) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1988058 INFO  (jetty-launcher-2863-thread-10) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1988058 INFO  (jetty-launcher-2863-thread-10) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-07T13:07:14.220Z
   [junit4]   2> 1988059 INFO  (jetty-launcher-2863-thread-7) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4fb9f386{/solr,null,AVAILABLE}
   [junit4]   2> 1988059 INFO  (jetty-launcher-2863-thread-7) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9bf5c18{HTTP/1.1,[http/1.1]}{127.0.0.1:45986}
   [junit4]   2> 1988059 INFO  (jetty-launcher-2863-thread-7) [    ] o.e.j.s.Server Started @1998199ms
   [junit4]   2> 1988059 INFO  (jetty-launcher-2863-thread-7) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45986}
   [junit4]   2> 1988060 ERROR (jetty-launcher-2863-thread-7) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1988060 INFO  (jetty-launcher-2863-thread-7) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1988060 INFO  (jetty-launcher-2863-thread-7) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1988060 INFO  (jetty-launcher-2863-thread-7) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1988060 INFO  (jetty-launcher-2863-thread-7) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-07T13:07:14.222Z
   [junit4]   2> 1988093 INFO  (zkConnectionManagerCallback-2874-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1988094 INFO  (jetty-launcher-2863-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37ce73db{/solr,null,AVAILABLE}
   [junit4]   2> 1988094 INFO  (jetty-launcher-2863-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7cbd94b0{HTTP/1.1,[http/1.1]}{127.0.0.1:46699}
   [junit4]   2> 1988094 INFO  (jetty-launcher-2863-thread-5) [    ] o.e.j.s.Server Started @1998233ms
   [junit4]   2> 1988094 INFO  (jetty-launcher-2863-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46699}
   [junit4]   2> 1988094 ERROR (jetty-launcher-2863-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1988094 INFO  (jetty-launcher-2863-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1988094 INFO  (jetty-launcher-2863-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1988094 INFO  (jetty-launcher-2863-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1988094 INFO  (jetty-launcher-2863-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-07T13:07:14.256Z
   [junit4]   2> 1988110 INFO  (jetty-launcher-2863-thread-10) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1988129 INFO  (zkConnectionManagerCallback-2878-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1988130 INFO  (jetty-launcher-2863-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1988149 INFO  (jetty-launcher-2863-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33e3f57{/solr,null,AVAILABLE}
   [junit4]   2> 1988149 INFO  (jetty-launcher-2863-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@13ed9748{HTTP/1.1,[http/1.1]}{127.0.0.1:38305}
   [junit4]   2> 1988149 INFO  (jetty-launcher-2863-thread-2) [    ] o.e.j.s.Server Started @1998289ms
   [junit4]   2> 1988149 INFO  (jetty-launcher-2863-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38305}
   [junit4]   2> 1988149 ERROR (jetty-launcher-2863-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1988182 INFO  (jetty-launcher-2863-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1988182 INFO  (jetty-launcher-2863-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1988182 INFO  (jetty-launcher-2863-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1988182 INFO  (jetty-launcher-2863-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-07T13:07:14.344Z
   [junit4]   2> 1988183 INFO  (jetty-launcher-2863-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22fdd85a{/solr,null,AVAILABLE}
   [junit4]   2> 1988183 INFO  (jetty-launcher-2863-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2a7693a6{HTTP/1.1,[http/1.1]}{127.0.0.1:41803}
   [junit4]   2> 1988183 INFO  (jetty-launcher-2863-thread-1) [    ] o.e.j.s.Server Started @1998322ms
   [junit4]   2> 1988183 INFO  (jetty-launcher-2863-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41803}
   [junit4]   2> 1988183 ERROR (jetty-launcher-2863-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1988183 INFO  (jetty-launcher-2863-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1988183 INFO  (jetty-launcher-2863-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1988183 INFO  (jetty-launcher-2863-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1988183 INFO  (jetty-launcher-2863-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-07T13:07:14.345Z
   [junit4]   2> 1988255 INFO  (zkConnectionManagerCallback-2880-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1988256 INFO  (jetty-launcher-2863-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1988276 INFO  (jetty-launcher-2863-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74e225c0{/solr,null,AVAILABLE}
   [junit4]   2> 1988276 INFO  (jetty-launcher-2863-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7c8ffed4{HTTP/1.1,[http/1.1]}{127.0.0.1:45809}
   [junit4]   2> 1988276 INFO  (jetty-launcher-2863-thread-4) [    ] o.e.j.s.Server Started @1998416ms
   [junit4]   2> 1988277 INFO  (jetty-launcher-2863-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45809}
   [junit4]   2> 1988277 ERROR (jetty-launcher-2863-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1988277 INFO  (jetty-launcher-2863-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1988277 INFO  (jetty-launcher-2863-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1988277 INFO  (jetty-launcher-2863-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1988277 INFO  (jetty-launcher-2863-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-07T13:07:14.439Z
   [junit4]   2> 1988365 INFO  (zkConnectionManagerCallback-2884-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1988366 INFO  (jetty-launcher-2863-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1988404 INFO  (zkConnectionManagerCallback-2870-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1988405 INFO  (jetty-launcher-2863-thread-8) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1988476 INFO  (zkConnectionManagerCallback-2868-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1988477 INFO  (jetty-launcher-2863-thread-9) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1988695 INFO  (jetty-launcher-2863-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45296/solr
   [junit4]   2> 1988825 INFO  (jetty-launcher-2863-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1988841 INFO  (jetty-launcher-2863-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1988841 INFO  (jetty-launcher-2863-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1988862 INFO  (jetty-launcher-2863-thread-10) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45296/solr
   [junit4]   2> 1988931 INFO  (jetty-launcher-2863-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45296/solr
   [junit4]   2> 1988989 INFO  (zkConnectionManagerCallback-2876-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989061 INFO  (zkConnectionManagerCallback-2872-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989026 INFO  (jetty-launcher-2863-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e93c53b{/solr,null,AVAILABLE}
   [junit4]   2> 1989025 INFO  (zkConnectionManagerCallback-2882-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989062 INFO  (jetty-launcher-2863-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1989003 INFO  (zkConnectionManagerCallback-2888-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989076 INFO  (jetty-launcher-2863-thread-7) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1989077 INFO  (jetty-launcher-2863-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1989080 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 0x10014a31c710001, likely client has closed socket
   [junit4]   2> 1989114 INFO  (zkConnectionManagerCallback-2896-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989115 INFO  (zkConnectionManagerCallback-2892-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989135 INFO  (jetty-launcher-2863-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45296/solr
   [junit4]   2> 1989136 INFO  (jetty-launcher-2863-thread-7) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45296/solr
   [junit4]   2> 1989153 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 0x10014a31c710008, likely client has closed socket
   [junit4]   2> 1989171 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 0x10014a31c71000b, likely client has closed socket
   [junit4]   2> 1989207 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 0x10014a31c71000c, likely client has closed socket
   [junit4]   2> 1989208 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 0x10014a31c710007, likely client has closed socket
   [junit4]   2> 1989283 INFO  (jetty-launcher-2863-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4fc61396{HTTP/1.1,[http/1.1]}{127.0.0.1:34332}
   [junit4]   2> 1989283 INFO  (jetty-launcher-2863-thread-3) [    ] o.e.j.s.Server Started @1999422ms
   [junit4]   2> 1989283 INFO  (jetty-launcher-2863-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34332}
   [junit4]   2> 1989283 ERROR (jetty-launcher-2863-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1989735 INFO  (jetty-launcher-2863-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1989735 INFO  (jetty-launcher-2863-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1989735 INFO  (jetty-launcher-2863-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1989735 INFO  (jetty-launcher-2863-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-07T13:07:15.897Z
   [junit4]   2> 1989735 INFO  (zkConnectionManagerCallback-2908-thread-1-processing-n:127.0.0.1:45809_solr) [n:127.0.0.1:45809_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989679 INFO  (zkConnectionManagerCallback-2900-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989679 INFO  (zkConnectionManagerCallback-2910-thread-1-processing-n:127.0.0.1:46699_solr) [n:127.0.0.1:46699_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989743 INFO  (jetty-launcher-2863-thread-9) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45296/solr
   [junit4]   2> 1989743 INFO  (jetty-launcher-2863-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45296/solr
   [junit4]   2> 1989488 INFO  (zkConnectionManagerCallback-2904-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989422 INFO  (zkConnectionManagerCallback-2906-thread-1-processing-n:127.0.0.1:40380_solr) [n:127.0.0.1:40380_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989826 INFO  (jetty-launcher-2863-thread-8) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45296/solr
   [junit4]   2> 1989825 INFO  (jetty-launcher-2863-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45296/solr
   [junit4]   2> 1989845 INFO  (zkConnectionManagerCallback-2922-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989836 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 0x10014a31c71000f, likely client has closed socket
   [junit4]   2> 1989927 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 0x10014a31c710013, likely client has closed socket
   [junit4]   2> 1989971 INFO  (zkConnectionManagerCallback-2928-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1989991 INFO  (zkConnectionManagerCallback-2924-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1990028 INFO  (zkConnectionManagerCallback-2926-thread-1-processing-n:127.0.0.1:38305_solr) [n:127.0.0.1:38305_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1990029 INFO  (zkConnectionManagerCallback-2920-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1990029 INFO  (jetty-launcher-2863-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1990081 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 0x10014a31c710012, likely client has closed socket
   [junit4]   2> 1990186 INFO  (zkConnectionManagerCallback-2932-thread-1-processing-n:127.0.0.1:45986_solr) [n:127.0.0.1:45986_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1990187 INFO  (zkConnectionManagerCallback-2936-thread-1-processing-n:127.0.0.1:38796_solr) [n:127.0.0.1:38796_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1990239 INFO  (jetty-launcher-2863-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45296/solr
   [junit4]   2> 1990266 INFO  (jetty-launcher-2863-thread-2) [n:127.0.0.1:38305_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1990280 INFO  (jetty-launcher-2863-thread-5) [n:127.0.0.1:46699_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1990500 INFO  (jetty-launcher-2863-thread-5) [n:127.0.0.1:46699_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46699_solr
   [junit4]   2> 1990501 INFO  (jetty-launcher-2863-thread-2) [n:127.0.0.1:38305_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38305_solr
   [junit4]   2> 1990502 INFO  (jetty-launcher-2863-thread-5) [n:127.0.0.1:46699_solr    ] o.a.s.c.Overseer Overseer (id=72080284827320336-127.0.0.1:46699_solr-n_0000000000) starting
   [junit4]   2> 1990589 INFO  (zkConnectionManagerCallback-2942-thread-1-processing-n:127.0.0.1:41803_solr) [n:127.0.0.1:41803_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1990605 INFO  (zkConnectionManagerCallback-2946-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1990609 INFO  (zkConnectionManagerCallback-2930-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1990609 INFO  (zkConnectionManagerCallback-2935-thread-1-processing-n:127.0.0.1:34954_solr) [n:127.0.0.1:34954_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1990694 INFO  (zkCallback-2925-thread-1-processing-n:127.0.0.1:38305_solr) [n:127.0.0.1:38305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1990776 INFO  (jetty-launcher-2863-thread-4) [n:127.0.0.1:45809_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1991059 INFO  (jetty-launcher-2863-thread-7) [n:127.0.0.1:45986_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1991072 INFO  (zkCallback-2909-thread-1-processing-n:127.0.0.1:46699_solr) [n:127.0.0.1:46699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1991073 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:45809_solr) [n:127.0.0.1:45809_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1991077 INFO  (jetty-launcher-2863-thread-8) [n:127.0.0.1:34954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1991079 INFO  (jetty-launcher-2863-thread-8) [n:127.0.0.1:34954_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1991080 INFO  (jetty-launcher-2863-thread-8) [n:127.0.0.1:34954_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34954_solr
   [junit4]   2> 1991113 INFO  (jetty-launcher-2863-thread-4) [n:127.0.0.1:45809_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45809_solr
   [junit4]   2> 1991146 INFO  (zkConnectionManagerCallback-2949-thread-1-processing-n:127.0.0.1:34332_solr) [n:127.0.0.1:34332_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1991171 INFO  (zkCallback-2925-thread-1-processing-n:127.0.0.1:38305_solr) [n:127.0.0.1:38305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1991187 INFO  (zkCallback-2925-thread-1-processing-n:127.0.0.1:38305_solr) [n:127.0.0.1:38305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1991204 INFO  (jetty-launcher-2863-thread-3) [n:127.0.0.1:34332_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1991206 INFO  (jetty-launcher-2863-thread-3) [n:127.0.0.1:34332_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1991439 INFO  (zkCallback-2931-thread-1-processing-n:127.0.0.1:45986_solr) [n:127.0.0.1:45986_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1991532 INFO  (zkConnectionManagerCallback-2951-thread-1-processing-n:127.0.0.1:44299_solr) [n:127.0.0.1:44299_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1991541 INFO  (jetty-launcher-2863-thread-7) [n:127.0.0.1:45986_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1991549 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:45809_solr) [n:127.0.0.1:45809_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1991549 INFO  (zkCallback-2909-thread-1-processing-n:127.0.0.1:46699_solr) [n:127.0.0.1:46699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1991728 INFO  (zkCallback-2934-thread-1-processing-n:127.0.0.1:34954_solr) [n:127.0.0.1:34954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1991798 INFO  (jetty-launcher-2863-thread-3) [n:127.0.0.1:34332_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34332_solr
   [junit4]   2> 1991814 INFO  (zkCallback-2925-thread-1-processing-n:127.0.0.1:38305_solr) [n:127.0.0.1:38305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1991814 INFO  (zkCallback-2931-thread-1-processing-n:127.0.0.1:45986_solr) [n:127.0.0.1:45986_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1991814 INFO  (jetty-launcher-2863-thread-7) [n:127.0.0.1:45986_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45986_solr
   [junit4]   2> 1991817 INFO  (zkCallback-2934-thread-1-processing-n:127.0.0.1:34954_solr) [n:127.0.0.1:34954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1991821 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:45809_solr) [n:127.0.0.1:45809_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1991911 INFO  (zkCallback-2948-thread-1-processing-n:127.0.0.1:34332_solr) [n:127.0.0.1:34332_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1991997 INFO  (zkCallback-2925-thread-1-processing-n:127.0.0.1:38305_solr) [n:127.0.0.1:38305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1992001 INFO  (jetty-launcher-2863-thread-9) [n:127.0.0.1:38796_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1992008 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:45809_solr) [n:127.0.0.1:45809_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1992016 INFO  (zkCallback-2931-thread-1-processing-n:127.0.0.1:45986_solr) [n:127.0.0.1:45986_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1992020 INFO  (zkCallback-2934-thread-1-processing-n:127.0.0.1:34954_solr) [n:127.0.0.1:34954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1992021 INFO  (jetty-launcher-2863-thread-1) [n:127.0.0.1:41803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1992024 INFO  (jetty-launcher-2863-thread-1) [n:127.0.0.1:41803_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1992036 INFO  (zkCallback-2948-thread-2-processing-n:127.0.0.1:34332_solr) [n:127.0.0.1:34332_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1992039 INFO  (jetty-launcher-2863-thread-1) [n:127.0.0.1:41803_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41803_solr
   [junit4]   2> 1992057 INFO  (OverseerStateUpdate-72080284827320336-127.0.0.1:46699_solr-n_0000000000) [n:127.0.0.1:46699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 1992058 INFO  (zkCallback-2934-thread-1-processing-n:127.0.0.1:34954_solr) [n:127.0.0.1:34954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1992110 INFO  (jetty-launcher-2863-thread-9) [n:127.0.0.1:38796_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1992112 INFO  (jetty-launcher-2863-thread-9) [n:127.0.0.1:38796_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38796_solr
   [junit4]   2> 1992113 INFO  (zkCallback-2934-thread-1-processing-n:127.0.0.1:34954_solr) [n:127.0.0.1:34954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 1992143 INFO  (zkCallback-2931-thread-1-processing-n:127.0.0.1:45986_solr) [n:127.0.0.1:45986_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1992143 INFO  (zkCallback-2925-thread-1-processing-n:127.0.0.1:38305_solr) [n:127.0.0.1:38305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1992146 INFO  (zkCallback-2948-thread-2-processing-n:127.0.0.1:34332_solr) [n:127.0.0.1:34332_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 1992456 INFO  (zkCallback-2941-thread-1-processing-n:127.0.0.1:41803_solr) [n:127.0.0.1:41803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 1992464 INFO  (jetty-launcher-2863-thread-2) [n:127.0.0.1:38305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38305.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1992949 INFO  (jetty-launcher-2863-thread-5) [n:127.0.0.1:46699_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46699_solr
   [junit4]   2> 1992975 INFO  (jetty-launcher-2863-thread-4) [n:127.0.0.1:45809_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45809.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1992976 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:45809_solr) [n:127.0.0.1:45809_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 1992948 INFO  (zkCallback-2931-thread-1-processing-n:127.0.0.1:45986_solr) [n:127.0.0.1:45986_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 1992602 INFO  (zkCallback-2925-thread-1-processing-n:127.0.0.1:38305_solr) [n:127.0.0.1:38305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 1993005 INFO  (zkCallback-2909-thread-3-processing-n:127.0.0.1:46699_solr) [n:127.0.0.1:46699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 1993115 INFO  (zkCallback-2933-thread-1-processing-n:127.0.0.1:38796_solr) [n:127.0.0.1:38796_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 1993199 INFO  (jetty-launcher-2863-thread-2) [n:127.0.0.1:38305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38305.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993200 INFO  (jetty-launcher-2863-thread-2) [n:127.0.0.1:38305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38305.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993281 INFO  (zkCallback-2948-thread-2-processing-n:127.0.0.1:34332_solr) [n:127.0.0.1:34332_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1993298 INFO  (zkCallback-2934-thread-1-processing-n:127.0.0.1:34954_solr) [n:127.0.0.1:34954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1993298 INFO  (zkCallback-2933-thread-1-processing-n:127.0.0.1:38796_solr) [n:127.0.0.1:38796_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1993298 INFO  (zkCallback-2941-thread-1-processing-n:127.0.0.1:41803_solr) [n:127.0.0.1:41803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1993301 INFO  (jetty-launcher-2863-thread-2) [n:127.0.0.1:38305_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_23B840B3069D287C-001/tempDir-001/node2/.
   [junit4]   2> 1993306 INFO  (zkCallback-2925-thread-1-processing-n:127.0.0.1:38305_solr) [n:127.0.0.1:38305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1993310 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:45809_solr) [n:127.0.0.1:45809_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1993318 INFO  (zkCallback-2909-thread-3-processing-n:127.0.0.1:46699_solr) [n:127.0.0.1:46699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1993318 INFO  (jetty-launcher-2863-thread-4) [n:127.0.0.1:45809_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45809.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993319 INFO  (jetty-launcher-2863-thread-4) [n:127.0.0.1:45809_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45809.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993320 INFO  (jetty-launcher-2863-thread-4) [n:127.0.0.1:45809_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_23B840B3069D287C-001/tempDir-001/node4/.
   [junit4]   2> 1993320 INFO  (jetty-launcher-2863-thread-8) [n:127.0.0.1:34954_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34954.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993351 INFO  (zkCallback-2931-thread-1-processing-n:127.0.0.1:45986_solr) [n:127.0.0.1:45986_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1993356 INFO  (jetty-launcher-2863-thread-8) [n:127.0.0.1:34954_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34954.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993356 INFO  (jetty-launcher-2863-thread-8) [n:127.0.0.1:34954_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34954.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993379 INFO  (jetty-launcher-2863-thread-8) [n:127.0.0.1:34954_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_23B840B3069D287C-001/tempDir-001/node8/.
   [junit4]   2> 1993398 INFO  (jetty-launcher-2863-thread-3) [n:127.0.0.1:34332_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34332.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993435 INFO  (jetty-launcher-2863-thread-7) [n:127.0.0.1:45986_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45986.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993468 INFO  (jetty-launcher-2863-thread-1) [n:127.0.0.1:41803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41803.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993470 INFO  (jetty-launcher-2863-thread-3) [n:127.0.0.1:34332_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34332.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993471 INFO  (jetty-launcher-2863-thread-3) [n:127.0.0.1:34332_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34332.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993472 INFO  (jetty-launcher-2863-thread-3) [n:127.0.0.1:34332_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_23B840B3069D287C-001/tempDir-001/node3/.
   [junit4]   2> 1993522 INFO  (jetty-launcher-2863-thread-6) [n:127.0.0.1:44299_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (8)
   [junit4]   2> 1993536 INFO  (jetty-launcher-2863-thread-6) [n:127.0.0.1:44299_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1993555 INFO  (jetty-launcher-2863-thread-6) [n:127.0.0.1:44299_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44299_solr
   [junit4]   2> 1993567 INFO  (zkCallback-2909-thread-3-processing-n:127.0.0.1:46699_solr) [n:127.0.0.1:46699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1993568 INFO  (zkCallback-2948-thread-2-processing-n:127.0.0.1:34332_solr) [n:127.0.0.1:34332_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1993597 INFO  (zkCallback-2950-thread-1-processing-n:127.0.0.1:44299_solr) [n:127.0.0.1:44299_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1993598 INFO  (zkCallback-2925-thread-1-processing-n:127.0.0.1:38305_solr) [n:127.0.0.1:38305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1993598 INFO  (zkCallback-2934-thread-1-processing-n:127.0.0.1:34954_solr) [n:127.0.0.1:34954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1993598 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:45809_solr) [n:127.0.0.1:45809_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1993611 INFO  (zkCallback-2931-thread-1-processing-n:127.0.0.1:45986_solr) [n:127.0.0.1:45986_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1993611 INFO  (zkCallback-2941-thread-1-processing-n:127.0.0.1:41803_solr) [n:127.0.0.1:41803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1993611 INFO  (zkCallback-2933-thread-1-processing-n:127.0.0.1:38796_solr) [n:127.0.0.1:38796_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 1993670 INFO  (jetty-launcher-2863-thread-5) [n:127.0.0.1:46699_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46699.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993726 INFO  (jetty-launcher-2863-thread-7) [n:127.0.0.1:45986_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45986.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993726 INFO  (jetty-launcher-2863-thread-7) [n:127.0.0.1:45986_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45986.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993728 INFO  (jetty-launcher-2863-thread-7) [n:127.0.0.1:45986_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_23B840B3069D287C-001/tempDir-001/node7/.
   [junit4]   2> 1993728 INFO  (jetty-launcher-2863-thread-1) [n:127.0.0.1:41803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41803.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993728 INFO  (jetty-launcher-2863-thread-1) [n:127.0.0.1:41803_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41803.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993742 INFO  (jetty-launcher-2863-thread-1) [n:127.0.0.1:41803_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_23B840B3069D287C-001/tempDir-001/node1/.
   [junit4]   2> 1993744 INFO  (jetty-launcher-2863-thread-9) [n:127.0.0.1:38796_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38796.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993835 INFO  (jetty-launcher-2863-thread-6) [n:127.0.0.1:44299_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44299.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1993942 INFO  (jetty-launcher-2863-thread-10) [n:127.0.0.1:40380_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 1993944 INFO  (jetty-launcher-2863-thread-10) [n:127.0.0.1:40380_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1993967 INFO  (jetty-launcher-2863-thread-10) [n:127.0.0.1:40380_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40380_solr
   [junit4]   2> 1993974 INFO  (zkCallback-2907-thread-1-processing-n:127.0.0.1:45809_solr) [n:127.0.0.1:45809_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1993974 INFO  (zkCallback-2909-thread-1-processing-n:127.0.0.1:46699_solr) [n:127.0.0.1:46699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1993990 INFO  (zkCallback-2950-thread-1-processing-n:127.0.0.1:44299_solr) [n:127.0.0.1:44299_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1993993 INFO  (zkCallback-2934-thread-1-processing-n:127.0.0.1:34954_solr) [n:127.0.0.1:34954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1993993 INFO  (zkCallback-2933-thread-1-processing-n:127.0.0.1:38796_solr) [n:127.0.0.1:38796_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1993994 INFO  (zkCallback-2941-thread-1-processing-n:127.0.0.1:41803_solr) [n:127.0.0.1:41803_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1994008 INFO  (jetty-launcher-2863-thread-6) [n:127.0.0.1:44299_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44299.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1994008 INFO  (jetty-launcher-2863-thread-6) [n:127.0.0.1:44299_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44299.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1994010 INFO  (zkCallback-2948-thread-2-processing-n:127.0.0.1:34332_solr) [n:127.0.0.1:34332_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1994013 INFO  (zkCallback-2925-thread-1-processing-n:127.0.0.1:38305_solr) [n:127.0.0.1:38305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1994014 INFO  (zkCallback-2931-thread-1-processing-n:127.0.0.1:45986_solr) [n:127.0.0.1:45986_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 1994107 INFO  (jetty-launcher-2863-thread-5) [n:127.0.0.1:46699_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46699.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1994108 INFO  (jetty-launcher-2863-thread-5) [n:127.0.0.1:46699_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46699.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688aaf25
   [junit4]   2> 1994109 INFO  (jetty-launcher-2863-thread-5) [n:127.0.0.1:46699_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.Tes

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

onTest-seed#[23B840B3069D287C]-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> 7653107 INFO  (SUITE-TriggerIntegrationTest-seed#[23B840B3069D287C]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35594 35594
   [junit4]   2> 7653237 INFO  (Thread-64503) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35594 35594
   [junit4]   2> 7653238 WARN  (Thread-64503) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	36	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	19	/solr/clusterprops.json
   [junit4]   2> 	19	/solr/aliases.json
   [junit4]   2> 	18	/solr/security.json
   [junit4]   2> 	7	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	127	/solr/collections/collection1/state.json
   [junit4]   2> 	19	/solr/clusterstate.json
   [junit4]   2> 	11	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	5	/solr/overseer_elect/election/72080644499898404-127.0.0.1:33340_solr-n_0000000010
   [junit4]   2> 	3	/solr/collections/collection1/leader_elect/shard1/election/72080644499898388-core_node6-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72080644499898391-127.0.0.1:36935_solr-n_0000000006
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72080644499898385-core_node10-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/live_nodes
   [junit4]   2> 	19	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_23B840B3069D287C-001
   [junit4]   2> Feb 07, 2018 2:41:40 PM 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), sim=RandomSimilarity(queryNorm=false): {}, locale=uk, timezone=America/Santa_Isabel
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=248689056,total=513277952
   [junit4]   2> NOTE: All tests run in this JVM: [AnalysisErrorHandlingTest, TestPHPSerializedResponseWriter, TestReplicationHandlerBackup, TestCloudRecovery, TestScoreJoinQPScore, TestGenericDistributedQueue, TestLocalFSCloudBackupRestore, TestNumericRangeQuery32, FullHLLTest, SpellingQueryConverterTest, TestSolrXml, LeaderElectionContextKeyTest, TestTolerantUpdateProcessorCloud, TestPKIAuthenticationPlugin, ParsingFieldUpdateProcessorsTest, AutoAddReplicasIntegrationTest, TestDynamicLoading, TestSimpleQParserPlugin, TestCustomSort, NodeLostTriggerTest, TestHashPartitioner, TestRandomRequestDistribution, TestDelegationWithHadoopAuth, DeleteShardTest, BlockJoinFacetRandomTest, BufferStoreTest, TestGraphTermsQParserPlugin, SolrIndexSplitterTest, TestExactStatsCache, RequestLoggingTest, TestFieldTypeResource, ChangedSchemaMergeTest, SuggestComponentTest, ConcurrentCreateRoutedAliasTest, MetricsHandlerTest, TestIndexingPerformance, TestWordDelimiterFilterFactory, TestQuerySenderNoQuery, SegmentsInfoRequestHandlerTest, TestPointFields, SSLMigrationTest, UtilsToolTest, TestMultiWordSynonyms, SolrCloudReportersTest, RAMDirectoryFactoryTest, ZkNodePropsTest, ChaosMonkeyNothingIsSafeTest, TestConfigReload, TestSSLRandomization, TestPolicyCloud, CheckHdfsIndexTest, ZkCLITest, TestCollectionAPI, CdcrBootstrapTest, TestRandomFaceting, TestRawResponseWriter, DirectUpdateHandlerTest, SolrIndexConfigTest, HttpTriggerListenerTest, PeerSyncWithIndexFingerprintCachingTest, SolrRequestParserTest, TestCryptoKeys, TestDownShardTolerantSearch, TestGroupingSearch, HttpPartitionOnCommitTest, HdfsRecoveryZkTest, TestMergePolicyConfig, TestRTimerTree, MoveReplicaTest, TestFastOutputStream, EchoParamsTest, SolrCLIZkUtilsTest, SimpleFacetsTest, SubstringBytesRefFilterTest, DistributedTermsComponentTest, SolrJmxReporterCloudTest, DocValuesMissingTest, TestCopyFieldCollectionResource, BinaryUpdateRequestHandlerTest, ActionThrottleTest, FieldAnalysisRequestHandlerTest, TestPseudoReturnFields, TestSQLHandler, DistributedVersionInfoTest, TestDocumentBuilder, HdfsWriteToMultipleCollectionsTest, AnalyticsMergeStrategyTest, CloneFieldUpdateProcessorFactoryTest, ShufflingReplicaListTransformerTest, HdfsChaosMonkeySafeLeaderTest, BasicAuthStandaloneTest, TestPullReplica, ZkSolrClientTest, TestLuceneIndexBackCompat, TestBinaryField, SuggesterWFSTTest, ShardRoutingTest, JavabinLoaderTest, TestHttpShardHandlerFactory, ExternalFileFieldSortTest, CdcrRequestHandlerTest, CloudExitableDirectoryReaderTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetExistsSmallTest, UUIDFieldTest, TestManagedResourceStorage, TestIBSimilarityFactory, TestSubQueryTransformerCrossCore, RankQueryTest, RequestHandlersTest, OpenExchangeRatesOrgProviderTest, TestStreamBody, TestNonDefinedSimilarityFactory, DefaultValueUpdateProcessorTest, FacetPivotSmallTest, MBeansHandlerTest, TestSolrQueryResponse, PreAnalyzedFieldManagedSchemaCloudTest, TestFieldCollectionResource, TestTriggerIntegration, TestSolrDeletionPolicy1, TestDistributedSearch, TestMiniSolrCloudClusterSSL, TestHighlightDedupGrouping, TestManagedSynonymGraphFilterFactory, BadIndexSchemaTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, FullSolrCloudDistribCmdsTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestFaceting, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestJoin, TestStressVersions, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, PeerSyncTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, TestCSVLoader, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, DocValuesMultiTest, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, TermVectorComponentTest, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestComponentsName, TestLFUCache, HighlighterConfigTest, UpdateParamsTest, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestDocSet, TestSearchPerf, TestConfig, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, TestPhraseSuggestions, SynonymTokenizerTest, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, ResourceLoaderTest, TestFastLRUCache, PrimUtilsTest, TestSuggestSpellingConverter, TestLRUCache, CursorPagingTest, TestTolerantSearch, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, AddReplicaTest, AssignBackwardCompatibilityTest, ChaosMonkeySafeLeaderWithPullReplicasTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DistribDocExpirationUpdateProcessorTest, LIRRollingUpdatesTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MigrateRouteKeyTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerStatusTest, OverseerTaskQueueTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplicationFactorTest, RollingRestartTest, ZkShardTermsTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, TriggerIntegrationTest]
   [junit4] Completed [594/774 (3!)] on J0 in 179.89s, 14 tests, 3 failures <<< FAILURES!

[...truncated 9181 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:844: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:788: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid9554.hprof

Total time: 526 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 141 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/141/

4 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk

Error Message:
Error from server at https://127.0.0.1:35327/solr: Cannot create collection onlyinzk. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 1. This allows a maximum of 1 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 2 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:35327/solr: Cannot create collection onlyinzk. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 1. This allows a maximum of 1 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 2 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([8780C7E913C59C79:33609B68E5C33C68]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk(CollectionsAPIDistributedZkTest.java:197)
	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.hdfs.HdfsWriteToMultipleCollectionsTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:44454/dly/x

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44454/dly/x
	at __randomizedtesting.SeedInfo.seed([8780C7E913C59C79:FD4F833BD39F181]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:322)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 43 more


FAILED:  org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([BFADB1A47331541B]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterOnVMError

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([BFADB1A47331541B]:0)




Build Log:
[...truncated 1721 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnVMError
   [junit4]   2> fev 05, 2018 11:50:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.index.TestIndexWriterOnVMError
   [junit4]   2>    1) Thread[id=2981, name=SUITE-TestIndexWriterOnVMError-seed#[BFADB1A47331541B], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:705)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2>    2) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    3) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:636)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    4) Thread[id=2982, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[BFADB1A47331541B], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at java.lang.Throwable.getStackTraceElement(Native Method)
   [junit4]   2>         at java.lang.Throwable.getOurStackTrace(Throwable.java:827)
   [junit4]   2>         at java.lang.Throwable.getStackTrace(Throwable.java:816)
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:283)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1022)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:144)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]   2>         at org.apache.lucene.store.DataOutput.writeInt(DataOutput.java:72)
   [junit4]   2>         at org.apache.lucene.codecs.CodecUtil.writeFooter(CodecUtil.java:391)
   [junit4]   2>         at org.apache.lucene.codecs.blocktreeords.OrdsBlockTreeTermsWriter.close(OrdsBlockTreeTermsWriter.java:930)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.close(PerFieldPostingsFormat.java:241)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
   [junit4]   2>         at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:112)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:162)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:452)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:557)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:673)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:453)
   [junit4]   2>         at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:175)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:280)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterOnVMError -Dtests.method=testCheckpoint -Dtests.seed=BFADB1A47331541B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=pt-BR -Dtests.timezone=America/Anguilla -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   7200s J1 | TestIndexWriterOnVMError.testCheckpoint <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BFADB1A47331541B]:0)
   [junit4]   2> fev 05, 2018 11:50:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> fev 05, 2018 11:50:32 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.index.TestIndexWriterOnVMError: 
   [junit4]   2>    1) Thread[id=2982, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[BFADB1A47331541B], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:250)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:54)
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:283)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1022)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:144)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]   2>         at org.apache.lucene.store.DataOutput.writeInt(DataOutput.java:73)
   [junit4]   2>         at org.apache.lucene.store.DataOutput.writeLong(DataOutput.java:213)
   [junit4]   2>         at org.apache.lucene.codecs.lucene70.Lucene70DocValuesConsumer.addTermsDict(Lucene70DocValuesConsumer.java:485)
   [junit4]   2>         at org.apache.lucene.codecs.lucene70.Lucene70DocValuesConsumer.addSortedSetField(Lucene70DocValuesConsumer.java:627)
   [junit4]   2>         at org.apache.lucene.codecs.asserting.AssertingDocValuesFormat$AssertingDocValuesConsumer.addSortedSetField(AssertingDocValuesFormat.java:209)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedSetField(PerFieldDocValuesFormat.java:129)
   [junit4]   2>         at org.apache.lucene.index.SortedSetDocValuesWriter.flush(SortedSetDocValuesWriter.java:221)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.writeDocValues(DefaultIndexingChain.java:247)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:131)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:452)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:557)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:415)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:518)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1729)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:134)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:280)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> fev 05, 2018 11:50:32 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2982, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[BFADB1A47331541B], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2> fev 05, 2018 11:50:35 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=2982, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[BFADB1A47331541B], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at org.apache.lucene.store.MockIndexInputWrapper.readByte(MockIndexInputWrapper.java:140)
   [junit4]   2>         at org.apache.lucene.store.BufferedChecksumIndexInput.readByte(BufferedChecksumIndexInput.java:41)
   [junit4]   2>         at org.apache.lucene.store.DataInput.readInt(DataInput.java:101)
   [junit4]   2>         at org.apache.lucene.store.DataInput.readLong(DataInput.java:157)
   [junit4]   2>         at org.apache.lucene.codecs.lucene70.Lucene70DocValuesProducer.readSorted(Lucene70DocValuesProducer.java:190)
   [junit4]   2>         at org.apache.lucene.codecs.lucene70.Lucene70DocValuesProducer.readFields(Lucene70DocValuesProducer.java:125)
   [junit4]   2>         at org.apache.lucene.codecs.lucene70.Lucene70DocValuesProducer.<init>(Lucene70DocValuesProducer.java:78)
   [junit4]   2>         at org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat.fieldsProducer(Lucene70DocValuesFormat.java:132)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:292)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:375)
   [junit4]   2>         at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]   2>         at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]   2>         at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:175)
   [junit4]   2>         at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:94)
   [junit4]   2>         at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
   [junit4]   2>         at org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:281)
   [junit4]   2>         at org.apache.lucene.index.BufferedUpdatesStream.openSegmentStates(BufferedUpdatesStream.java:309)
   [junit4]   2>         at org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:297)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter$ResolveUpdatesEvent.process(DocumentsWriter.java:740)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5106)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5096)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3258)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:280)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {text_payloads=PostingsFormat(name=Memory), text_vectors=BlockTreeOrds(blocksize=128), text1=PostingsFormat(name=LuceneVarGapFixedInterval), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{dv3=DocValuesFormat(name=Lucene70), dv2=DocValuesFormat(name=Direct), dv5=DocValuesFormat(name=Memory), dv=DocValuesFormat(name=Asserting), text_payloads=DocValuesFormat(name=Lucene70), dv4=DocValuesFormat(name=Asserting), text_vectors=DocValuesFormat(name=Asserting), text1=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Memory), point2d=DocValuesFormat(name=Asserting), stored1=DocValuesFormat(name=Asserting), point=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1947, maxMBSortInHeap=5.81132294898546, sim=RandomSimilarity(queryNorm=true): {text_payloads=IB SPL-LZ(0.3), text_vectors=DFR G2, text1=DFR I(F)1}, locale=pt-BR, timezone=America/Anguilla
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=2,free=74502736,total=170917888
   [junit4]   2> NOTE: All tests run in this JVM: [TestWeakIdentityMap, TestPolygon, TestLevenshteinAutomata, TestIndexWriterDelete, TestMergeSchedulerExternal, TestDuelingCodecsAtNight, TestReaderClosed, TestTieredMergePolicy, TestManyFields, TestToken, TestStressDeletes, TestRegexpRandom2, TestConjunctionDISI, TestOmitPositions, TestTermdocPerf, TestPriorityQueue, TestCustomTermFreq, TestPhrasePrefixQuery, TestSleepingLockWrapper, TestPrefixCodedTerms, TestFastDecompressionMode, TestBooleanOr, TestCharArraySet, TestAutomatonQueryUnicode, TestSpanBoostQuery, TestIndexingSequenceNumbers, TestDirectMonotonic, TestPrefixRandom, TestCrash, TestTermVectors, TestDocValuesRewriteMethod, TestFilterLeafReader, TestBlockPostingsFormat3, TestNIOFSDirectory, TestIndexWriterUnicode, TestAtomicUpdate, TestAllFilesDetectTruncation, TestSloppyMath, TestFixedLengthBytesRefArray, TestConcurrentMergeScheduler, TestParallelTermEnum, TestLockFactory, TestCheckIndex, TestRAMDirectory, TestCustomSearcherSort, TestCloseableThreadLocal, TestIndexWriterExceptions2, TestBoolean2ScorerSupplier, TestNRTReaderCleanup, TestCustomNorms, TestMultiDocValues, TestNoMergeScheduler, TestStringHelper, TestDoc, TestBytesRefAttImpl, TestVirtualMethod, TestSpanExplanationsOfNonMatches, TestNorms, TestIndexWriterOnVMError]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterOnVMError -Dtests.seed=BFADB1A47331541B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=pt-BR -Dtests.timezone=America/Anguilla -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestIndexWriterOnVMError (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BFADB1A47331541B]:0)
   [junit4] Completed [316/459 (1!)] on J1 in 7223.94s, 1 test, 2 errors <<< FAILURES!

[...truncated 11250 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest
   [junit4]   2> 0    INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_8780C7E913C59C79-001/init-core-data-001
   [junit4]   2> 7333 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 7613 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.e.j.u.log Logging initialized @29610ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 7694 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 7817 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /dly/x
   [junit4]   2> 20991 WARN  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 36387 WARN  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 40164 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
   [junit4]   2> 40406 WARN  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 47449 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 48067 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_59413_hdfs____.atlixw/webapp
   [junit4]   2> 57075 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:59413
   [junit4]   2> 78284 WARN  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 78474 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 78622 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_38112_datanode____13xmus/webapp
   [junit4]   2> 83059 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38112
   [junit4]   2> 94478 WARN  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 94480 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 94750 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_42017_datanode____oyfkzj/webapp
   [junit4]   2> 99971 INFO  (SUITE-HdfsWriteToMultipleCollectionsTest-seed#[8780C7E913C59C79]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42017
   [junit4]   2> 103741 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_8780C7E913C59C79-001/tempDir-001/hdfsBaseDir/data/data3/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_8780C7E913C59C79-001/tempDir-001/hdfsBaseDir/data/data4/]]  heartbeating to localhost/127.0.0.1:55504) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 103743 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_8780C7E913C59C79-001/tempDir-001/hdfsBaseDir/data/data1/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_8780C7E913C59C79-001/tempDir-001/hdfsBaseDir/data/data2/]]  heartbeating to localhost/127.0.0.1:55504) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 109384 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x408acdfef8a3da: from storage DS-320c9e18-1ac0-4544-9f8d-050947e55d45 node DatanodeRegistration(127.0.0.1:53263, datanodeUuid=6fa153ab-e535-4b41-83eb-8179609fe124, infoPort=57313, infoSecurePort=0, ipcPort=36557, storageInfo=lv=-56;cid=testClusterID;nsid=381698439;c=0), blocks: 0, hasStaleStorage: true, processing time: 25 msecs
   [junit4]   2> 109384 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x408acdfef8a3da: from storage DS-bdea8efb-28f0-459a-9fb4-3a68e2ca9b2b node DatanodeRegistration(127.0.0.1:53263, datanodeUuid=6fa153ab-e535-4b41-83eb-8179609fe124, infoPort=57313, infoSecurePort=0, ipcPort=36557, storageInfo=lv=-56;cid=testClusterID;nsid=381698439;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 109396 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x408acdecca2e35: from storage DS-791b208e-54d3-4be7-9a9a-e460e63a1f2d node DatanodeRegistration(127.0.0.1:59935, datanodeUuid=615481bf-2bba-4821-b3ef-460ef60c8161, infoPort=55605, infoSecurePort=0, ipcPort=39982, storageInfo=lv=-56;cid=testClusterID;nsid=381698439;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 109396 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x408acdecca2e35: from storage DS-9e8d13d4-e33c-4c03-825f-1c4bcc28af58 node DatanodeRegistration(127.0.0.1:59935, datanodeUuid=615481bf-2bba-4821-b3ef-460ef60c8161, infoPort=55605, infoSecurePort=0, ipcPort=39982, storageInfo=lv=-56;cid=testClusterID;nsid=381698439;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 119127 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 119139 INFO  (Thread-113) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 119139 INFO  (Thread-113) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 119359 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.ZkTestServer start zk server on port:57325
   [junit4]   2> 120325 ERROR (Thread-113) [    ] 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> 120768 INFO  (zkConnectionManagerCallback-2-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121063 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 0x1043ad6d1970000, likely client has closed socket
   [junit4]   2> 121664 INFO  (zkConnectionManagerCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121783 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 121923 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 122056 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 122110 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 122129 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 122148 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 122150 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 122178 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 122191 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 122208 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 122228 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 122247 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 133105 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 133304 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 133316 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 133323 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 133537 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2119159c{/dly/x,null,AVAILABLE}
   [junit4]   2> 134036 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b510583{HTTP/1.1,[http/1.1]}{127.0.0.1:44454}
   [junit4]   2> 134038 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.e.j.s.Server Started @156075ms
   [junit4]   2> 134038 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:55504/hdfs__localhost_55504__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_8780C7E913C59C79-001_tempDir-002_control_data, hostContext=/dly/x, hostPort=44454, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_8780C7E913C59C79-001/control-001/cores}
   [junit4]   2> 134586 ERROR (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 134586 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 134586 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 134780 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 134930 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-06T11:05:30.641Z
   [junit4]   2> 135904 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 137407 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 137779 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 137781 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_8780C7E913C59C79-001/control-001/solr.xml
   [junit4]   2> 138871 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 138872 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 138958 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@a9d7b36, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 145159 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57325/solr
   [junit4]   2> 145405 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 145611 INFO  (zkConnectionManagerCallback-12-thread-1-processing-n:127.0.0.1:44454_dly%2Fx) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149166 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 149208 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44454_dly%2Fx
   [junit4]   2> 149267 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.Overseer Overseer (id=73248188258516996-127.0.0.1:44454_dly%2Fx-n_0000000000) starting
   [junit4]   2> 156784 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44454_dly%2Fx
   [junit4]   2> 158091 INFO  (zkCallback-11-thread-1-processing-n:127.0.0.1:44454_dly%2Fx) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 165207 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a9d7b36
   [junit4]   2> 165208 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a9d7b36
   [junit4]   2> 165209 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a9d7b36
   [junit4]   2> 166239 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_8780C7E913C59C79-001/control-001/cores
   [junit4]   2> 168239 INFO  (zkConnectionManagerCallback-18-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 168435 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 168487 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57325/solr ready
   [junit4]   2> 172996 INFO  (qtp46874166-195) [n:127.0.0.1:44454_dly%2Fx    ] 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:44454_dly%252Fx&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 173112 INFO  (OverseerThreadFactory-9-thread-1-processing-n:127.0.0.1:44454_dly%2Fx) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 174844 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx    ] 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> 174924 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 175144 INFO  (zkCallback-11-thread-1-processing-n:127.0.0.1:44454_dly%2Fx) [n:127.0.0.1:44454_dly%2Fx    ] 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> 177195 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 185263 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx 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> 185608 WARN  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 194768 WARN  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 194887 WARN  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 196128 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 200283 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx 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> 200332 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx 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@a9d7b36
   [junit4]   2> 200578 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:55504/solr_hdfs_home
   [junit4]   2> 200602 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 200602 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 200647 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx 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 [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_8780C7E913C59C79-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://localhost:55504/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 200866 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:55504/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 203249 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 203249 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 203249 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
   [junit4]   2> 215627 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 215750 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:55504/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 217051 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:55504/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 217291 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 217291 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 217435 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 217438 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx 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=10, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=84.20703125, floorSegmentMB=1.8837890625, forceMergeDeletesPctAllowed=17.937503243914986, segmentsPerTier=22.0, maxCFSSegmentSizeMB=0.302734375, noCFSRatio=0.0
   [junit4]   2> 222161 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:53263 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-791b208e-54d3-4be7-9a9a-e460e63a1f2d:NORMAL:127.0.0.1:59935|RBW], ReplicaUC[[DISK]DS-320c9e18-1ac0-4544-9f8d-050947e55d45:NORMAL:127.0.0.1:53263|FINALIZED]]} size 0
   [junit4]   2> 222267 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:59935 is added to blk_1073741825_1001 size 69
   [junit4]   2> 227120 WARN  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx 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> 231045 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 44454
   [junit4]   2> 231045 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1227145443
   [junit4]   2> 231059 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 231060 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@401b4a84: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@43e2b021
   [junit4]   2> 232339 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 232339 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@400e2a62: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@d4953d3
   [junit4]   2> 233163 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 233166 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@74f8dad5: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4e11ec7d
   [junit4]   2> 233620 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44454_dly%2Fx
   [junit4]   2> 233623 INFO  (TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[8780C7E913C59C79]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 233632 INFO  (zkCallback-11-thread-1-processing-n:127.0.0.1:44454_dly%2Fx) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 233636 INFO  (zkCallback-11-thread-1-processing-n:127.0.0.1:44454_dly%2Fx) [n:127.0.0.1:44454_dly%2Fx    ] 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: [0])
   [junit4]   2> 238850 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 238850 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx 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> 238850 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 239319 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 239339 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 239475 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx 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=2, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=8.640625, floorSegmentMB=1.2451171875, forceMergeDeletesPctAllowed=21.778357171642106, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5115310670420897
   [junit4]   2> 240434 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@66b1fa9b[control_collection_shard1_replica_n1] main]
   [junit4]   2> 240763 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 240965 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx 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> 241184 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 243976 INFO  (searcherExecutor-12-thread-1-processing-n:127.0.0.1:44454_dly%2Fx x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:44454_dly%2Fx 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@66b1fa9b[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 245371 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx 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 1591649491986939904
   [junit4]   2> 247975 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@56d2647c
   [junit4]   2> 247975 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.control_collection.shard1.replica_n1, tag=1456628860
   [junit4]   2> 247976 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c76875d: rootName = null, domain = solr.core.control_collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.control_collection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@617f360d
   [junit4]   2> 247981 INFO  (ScheduledTrigger-7-thread-3) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 252335 INFO  (AutoscalingActionExecutor-8-thread-1-processing-n:127.0.0.1:44454_dly%2Fx) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 18167158856 sessionWrapper.createTime 18167158794563396, this.sessionWrapper.createTime 18167158794563396 
   [junit4]   2> 252337 WARN  (AutoscalingActionExecutor-8-thread-1-processing-n:127.0.0.1:44454_dly%2Fx) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> java.lang.Exception: Error executing action: auto_add_replicas_plan for trigger event: {
   [junit4]   2>   "id":"408aeafa16db21Ta2fbg65w9dbxcxsf2i49anftb",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":18167140332264225,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18167140332264225],
   [junit4]   2>     "_enqueue_time_":18167151869028814,
   [junit4]   2>     "nodeNames":["127.0.0.1:44454_dly%2Fx"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:303)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected exception while processing event: {
   [junit4]   2>   "id":"408aeafa16db21Ta2fbg65w9dbxcxsf2i49anftb",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":18167140332264225,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18167140332264225],
   [junit4]   2>     "_enqueue_time_":18167151869028814,
   [junit4]   2>     "nodeNames":["127.0.0.1:44454_dly%2Fx"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:136)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:300)
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ComputePlanAction.lambda$getMaxNumOps$1(ComputePlanAction.java:151)
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.lambda$forEachCollection$0(ClusterState.java:348)
   [junit4]   2> 	at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.forEachCollection(ClusterState.java:346)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ComputePlanAction.getMaxNumOps(ComputePlanAction.java:151)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:85)
   [junit4]   2> 	... 7 more
   [junit4]   2> 252806 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.control_collection.shard1.leader, tag=1456628860
   [junit4]   2> 253045 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost:55504/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 253376 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost:55504/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 253475 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost:55504/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 253933 ERROR (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'control_collection_shard1_replica_n1': Unable to create core [control_collection_shard1_replica_n1] Caused by: This CoreContainer has been closed
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:989)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:195)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [control_collection_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1055)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:950)
   [junit4]   2> 	... 39 more
   [junit4]   2> Caused by: java.lang.IllegalStateException: This CoreContainer has been closed
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:873)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1049)
   [junit4]   2> 	... 40 more
   [junit4]   2> 
   [junit4]   2> 253951 INFO  (qtp46874166-199) [n:127.0.0.1:44454_dly%2Fx 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=400 QTime=79163
   [junit4]   2> 255212 ERROR (OverseerThreadFactory-9-thread-1-processing-n:127.0.0.1:44454_dly%2Fx) [n:127.0.0.1:44454_dly%2Fx    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:44454/dly/x
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:44454/dly/x: Error CREATEing SolrCore 'control_collection_shard1_replica_n1': Unable to create core [control_collection_shard1_replica_n1] Caused by: This CoreContainer has been closed
   [junit4]   

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

ghtlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-7.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/contrib/analysis-extras/lib/icu4j-60.2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_144/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180206_110253_3441163080435698246823.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180206_110253_344814920280370776122.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180206_110253_3441651443537362834996.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180206_110253_3441619261613304875868.syserr
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:844: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:780: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build.xml:262: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/common-build.xml:556: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1513: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1038: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180206_110253_3283884540919302331775.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180206_110253_3282043842411559504053.syserr

Total time: 689 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-7.x #139 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 140 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/140/

6 tests failed.
FAILED:  org.apache.lucene.classification.BooleanPerceptronClassifierTest.testPerformance

Error Message:
training took more than 10s: 11s

Stack Trace:
java.lang.AssertionError: training took more than 10s: 11s
	at __randomizedtesting.SeedInfo.seed([409F1F7B60F1304D:877EED590B4508E2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.lucene.classification.BooleanPerceptronClassifierTest.testPerformance(BooleanPerceptronClassifierTest.java:93)
	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.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 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.lucene.index.TestIndexWriterOnVMError.testCheckpoint

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([70F1A91D73B22A88]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterOnVMError

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([70F1A91D73B22A88]:0)


FAILED:  org.apache.solr.cloud.TestStressLiveNodes.testStress

Error Message:
iter2325 5 != 1 expected:<[127.0.0.1:58569_solr, thrasher-T2325_0-0, thrasher-T2325_0-1, thrasher-T2325_1-0, thrasher-T2325_1-1]> but was:<[127.0.0.1:58569_solr]>

Stack Trace:
java.lang.AssertionError: iter2325 5 != 1 expected:<[127.0.0.1:58569_solr, thrasher-T2325_0-0, thrasher-T2325_0-1, thrasher-T2325_1-0, thrasher-T2325_1-1]> but was:<[127.0.0.1:58569_solr]>
	at __randomizedtesting.SeedInfo.seed([AF9FD481108DBE3E:BA84A940937A4645]: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.apache.solr.cloud.TestStressLiveNodes.testStress(TestStressLiveNodes.java:203)
	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.SystemLogListenerTest.test

Error Message:
wrong number of events added to .system expected:<9> but was:<10>

Stack Trace:
java.lang.AssertionError: wrong number of events added to .system expected:<9> but was:<10>
	at __randomizedtesting.SeedInfo.seed([AF9FD481108DBE3E:27CBEB5BBE71D3C6]: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.apache.solr.cloud.autoscaling.SystemLogListenerTest.test(SystemLogListenerTest.java:166)
	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.sim.TestExecutePlanAction.testIntegration

Error Message:
Timed out waiting for replicas of collection to be 2 again Live Nodes: [127.0.0.1:10001_solr] Last available state: DocCollection(testIntegration//clusterstate.json/4)={   "replicationFactor":"2",   "pullReplicas":"0",   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0",   "autoCreated":"true",   "shards":{"shard1":{       "replicas":{         "core_node1":{           "node_name":"127.0.0.1:10000_solr",           "core":"testIntegration_shard1_replica_n1",           "state":"down",           "type":"NRT",           "INDEX.sizeInBytes":1000000000},         "core_node2":{           "core":"testIntegration_shard1_replica_n2",           "leader":"true",           "INDEX.sizeInBytes":1000000000,           "node_name":"127.0.0.1:10001_solr",           "state":"active",           "type":"NRT"}},       "range":"80000000-7fffffff",       "state":"active"}}}

Stack Trace:
java.lang.AssertionError: Timed out waiting for replicas of collection to be 2 again
Live Nodes: [127.0.0.1:10001_solr]
Last available state: DocCollection(testIntegration//clusterstate.json/4)={
  "replicationFactor":"2",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "shards":{"shard1":{
      "replicas":{
        "core_node1":{
          "node_name":"127.0.0.1:10000_solr",
          "core":"testIntegration_shard1_replica_n1",
          "state":"down",
          "type":"NRT",
          "INDEX.sizeInBytes":1000000000},
        "core_node2":{
          "core":"testIntegration_shard1_replica_n2",
          "leader":"true",
          "INDEX.sizeInBytes":1000000000,
          "node_name":"127.0.0.1:10001_solr",
          "state":"active",
          "type":"NRT"}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
	at __randomizedtesting.SeedInfo.seed([AF9FD481108DBE3E:1FFEDAAD35B21F1B]:0)
	at org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.waitForState(SimSolrCloudTestCase.java:230)
	at org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testIntegration(TestExecutePlanAction.java:193)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException
	at org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.waitForState(SimSolrCloudTestCase.java:271)
	at org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.waitForState(SimSolrCloudTestCase.java:224)
	... 40 more




Build Log:
[...truncated 2054 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnVMError
   [junit4]   2> Feb 04, 2018 8:47:00 PM com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.index.TestIndexWriterOnVMError
   [junit4]   2>    1) Thread[id=5393, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[70F1A91D73B22A88], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at java.lang.Throwable.getStackTraceElement(Native Method)
   [junit4]   2>         at java.lang.Throwable.getOurStackTrace(Throwable.java:827)
   [junit4]   2>         at java.lang.Throwable.getStackTrace(Throwable.java:816)
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:283)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1022)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:144)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]   2>         at org.apache.lucene.store.DataOutput.writeInt(DataOutput.java:72)
   [junit4]   2>         at org.apache.lucene.store.DataOutput.writeLong(DataOutput.java:213)
   [junit4]   2>         at org.apache.lucene.codecs.CodecUtil.writeCRC(CodecUtil.java:552)
   [junit4]   2>         at org.apache.lucene.codecs.CodecUtil.writeFooter(CodecUtil.java:393)
   [junit4]   2>         at org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexWriter.finish(CompressingStoredFieldsIndexWriter.java:205)
   [junit4]   2>         at org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.finish(CompressingStoredFieldsWriter.java:473)
   [junit4]   2>         at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat$AssertingStoredFieldsWriter.finish(AssertingStoredFieldsFormat.java:149)
   [junit4]   2>         at org.apache.lucene.index.StoredFieldsConsumer.flush(StoredFieldsConsumer.java:72)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:145)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:452)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:557)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:673)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3246)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:280)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    2) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    3) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:636)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    4) Thread[id=5392, name=SUITE-TestIndexWriterOnVMError-seed#[70F1A91D73B22A88], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:705)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterOnVMError -Dtests.method=testCheckpoint -Dtests.seed=70F1A91D73B22A88 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=de-GR -Dtests.timezone=Pacific/Tahiti -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   7200s J1 | TestIndexWriterOnVMError.testCheckpoint <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([70F1A91D73B22A88]:0)
   [junit4]   2> Feb 04, 2018 8:47:00 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Feb 04, 2018 8:47:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.index.TestIndexWriterOnVMError: 
   [junit4]   2>    1) Thread[id=5393, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[70F1A91D73B22A88], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at java.lang.Throwable.getStackTraceElement(Native Method)
   [junit4]   2>         at java.lang.Throwable.getOurStackTrace(Throwable.java:827)
   [junit4]   2>         at java.lang.Throwable.getStackTrace(Throwable.java:816)
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:283)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1022)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:144)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]   2>         at org.apache.lucene.codecs.CodecUtil.writeIndexHeader(CodecUtil.java:139)
   [junit4]   2>         at org.apache.lucene.codecs.memory.FSTOrdTermsWriter.<init>(FSTOrdTermsWriter.java:177)
   [junit4]   2>         at org.apache.lucene.codecs.memory.FSTOrdPostingsFormat.fieldsConsumer(FSTOrdPostingsFormat.java:54)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.write(PerFieldPostingsFormat.java:138)
   [junit4]   2>         at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:108)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:162)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:452)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:557)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:673)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3246)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:280)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 04, 2018 8:47:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=5393, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[70F1A91D73B22A88], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2> Feb 04, 2018 8:47:23 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=5393, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[70F1A91D73B22A88], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at java.lang.Throwable.getStackTraceElement(Native Method)
   [junit4]   2>         at java.lang.Throwable.getOurStackTrace(Throwable.java:827)
   [junit4]   2>         at java.lang.Throwable.getStackTrace(Throwable.java:816)
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:283)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1022)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:144)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]   2>         at org.apache.lucene.store.DataOutput.writeInt(DataOutput.java:71)
   [junit4]   2>         at org.apache.lucene.codecs.CodecUtil.writeFooter(CodecUtil.java:392)
   [junit4]   2>         at org.apache.lucene.codecs.lucene50.Lucene50PostingsWriter.close(Lucene50PostingsWriter.java:472)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
   [junit4]   2>         at org.apache.lucene.codecs.memory.FSTOrdTermsWriter.close(FSTOrdTermsWriter.java:254)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.close(PerFieldPostingsFormat.java:241)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
   [junit4]   2>         at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:112)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:162)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:452)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:557)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:673)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:453)
   [junit4]   2>         at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:175)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:280)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {text_payloads=PostingsFormat(name=LuceneFixedGap), text_vectors=PostingsFormat(name=Memory), text1=FST50, id=FSTOrd50}, docValues:{dv3=DocValuesFormat(name=Lucene70), dv2=DocValuesFormat(name=Asserting), dv5=DocValuesFormat(name=Lucene70), dv=DocValuesFormat(name=Memory), text_payloads=DocValuesFormat(name=Lucene70), dv4=DocValuesFormat(name=Memory), text_vectors=DocValuesFormat(name=Memory), text1=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene70), point2d=DocValuesFormat(name=Memory), stored1=DocValuesFormat(name=Memory), point=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1443, maxMBSortInHeap=7.518769316437188, sim=RandomSimilarity(queryNorm=false): {text_payloads=IB SPL-D3(800.0), text_vectors=BM25(k1=1.2,b=0.75), text1=DFR I(n)L2}, locale=de-GR, timezone=Pacific/Tahiti
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=2,free=18847704,total=158859264
   [junit4]   2> NOTE: All tests run in this JVM: [TestMultiset, TestNumericUtils, TestSortRandom, TestMathUtil, TestBooleanOr, TestDuelingCodecs, Test2BPostings, TestFilterLeafReader, TestMinShouldMatch2, TestMergeRateLimiter, TestFieldType, TestReaderWrapperDVTypeCheck, TestIndexWriterDelete, TestComplexExplanations, TestSearcherManager, TestAutomatonQueryUnicode, TestWeakIdentityMap, TestDocumentsWriterDeleteQueue, TestBytesRefAttImpl, TestFieldInvertState, TestLSBRadixSorter, TestIndexWriterOnVMError]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterOnVMError -Dtests.seed=70F1A91D73B22A88 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=de-GR -Dtests.timezone=Pacific/Tahiti -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestIndexWriterOnVMError (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([70F1A91D73B22A88]:0)
   [junit4] Completed [338/459 (1!)] on J1 in 7223.65s, 1 test, 2 errors <<< FAILURES!

[...truncated 5576 lines...]
   [junit4] Suite: org.apache.lucene.classification.BooleanPerceptronClassifierTest
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BooleanPerceptronClassifierTest -Dtests.method=testPerformance -Dtests.seed=409F1F7B60F1304D -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=uk-UA -Dtests.timezone=Africa/Windhoek -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 18.9s J1 | BooleanPerceptronClassifierTest.testPerformance <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: training took more than 10s: 11s
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([409F1F7B60F1304D:877EED590B4508E2]:0)
   [junit4]    > 	at org.apache.lucene.classification.BooleanPerceptronClassifierTest.testPerformance(BooleanPerceptronClassifierTest.java:93)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {bool=PostingsFormat(name=LuceneFixedGap), cat=PostingsFormat(name=LuceneFixedGap), text=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=998, maxMBSortInHeap=7.777952982438199, sim=RandomSimilarity(queryNorm=true): {bool=DFR GB1, cat=DFR GZ(0.3), text=DFR I(n)1}, locale=uk-UA, timezone=Africa/Windhoek
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=201516056,total=253231104
   [junit4]   2> NOTE: All tests run in this JVM: [DocToDoubleVectorUtilsTest, BooleanPerceptronClassifierTest]
   [junit4] Completed [3/11 (1!)] on J1 in 23.86s, 4 tests, 1 failure <<< FAILURES!

[...truncated 5712 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
   [junit4]   2> 396033 INFO  (SUITE-TestExecutePlanAction-seed#[AF9FD481108DBE3E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestExecutePlanAction_AF9FD481108DBE3E-001/init-core-data-001
   [junit4]   2> 396075 WARN  (SUITE-TestExecutePlanAction-seed#[AF9FD481108DBE3E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 396075 INFO  (SUITE-TestExecutePlanAction-seed#[AF9FD481108DBE3E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 396106 INFO  (SUITE-TestExecutePlanAction-seed#[AF9FD481108DBE3E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 396926 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 396926 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 0
   [junit4]   2> 396926 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 396926 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 396927 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 397000 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testIntegration
   [junit4]   2> 397000 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 397002 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 397003 DEBUG (ScheduledTrigger-201-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397003 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 397003 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
   [junit4]   2> 	at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:154)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 397022 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 397032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 397032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 397032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 397032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion -1
   [junit4]   2> 397032 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 397051 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 397052 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 397052 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397072 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397136 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397156 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397209 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397231 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397431 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397462 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397491 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397511 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397531 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397551 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397572 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397592 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397612 DEBUG (simCloudManagerPool-203-thread-1) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 397612 DEBUG (simCloudManagerPool-203-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 397612 DEBUG (ScheduledTrigger-204-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397614 DEBUG (simCloudManagerPool-203-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 397614 DEBUG (simCloudManagerPool-203-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 397631 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 397631 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 397631 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 397631 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 397651 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397652 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 397666 DEBUG (simCloudManagerPool-203-thread-2) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: testIntegration
   [junit4]   2> 397681 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397681 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 397709 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397709 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 397726 DEBUG (simCloudManagerPool-203-thread-2) [    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 397731 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397731 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 397751 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397751 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 397781 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397781 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 397812 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397812 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 397832 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397832 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 397852 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397852 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 397872 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397872 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 397912 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 397912 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10000_solr
   [junit4]   2> 397912 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1
   [junit4]   2> 397912 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10000_solr
   [junit4]   2> 397919 DEBUG (simCloudManagerPool-203-thread-5) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testIntegration / shard1: {"core_node2":{
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "core":"testIntegration_shard1_replica_n2",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInBytes":1000000000,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testIntegration"}}
   [junit4]   2> 397932 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 397932 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1
   [junit4]   2> 397932 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:10000_solr]
   [junit4]   2> 397933 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"40477d5caea680T28pfvnxudt7sizhokglsum3tp",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":18093002260915840,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18093002260915840],
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}}
   [junit4]   2> 397952 DEBUG (ScheduledTrigger-204-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_lost_trigger]
   [junit4]   2> 398017 DEBUG (AutoscalingActionExecutor-205-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"40477d5caea680T28pfvnxudt7sizhokglsum3tp",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":18093002260915840,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18093002260915840],
   [junit4]   2>     "_enqueue_time_":18093004282771390,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}}
   [junit4]   2> 398033 DEBUG (AutoscalingActionExecutor-205-thread-1) [    ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"40477d5caea680T28pfvnxudt7sizhokglsum3tp",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":18093002260915840,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18093002260915840],
   [junit4]   2>     "_enqueue_time_":18093004282771390,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}} with context properties: {BEFORE_ACTION=[compute_plan]}
   [junit4]   2> 398217 INFO  (AutoscalingActionExecutor-205-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10001_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 399706 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
   [junit4]   2> 399706 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Node values: {
   [junit4]   2>   "127.0.0.1:10001_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":1,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":999,
   [junit4]   2>     "sysprop.java.version":"1.8.0_144",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10001_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10001,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     "metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0},
   [junit4]   2>   "127.0.0.1:10000_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":1,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":999,
   [junit4]   2>     "sysprop.java.version":"1.8.0_144",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10000_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10000,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     "metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
   [junit4]   2> 399706 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10001_solr]
   [junit4]   2> 399707 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Collection testIntegration state: DocCollection(testIntegration//clusterstate.json/4)={
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node1":{
   [junit4]   2>           "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>           "core":"testIntegration_shard1_replica_n1",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInBytes":1000000000},
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testIntegration_shard1_replica_n2",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "INDEX.sizeInBytes":1000000000,
   [junit4]   2>           "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT"}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 399707 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testIntegration
   [junit4]   2> 399707 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase 
   [junit4]   2> 
   [junit4]   2> 399707 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 399707 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ############ FINAL CLUSTER STATS ############
   [junit4]   2> 399707 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 
   [junit4]   2> 399707 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Live nodes:		1
   [junit4]   2> 399708 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Empty nodes:	0
   [junit4]   2> 399708 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Dead nodes:		1
   [junit4]   2> 399708 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		127.0.0.1:10000_solr
   [junit4]   2> 399708 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Collections:	[testIntegration]
   [junit4]   2> 399708 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Max replicas per node:	1
   [junit4]   2> 399708 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Min replicas per node:	1
   [junit4]   2> 399708 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Total replicas:		1
   [junit4]   2> 399709 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## * testIntegration		1
   [junit4]   2> 399709 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- active           1
   [junit4]   2> 399709 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Final Solr op counts ##########
   [junit4]   2> 399725 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- CREATE             1
   [junit4]   2> 399725 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- autoscaling        1
   [junit4]   2> 399725 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- update             1
   [junit4]   2> 399725 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
   [junit4]   2> 399730 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## * Trigger: node_lost_trigger
   [junit4]   2> 399730 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- STARTED         1
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestExecutePlanAction -Dtests.method=testIntegration -Dtests.seed=AF9FD481108DBE3E -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=ar-LY -Dtests.timezone=America/St_Barthelemy -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.85s J2 | TestExecutePlanAction.testIntegration <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Timed out waiting for replicas of collection to be 2 again
   [junit4]    > Live Nodes: [127.0.0.1:10001_solr]
   [junit4]    > Last available state: DocCollection(testIntegration//clusterstate.json/4)={
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0",
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "node_name":"127.0.0.1:10000_solr",
   [junit4]    >           "core":"testIntegration_shard1_replica_n1",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInBytes":1000000000},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"testIntegration_shard1_replica_n2",
   [junit4]    >           "leader":"true",
   [junit4]    >           "INDEX.sizeInBytes":1000000000,
   [junit4]    >           "node_name":"127.0.0.1:10001_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT"}},
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active"}}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AF9FD481108DBE3E:1FFEDAAD35B21F1B]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.waitForState(SimSolrCloudTestCase.java:230)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testIntegration(TestExecutePlanAction.java:193)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.waitForState(SimSolrCloudTestCase.java:271)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.waitForState(SimSolrCloudTestCase.java:224)
   [junit4]    > 	... 40 more
   [junit4]   2> 399838 INFO  (AutoscalingActionExecutor-205-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 18093098538 sessionWrapper.createTime 18093012544657890, this.sessionWrapper.createTime 18093012544657890 
   [junit4]   2> 399838 DEBUG (AutoscalingActionExecutor-205-thread-1) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"40477d5caea680T28pfvnxudt7sizhokglsum3tp",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":18093002260915840,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18093002260915840],
   [junit4]   2>     "_enqueue_time_":18093004282771390,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}} with context properties: {operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@5d04be50], AFTER_ACTION=[compute_plan], BEFORE_ACTION=[compute_plan, execute_plan]}
   [junit4]   2> 399839 DEBUG (AutoscalingActionExecutor-205-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10001_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 400017 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[AF9FD481108DBE3E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 400018 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 400022 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 400022 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimNodeStateProvider - removing dead node values: 127.0.0.1:10000_solr
   [junit4]   2> 400022 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 400023 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 400024 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 400024 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
   [junit4]   2> 	at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:154)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 400041 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 400042 WARN  (AutoscalingActionExecutor-205-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> java.lang.Exception: Error executing action: execute_plan for trigger event: {
   [junit4]   2>   "id":"40477d5caea680T28pfvnxudt7sizhokglsum3tp",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":18093002260915840,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18093002260915840],
   [junit4]   2>     "_enqueue_time_":18093004282771390,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:303)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected exception while processing event: {
   [junit4]   2>   "id":"40477d5caea680T28pfvnxudt7sizhokglsum3tp",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":18093002260915840,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18093002260915840],
   [junit4]   2>     "_enqueue_time_":18093004282771390,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:120)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:300)
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected exception executing operation: action=MOVEREPLICA&async=node_lost_trigger/40477d5caea680T28pfvnxudt7sizhokglsum3tp/0&waitForFinalState=true&collection=testIntegration&targetNode=127.0.0.1:10001_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:110)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: java.io.IOException: java.lang.InterruptedException
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:462)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:80)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404)
   [junit4]   2> 	at java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:460)
   [junit4]   2> 	... 8 more
   [junit4]   2> 400043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 400043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 400043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10002_solr]
   [junit4]   2> 400043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion -1
   [junit4]   2> 400043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 400043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 400043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 400044 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400062 DEBUG (AutoscalingActionExecutor-205-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 102297 ms for event id=40477d5caea680T28pfvnxudt7sizhokglsum3tp
   [junit4]   2> 400073 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400102 DEBUG (ScheduledTrigger-207-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400122 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400148 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400162 DEBUG (simCloudManagerPool-206-thread-1) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: testExecute
   [junit4]   2> 400177 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400178 DEBUG (simCloudManagerPool-206-thread-1) [    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 400201 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400223 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.TestExecutePlanAction Collection ready after 2202ms
   [junit4]   2> 400225 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"1510745ac01f1bc0T28pfvnxudt7sizhokglsum3tr",
   [junit4]   2>   "source":"mock_trigger_name",
   [junit4]   2>   "eventTime":1517841007543000000,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1517841007543000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}} with context properties: {operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@671a9d60, org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction$1@1422bb7]}
   [junit4]   2> 400431 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testExecute&targetNode=127.0.0.1:10002_solr&inPlaceMove=true&replica=core_node2
   [junit4]   2> 400431 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400461 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400483 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400511 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400533 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400561 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400561 DEBUG (simCloudManagerPool-206-thread-4) [    ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node4":{
   [junit4]   2>     "core":"testExecute_shard1_replica_n3",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testExecute",
   [junit4]   2>     "node_name":"127.0.0.1:10002_solr",
   [junit4]   2>     "type":"NRT"}}
   [junit4]   2> 400583 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400609 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400631 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400651 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400681 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400738 DEBUG (simCloudManagerPool-206-thread-5) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testExecute / shard1: {"core_node1":{
   [junit4]   2>     "node_name":"127.0.0.1:10002_solr",
   [junit4]   2>     "core":"testExecute_shard1_replica_n1",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInBytes":1000000000,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testExecute"}}
   [junit4]   2> 400756 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400758 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=OVERSEERSTATUS
   [junit4]   2> 400803 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400853 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400905 DEBUG (ScheduledTrigger-207-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 400943 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[AF9FD481108DBE3E]) [    ] o.a.s.c.a.s.TestExecutePlanAction Collection ready after 8ms
   [junit4]   2> 400943 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[AF9F

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

ghtlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-7.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/contrib/analysis-extras/lib/icu4j-60.2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_144/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180205_142305_0125590913345476172336.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180205_142305_0126935916885032456511.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180205_142305_0122020302428943716058.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180205_142305_0126639712565079058871.syserr
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:844: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:780: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build.xml:262: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/common-build.xml:556: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1513: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1038: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180205_142304_9921557886502020020264.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180205_142304_992551483298105196930.syserr

Total time: 815 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-7.x #139 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 139 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/139/

6 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.model.TestLinearModel

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.ltr.model.TestLinearModel:     1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING, group=TGRP-TestLinearModel]         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.model.TestLinearModel: 
   1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING, group=TGRP-TestLinearModel]
        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)
	at __randomizedtesting.SeedInfo.seed([643CDDD6F95C91BD]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.model.TestLinearModel

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING, group=TGRP-TestLinearModel]         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING, group=TGRP-TestLinearModel]
        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)
	at __randomizedtesting.SeedInfo.seed([643CDDD6F95C91BD]:0)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 8 in https://127.0.0.1:36933/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 8 in https://127.0.0.1:36933/solr
	at __randomizedtesting.SeedInfo.seed([93BEC44F4B1F68DB:524EBDE3664FA27C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:885)
	at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:599)
	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.ComputePlanActionTest.testSelectedCollections

Error Message:
The operations computed by ComputePlanAction should not be nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should not be nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}
	at __randomizedtesting.SeedInfo.seed([93BEC44F4B1F68DB:A9102196757BB1B5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections(ComputePlanActionTest.java:469)
	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.sim.TestTriggerIntegration.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:10171_solr should have been deleted

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:10171_solr should have been deleted
	at __randomizedtesting.SeedInfo.seed([93BEC44F4B1F68DB:8B044C43452AA534]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeMarkersRegistration(TestTriggerIntegration.java:844)
	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.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1517723010155,generation=2,filelist=[_5c.fdt, _5c.fdx, _5c.fnm, _5c.nvd, _5c.nvm, _5c.si, _5c_Asserting_0.doc, _5c_Asserting_0.tim, _5c_Asserting_0.tip, _5d.fdt, _5d.fdx, _5d.fnm, _5d.nvd, _5d.nvm, _5d.si, _5d_Asserting_0.doc, _5d_Asserting_0.tim, _5d_Asserting_0.tip, _5e.fdt, _5e.fdx, _5e.fnm, _5e.nvd, _5e.nvm, _5e.si, _5e_Asserting_0.doc, _5e_Asserting_0.tim, _5e_Asserting_0.tip, _5f.fdt, _5f.fdx, _5f.fnm, _5f.nvd, _5f.nvm, _5f.si, _5f_Asserting_0.doc, _5f_Asserting_0.tim, _5f_Asserting_0.tip, _5g.fdt, _5g.fdx, _5g.fnm, _5g.nvd, _5g.nvm, _5g.si, _5g_Asserting_0.doc, _5g_Asserting_0.tim, _5g_Asserting_0.tip, _5h.fdt, _5h.fdx, _5h.fnm, _5h.nvd, _5h.nvm, _5h.si, _5h_Asserting_0.doc, _5h_Asserting_0.tim, _5h_Asserting_0.tip, _5i.fdt, _5i.fdx, _5i.fnm, _5i.nvd, _5i.nvm, _5i.si, _5i_Asserting_0.doc, _5i_Asserting_0.tim, _5i_Asserting_0.tip, _5j.fdt, _5j.fdx, _5j.fnm, _5j.nvd, _5j.nvm, _5j.si, _5j_Asserting_0.doc, _5j_Asserting_0.tim, _5j_Asserting_0.tip, _5k.fdt, _5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k_Asserting_0.doc, _5k_Asserting_0.tim, _5k_Asserting_0.tip, _5l.fdt, _5l.fdx, _5l.fnm, _5l.nvd, _5l.nvm, _5l.si, _5l_Asserting_0.doc, _5l_Asserting_0.tim, _5l_Asserting_0.tip, _5m.fdt, _5m.fdx, _5m.fnm, _5m.nvd, _5m.nvm, _5m.si, _5m_Asserting_0.doc, _5m_Asserting_0.tim, _5m_Asserting_0.tip, _5n.fdt, _5n.fdx, _5n.fnm, _5n.nvd, _5n.nvm, _5n.si, _5n_Asserting_0.doc, _5n_Asserting_0.tim, _5n_Asserting_0.tip, _5o.fdt, _5o.fdx, _5o.fnm, _5o.nvd, _5o.nvm, _5o.si, _5o_Asserting_0.doc, _5o_Asserting_0.tim, _5o_Asserting_0.tip, _5p.fdt, _5p.fdx, _5p.fnm, _5p.nvd, _5p.nvm, _5p.si, _5p_Asserting_0.doc, _5p_Asserting_0.tim, _5p_Asserting_0.tip, _5q.fdt, _5q.fdx, _5q.fnm, _5q.nvd, _5q.nvm, _5q.si, _5q_Asserting_0.doc, _5q_Asserting_0.tim, _5q_Asserting_0.tip, _5r.fdt, _5r.fdx, _5r.fnm, _5r.nvd, _5r.nvm, _5r.si, _5r_Asserting_0.doc, _5r_Asserting_0.tim, _5r_Asserting_0.tip, _5s.fdt, _5s.fdx, _5s.fnm, _5s.nvd, _5s.nvm, _5s.si, _5s_Asserting_0.doc, _5s_Asserting_0.tim, _5s_Asserting_0.tip, _5t.fdt, _5t.fdx, _5t.fnm, _5t.nvd, _5t.nvm, _5t.si, _5t_Asserting_0.doc, _5t_Asserting_0.tim, _5t_Asserting_0.tip, _5u.fdt, _5u.fdx, _5u.fnm, _5u.nvd, _5u.nvm, _5u.si, _5u_Asserting_0.doc, _5u_Asserting_0.tim, _5u_Asserting_0.tip, _5v.fdt, _5v.fdx, _5v.fnm, _5v.nvd, _5v.nvm, _5v.si, _5v_Asserting_0.doc, _5v_Asserting_0.tim, _5v_Asserting_0.tip, _5w.fdt, _5w.fdx, _5w.fnm, _5w.nvd, _5w.nvm, _5w.si, _5w_Asserting_0.doc, _5w_Asserting_0.tim, _5w_Asserting_0.tip, _5x.fdt, _5x.fdx, _5x.fnm, _5x.nvd, _5x.nvm, _5x.si, _5x_Asserting_0.doc, _5x_Asserting_0.tim, _5x_Asserting_0.tip, _5y.fdt, _5y.fdx, _5y.fnm, _5y.nvd, _5y.nvm, _5y.si, _5y_Asserting_0.doc, _5y_Asserting_0.tim, _5y_Asserting_0.tip, _5z.fdt, _5z.fdx, _5z.fnm, _5z.nvd, _5z.nvm, _5z.si, _5z_Asserting_0.doc, _5z_Asserting_0.tim, _5z_Asserting_0.tip, segments_2]}]> but was:<[{indexVersion=1517723010155,generation=2,filelist=[_5c.fdt, _5c.fdx, _5c.fnm, _5c.nvd, _5c.nvm, _5c.si, _5c_Asserting_0.doc, _5c_Asserting_0.tim, _5c_Asserting_0.tip, _5d.fdt, _5d.fdx, _5d.fnm, _5d.nvd, _5d.nvm, _5d.si, _5d_Asserting_0.doc, _5d_Asserting_0.tim, _5d_Asserting_0.tip, _5e.fdt, _5e.fdx, _5e.fnm, _5e.nvd, _5e.nvm, _5e.si, _5e_Asserting_0.doc, _5e_Asserting_0.tim, _5e_Asserting_0.tip, _5f.fdt, _5f.fdx, _5f.fnm, _5f.nvd, _5f.nvm, _5f.si, _5f_Asserting_0.doc, _5f_Asserting_0.tim, _5f_Asserting_0.tip, _5g.fdt, _5g.fdx, _5g.fnm, _5g.nvd, _5g.nvm, _5g.si, _5g_Asserting_0.doc, _5g_Asserting_0.tim, _5g_Asserting_0.tip, _5h.fdt, _5h.fdx, _5h.fnm, _5h.nvd, _5h.nvm, _5h.si, _5h_Asserting_0.doc, _5h_Asserting_0.tim, _5h_Asserting_0.tip, _5i.fdt, _5i.fdx, _5i.fnm, _5i.nvd, _5i.nvm, _5i.si, _5i_Asserting_0.doc, _5i_Asserting_0.tim, _5i_Asserting_0.tip, _5j.fdt, _5j.fdx, _5j.fnm, _5j.nvd, _5j.nvm, _5j.si, _5j_Asserting_0.doc, _5j_Asserting_0.tim, _5j_Asserting_0.tip, _5k.fdt, _5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k_Asserting_0.doc, _5k_Asserting_0.tim, _5k_Asserting_0.tip, _5l.fdt, _5l.fdx, _5l.fnm, _5l.nvd, _5l.nvm, _5l.si, _5l_Asserting_0.doc, _5l_Asserting_0.tim, _5l_Asserting_0.tip, _5m.fdt, _5m.fdx, _5m.fnm, _5m.nvd, _5m.nvm, _5m.si, _5m_Asserting_0.doc, _5m_Asserting_0.tim, _5m_Asserting_0.tip, _5n.fdt, _5n.fdx, _5n.fnm, _5n.nvd, _5n.nvm, _5n.si, _5n_Asserting_0.doc, _5n_Asserting_0.tim, _5n_Asserting_0.tip, _5o.fdt, _5o.fdx, _5o.fnm, _5o.nvd, _5o.nvm, _5o.si, _5o_Asserting_0.doc, _5o_Asserting_0.tim, _5o_Asserting_0.tip, _5p.fdt, _5p.fdx, _5p.fnm, _5p.nvd, _5p.nvm, _5p.si, _5p_Asserting_0.doc, _5p_Asserting_0.tim, _5p_Asserting_0.tip, _5q.fdt, _5q.fdx, _5q.fnm, _5q.nvd, _5q.nvm, _5q.si, _5q_Asserting_0.doc, _5q_Asserting_0.tim, _5q_Asserting_0.tip, _5r.fdt, _5r.fdx, _5r.fnm, _5r.nvd, _5r.nvm, _5r.si, _5r_Asserting_0.doc, _5r_Asserting_0.tim, _5r_Asserting_0.tip, _5s.fdt, _5s.fdx, _5s.fnm, _5s.nvd, _5s.nvm, _5s.si, _5s_Asserting_0.doc, _5s_Asserting_0.tim, _5s_Asserting_0.tip, _5t.fdt, _5t.fdx, _5t.fnm, _5t.nvd, _5t.nvm, _5t.si, _5t_Asserting_0.doc, _5t_Asserting_0.tim, _5t_Asserting_0.tip, _5u.fdt, _5u.fdx, _5u.fnm, _5u.nvd, _5u.nvm, _5u.si, _5u_Asserting_0.doc, _5u_Asserting_0.tim, _5u_Asserting_0.tip, _5v.fdt, _5v.fdx, _5v.fnm, _5v.nvd, _5v.nvm, _5v.si, _5v_Asserting_0.doc, _5v_Asserting_0.tim, _5v_Asserting_0.tip, _5w.fdt, _5w.fdx, _5w.fnm, _5w.nvd, _5w.nvm, _5w.si, _5w_Asserting_0.doc, _5w_Asserting_0.tim, _5w_Asserting_0.tip, _5x.fdt, _5x.fdx, _5x.fnm, _5x.nvd, _5x.nvm, _5x.si, _5x_Asserting_0.doc, _5x_Asserting_0.tim, _5x_Asserting_0.tip, _5y.fdt, _5y.fdx, _5y.fnm, _5y.nvd, _5y.nvm, _5y.si, _5y_Asserting_0.doc, _5y_Asserting_0.tim, _5y_Asserting_0.tip, _5z.fdt, _5z.fdx, _5z.fnm, _5z.nvd, _5z.nvm, _5z.si, _5z_Asserting_0.doc, _5z_Asserting_0.tim, _5z_Asserting_0.tip, segments_2]}, {indexVersion=1517723010155,generation=3,filelist=[_60.fdt, _60.fdx, _60.fnm, _60.nvd, _60.nvm, _60.si, _60_Asserting_0.doc, _60_Asserting_0.tim, _60_Asserting_0.tip, segments_3]}]>

Stack Trace:
java.lang.AssertionError: expected:<[{indexVersion=1517723010155,generation=2,filelist=[_5c.fdt, _5c.fdx, _5c.fnm, _5c.nvd, _5c.nvm, _5c.si, _5c_Asserting_0.doc, _5c_Asserting_0.tim, _5c_Asserting_0.tip, _5d.fdt, _5d.fdx, _5d.fnm, _5d.nvd, _5d.nvm, _5d.si, _5d_Asserting_0.doc, _5d_Asserting_0.tim, _5d_Asserting_0.tip, _5e.fdt, _5e.fdx, _5e.fnm, _5e.nvd, _5e.nvm, _5e.si, _5e_Asserting_0.doc, _5e_Asserting_0.tim, _5e_Asserting_0.tip, _5f.fdt, _5f.fdx, _5f.fnm, _5f.nvd, _5f.nvm, _5f.si, _5f_Asserting_0.doc, _5f_Asserting_0.tim, _5f_Asserting_0.tip, _5g.fdt, _5g.fdx, _5g.fnm, _5g.nvd, _5g.nvm, _5g.si, _5g_Asserting_0.doc, _5g_Asserting_0.tim, _5g_Asserting_0.tip, _5h.fdt, _5h.fdx, _5h.fnm, _5h.nvd, _5h.nvm, _5h.si, _5h_Asserting_0.doc, _5h_Asserting_0.tim, _5h_Asserting_0.tip, _5i.fdt, _5i.fdx, _5i.fnm, _5i.nvd, _5i.nvm, _5i.si, _5i_Asserting_0.doc, _5i_Asserting_0.tim, _5i_Asserting_0.tip, _5j.fdt, _5j.fdx, _5j.fnm, _5j.nvd, _5j.nvm, _5j.si, _5j_Asserting_0.doc, _5j_Asserting_0.tim, _5j_Asserting_0.tip, _5k.fdt, _5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k_Asserting_0.doc, _5k_Asserting_0.tim, _5k_Asserting_0.tip, _5l.fdt, _5l.fdx, _5l.fnm, _5l.nvd, _5l.nvm, _5l.si, _5l_Asserting_0.doc, _5l_Asserting_0.tim, _5l_Asserting_0.tip, _5m.fdt, _5m.fdx, _5m.fnm, _5m.nvd, _5m.nvm, _5m.si, _5m_Asserting_0.doc, _5m_Asserting_0.tim, _5m_Asserting_0.tip, _5n.fdt, _5n.fdx, _5n.fnm, _5n.nvd, _5n.nvm, _5n.si, _5n_Asserting_0.doc, _5n_Asserting_0.tim, _5n_Asserting_0.tip, _5o.fdt, _5o.fdx, _5o.fnm, _5o.nvd, _5o.nvm, _5o.si, _5o_Asserting_0.doc, _5o_Asserting_0.tim, _5o_Asserting_0.tip, _5p.fdt, _5p.fdx, _5p.fnm, _5p.nvd, _5p.nvm, _5p.si, _5p_Asserting_0.doc, _5p_Asserting_0.tim, _5p_Asserting_0.tip, _5q.fdt, _5q.fdx, _5q.fnm, _5q.nvd, _5q.nvm, _5q.si, _5q_Asserting_0.doc, _5q_Asserting_0.tim, _5q_Asserting_0.tip, _5r.fdt, _5r.fdx, _5r.fnm, _5r.nvd, _5r.nvm, _5r.si, _5r_Asserting_0.doc, _5r_Asserting_0.tim, _5r_Asserting_0.tip, _5s.fdt, _5s.fdx, _5s.fnm, _5s.nvd, _5s.nvm, _5s.si, _5s_Asserting_0.doc, _5s_Asserting_0.tim, _5s_Asserting_0.tip, _5t.fdt, _5t.fdx, _5t.fnm, _5t.nvd, _5t.nvm, _5t.si, _5t_Asserting_0.doc, _5t_Asserting_0.tim, _5t_Asserting_0.tip, _5u.fdt, _5u.fdx, _5u.fnm, _5u.nvd, _5u.nvm, _5u.si, _5u_Asserting_0.doc, _5u_Asserting_0.tim, _5u_Asserting_0.tip, _5v.fdt, _5v.fdx, _5v.fnm, _5v.nvd, _5v.nvm, _5v.si, _5v_Asserting_0.doc, _5v_Asserting_0.tim, _5v_Asserting_0.tip, _5w.fdt, _5w.fdx, _5w.fnm, _5w.nvd, _5w.nvm, _5w.si, _5w_Asserting_0.doc, _5w_Asserting_0.tim, _5w_Asserting_0.tip, _5x.fdt, _5x.fdx, _5x.fnm, _5x.nvd, _5x.nvm, _5x.si, _5x_Asserting_0.doc, _5x_Asserting_0.tim, _5x_Asserting_0.tip, _5y.fdt, _5y.fdx, _5y.fnm, _5y.nvd, _5y.nvm, _5y.si, _5y_Asserting_0.doc, _5y_Asserting_0.tim, _5y_Asserting_0.tip, _5z.fdt, _5z.fdx, _5z.fnm, _5z.nvd, _5z.nvm, _5z.si, _5z_Asserting_0.doc, _5z_Asserting_0.tim, _5z_Asserting_0.tip, segments_2]}]> but was:<[{indexVersion=1517723010155,generation=2,filelist=[_5c.fdt, _5c.fdx, _5c.fnm, _5c.nvd, _5c.nvm, _5c.si, _5c_Asserting_0.doc, _5c_Asserting_0.tim, _5c_Asserting_0.tip, _5d.fdt, _5d.fdx, _5d.fnm, _5d.nvd, _5d.nvm, _5d.si, _5d_Asserting_0.doc, _5d_Asserting_0.tim, _5d_Asserting_0.tip, _5e.fdt, _5e.fdx, _5e.fnm, _5e.nvd, _5e.nvm, _5e.si, _5e_Asserting_0.doc, _5e_Asserting_0.tim, _5e_Asserting_0.tip, _5f.fdt, _5f.fdx, _5f.fnm, _5f.nvd, _5f.nvm, _5f.si, _5f_Asserting_0.doc, _5f_Asserting_0.tim, _5f_Asserting_0.tip, _5g.fdt, _5g.fdx, _5g.fnm, _5g.nvd, _5g.nvm, _5g.si, _5g_Asserting_0.doc, _5g_Asserting_0.tim, _5g_Asserting_0.tip, _5h.fdt, _5h.fdx, _5h.fnm, _5h.nvd, _5h.nvm, _5h.si, _5h_Asserting_0.doc, _5h_Asserting_0.tim, _5h_Asserting_0.tip, _5i.fdt, _5i.fdx, _5i.fnm, _5i.nvd, _5i.nvm, _5i.si, _5i_Asserting_0.doc, _5i_Asserting_0.tim, _5i_Asserting_0.tip, _5j.fdt, _5j.fdx, _5j.fnm, _5j.nvd, _5j.nvm, _5j.si, _5j_Asserting_0.doc, _5j_Asserting_0.tim, _5j_Asserting_0.tip, _5k.fdt, _5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k_Asserting_0.doc, _5k_Asserting_0.tim, _5k_Asserting_0.tip, _5l.fdt, _5l.fdx, _5l.fnm, _5l.nvd, _5l.nvm, _5l.si, _5l_Asserting_0.doc, _5l_Asserting_0.tim, _5l_Asserting_0.tip, _5m.fdt, _5m.fdx, _5m.fnm, _5m.nvd, _5m.nvm, _5m.si, _5m_Asserting_0.doc, _5m_Asserting_0.tim, _5m_Asserting_0.tip, _5n.fdt, _5n.fdx, _5n.fnm, _5n.nvd, _5n.nvm, _5n.si, _5n_Asserting_0.doc, _5n_Asserting_0.tim, _5n_Asserting_0.tip, _5o.fdt, _5o.fdx, _5o.fnm, _5o.nvd, _5o.nvm, _5o.si, _5o_Asserting_0.doc, _5o_Asserting_0.tim, _5o_Asserting_0.tip, _5p.fdt, _5p.fdx, _5p.fnm, _5p.nvd, _5p.nvm, _5p.si, _5p_Asserting_0.doc, _5p_Asserting_0.tim, _5p_Asserting_0.tip, _5q.fdt, _5q.fdx, _5q.fnm, _5q.nvd, _5q.nvm, _5q.si, _5q_Asserting_0.doc, _5q_Asserting_0.tim, _5q_Asserting_0.tip, _5r.fdt, _5r.fdx, _5r.fnm, _5r.nvd, _5r.nvm, _5r.si, _5r_Asserting_0.doc, _5r_Asserting_0.tim, _5r_Asserting_0.tip, _5s.fdt, _5s.fdx, _5s.fnm, _5s.nvd, _5s.nvm, _5s.si, _5s_Asserting_0.doc, _5s_Asserting_0.tim, _5s_Asserting_0.tip, _5t.fdt, _5t.fdx, _5t.fnm, _5t.nvd, _5t.nvm, _5t.si, _5t_Asserting_0.doc, _5t_Asserting_0.tim, _5t_Asserting_0.tip, _5u.fdt, _5u.fdx, _5u.fnm, _5u.nvd, _5u.nvm, _5u.si, _5u_Asserting_0.doc, _5u_Asserting_0.tim, _5u_Asserting_0.tip, _5v.fdt, _5v.fdx, _5v.fnm, _5v.nvd, _5v.nvm, _5v.si, _5v_Asserting_0.doc, _5v_Asserting_0.tim, _5v_Asserting_0.tip, _5w.fdt, _5w.fdx, _5w.fnm, _5w.nvd, _5w.nvm, _5w.si, _5w_Asserting_0.doc, _5w_Asserting_0.tim, _5w_Asserting_0.tip, _5x.fdt, _5x.fdx, _5x.fnm, _5x.nvd, _5x.nvm, _5x.si, _5x_Asserting_0.doc, _5x_Asserting_0.tim, _5x_Asserting_0.tip, _5y.fdt, _5y.fdx, _5y.fnm, _5y.nvd, _5y.nvm, _5y.si, _5y_Asserting_0.doc, _5y_Asserting_0.tim, _5y_Asserting_0.tip, _5z.fdt, _5z.fdx, _5z.fnm, _5z.nvd, _5z.nvm, _5z.si, _5z_Asserting_0.doc, _5z_Asserting_0.tim, _5z_Asserting_0.tip, segments_2]}, {indexVersion=1517723010155,generation=3,filelist=[_60.fdt, _60.fdx, _60.fnm, _60.nvd, _60.nvm, _60.si, _60_Asserting_0.doc, _60_Asserting_0.tim, _60_Asserting_0.tip, segments_3]}]>
	at __randomizedtesting.SeedInfo.seed([93BEC44F4B1F68DB:B669DF7F3B5766D8]: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:147)
	at org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1277)
	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 12712 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/init-core-data-001
   [junit4]   2> 1245138 WARN  (SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1245138 INFO  (SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1245139 INFO  (SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1245139 INFO  (SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1245140 INFO  (SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001
   [junit4]   2> 1245140 INFO  (SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1245140 INFO  (Thread-7968) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1245140 INFO  (Thread-7968) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1245158 ERROR (Thread-7968) [    ] 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> 1245240 INFO  (SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43671
   [junit4]   2> 1245242 INFO  (zkConnectionManagerCallback-670-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1245245 INFO  (jetty-launcher-667-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1245263 INFO  (jetty-launcher-667-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1245263 INFO  (jetty-launcher-667-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1245263 INFO  (jetty-launcher-667-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1245263 INFO  (jetty-launcher-667-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33d8b445{/solr,null,AVAILABLE}
   [junit4]   2> 1245265 INFO  (jetty-launcher-667-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@148e4d9{HTTP/1.1,[http/1.1]}{127.0.0.1:44365}
   [junit4]   2> 1245265 INFO  (jetty-launcher-667-thread-1) [    ] o.e.j.s.Server Started @1256383ms
   [junit4]   2> 1245265 INFO  (jetty-launcher-667-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44365}
   [junit4]   2> 1245265 ERROR (jetty-launcher-667-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1245265 INFO  (jetty-launcher-667-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1245265 INFO  (jetty-launcher-667-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1245265 INFO  (jetty-launcher-667-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1245265 INFO  (jetty-launcher-667-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-04T04:55:05.912Z
   [junit4]   2> 1245267 INFO  (zkConnectionManagerCallback-672-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1245267 INFO  (jetty-launcher-667-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1245286 INFO  (jetty-launcher-667-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43671/solr
   [junit4]   2> 1245288 INFO  (zkConnectionManagerCallback-676-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1245290 INFO  (zkConnectionManagerCallback-678-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1245414 INFO  (jetty-launcher-667-thread-1) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1245415 INFO  (jetty-launcher-667-thread-1) [n:127.0.0.1:44365_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44365_solr
   [junit4]   2> 1245415 INFO  (jetty-launcher-667-thread-1) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer Overseer (id=72061362799706115-127.0.0.1:44365_solr-n_0000000000) starting
   [junit4]   2> 1245432 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1245432 INFO  (jetty-launcher-667-thread-1) [n:127.0.0.1:44365_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44365_solr
   [junit4]   2> 1245432 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1245440 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1245440 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 1245440 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1245440 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1245442 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1245442 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1245442 DEBUG (ScheduledTrigger-1649-thread-1) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 0
   [junit4]   2> 1245457 INFO  (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1245509 INFO  (jetty-launcher-667-thread-1) [n:127.0.0.1:44365_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44365.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
   [junit4]   2> 1245515 INFO  (jetty-launcher-667-thread-1) [n:127.0.0.1:44365_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44365.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
   [junit4]   2> 1245515 INFO  (jetty-launcher-667-thread-1) [n:127.0.0.1:44365_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44365.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
   [junit4]   2> 1245516 INFO  (jetty-launcher-667-thread-1) [n:127.0.0.1:44365_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node1/.
   [junit4]   2> 1245543 INFO  (zkConnectionManagerCallback-682-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1245554 INFO  (zkConnectionManagerCallback-686-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1245555 INFO  (SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1245556 INFO  (SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43671/solr ready
   [junit4]   2> 1245621 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLost
   [junit4]   2> 1245622 DEBUG (zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1245622 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1245623 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1245624 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1245624 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1245624 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1245667 INFO  (qtp836652508-10561) [n:127.0.0.1:44365_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> 1245677 DEBUG (qtp836652508-10557) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1245678 INFO  (qtp836652508-10557) [n:127.0.0.1:44365_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=37
   [junit4]   2> 1245678 DEBUG (zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1245679 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1245679 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1245687 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1245688 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1245689 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_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> 1245689 DEBUG (qtp836652508-10559) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1245689 INFO  (qtp836652508-10559) [n:127.0.0.1:44365_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 1245690 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1245690 DEBUG (zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1245690 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1245690 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1245691 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1245691 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1245691 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1245691 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1245691 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1245691 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17aa0421{/solr,null,AVAILABLE}
   [junit4]   2> 1245692 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1201e7e4{HTTP/1.1,[http/1.1]}{127.0.0.1:40113}
   [junit4]   2> 1245692 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.e.j.s.Server Started @1256810ms
   [junit4]   2> 1245692 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40113}
   [junit4]   2> 1245692 ERROR (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1245692 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1245692 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1245692 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1245692 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-04T04:55:06.339Z
   [junit4]   2> 1245694 INFO  (zkConnectionManagerCallback-689-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1245694 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1245721 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43671/solr
   [junit4]   2> 1245722 INFO  (zkConnectionManagerCallback-693-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1245724 INFO  (zkConnectionManagerCallback-695-thread-1-processing-n:127.0.0.1:40113_solr) [n:127.0.0.1:40113_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1245727 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [n:127.0.0.1:40113_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1245729 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [n:127.0.0.1:40113_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1245731 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [n:127.0.0.1:40113_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40113_solr
   [junit4]   2> 1245731 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40113_solr"} current state version: 0
   [junit4]   2> 1245731 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40113_solr
   [junit4]   2> 1245732 INFO  (zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1245753 INFO  (zkCallback-685-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1245754 INFO  (zkCallback-685-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1245754 INFO  (zkCallback-694-thread-1-processing-n:127.0.0.1:40113_solr) [n:127.0.0.1:40113_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1245828 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [n:127.0.0.1:40113_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40113.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
   [junit4]   2> 1245835 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [n:127.0.0.1:40113_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40113.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
   [junit4]   2> 1245836 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [n:127.0.0.1:40113_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40113.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
   [junit4]   2> 1245837 INFO  (TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [n:127.0.0.1:40113_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node2/.
   [junit4]   2> 1245898 INFO  (qtp2128970412-10594) [n:127.0.0.1:40113_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> 1245899 INFO  (qtp836652508-10563) [n:127.0.0.1:44365_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> 1245899 DEBUG (qtp836652508-10561) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1245900 INFO  (qtp836652508-10561) [n:127.0.0.1:44365_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=36
   [junit4]   2> 1245900 DEBUG (zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1245901 DEBUG (zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44365_solr, 127.0.0.1:40113_solr]
   [junit4]   2> 1245901 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1245903 INFO  (qtp2128970412-10598) [n:127.0.0.1:40113_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=testNodeLost&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1245920 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1245920 INFO  (OverseerThreadFactory-1651-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testNodeLost
   [junit4]   2> 1245920 DEBUG (OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1245921 DEBUG (ScheduledTrigger-1649-thread-1) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 1245945 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_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> 1245946 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_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> 1245955 INFO  (OverseerThreadFactory-1651-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 57507539 sessionWrapper.createTime 57507530421389, this.sessionWrapper.createTime 57507530421389 
   [junit4]   2> 1245990 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testNodeLost",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1245990 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testNodeLost
   [junit4]   2> 1245991 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testNodeLost/state.json
   [junit4]   2> 1246093 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1246093 INFO  (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1246094 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1246094 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1246094 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40113/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1246094 INFO  (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40113/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1246095 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1246095 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:40113/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1246196 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 0
   [junit4]   2> 1246297 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1246297 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1246297 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n2&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1246298 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1246300 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44365_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1246300 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44365_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1246300 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"testNodeLost_shard1_replica_n1","base_url":"http://127.0.0.1:44365/solr","node_name":"127.0.0.1:44365_solr","state":"down","type":"NRT"}
   [junit4]   2> 1246300 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>           "node_name":"127.0.0.1:44365_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:40113/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1246300 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:40113/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40113_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1246300 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:40113/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40113_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1246300 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node4:{"core":"testNodeLost_shard1_replica_n2","base_url":"http://127.0.0.1:40113/solr","node_name":"127.0.0.1:40113_solr","state":"down","type":"NRT"}
   [junit4]   2> 1246300 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>           "node_name":"127.0.0.1:44365_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:40113/solr",
   [junit4]   2>           "node_name":"127.0.0.1:40113_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1246401 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 1
   [junit4]   2> 1246401 INFO  (zkCallback-694-thread-1-processing-n:127.0.0.1:40113_solr) [n:127.0.0.1:40113_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1246401 INFO  (zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1246401 INFO  (zkCallback-677-thread-2-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1246402 INFO  (zkCallback-694-thread-2-processing-n:127.0.0.1:40113_solr) [n:127.0.0.1:40113_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1246922 DEBUG (ScheduledTrigger-1649-thread-2) [n:127.0.0.1:44365_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 1247309 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1247309 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1247323 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1247325 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1247325 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1247325 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n1' using configuration from collection testNodeLost, trusted=true
   [junit4]   2> 1247326 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44365.solr.core.testNodeLost.shard1.replica_n1' (registry 'solr.core.testNodeLost.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
   [junit4]   2> 1247326 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1247326 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node1/testNodeLost_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node1/./testNodeLost_shard1_replica_n1/data/]
   [junit4]   2> 1247327 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1247327 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n2' using configuration from collection testNodeLost, trusted=true
   [junit4]   2> 1247327 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40113.solr.core.testNodeLost.shard1.replica_n2' (registry 'solr.core.testNodeLost.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
   [junit4]   2> 1247327 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1247327 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node2/testNodeLost_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node2/./testNodeLost_shard1_replica_n2/data/]
   [junit4]   2> 1247371 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1247371 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1247372 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1247372 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1247373 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1247373 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1247373 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4fa2e973[testNodeLost_shard1_replica_n2] main]
   [junit4]   2> 1247374 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1247374 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1247374 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1247375 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1247375 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d33403e[testNodeLost_shard1_replica_n1] main]
   [junit4]   2> 1247376 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1247376 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1247376 INFO  (searcherExecutor-1661-thread-1-processing-n:127.0.0.1:40113_solr x:testNodeLost_shard1_replica_n2 s:shard1 c:testNodeLost r:core_node4) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore [testNodeLost_shard1_replica_n2] Registered new searcher Searcher@4fa2e973[testNodeLost_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1247376 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1247376 INFO  (qtp2128970412-10596) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591444879990325248
   [junit4]   2> 1247377 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1247377 INFO  (searcherExecutor-1660-thread-1-processing-n:127.0.0.1:44365_solr x:testNodeLost_shard1_replica_n1 s:shard1 c:testNodeLost r:core_node3) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore [testNodeLost_shard1_replica_n1] Registered new searcher Searcher@7d33403e[testNodeLost_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1247378 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591444879992422400
   [junit4]   2> 1247384 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1247384 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1247385 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44365/solr/testNodeLost_shard1_replica_n1/
   [junit4]   2> 1247385 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost"} current state version: 0
   [junit4]   2> 1247385 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n1 url=http://127.0.0.1:44365/solr START replicas=[http://127.0.0.1:40113/solr/testNodeLost_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1247387 INFO  (qtp2128970412-10597) [n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2] o.a.s.c.S.Request [testNodeLost_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1247485 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 2
   [junit4]   2> 1247486 INFO  (zkCallback-694-thread-1-processing-n:127.0.0.1:40113_solr) [n:127.0.0.1:40113_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1247486 INFO  (zkCallback-694-thread-2-processing-n:127.0.0.1:40113_solr) [n:127.0.0.1:40113_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1247486 INFO  (zkCallback-677-thread-2-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1247486 INFO  (zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1247685 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n1 url=http://127.0.0.1:44365/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1247685 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1247685 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1247685 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1247688 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44365/solr/testNodeLost_shard1_replica_n1/ shard1
   [junit4]   2> 1247688 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1247789 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeLost/state.json version: 3
   [junit4]   2> 1247789 INFO  (zkCallback-694-thread-2-processing-n:127.0.0.1:40113_solr) [n:127.0.0.1:40113_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1247789 INFO  (zkCallback-694-thread-1-processing-n:127.0.0.1:40113_solr) [n:127.0.0.1:40113_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1247789 INFO  (zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1247789 INFO  (zkCallback-677-thread-2-processing-n:127.0.0.1:44365_solr) [n:127.0.0.1:44365_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeLost/state.json] for collection [testNodeLost] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1247839 INFO  (qtp836652508-10562) [n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1247840 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44365_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1247840 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000) [n:127.0.0.1:44365_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44365/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44365_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1247840 DEBUG (OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n

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

:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2c88ec28
   [junit4]   2> 58785 INFO  (coreCloseExecutor-101-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=747170856
   [junit4]   2> 58801 INFO  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@40e631c3{/solr,null,UNAVAILABLE}
   [junit4]   2> 58801 INFO  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 88809 WARN  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.e.j.u.t.QueuedThreadPool QueuedThreadPool@qtp1260173826{STOPPING,8<=8<=10000,i=0,q=1} Couldn't stop Thread[qtp1260173826-123,5,TGRP-TestLinearModel]
   [junit4]   2> 88810 INFO  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 88810 INFO  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1165017694
   [junit4]   2> 88810 INFO  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 88810 INFO  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c762a11: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / null
   [junit4]   2> 88810 INFO  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 88810 INFO  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6ca6f5c8: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / null
   [junit4]   2> 88810 INFO  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 88810 INFO  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1daabb86: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / null
   [junit4]   2> 88834 INFO  (coreCloseExecutor-103-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@562e827f
   [junit4]   2> 88834 INFO  (coreCloseExecutor-103-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1445888639
   [junit4]   2> 88834 INFO  (coreCloseExecutor-103-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ef12d82: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / null
   [junit4]   2> 88884 INFO  (SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 04, 2018 7:01:13 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Feb 04, 2018 7:01:33 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.ltr.model.TestLinearModel: 
   [junit4]   2>    1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING, group=TGRP-TestLinearModel]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 04, 2018 7:01:33 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING, group=TGRP-TestLinearModel]
   [junit4]   2> Feb 04, 2018 7:01:36 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING, group=TGRP-TestLinearModel]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {description=FST50, id=PostingsFormat(name=LuceneVarGapFixedInterval), text=BlockTreeOrds(blocksize=128), title=FST50}, docValues:{}, maxPointsInLeafNode=1535, maxMBSortInHeap=6.78653742086413, sim=RandomSimilarity(queryNorm=true): {}, locale=ru-RU, timezone=Australia/Broken_Hill
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=2,free=211844904,total=346554368
   [junit4]   2> NOTE: All tests run in this JVM: [TestUserTermScorereQDF, TestExternalValueFeatures, TestSelectiveWeightCreation, TestLinearModel]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLinearModel -Dtests.seed=643CDDD6F95C91BD -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=ru-RU -Dtests.timezone=Australia/Broken_Hill -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestLinearModel (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.model.TestLinearModel: 
   [junit4]    >    1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING, group=TGRP-TestLinearModel]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([643CDDD6F95C91BD]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING, group=TGRP-TestLinearModel]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([643CDDD6F95C91BD]:0)
   [junit4] Completed [34/35 (1!)] on J0 in 58.13s, 6 tests, 2 errors <<< FAILURES!

[...truncated 40744 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 138 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/138/

1 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([2A00F366B7686AB9:FB604DAF97C479E0]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.AliasIntegrationTest.checkFooAndBarMeta(AliasIntegrationTest.java:283)
	at org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1(AliasIntegrationTest.java:251)
	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 13076 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_2A00F366B7686AB9-001/init-core-data-001
   [junit4]   2> 1850244 WARN  (SUITE-AliasIntegrationTest-seed#[2A00F366B7686AB9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1850244 INFO  (SUITE-AliasIntegrationTest-seed#[2A00F366B7686AB9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1850257 INFO  (SUITE-AliasIntegrationTest-seed#[2A00F366B7686AB9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1850257 INFO  (SUITE-AliasIntegrationTest-seed#[2A00F366B7686AB9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1850258 INFO  (SUITE-AliasIntegrationTest-seed#[2A00F366B7686AB9]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_2A00F366B7686AB9-001/tempDir-001
   [junit4]   2> 1850258 INFO  (SUITE-AliasIntegrationTest-seed#[2A00F366B7686AB9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1850258 INFO  (Thread-3161) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1850258 INFO  (Thread-3161) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1850269 ERROR (Thread-3161) [    ] 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> 1850358 INFO  (SUITE-AliasIntegrationTest-seed#[2A00F366B7686AB9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45600
   [junit4]   2> 1850363 INFO  (zkConnectionManagerCallback-1499-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1850371 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1850372 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1850372 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1850372 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1850372 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e1c4037{/solr,null,AVAILABLE}
   [junit4]   2> 1850373 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2e7ff8c{SSL,[ssl, http/1.1]}{127.0.0.1:36862}
   [junit4]   2> 1850373 INFO  (jetty-launcher-1496-thread-1) [    ] o.e.j.s.Server Started @1852545ms
   [junit4]   2> 1850373 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36862}
   [junit4]   2> 1850373 ERROR (jetty-launcher-1496-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1850373 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1850373 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1850373 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1850374 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-02T09:11:18.338Z
   [junit4]   2> 1850395 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1850395 INFO  (zkConnectionManagerCallback-1501-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1850395 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1850423 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1850423 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1850423 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1850424 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d1f6b62{/solr,null,AVAILABLE}
   [junit4]   2> 1850424 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@356fb3cf{SSL,[ssl, http/1.1]}{127.0.0.1:43097}
   [junit4]   2> 1850424 INFO  (jetty-launcher-1496-thread-2) [    ] o.e.j.s.Server Started @1852595ms
   [junit4]   2> 1850424 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43097}
   [junit4]   2> 1850424 ERROR (jetty-launcher-1496-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1850424 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1850424 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1850424 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1850424 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-02T09:11:18.388Z
   [junit4]   2> 1850425 INFO  (jetty-launcher-1496-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45600/solr
   [junit4]   2> 1850425 INFO  (zkConnectionManagerCallback-1504-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1850428 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1850428 INFO  (zkConnectionManagerCallback-1507-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1850429 INFO  (zkConnectionManagerCallback-1509-thread-1-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1850445 INFO  (jetty-launcher-1496-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45600/solr
   [junit4]   2> 1850446 INFO  (zkConnectionManagerCallback-1513-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1850462 INFO  (zkConnectionManagerCallback-1515-thread-1-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1850819 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:36862_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1850820 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36862_solr
   [junit4]   2> 1850820 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:36862_solr    ] o.a.s.c.Overseer Overseer (id=72189780819574788-127.0.0.1:36862_solr-n_0000000000) starting
   [junit4]   2> 1850839 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:36862_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36862_solr
   [junit4]   2> 1850855 INFO  (OverseerStateUpdate-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1851072 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1851073 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:43097_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1851075 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:43097_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43097_solr
   [junit4]   2> 1851109 INFO  (zkCallback-1508-thread-2-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1851127 INFO  (zkCallback-1514-thread-1-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1851254 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:36862_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36862.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@709a0f33
   [junit4]   2> 1851292 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:36862_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36862.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@709a0f33
   [junit4]   2> 1851292 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:36862_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36862.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@709a0f33
   [junit4]   2> 1851293 INFO  (jetty-launcher-1496-thread-1) [n:127.0.0.1:36862_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_2A00F366B7686AB9-001/tempDir-001/node1/.
   [junit4]   2> 1851598 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:43097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43097.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@709a0f33
   [junit4]   2> 1851617 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:43097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43097.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@709a0f33
   [junit4]   2> 1851617 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:43097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43097.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@709a0f33
   [junit4]   2> 1851618 INFO  (jetty-launcher-1496-thread-2) [n:127.0.0.1:43097_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_2A00F366B7686AB9-001/tempDir-001/node2/.
   [junit4]   2> 1851696 INFO  (zkConnectionManagerCallback-1521-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1851698 INFO  (zkConnectionManagerCallback-1525-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1851698 INFO  (SUITE-AliasIntegrationTest-seed#[2A00F366B7686AB9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1851699 INFO  (SUITE-AliasIntegrationTest-seed#[2A00F366B7686AB9]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45600/solr ready
   [junit4]   2> 1852146 INFO  (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[2A00F366B7686AB9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteOneOfTwoCollectionsAliased
   [junit4]   2> 1852267 INFO  (qtp1131476022-8862) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1852284 INFO  (OverseerThreadFactory-2366-thread-1-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection_one
   [junit4]   2> 1852398 INFO  (OverseerStateUpdate-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_one_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36862/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1852399 INFO  (OverseerStateUpdate-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection_one_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43097/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1852727 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1852727 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1852782 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1852782 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1852885 INFO  (zkCallback-1508-thread-1-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1852885 INFO  (zkCallback-1514-thread-1-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1852885 INFO  (zkCallback-1514-thread-2-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1852894 INFO  (zkCallback-1508-thread-2-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1853808 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1853811 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1853829 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.IndexSchema [collection_one_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1853829 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.IndexSchema [collection_one_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1853831 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1853831 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard2_replica_n2' using configuration from collection collection_one, trusted=true
   [junit4]   2> 1853831 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1853831 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard1_replica_n1' using configuration from collection collection_one, trusted=true
   [junit4]   2> 1853831 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43097.solr.core.collection_one.shard2.replica_n2' (registry 'solr.core.collection_one.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@709a0f33
   [junit4]   2> 1853831 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36862.solr.core.collection_one.shard1.replica_n1' (registry 'solr.core.collection_one.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@709a0f33
   [junit4]   2> 1853832 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1853832 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1853832 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore [[collection_one_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_2A00F366B7686AB9-001/tempDir-001/node2/collection_one_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_2A00F366B7686AB9-001/tempDir-001/node2/./collection_one_shard2_replica_n2/data/]
   [junit4]   2> 1853832 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [[collection_one_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_2A00F366B7686AB9-001/tempDir-001/node1/collection_one_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_2A00F366B7686AB9-001/tempDir-001/node1/./collection_one_shard1_replica_n1/data/]
   [junit4]   2> 1854086 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1854086 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1854087 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1854087 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1854088 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12de0bd2[collection_one_shard1_replica_n1] main]
   [junit4]   2> 1854089 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1854100 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1854100 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1854101 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1854101 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1854101 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1854102 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1854102 INFO  (searcherExecutor-2372-thread-1-processing-n:127.0.0.1:36862_solr x:collection_one_shard1_replica_n1 s:shard1 c:collection_one r:core_node3) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [collection_one_shard1_replica_n1] Registered new searcher Searcher@12de0bd2[collection_one_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1854103 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591279806911086592
   [junit4]   2> 1854120 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1854120 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1854120 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36862/solr/collection_one_shard1_replica_n1/
   [junit4]   2> 1854120 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1854120 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:36862/solr/collection_one_shard1_replica_n1/ has no replicas
   [junit4]   2> 1854120 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1854123 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36862/solr/collection_one_shard1_replica_n1/ shard1
   [junit4]   2> 1854124 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@345dda5c[collection_one_shard2_replica_n2] main]
   [junit4]   2> 1854124 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1854124 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1854125 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1854134 INFO  (searcherExecutor-2371-thread-1-processing-n:127.0.0.1:43097_solr x:collection_one_shard2_replica_n2 s:shard2 c:collection_one r:core_node4) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore [collection_one_shard2_replica_n2] Registered new searcher Searcher@345dda5c[collection_one_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1854146 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591279806956175360
   [junit4]   2> 1854163 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1854163 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1854163 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43097/solr/collection_one_shard2_replica_n2/
   [junit4]   2> 1854163 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1854163 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:43097/solr/collection_one_shard2_replica_n2/ has no replicas
   [junit4]   2> 1854163 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1854164 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43097/solr/collection_one_shard2_replica_n2/ shard2
   [junit4]   2> 1854325 INFO  (zkCallback-1508-thread-2-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1854325 INFO  (zkCallback-1508-thread-1-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1854325 INFO  (zkCallback-1514-thread-2-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1854325 INFO  (zkCallback-1514-thread-1-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1854342 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1854381 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1854499 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1771
   [junit4]   2> 1854507 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1725
   [junit4]   2> 1854653 INFO  (qtp1131476022-8862) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1854666 INFO  (zkCallback-1508-thread-2-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1854666 INFO  (zkCallback-1508-thread-1-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1854666 INFO  (zkCallback-1514-thread-1-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1854666 INFO  (zkCallback-1514-thread-2-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_one/state.json] for collection [collection_one] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1855653 INFO  (qtp1131476022-8862) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3386
   [junit4]   2> 1855654 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1855660 INFO  (OverseerThreadFactory-2366-thread-2-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection_two
   [junit4]   2> 1855660 INFO  (OverseerCollectionConfigSetProcessor-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1855913 INFO  (OverseerStateUpdate-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_two",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_two_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43097/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1856138 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1856289 INFO  (zkCallback-1514-thread-1-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1856289 INFO  (zkCallback-1514-thread-2-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1857199 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1857233 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.IndexSchema [collection_two_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1857235 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1857235 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection_two_shard1_replica_n1' using configuration from collection collection_two, trusted=true
   [junit4]   2> 1857236 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43097.solr.core.collection_two.shard1.replica_n1' (registry 'solr.core.collection_two.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@709a0f33
   [junit4]   2> 1857236 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1857236 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [[collection_two_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_2A00F366B7686AB9-001/tempDir-001/node2/collection_two_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_2A00F366B7686AB9-001/tempDir-001/node2/./collection_two_shard1_replica_n1/data/]
   [junit4]   2> 1857383 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1857383 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1857384 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1857384 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1857386 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@42ccd796[collection_two_shard1_replica_n1] main]
   [junit4]   2> 1857399 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1857399 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1857400 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1857400 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591279810368241664
   [junit4]   2> 1857454 INFO  (searcherExecutor-2381-thread-1-processing-n:127.0.0.1:43097_solr x:collection_two_shard1_replica_n1 s:shard1 c:collection_two r:core_node2) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [collection_two_shard1_replica_n1] Registered new searcher Searcher@42ccd796[collection_two_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1857454 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1857454 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1857455 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43097/solr/collection_two_shard1_replica_n1/
   [junit4]   2> 1857455 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1857455 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:43097/solr/collection_two_shard1_replica_n1/ has no replicas
   [junit4]   2> 1857455 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1857493 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43097/solr/collection_two_shard1_replica_n1/ shard1
   [junit4]   2> 1857595 INFO  (zkCallback-1514-thread-2-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1857595 INFO  (zkCallback-1514-thread-1-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1857598 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1857599 INFO  (qtp314980407-8874) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1461
   [junit4]   2> 1857601 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1857714 INFO  (OverseerCollectionConfigSetProcessor-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1857726 INFO  (zkCallback-1514-thread-1-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1857726 INFO  (zkCallback-1514-thread-2-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_two/state.json] for collection [collection_two] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1858602 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2947
   [junit4]   2> 1858647 INFO  (qtp1131476022-8862) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_one:4&wt=javabin&version=2}{add=[1 (1591279811653795840)]} 0 20
   [junit4]   2> 1858699 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1591279811730341888,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1858719 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1858722 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1858722 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:36862/solr/collection_one_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 23
   [junit4]   2> 1858743 INFO  (qtp1131476022-8862) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1591279811776479232,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1858743 INFO  (qtp1131476022-8862) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@247f7a45 commitCommandVersion:1591279811776479232
   [junit4]   2> 1858788 INFO  (qtp1131476022-8862) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6056a992[collection_one_shard1_replica_n1] main]
   [junit4]   2> 1858788 INFO  (qtp1131476022-8862) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1858789 INFO  (searcherExecutor-2372-thread-1-processing-n:127.0.0.1:36862_solr x:collection_one_shard1_replica_n1 s:shard1 c:collection_one r:core_node3) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore [collection_one_shard1_replica_n1] Registered new searcher Searcher@6056a992[collection_one_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C1)))}
   [junit4]   2> 1858790 INFO  (qtp1131476022-8862) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:36862/solr/collection_one_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 46
   [junit4]   2> 1858794 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_one:4&commit=true&wt=javabin&version=2}{commit=} 0 145
   [junit4]   2> 1858842 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_two:4&wt=javabin&version=2}{add=[10 (1591279811862462464), 11 (1591279811880288256)]} 0 17
   [junit4]   2> 1858871 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1591279811910696960,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1858871 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@abd47bb commitCommandVersion:1591279811910696960
   [junit4]   2> 1858951 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12330729[collection_two_shard1_replica_n1] main]
   [junit4]   2> 1858952 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1858953 INFO  (searcherExecutor-2381-thread-1-processing-n:127.0.0.1:43097_solr x:collection_two_shard1_replica_n1 s:shard1 c:collection_two r:core_node2) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore [collection_two_shard1_replica_n1] Registered new searcher Searcher@12330729[collection_two_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C2)))}
   [junit4]   2> 1858953 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_two:4&commit=true&wt=javabin&version=2}{commit=} 0 82
   [junit4]   2> 1858998 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1859117 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=118
   [junit4]   2> 1859122 INFO  (qtp314980407-8878) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.S.Request [collection_one_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=https://127.0.0.1:43097/solr/collection_one_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1517562687081&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 1859150 INFO  (qtp314980407-8875) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=https://127.0.0.1:43097/solr/collection_two_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1517562687081&isShard=true&wt=javabin} hits=2 status=0 QTime=0
   [junit4]   2> 1859173 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=https://127.0.0.1:36862/solr/collection_one_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1517562687081&isShard=true&wt=javabin} hits=1 status=0 QTime=0
   [junit4]   2> 1859174 INFO  (qtp314980407-8878) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&shards.purpose=64&NOW=1517562687081&ids=11,10&isShard=true&collection=collection_one,collection_two&shard.url=https://127.0.0.1:43097/solr/collection_two_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1859174 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&shards.purpose=64&NOW=1517562687081&ids=1&isShard=true&collection=collection_one,collection_two&shard.url=https://127.0.0.1:36862/solr/collection_one_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1859174 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] o.a.s.c.S.Request [collection_one_shard2_replica_n2]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_one:4|collection_two:4&wt=javabin&version=2} hits=3 status=0 QTime=57
   [junit4]   2> 1859175 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=52b13f98-3bfb-45ed-84a6-a175b3cd3515&name=collection_one&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1859176 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=52b13f98-3bfb-45ed-84a6-a175b3cd3515&name=collection_one&action=DELETE&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1859176 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=52b13f98-3bfb-45ed-84a6-a175b3cd3515&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1859177 ERROR (OverseerThreadFactory-2366-thread-4-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: collection_one operation: delete failed:org.apache.solr.common.SolrException: Collection : collection_one is part of alias collection_alias_pair remove or modify the alias before removing this collection.
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:71)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1859177 INFO  (OverseerCollectionConfigSetProcessor-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1859189 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=52b13f98-3bfb-45ed-84a6-a175b3cd3515&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 1859213 INFO  (OverseerThreadFactory-2366-thread-4-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1860194 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=52b13f98-3bfb-45ed-84a6-a175b3cd3515&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1860195 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=52b13f98-3bfb-45ed-84a6-a175b3cd3515&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1860199 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=52b13f98-3bfb-45ed-84a6-a175b3cd3515&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1860230 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=52b13f98-3bfb-45ed-84a6-a175b3cd3515&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=31
   [junit4]   2> 1860231 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1860242 INFO  (OverseerCollectionConfigSetProcessor-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1860344 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=113
   [junit4]   2> 1860345 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&name=collection_one&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1860346 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&name=collection_one&action=DELETE&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1860346 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1860347 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1860392 INFO  (OverseerThreadFactory-2366-thread-5-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1860392 INFO  (OverseerCollectionConfigSetProcessor-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000007 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1860433 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection_one_shard1_replica_n1&async=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349164468&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1860433 INFO  (parallelCoreAdminExecutor-2367-thread-1-processing-n:127.0.0.1:36862_solr ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349164468 UNLOAD) [n:127.0.0.1:36862_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard1.replica_n1, tag=null
   [junit4]   2> 1860433 INFO  (parallelCoreAdminExecutor-2367-thread-1-processing-n:127.0.0.1:36862_solr ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349164468 UNLOAD) [n:127.0.0.1:36862_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4cbc8c63: rootName = solr_36862, domain = solr.core.collection_one.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection_one.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@710355d6
   [junit4]   2> 1860456 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection_one_shard2_replica_n2&async=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349222993&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=23
   [junit4]   2> 1860462 INFO  (parallelCoreAdminExecutor-2369-thread-1-processing-n:127.0.0.1:43097_solr ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349222993 UNLOAD) [n:127.0.0.1:43097_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard2.replica_n2, tag=null
   [junit4]   2> 1860462 INFO  (parallelCoreAdminExecutor-2369-thread-1-processing-n:127.0.0.1:43097_solr ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349222993 UNLOAD) [n:127.0.0.1:43097_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@260014e: rootName = solr_43097, domain = solr.core.collection_one.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection_one.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@6d4c3f26
   [junit4]   2> 1860473 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349164468
   [junit4]   2> 1860509 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349164468&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=36
   [junit4]   2> 1860524 INFO  (parallelCoreAdminExecutor-2369-thread-1-processing-n:127.0.0.1:43097_solr ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349222993 UNLOAD) [n:127.0.0.1:43097_solr    ] o.a.s.c.SolrCore [collection_one_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@361161d1
   [junit4]   2> 1860525 INFO  (parallelCoreAdminExecutor-2369-thread-1-processing-n:127.0.0.1:43097_solr ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349222993 UNLOAD) [n:127.0.0.1:43097_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard2.replica_n2, tag=907108817
   [junit4]   2> 1860525 INFO  (parallelCoreAdminExecutor-2369-thread-1-processing-n:127.0.0.1:43097_solr ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349222993 UNLOAD) [n:127.0.0.1:43097_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_one.shard2.leader, tag=907108817
   [junit4]   2> 1860548 INFO  (parallelCoreAdminExecutor-2367-thread-1-processing-n:127.0.0.1:36862_solr ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349164468 UNLOAD) [n:127.0.0.1:36862_solr    ] o.a.s.c.SolrCore [collection_one_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2997e441
   [junit4]   2> 1860548 INFO  (parallelCoreAdminExecutor-2367-thread-1-processing-n:127.0.0.1:36862_solr ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349164468 UNLOAD) [n:127.0.0.1:36862_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_one.shard1.replica_n1, tag=697820225
   [junit4]   2> 1860548 INFO  (parallelCoreAdminExecutor-2367-thread-1-processing-n:127.0.0.1:36862_solr ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349164468 UNLOAD) [n:127.0.0.1:36862_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_one.shard1.leader, tag=697820225
   [junit4]   2> 1861348 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1861348 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1861565 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349164468
   [junit4]   2> 1861565 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349164468&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1861574 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349222993
   [junit4]   2> 1861574 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb2017020349222993&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1862357 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1862365 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 1862484 INFO  (OverseerThreadFactory-2366-thread-5-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1863369 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1863370 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1863371 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1863371 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=ea713e7c-79bd-4024-b42f-8dcaf31bb6cb&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1863373 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_two:4&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 1863428 ERROR (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[2A00F366B7686AB9]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection [collection_one] failed due to (404) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36862/solr/collection_one: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
   [junit4]   2> <title>Error 404 Can not find: /solr/collection_one/select</title>
   [junit4]   2> </head>
   [junit4]   2> <body><h2>HTTP ERROR 404</h2>
   [junit4]   2> <p>Problem accessing /solr/collection_one/select. Reason:
   [junit4]   2> <pre>    Can not find: /solr/collection_one/select</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>
   [junit4]   2> 
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry? 0
   [junit4]   2> 1863479 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params async=c2676997-b40d-46e3-8d28-fbce25145f2b&name=collection_alias_pair&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1863543 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=c2676997-b40d-46e3-8d28-fbce25145f2b&name=collection_alias_pair&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=63
   [junit4]   2> 1863543 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=c2676997-b40d-46e3-8d28-fbce25145f2b&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1863580 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c2676997-b40d-46e3-8d28-fbce25145f2b&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=36
   [junit4]   2> 1863582 INFO  (OverseerCollectionConfigSetProcessor-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1863583 INFO  (OverseerThreadFactory-2366-thread-5-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1864597 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=c2676997-b40d-46e3-8d28-fbce25145f2b&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1864617 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c2676997-b40d-46e3-8d28-fbce25145f2b&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 1864618 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=c2676997-b40d-46e3-8d28-fbce25145f2b&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1864618 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c2676997-b40d-46e3-8d28-fbce25145f2b&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1864618 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=2e3dc414-54f5-484d-aad2-c980b2454be9&name=collection_two&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1864620 INFO  (OverseerCollectionConfigSetProcessor-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1864633 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=2e3dc414-54f5-484d-aad2-c980b2454be9&name=collection_two&action=DELETE&wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 1864633 INFO  (OverseerThreadFactory-2366-thread-5-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1864633 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=2e3dc414-54f5-484d-aad2-c980b2454be9&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1864634 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=2e3dc414-54f5-484d-aad2-c980b2454be9&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1864664 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection_two_shard1_replica_n1&async=2e3dc414-54f5-484d-aad2-c980b2454be92017024590937502&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=27
   [junit4]   2> 1864664 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2e3dc414-54f5-484d-aad2-c980b2454be92017024590937502
   [junit4]   2> 1864664 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=2e3dc414-54f5-484d-aad2-c980b2454be92017024590937502&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1864665 INFO  (parallelCoreAdminExecutor-2369-thread-2-processing-n:127.0.0.1:43097_solr 2e3dc414-54f5-484d-aad2-c980b2454be92017024590937502 UNLOAD) [n:127.0.0.1:43097_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_two.shard1.replica_n1, tag=null
   [junit4]   2> 1864665 INFO  (parallelCoreAdminExecutor-2369-thread-2-processing-n:127.0.0.1:43097_solr 2e3dc414-54f5-484d-aad2-c980b2454be92017024590937502 UNLOAD) [n:127.0.0.1:43097_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2257adac: rootName = solr_43097, domain = solr.core.collection_two.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection_two.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@3898d5e2
   [junit4]   2> 1864700 INFO  (parallelCoreAdminExecutor-2369-thread-2-processing-n:127.0.0.1:43097_solr 2e3dc414-54f5-484d-aad2-c980b2454be92017024590937502 UNLOAD) [n:127.0.0.1:43097_solr    ] o.a.s.c.SolrCore [collection_two_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6e02849c
   [junit4]   2> 1864700 INFO  (parallelCoreAdminExecutor-2369-thread-2-processing-n:127.0.0.1:43097_solr 2e3dc414-54f5-484d-aad2-c980b2454be92017024590937502 UNLOAD) [n:127.0.0.1:43097_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_two.shard1.replica_n1, tag=1845658780
   [junit4]   2> 1864700 INFO  (parallelCoreAdminExecutor-2369-thread-2-processing-n:127.0.0.1:43097_solr 2e3dc414-54f5-484d-aad2-c980b2454be92017024590937502 UNLOAD) [n:127.0.0.1:43097_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_two.shard1.leader, tag=1845658780
   [junit4]   2> 1865642 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=2e3dc414-54f5-484d-aad2-c980b2454be9&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1865658 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=2e3dc414-54f5-484d-aad2-c980b2454be9&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 1865678 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2e3dc414-54f5-484d-aad2-c980b2454be92017024590937502
   [junit4]   2> 1865678 INFO  (qtp314980407-8876) [n:127.0.0.1:43097_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=2e3dc414-54f5-484d-aad2-c980b2454be92017024590937502&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1866402 INFO  (OverseerThreadFactory-2366-thread-5-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000011 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1866638 INFO  (OverseerCollectionConfigSetProcessor-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000011 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1866675 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=2e3dc414-54f5-484d-aad2-c980b2454be9&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1866675 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=2e3dc414-54f5-484d-aad2-c980b2454be9&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1866676 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=2e3dc414-54f5-484d-aad2-c980b2454be9&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1866676 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=2e3dc414-54f5-484d-aad2-c980b2454be9&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1866676 INFO  (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[2A00F366B7686AB9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteOneOfTwoCollectionsAliased
   [junit4]   2> 1866677 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1866677 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1866677 INFO  (TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[2A00F366B7686AB9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1867178 INFO  (TEST-AliasIntegrationTest.testModifyMetadataCAR-seed#[2A00F366B7686AB9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testModifyMetadataCAR
   [junit4]   2> 1867181 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1867182 INFO  (qtp1131476022-8864) [n:127.0.0.1:36862_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1867183 INFO  (qtp1131476022-8863) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1867184 INFO  (OverseerThreadFactory-2366-thread-5-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1meta
   [junit4]   2> 1867429 INFO  (OverseerStateUpdate-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43097/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1867431 INFO  (OverseerStateUpdate-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36862/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1867647 INFO  (qtp314980407-8877) [n:127.0.0.1:43097_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1867649 INFO  (qtp1131476022-8859) [n:127.0.0.1:36862_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1867764 INFO  (zkCallback-1514-thread-2-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1867764 INFO  (zkCallback-1514-thread-1-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurr

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

  [junit4]   2> 1938879 INFO  (jetty-closer-1497-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43097_solr
   [junit4]   2> 1938879 INFO  (jetty-closer-1497-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1938883 INFO  (jetty-closer-1497-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1938883 INFO  (jetty-closer-1497-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47cc0d2: rootName = solr_36862, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@74b49863
   [junit4]   2> 1938895 INFO  (zkCallback-1514-thread-1-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1938895 INFO  (zkCallback-1508-thread-3-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1938907 WARN  (zkCallback-1514-thread-1-processing-n:127.0.0.1:43097_solr) [n:127.0.0.1:43097_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:43097_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:43097_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:882)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1938908 INFO  (jetty-closer-1497-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36862_solr
   [junit4]   2> 1938909 INFO  (jetty-closer-1497-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1938909 INFO  (zkCallback-1508-thread-3-processing-n:127.0.0.1:36862_solr) [n:127.0.0.1:36862_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1938911 INFO  (jetty-closer-1497-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5d1f6b62{/solr,null,UNAVAILABLE}
   [junit4]   2> 1938929 INFO  (jetty-closer-1497-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1938943 INFO  (jetty-closer-1497-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72189780819574788-127.0.0.1:36862_solr-n_0000000000) closing
   [junit4]   2> 1938959 INFO  (OverseerStateUpdate-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36862_solr
   [junit4]   2> 1938992 WARN  (OverseerAutoScalingTriggerThread-72189780819574788-127.0.0.1:36862_solr-n_0000000000) [n:127.0.0.1:36862_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1939061 INFO  (jetty-closer-1497-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4e1c4037{/solr,null,UNAVAILABLE}
   [junit4]   2> 1939063 INFO  (jetty-closer-1497-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1939063 ERROR (SUITE-AliasIntegrationTest-seed#[2A00F366B7686AB9]-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> 1939064 INFO  (SUITE-AliasIntegrationTest-seed#[2A00F366B7686AB9]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45600 45600
   [junit4]   2> 1939325 INFO  (Thread-3161) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45600 45600
   [junit4]   2> 1939342 WARN  (Thread-3161) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/aliases.json
   [junit4]   2> 	16	/solr/configs/conf
   [junit4]   2> 	9	/solr/collections/collection2meta/terms/shard1
   [junit4]   2> 	8	/solr/collections/collection1meta/terms/shard2
   [junit4]   2> 	8	/solr/collections/collection1meta/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection_two/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection_one/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection_old/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection_old/terms/shard1
   [junit4]   2> 	3	/solr/collections/testErrorChecks-collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection_new/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection_one/terms/shard1
   [junit4]   2> 	2	/solr/collections/testErrorChecks-collection/terms/shard2
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	226	/solr/aliases.json
   [junit4]   2> 	46	/solr/collections/collection1meta/state.json
   [junit4]   2> 	22	/solr/collections/collection2meta/state.json
   [junit4]   2> 	21	/solr/clusterprops.json
   [junit4]   2> 	21	/solr/clusterstate.json
   [junit4]   2> 	11	/solr/collections/collection_one/state.json
   [junit4]   2> 	11	/solr/collections/collection1/state.json
   [junit4]   2> 	11	/solr/collections/collection_old/state.json
   [junit4]   2> 	11	/solr/collections/testErrorChecks-collection/state.json
   [junit4]   2> 	6	/solr/collections/collection_two/state.json
   [junit4]   2> 	6	/solr/collections/collection_new/state.json
   [junit4]   2> 	6	/solr/collections/collection2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	186	/solr/collections
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_2A00F366B7686AB9-001
   [junit4]   2> Feb 02, 2018 9:12:47 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), sim=RandomSimilarity(queryNorm=true): {}, locale=es-DO, timezone=CST6CDT
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=107262512,total=520617984
   [junit4]   2> NOTE: All tests run in this JVM: [ResponseLogComponentTest, HLLUtilTest, CoreAdminHandlerTest, AnalysisAfterCoreReloadTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, SpellCheckComponentTest, DateMathParserTest, CopyFieldTest, TestSchemaResource, TestScoreJoinQPNoScore, FileBasedSpellCheckerTest, TermVectorComponentTest, NodeMutatorTest, TestLFUCache, TestCoreAdminApis, TestTlogReplica, SimpleCollectionCreateDeleteTest, NotRequiredUniqueKeyTest, MoveReplicaHDFSTest, TestCoreDiscovery, UniqFieldsUpdateProcessorFactoryTest, TestRandomDVFaceting, CdcrReplicationHandlerTest, PingRequestHandlerTest, TestCodecSupport, TestShortCircuitedRequests, MinimalSchemaTest, TestDFRSimilarityFactory, TestRangeQuery, TestDynamicFieldResource, WordBreakSolrSpellCheckerTest, TestUtils, AssignTest, TestUnifiedSolrHighlighter, TestLMJelinekMercerSimilarityFactory, TestPushWriter, TimeRoutedAliasUpdateProcessorTest, LeaderFailureAfterFreshStartTest, TestConfigSetsAPIZkFailure, TestExpandComponent, DistributedFacetPivotLongTailTest, TestDocBasedVersionConstraints, TestBinaryResponseWriter, ReplaceNodeTest, RecoveryAfterSoftCommitTest, ReturnFieldsTest, TestGeoJSONResponseWriter, TestMultiValuedNumericRangeQuery, OverseerStatusTest, AliasIntegrationTest]
   [junit4] Completed [212/774 (1!)] on J2 in 90.05s, 8 tests, 1 failure <<< FAILURES!

[...truncated 50115 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 137 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/137/

5 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([3C08F93888ED514E:ED6847F1A8414217]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.AliasIntegrationTest.checkFooAndBarMeta(AliasIntegrationTest.java:283)
	at org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1(AliasIntegrationTest.java:251)
	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.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:35719/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:37533/solr/test_col_shard5_replica_n16: Server Error    request: http://127.0.0.1:37533/solr/test_col_shard5_replica_n16/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A35719%2Fsolr%2Ftest_col_shard3_replica_n8%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:34673/solr/test_col_shard5_replica_n14/ update: org.apache.solr.client.solrj.request.UpdateRequest@7449f6b0

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:35719/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:37533/solr/test_col_shard5_replica_n16: Server Error



request: http://127.0.0.1:37533/solr/test_col_shard5_replica_n16/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A35719%2Fsolr%2Ftest_col_shard3_replica_n8%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:34673/solr/test_col_shard5_replica_n14/ update: org.apache.solr.client.solrj.request.UpdateRequest@7449f6b0
	at __randomizedtesting.SeedInfo.seed([3C08F93888ED514E:A1C9B7E02B06B5F]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:283)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:195)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:35719/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:37533/solr/test_col_shard5_replica_n16: Server Error



request: http://127.0.0.1:37533/solr/test_col_shard5_replica_n16/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A35719%2Fsolr%2Ftest_col_shard3_replica_n8%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:34673/solr/test_col_shard5_replica_n14/ update: org.apache.solr.client.solrj.request.UpdateRequest@7449f6b0
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:411)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35719/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:37533/solr/test_col_shard5_replica_n16: Server Error



request: http://127.0.0.1:37533/solr/test_col_shard5_replica_n16/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A35719%2Fsolr%2Ftest_col_shard3_replica_n8%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:34673/solr/test_col_shard5_replica_n14/ update: org.apache.solr.client.solrj.request.UpdateRequest@7449f6b0
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399)
	... 6 more


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 8 in https://127.0.0.1:46795/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 8 in https://127.0.0.1:46795/solr
	at __randomizedtesting.SeedInfo.seed([3C08F93888ED514E:FDF88094A5BD9BE9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:885)
	at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:599)
	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.api.collections.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([3C08F93888ED514E:C5456A97B4981CC4]: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.api.collections.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:282)
	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)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([3C08F93888ED514E:6140E7B1472BF701]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate(TestLargeCluster.java:547)
	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 12477 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestLargeCluster
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestLargeCluster_3C08F93888ED514E-001/init-core-data-001
   [junit4]   2> 134394 WARN  (SUITE-TestLargeCluster-seed#[3C08F93888ED514E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=50 numCloses=50
   [junit4]   2> 134395 INFO  (SUITE-TestLargeCluster-seed#[3C08F93888ED514E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 134397 INFO  (SUITE-TestLargeCluster-seed#[3C08F93888ED514E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 134397 INFO  (SUITE-TestLargeCluster-seed#[3C08F93888ED514E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 134560 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 134561 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 0
   [junit4]   2> 134561 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10043_solr, 127.0.0.1:10004_solr, 127.0.0.1:10018_solr, 127.0.0.1:10057_solr, 127.0.0.1:10049_solr, 127.0.0.1:10026_solr, 127.0.0.1:10012_solr, 127.0.0.1:10020_solr, 127.0.0.1:10065_solr, 127.0.0.1:10060_solr, 127.0.0.1:10005_solr, 127.0.0.1:10013_solr, 127.0.0.1:10021_solr, 127.0.0.1:10058_solr, 127.0.0.1:10066_solr, 127.0.0.1:10035_solr, 127.0.0.1:10051_solr, 127.0.0.1:10019_solr, 127.0.0.1:10027_solr, 127.0.0.1:10022_solr, 127.0.0.1:10039_solr, 127.0.0.1:10033_solr, 127.0.0.1:10025_solr, 127.0.0.1:10017_solr, 127.0.0.1:10047_solr, 127.0.0.1:10044_solr, 127.0.0.1:10028_solr, 127.0.0.1:10036_solr, 127.0.0.1:10052_solr, 127.0.0.1:10006_solr, 127.0.0.1:10041_solr, 127.0.0.1:10009_solr, 127.0.0.1:10000_solr, 127.0.0.1:10030_solr, 127.0.0.1:10014_solr, 127.0.0.1:10003_solr, 127.0.0.1:10011_solr, 127.0.0.1:10001_solr, 127.0.0.1:10040_solr, 127.0.0.1:10054_solr, 127.0.0.1:10046_solr, 127.0.0.1:10068_solr, 127.0.0.1:10063_solr, 127.0.0.1:10071_solr, 127.0.0.1:10023_solr, 127.0.0.1:10007_solr, 127.0.0.1:10015_solr, 127.0.0.1:10055_solr, 127.0.0.1:10069_solr, 127.0.0.1:10010_solr, 127.0.0.1:10016_solr, 127.0.0.1:10062_solr, 127.0.0.1:10070_solr, 127.0.0.1:10038_solr, 127.0.0.1:10032_solr, 127.0.0.1:10008_solr, 127.0.0.1:10024_solr, 127.0.0.1:10061_solr, 127.0.0.1:10067_solr, 127.0.0.1:10050_solr, 127.0.0.1:10002_solr, 127.0.0.1:10031_solr, 127.0.0.1:10034_solr, 127.0.0.1:10045_solr, 127.0.0.1:10037_solr, 127.0.0.1:10042_solr, 127.0.0.1:10029_solr, 127.0.0.1:10053_solr, 127.0.0.1:10059_solr, 127.0.0.1:10048_solr, 127.0.0.1:10056_solr, 127.0.0.1:10064_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 134561 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 134561 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 134596 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 134597 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
   [junit4]   2> 134597 DEBUG (ScheduledTrigger-152-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 134617 DEBUG (ScheduledTrigger-152-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 134642 INFO  (TEST-TestLargeCluster.testAddNode-seed#[3C08F93888ED514E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAddNode
   [junit4]   2> 134642 DEBUG (TEST-TestLargeCluster.testAddNode-seed#[3C08F93888ED514E]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 134643 INFO  (TEST-TestLargeCluster.testAddNode-seed#[3C08F93888ED514E]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 134644 DEBUG (TEST-TestLargeCluster.testAddNode-seed#[3C08F93888ED514E]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 134649 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 134714 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 134714 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 134715 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10082_solr, 127.0.0.1:10004_solr, 127.0.0.1:10018_solr, 127.0.0.1:10049_solr, 127.0.0.1:10020_solr, 127.0.0.1:10065_solr, 127.0.0.1:10021_solr, 127.0.0.1:10005_solr, 127.0.0.1:10066_solr, 127.0.0.1:10035_solr, 127.0.0.1:10051_solr, 127.0.0.1:10019_solr, 127.0.0.1:10096_solr, 127.0.0.1:10022_solr, 127.0.0.1:10033_solr, 127.0.0.1:10017_solr, 127.0.0.1:10047_solr, 127.0.0.1:10095_solr, 127.0.0.1:10081_solr, 127.0.0.1:10084_solr, 127.0.0.1:10036_solr, 127.0.0.1:10052_solr, 127.0.0.1:10006_solr, 127.0.0.1:10079_solr, 127.0.0.1:10098_solr, 127.0.0.1:10003_solr, 127.0.0.1:10001_solr, 127.0.0.1:10054_solr, 127.0.0.1:10099_solr, 127.0.0.1:10071_solr, 127.0.0.1:10023_solr, 127.0.0.1:10076_solr, 127.0.0.1:10007_solr, 127.0.0.1:10055_solr, 127.0.0.1:10010_solr, 127.0.0.1:10016_solr, 127.0.0.1:10070_solr, 127.0.0.1:10077_solr, 127.0.0.1:10038_solr, 127.0.0.1:10032_solr, 127.0.0.1:10093_solr, 127.0.0.1:10061_solr, 127.0.0.1:10067_solr, 127.0.0.1:10086_solr, 127.0.0.1:10089_solr, 127.0.0.1:10045_solr, 127.0.0.1:10042_solr, 127.0.0.1:10029_solr, 127.0.0.1:10083_solr, 127.0.0.1:10080_solr, 127.0.0.1:10048_solr, 127.0.0.1:10064_solr, 127.0.0.1:10043_solr, 127.0.0.1:10057_solr, 127.0.0.1:10074_solr, 127.0.0.1:10026_solr, 127.0.0.1:10012_solr, 127.0.0.1:10060_solr, 127.0.0.1:10073_solr, 127.0.0.1:10058_solr, 127.0.0.1:10013_solr, 127.0.0.1:10090_solr, 127.0.0.1:10088_solr, 127.0.0.1:10027_solr, 127.0.0.1:10039_solr, 127.0.0.1:10025_solr, 127.0.0.1:10044_solr, 127.0.0.1:10028_solr, 127.0.0.1:10092_solr, 127.0.0.1:10041_solr, 127.0.0.1:10087_solr, 127.0.0.1:10009_solr, 127.0.0.1:10000_solr, 127.0.0.1:10030_solr, 127.0.0.1:10014_solr, 127.0.0.1:10011_solr, 127.0.0.1:10040_solr, 127.0.0.1:10085_solr, 127.0.0.1:10046_solr, 127.0.0.1:10068_solr, 127.0.0.1:10063_solr, 127.0.0.1:10015_solr, 127.0.0.1:10069_solr, 127.0.0.1:10062_solr, 127.0.0.1:10008_solr, 127.0.0.1:10024_solr, 127.0.0.1:10050_solr, 127.0.0.1:10075_solr, 127.0.0.1:10078_solr, 127.0.0.1:10002_solr, 127.0.0.1:10097_solr, 127.0.0.1:10031_solr, 127.0.0.1:10034_solr, 127.0.0.1:10091_solr, 127.0.0.1:10094_solr, 127.0.0.1:10037_solr, 127.0.0.1:10053_solr, 127.0.0.1:10059_solr, 127.0.0.1:10056_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 134715 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion -1
   [junit4]   2> 134715 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 134715 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 134715 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 134767 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 134787 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135050 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135075 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135095 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135111 DEBUG (simCloudManagerPool-154-thread-1) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 135111 DEBUG (simCloudManagerPool-154-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 135113 DEBUG (simCloudManagerPool-154-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10082_solr, 127.0.0.1:10004_solr, 127.0.0.1:10018_solr, 127.0.0.1:10049_solr, 127.0.0.1:10020_solr, 127.0.0.1:10065_solr, 127.0.0.1:10021_solr, 127.0.0.1:10005_solr, 127.0.0.1:10066_solr, 127.0.0.1:10035_solr, 127.0.0.1:10051_solr, 127.0.0.1:10019_solr, 127.0.0.1:10096_solr, 127.0.0.1:10022_solr, 127.0.0.1:10033_solr, 127.0.0.1:10017_solr, 127.0.0.1:10047_solr, 127.0.0.1:10095_solr, 127.0.0.1:10081_solr, 127.0.0.1:10084_solr, 127.0.0.1:10036_solr, 127.0.0.1:10052_solr, 127.0.0.1:10006_solr, 127.0.0.1:10079_solr, 127.0.0.1:10098_solr, 127.0.0.1:10003_solr, 127.0.0.1:10001_solr, 127.0.0.1:10054_solr, 127.0.0.1:10099_solr, 127.0.0.1:10071_solr, 127.0.0.1:10023_solr, 127.0.0.1:10076_solr, 127.0.0.1:10007_solr, 127.0.0.1:10055_solr, 127.0.0.1:10010_solr, 127.0.0.1:10016_solr, 127.0.0.1:10070_solr, 127.0.0.1:10077_solr, 127.0.0.1:10038_solr, 127.0.0.1:10032_solr, 127.0.0.1:10093_solr, 127.0.0.1:10061_solr, 127.0.0.1:10067_solr, 127.0.0.1:10086_solr, 127.0.0.1:10089_solr, 127.0.0.1:10045_solr, 127.0.0.1:10042_solr, 127.0.0.1:10029_solr, 127.0.0.1:10083_solr, 127.0.0.1:10080_solr, 127.0.0.1:10048_solr, 127.0.0.1:10064_solr, 127.0.0.1:10043_solr, 127.0.0.1:10057_solr, 127.0.0.1:10074_solr, 127.0.0.1:10026_solr, 127.0.0.1:10012_solr, 127.0.0.1:10060_solr, 127.0.0.1:10073_solr, 127.0.0.1:10058_solr, 127.0.0.1:10013_solr, 127.0.0.1:10090_solr, 127.0.0.1:10088_solr, 127.0.0.1:10027_solr, 127.0.0.1:10039_solr, 127.0.0.1:10025_solr, 127.0.0.1:10044_solr, 127.0.0.1:10028_solr, 127.0.0.1:10092_solr, 127.0.0.1:10041_solr, 127.0.0.1:10087_solr, 127.0.0.1:10009_solr, 127.0.0.1:10000_solr, 127.0.0.1:10030_solr, 127.0.0.1:10014_solr, 127.0.0.1:10011_solr, 127.0.0.1:10040_solr, 127.0.0.1:10085_solr, 127.0.0.1:10046_solr, 127.0.0.1:10068_solr, 127.0.0.1:10063_solr, 127.0.0.1:10015_solr, 127.0.0.1:10069_solr, 127.0.0.1:10062_solr, 127.0.0.1:10008_solr, 127.0.0.1:10024_solr, 127.0.0.1:10050_solr, 127.0.0.1:10075_solr, 127.0.0.1:10078_solr, 127.0.0.1:10002_solr, 127.0.0.1:10097_solr, 127.0.0.1:10031_solr, 127.0.0.1:10034_solr, 127.0.0.1:10091_solr, 127.0.0.1:10094_solr, 127.0.0.1:10037_solr, 127.0.0.1:10053_solr, 127.0.0.1:10059_solr, 127.0.0.1:10056_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 135131 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135167 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135168 DEBUG (simCloudManagerPool-154-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:10082_solr, 127.0.0.1:10004_solr, 127.0.0.1:10018_solr, 127.0.0.1:10049_solr, 127.0.0.1:10020_solr, 127.0.0.1:10065_solr, 127.0.0.1:10021_solr, 127.0.0.1:10005_solr, 127.0.0.1:10066_solr, 127.0.0.1:10035_solr, 127.0.0.1:10051_solr, 127.0.0.1:10019_solr, 127.0.0.1:10096_solr, 127.0.0.1:10022_solr, 127.0.0.1:10033_solr, 127.0.0.1:10017_solr, 127.0.0.1:10047_solr, 127.0.0.1:10095_solr, 127.0.0.1:10081_solr, 127.0.0.1:10084_solr, 127.0.0.1:10036_solr, 127.0.0.1:10052_solr, 127.0.0.1:10006_solr, 127.0.0.1:10079_solr, 127.0.0.1:10098_solr, 127.0.0.1:10003_solr, 127.0.0.1:10001_solr, 127.0.0.1:10054_solr, 127.0.0.1:10099_solr, 127.0.0.1:10071_solr, 127.0.0.1:10023_solr, 127.0.0.1:10076_solr, 127.0.0.1:10007_solr, 127.0.0.1:10055_solr, 127.0.0.1:10010_solr, 127.0.0.1:10016_solr, 127.0.0.1:10070_solr, 127.0.0.1:10077_solr, 127.0.0.1:10038_solr, 127.0.0.1:10032_solr, 127.0.0.1:10093_solr, 127.0.0.1:10061_solr, 127.0.0.1:10067_solr, 127.0.0.1:10086_solr, 127.0.0.1:10089_solr, 127.0.0.1:10045_solr, 127.0.0.1:10042_solr, 127.0.0.1:10029_solr, 127.0.0.1:10083_solr, 127.0.0.1:10080_solr, 127.0.0.1:10048_solr, 127.0.0.1:10064_solr, 127.0.0.1:10043_solr, 127.0.0.1:10057_solr, 127.0.0.1:10074_solr, 127.0.0.1:10026_solr, 127.0.0.1:10012_solr, 127.0.0.1:10060_solr, 127.0.0.1:10073_solr, 127.0.0.1:10058_solr, 127.0.0.1:10013_solr, 127.0.0.1:10090_solr, 127.0.0.1:10088_solr, 127.0.0.1:10027_solr, 127.0.0.1:10039_solr, 127.0.0.1:10025_solr, 127.0.0.1:10044_solr, 127.0.0.1:10028_solr, 127.0.0.1:10092_solr, 127.0.0.1:10041_solr, 127.0.0.1:10087_solr, 127.0.0.1:10009_solr, 127.0.0.1:10000_solr, 127.0.0.1:10030_solr, 127.0.0.1:10014_solr, 127.0.0.1:10011_solr, 127.0.0.1:10040_solr, 127.0.0.1:10085_solr, 127.0.0.1:10046_solr, 127.0.0.1:10068_solr, 127.0.0.1:10063_solr, 127.0.0.1:10015_solr, 127.0.0.1:10069_solr, 127.0.0.1:10062_solr, 127.0.0.1:10008_solr, 127.0.0.1:10024_solr, 127.0.0.1:10050_solr, 127.0.0.1:10075_solr, 127.0.0.1:10078_solr, 127.0.0.1:10002_solr, 127.0.0.1:10097_solr, 127.0.0.1:10031_solr, 127.0.0.1:10034_solr, 127.0.0.1:10091_solr, 127.0.0.1:10094_solr, 127.0.0.1:10037_solr, 127.0.0.1:10053_solr, 127.0.0.1:10059_solr, 127.0.0.1:10056_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 135168 DEBUG (simCloudManagerPool-154-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=5, actions=[{name=compute, class=org.apache.solr.cloud.autoscaling.ComputePlanAction}, {name=execute, class=org.apache.solr.cloud.autoscaling.ExecutePlanAction}], enabled=true}
   [junit4]   2> 135168 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 135169 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 135175 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135175 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135188 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135212 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135212 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135212 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135256 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135256 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135256 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135289 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135337 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135354 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135354 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135357 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135374 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135374 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135378 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135398 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135398 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135398 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135434 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135434 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135435 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135455 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135455 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135455 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135488 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135488 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135489 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135509 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135509 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135524 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135540 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135540 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135560 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135560 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135560 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135580 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135580 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135580 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135601 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135601 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135601 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135629 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135629 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135629 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135649 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135649 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135649 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135690 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135690 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135690 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135710 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135710 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135710 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135730 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135730 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135730 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135750 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135750 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135751 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135783 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135783 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135783 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135803 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135803 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135803 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135823 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135823 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135824 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135844 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135844 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135844 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135864 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135864 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135864 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135884 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135884 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135884 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135905 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135905 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135905 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135925 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135925 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135925 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135957 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135957 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135957 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135977 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135977 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135977 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 135998 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 135998 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 135998 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136026 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136026 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136026 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136046 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136046 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136046 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136066 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136067 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136067 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136092 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136092 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136092 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136112 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136112 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136112 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136164 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136164 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136164 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136192 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136192 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136192 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136212 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136212 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136212 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136233 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136233 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136233 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136261 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136261 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136261 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136289 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136289 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136290 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136310 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136310 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136310 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136330 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136330 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136330 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136350 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136350 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136350 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136390 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136391 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136391 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136411 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136411 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136411 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136431 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136431 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136431 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136451 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136451 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136451 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136471 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136471 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136472 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136504 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136504 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136504 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136528 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136528 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136528 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136569 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136569 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136569 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136605 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136605 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136605 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136642 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136642 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136642 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136678 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136678 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136678 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136715 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136715 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136715 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136751 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136751 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136751 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136787 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136788 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136788 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136824 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136824 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136824 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136860 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136861 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136861 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136897 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136897 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136897 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136917 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136917 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136917 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136950 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136950 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136950 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 136978 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 136978 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 136978 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137010 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137011 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137011 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137047 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137047 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137047 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137084 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137084 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137084 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137120 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137120 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137120 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137156 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137156 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137156 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137193 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137193 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137193 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137229 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137229 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137229 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137266 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137266 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137266 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137302 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137302 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137302 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137338 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137339 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137339 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137375 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137375 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137375 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137411 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137411 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137411 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137432 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137432 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137432 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137452 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137452 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137452 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137484 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137484 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137484 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137504 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137505 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137505 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137533 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137533 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137533 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137569 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137569 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137569 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137602 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137602 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137602 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137626 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137626 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137626 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137646 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137646 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137646 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137670 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137670 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137670 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137691 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137691 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137691 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137711 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137711 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137711 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137731 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137731 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137731 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137751 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137751 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137752 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137780 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137780 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137780 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137800 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137800 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137800 DEBUG (ScheduledTrigger-155-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137820 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137820 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137820 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137857 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137857 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137857 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137893 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137893 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137893 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137914 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137914 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137914 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137934 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137934 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137934 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137954 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137954 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137954 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 137990 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 137991 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 137991 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138011 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138011 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138011 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138031 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138031 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138031 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138051 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138051 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138051 DEBUG (ScheduledTrigger-155-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138072 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138072 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138072 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138092 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138092 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138092 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138112 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138112 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138112 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138132 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138132 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138132 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138153 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138153 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138153 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138173 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138173 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138173 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138193 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138193 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138193 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138213 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138213 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138213 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138234 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138234 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138234 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138254 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138254 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138254 DEBUG (ScheduledTrigger-155-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138274 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138274 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 138274 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 100
   [junit4]   2> 138294 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 138294 DEBUG (ScheduledTrigger-155-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [j

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

.0.0.1:34270_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 5334684 INFO  (jetty-closer-4795-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@367a04b0{/solr,null,UNAVAILABLE}
   [junit4]   2> 5334896 INFO  (jetty-closer-4795-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 5334924 INFO  (jetty-closer-4795-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3a2a5db2{/solr,null,UNAVAILABLE}
   [junit4]   2> 5334924 INFO  (jetty-closer-4795-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 5334960 ERROR (SUITE-TestTlogReplica-seed#[3C08F93888ED514E]-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> 5334976 INFO  (SUITE-TestTlogReplica-seed#[3C08F93888ED514E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36765 36765
   [junit4]   2> 5335094 INFO  (Thread-8733) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36765 36765
   [junit4]   2> 5335095 WARN  (Thread-8733) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	33	/solr/configs/conf
   [junit4]   2> 	26	/solr/collections/tlog_replica_test_create_delete/terms/shard1
   [junit4]   2> 	24	/solr/collections/tlog_replica_test_create_delete/terms/shard2
   [junit4]   2> 	12	/solr/collections/tlog_replica_test_recovery/terms/shard1
   [junit4]   2> 	11	/solr/collections/tlog_replica_test_remove_leader/terms/shard1
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	9	/solr/collections/tlog_replica_test_basic_leader_election/terms/shard1
   [junit4]   2> 	9	/solr/security.json
   [junit4]   2> 	8	/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/terms/shard1
   [junit4]   2> 	8	/solr/collections/tlog_replica_test_kill_leader/terms/shard1
   [junit4]   2> 	8	/solr/collections/tlog_replica_test_real_time_get/terms/shard1
   [junit4]   2> 	8	/solr/collections/tlog_replica_test_kill_tlog_replica/terms/shard1
   [junit4]   2> 	8	/solr/collections/tlog_replica_test_only_leader_indexes/terms/shard1
   [junit4]   2> 	7	/solr/collections/tlog_replica_test_add_remove_tlog_replica/terms/shard1
   [junit4]   2> 	7	/solr/collections/tlog_replica_test_add_remove_tlog_replica/terms/shard2
   [junit4]   2> 	6	/solr/collections/tlog_replica_test_delete_by_id/terms/shard1
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_add_docs/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	10	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2> 	5	/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2> 	5	/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2> 	4	/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/72184847799812113-core_node2-n_0000000000
   [junit4]   2> 	4	/solr/overseer_elect/election/72184847799812101-127.0.0.1:46795_solr-n_0000000000
   [junit4]   2> 	4	/solr/overseer_elect/election/72184847799812113-127.0.0.1:34270_solr-n_0000000004
   [junit4]   2> 	4	/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2> 	4	/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
   [junit4]   2> 	3	/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2> 	3	/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2> 	3	/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2> 	3	/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2> 	3	/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/72184847799812101-core_node5-n_0000000000
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_kill_tlog_replica/leader_elect/shard1/election/72184847799812101-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/72184847799812101-core_node16-n_0000000000
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/72184847799812101-core_node9-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/live_nodes
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_3C08F93888ED514E-001
   [junit4]   2> Feb 01, 2018 12:19:02 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-QA, timezone=America/Montserrat
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=104608064,total=503840768
   [junit4]   2> NOTE: All tests run in this JVM: [TestMacros, TestCodecSupport, V2ApiIntegrationTest, TestBinaryResponseWriter, TestApiFramework, TestManagedResource, OverseerCollectionConfigSetProcessorTest, ParsingFieldUpdateProcessorsTest, TestConfigSetProperties, TestMultiValuedNumericRangeQuery, ConvertedLegacyTest, TestExactStatsCache, TestExpandComponent, TestCloudPseudoReturnFields, ClassificationUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverTest, TestInPlaceUpdatesStandalone, TestAtomicUpdateErrorCases, CoreAdminHandlerTest, TestRTimerTree, WrapperMergePolicyFactoryTest, TestSolrCoreParser, CollectionsAPISolrJTest, TestNumericTerms64, FileBasedSpellCheckerTest, PingRequestHandlerTest, TestCustomSort, SpellPossibilityIteratorTest, CircularListTest, BufferStoreTest, ShowFileRequestHandlerTest, TestInfoStreamLogging, TestLMJelinekMercerSimilarityFactory, TestNonDefinedSimilarityFactory, LIRRollingUpdatesTest, DistributedSuggestComponentTest, TestXmlQParserPlugin, FullHLLTest, IndexSchemaRuntimeFieldTest, ReplaceNodeTest, RollingRestartTest, TestDistribDocBasedVersion, CustomCollectionTest, TestUtils, TestCloudInspectUtil, TestManagedSynonymFilterFactory, TestUpdate, ChaosMonkeyNothingIsSafeWithPullReplicasTest, URLClassifyProcessorTest, TestFieldTypeCollectionResource, TestJsonFacets, TestLegacyFieldReuse, CursorMarkTest, DocValuesMultiTest, CacheHeaderTest, TestSolrDeletionPolicy2, CdcrBidirectionalTest, UniqFieldsUpdateProcessorFactoryTest, TestSolrCoreProperties, TestClusterStateMutator, ReplicaListTransformerTest, TestShortCircuitedRequests, TestStressCloudBlindAtomicUpdates, SimpleMLTQParserTest, DateRangeFieldTest, InfoHandlerTest, SolrCmdDistributorTest, MoreLikeThisHandlerTest, DistanceFunctionTest, RecoveryZkTest, TestRealTimeGet, TestLockTree, ConjunctionSolrSpellCheckerTest, TestPrepRecovery, TestHdfsBackupRestoreCore, PreAnalyzedFieldTest, TestConfigSetsAPIZkFailure, TestRequestStatusCollectionAPI, TestBlobHandler, TestSchemaResource, AnalysisAfterCoreReloadTest, TestCloudNestedDocsSort, TestCustomStream, TestDFRSimilarityFactory, TestDefaultStatsCache, AutoScalingHandlerTest, LeaderElectionIntegrationTest, StatelessScriptUpdateProcessorFactoryTest, VMParamsZkACLAndCredentialsProvidersTest, ClusterStateTest, ClusterStateUpdateTest, TimeZoneUtilsTest, SolrXmlInZkTest, HdfsUnloadDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, DateMathParserTest, TestPushWriter, AddSchemaFieldsUpdateProcessorFactoryTest, TestCloudManagedSchema, CoreAdminCreateDiscoverTest, ConnectionManagerTest, TestRetrieveFieldsOptimizer, TestStressReorder, SearchHandlerTest, TestFieldCacheWithThreads, TolerantUpdateProcessorTest, BlobRepositoryCloudTest, TestIntervalFaceting, SolrGraphiteReporterTest, SystemLogListenerTest, TestSchemalessBufferedUpdates, ManagedSchemaRoundRobinCloudTest, DistributedFacetPivotLongTailTest, TestUtilizeNode, TestLazyCores, TestNumericTokenStream, TestJmxIntegration, TestCoreDiscovery, CollectionsAPIAsyncDistributedZkTest, DistribCursorPagingTest, SolrMetricReporterTest, TestLeaderElectionWithEmptyReplica, DeleteReplicaTest, TestDynamicFieldResource, TestSortByMinMaxFunction, TemplateUpdateProcessorTest, TestClusterStateProvider, TestValueSourceCache, FieldAnalysisRequestHandlerTest, ReturnFieldsTest, JsonLoaderTest, TestQuerySenderListener, TestQuerySenderNoQuery, ResponseLogComponentTest, TestSearchPerf, MinimalSchemaTest, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestCharFilters, SynonymTokenizerTest, EchoParamsTest, ResourceLoaderTest, TestFastOutputStream, ChaosMonkeyNothingIsSafeTest, TestTolerantSearch, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, AliasIntegrationTest, CreateCollectionCleanupTest, DeleteShardTest, DistributedVersionInfoTest, HttpPartitionTest, MoveReplicaTest, MultiThreadedOCPTest, RemoteQueryErrorTest, ReplicationFactorTest, RestartWhileUpdatingTest, TestRebalanceLeaders, TestTlogReplica]
   [junit4] Completed [558/773 (5!)] on J2 in 136.90s, 13 tests, 1 failure <<< FAILURES!

[...truncated 48867 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 136 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/136/

7 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.feature.TestNoMatchSolrFeature

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.ltr.feature.TestNoMatchSolrFeature:     1) Thread[id=138, name=qtp2021617790-138, state=TIMED_WAITING, group=TGRP-TestNoMatchSolrFeature]         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.feature.TestNoMatchSolrFeature: 
   1) Thread[id=138, name=qtp2021617790-138, state=TIMED_WAITING, group=TGRP-TestNoMatchSolrFeature]
        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)
	at __randomizedtesting.SeedInfo.seed([BC784201C5D7478]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.feature.TestNoMatchSolrFeature

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=138, name=qtp2021617790-138, state=TIMED_WAITING, group=TGRP-TestNoMatchSolrFeature]         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=138, name=qtp2021617790-138, state=TIMED_WAITING, group=TGRP-TestNoMatchSolrFeature]
        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)
	at __randomizedtesting.SeedInfo.seed([BC784201C5D7478]:0)


FAILED:  org.apache.solr.cloud.LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud

Error Message:
Could not find collection : legacyFalse

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : legacyFalse
	at __randomizedtesting.SeedInfo.seed([771BD69AE3FC4BB0:A61C241F47F3C082]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
	at org.apache.solr.cloud.LegacyCloudClusterPropTest.checkMandatoryProps(LegacyCloudClusterPropTest.java:153)
	at org.apache.solr.cloud.LegacyCloudClusterPropTest.createAndTest(LegacyCloudClusterPropTest.java:90)
	at org.apache.solr.cloud.LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud(LegacyCloudClusterPropTest.java:70)
	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.TriggerIntegrationTest.testNodeAddedTriggerRestoreState

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([771BD69AE3FC4BB0:FF265FE5D93CAA1D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTriggerRestoreState(TriggerIntegrationTest.java:426)
	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.sim.TestTriggerIntegration.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([771BD69AE3FC4BB0:2A53C8132C3AEDFF]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate(TestTriggerIntegration.java:1178)
	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.sim.TestTriggerIntegration.testNodeAddedTriggerRestoreState

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([771BD69AE3FC4BB0:FF265FE5D93CAA1D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeAddedTriggerRestoreState(TestTriggerIntegration.java:367)
	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.TriggerIntegrationTest.testEventQueue

Error Message:
org.apache.solr.cloud.autoscaling.SearchRateTrigger$SearchRateEvent cannot be cast to org.apache.solr.cloud.autoscaling.NodeAddedTrigger$NodeAddedEvent

Stack Trace:
java.lang.ClassCastException: org.apache.solr.cloud.autoscaling.SearchRateTrigger$SearchRateEvent cannot be cast to org.apache.solr.cloud.autoscaling.NodeAddedTrigger$NodeAddedEvent
	at __randomizedtesting.SeedInfo.seed([771BD69AE3FC4BB0:BEAE9434EA9B8D45]:0)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue(TriggerIntegrationTest.java:701)
	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 12405 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestTriggerIntegration_771BD69AE3FC4BB0-001/init-core-data-001
   [junit4]   2> 97428 INFO  (SUITE-TestTriggerIntegration-seed#[771BD69AE3FC4BB0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 97429 INFO  (SUITE-TestTriggerIntegration-seed#[771BD69AE3FC4BB0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 97429 INFO  (SUITE-TestTriggerIntegration-seed#[771BD69AE3FC4BB0]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 97773 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testListeners
   [junit4]   2> 97774 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 97774 DEBUG (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 97839 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 97839 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 97874 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 98019 DEBUG (simCloudManagerPool-128-thread-1) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 98095 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98096 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 98096 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 98096 DEBUG (simCloudManagerPool-128-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 98096 DEBUG (simCloudManagerPool-128-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98098 DEBUG (simCloudManagerPool-128-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98098 DEBUG (simCloudManagerPool-128-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestTriggerAction}, {name=test1, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestDummyAction}], enabled=true}
   [junit4]   2> 98115 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 98131 DEBUG (ScheduledTrigger-129-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 98131 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 1
   [junit4]   2> 98131 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 98132 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestTriggerIntegration TestTriggerAction init
   [junit4]   2> 98133 DEBUG (ScheduledTrigger-129-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98133 DEBUG (ScheduledTrigger-129-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 98133 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 98136 DEBUG (simCloudManagerPool-128-thread-2) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 98137 DEBUG (simCloudManagerPool-128-thread-2) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 98138 DEBUG (simCloudManagerPool-128-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98138 DEBUG (simCloudManagerPool-128-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98138 DEBUG (simCloudManagerPool-128-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestTriggerAction}, {name=test1, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestDummyAction}], enabled=true}
   [junit4]   2> 98138 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 98138 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 98168 DEBUG (ScheduledTrigger-129-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 98168 DEBUG (simCloudManagerPool-128-thread-3) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 98168 DEBUG (simCloudManagerPool-128-thread-3) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 98168 DEBUG (simCloudManagerPool-128-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98168 DEBUG (simCloudManagerPool-128-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98168 DEBUG (simCloudManagerPool-128-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestTriggerAction}, {name=test1, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestDummyAction}], enabled=true}
   [junit4]   2> 98168 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 98169 DEBUG (ScheduledTrigger-129-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98169 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 98169 DEBUG (ScheduledTrigger-129-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 98169 DEBUG (ScheduledTrigger-129-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10002_solr at time 1829962845500689
   [junit4]   2> 98188 DEBUG (ScheduledTrigger-129-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 98189 DEBUG (ScheduledTrigger-129-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98189 DEBUG (ScheduledTrigger-129-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 98208 DEBUG (ScheduledTrigger-129-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 98210 DEBUG (ScheduledTrigger-129-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98210 DEBUG (ScheduledTrigger-129-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 98210 DEBUG (ScheduledTrigger-129-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:10002_solr] added at times [1829962845500689], now=1829964879975139
   [junit4]   2> 98210 DEBUG (ScheduledTrigger-129-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"680576d5bb511Te65z45m87kov23thej7vb3axt",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1829962845500689,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1829962845500689],
   [junit4]   2>     "nodeNames":["127.0.0.1:10002_solr"]}}
   [junit4]   2> 98210 DEBUG (ScheduledTrigger-129-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger]
   [junit4]   2> 98214 DEBUG (AutoscalingActionExecutor-130-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"680576d5bb511Te65z45m87kov23thej7vb3axt",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1829962845500689,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1829962845500689],
   [junit4]   2>     "_enqueue_time_":1829964929480589,
   [junit4]   2>     "nodeNames":["127.0.0.1:10002_solr"]}}
   [junit4]   2> 98225 DEBUG (AutoscalingActionExecutor-130-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 98225 DEBUG (AutoscalingActionExecutor-130-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger after 100ms
   [junit4]   2> 98225 DEBUG (AutoscalingActionExecutor-130-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 582 ms for event id=680576d5bb511Te65z45m87kov23thej7vb3axt
   [junit4]   2> 98326 DEBUG (ScheduledTrigger-129-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 98326 DEBUG (ScheduledTrigger-129-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98326 DEBUG (ScheduledTrigger-129-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 98326 DEBUG (ScheduledTrigger-129-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10003_solr at time 1829970681480239
   [junit4]   2> 98346 DEBUG (ScheduledTrigger-129-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 98346 DEBUG (ScheduledTrigger-129-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98346 DEBUG (ScheduledTrigger-129-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 98382 DEBUG (ScheduledTrigger-129-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 98382 DEBUG (ScheduledTrigger-129-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98382 DEBUG (ScheduledTrigger-129-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 98382 DEBUG (ScheduledTrigger-129-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:10003_solr] added at times [1829970681480239], now=1829973507302639
   [junit4]   2> 98382 DEBUG (ScheduledTrigger-129-thread-4) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"68059406b442fTe65z45m87kov23thej7vb3axw",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1829970681480239,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1829970681480239],
   [junit4]   2>     "nodeNames":["127.0.0.1:10003_solr"]}}
   [junit4]   2> 98383 DEBUG (ScheduledTrigger-129-thread-4) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger]
   [junit4]   2> 98384 DEBUG (AutoscalingActionExecutor-130-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"68059406b442fTe65z45m87kov23thej7vb3axw",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1829970681480239,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1829970681480239],
   [junit4]   2>     "_enqueue_time_":1829973523894389,
   [junit4]   2>     "nodeNames":["127.0.0.1:10003_solr"]}}
   [junit4]   2> 98398 WARN  (AutoscalingActionExecutor-130-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":"68059406b442fTe65z45m87kov23thej7vb3axw",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1829970681480239,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1829970681480239],
   [junit4]   2>     "_enqueue_time_":1829973523894389,
   [junit4]   2>     "nodeNames":["127.0.0.1:10003_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:303)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.RuntimeException: failure
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestDummyAction.process(TestTriggerIntegration.java:892)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:300)
   [junit4]   2> 	... 6 more
   [junit4]   2> 98401 DEBUG (AutoscalingActionExecutor-130-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 98401 DEBUG (AutoscalingActionExecutor-130-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger after 100ms
   [junit4]   2> 98401 DEBUG (AutoscalingActionExecutor-130-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 834 ms for event id=68059406b442fTe65z45m87kov23thej7vb3axw
   [junit4]   2> 98427 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testListeners
   [junit4]   2> 98427 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase 
   [junit4]   2> 
   [junit4]   2> 98427 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 98427 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ############ FINAL CLUSTER STATS ############
   [junit4]   2> 98427 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 
   [junit4]   2> 98427 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Live nodes:		4
   [junit4]   2> 98428 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Empty nodes:	4
   [junit4]   2> 98428 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Dead nodes:		0
   [junit4]   2> 98429 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Collections:	[]
   [junit4]   2> 98429 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Max replicas per node:	0
   [junit4]   2> 98429 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Min replicas per node:	0
   [junit4]   2> 98429 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Total replicas:		0
   [junit4]   2> 98429 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Final Solr op counts ##########
   [junit4]   2> 98429 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- autoscaling        3
   [junit4]   2> 98429 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- update             4
   [junit4]   2> 98429 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
   [junit4]   2> 98430 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## * Trigger: node_added_trigger
   [junit4]   2> 98430 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- FAILED          1
   [junit4]   2> 98430 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- STARTED         2
   [junit4]   2> 98430 INFO  (TEST-TestTriggerIntegration.testListeners-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- SUCCEEDED       1
   [junit4]   2> 98466 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEventQueue
   [junit4]   2> 98466 DEBUG (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 98467 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 98467 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 98483 DEBUG (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 98553 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 98553 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 98553 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10000_solr, 127.0.0.1:10002_solr]
   [junit4]   2> 98553 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion -1
   [junit4]   2> 98553 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 98568 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 98568 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 98590 DEBUG (ScheduledTrigger-132-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 98591 DEBUG (simCloudManagerPool-131-thread-1) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 98591 DEBUG (simCloudManagerPool-131-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 98591 DEBUG (simCloudManagerPool-131-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10000_solr, 127.0.0.1:10002_solr]
   [junit4]   2> 98591 INFO  (simCloudManagerPool-131-thread-1) [    ] o.a.s.c.a.s.TestTriggerIntegration TestEventQueueAction instantiated
   [junit4]   2> 98591 DEBUG (simCloudManagerPool-131-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:10000_solr, 127.0.0.1:10002_solr]
   [junit4]   2> 98591 DEBUG (simCloudManagerPool-131-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestEventQueueAction}], enabled=true}
   [junit4]   2> 98591 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 98592 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestTriggerIntegration TestTriggerAction init
   [junit4]   2> 98606 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 98606 DEBUG (ScheduledTrigger-132-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 98606 DEBUG (ScheduledTrigger-132-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 98606 DEBUG (ScheduledTrigger-132-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10004_solr at time 1829984684163289
   [junit4]   2> 98610 DEBUG (ScheduledTrigger-132-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 98631 DEBUG (ScheduledTrigger-132-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 98633 DEBUG (ScheduledTrigger-132-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 98633 DEBUG (ScheduledTrigger-132-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 98634 DEBUG (ScheduledTrigger-132-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 firing registered processor for nodes: [127.0.0.1:10004_solr] added at times [1829984684163289], now=1829986069376789
   [junit4]   2> 98634 DEBUG (ScheduledTrigger-132-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"6805c830b40d9Te65z45m87kov23thej7vb3axz",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1829984684163289,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1829984684163289],
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"]}}
   [junit4]   2> 98634 DEBUG (ScheduledTrigger-132-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger1]
   [junit4]   2> 98634 DEBUG (AutoscalingActionExecutor-133-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"6805c830b40d9Te65z45m87kov23thej7vb3axz",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1829984684163289,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1829984684163289],
   [junit4]   2>     "_enqueue_time_":1829986085524489,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"]}}
   [junit4]   2> 98635 INFO  (AutoscalingActionExecutor-133-thread-1) [    ] o.a.s.c.a.s.TestTriggerIntegration -- event: {
   [junit4]   2>   "id":"6805c830b40d9Te65z45m87kov23thej7vb3axz",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1829984684163289,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1829984684163289],
   [junit4]   2>     "_enqueue_time_":1829986085524489,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"]}}
   [junit4]   2> 98635 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 98635 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 98635 DEBUG (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 98636 WARN  (AutoscalingActionExecutor-133-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> org.apache.lucene.store.AlreadyClosedException: ScheduledTrigger node_added_trigger1 has been closed.
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.dequeue(ScheduledTriggers.java:526)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:310)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 98636 DEBUG (AutoscalingActionExecutor-133-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 76 ms for event id=6805c830b40d9Te65z45m87kov23thej7vb3axz
   [junit4]   2> 98636 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 98636 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10004_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98637 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestTriggerIntegration TestEventQueueAction instantiated
   [junit4]   2> 98637 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:10004_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98637 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestEventQueueAction}], enabled=true}
   [junit4]   2> 98658 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion -1
   [junit4]   2> 98658 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 98658 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Adding lost node from marker path: 127.0.0.1:10002_solr
   [junit4]   2> 98673 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestTriggerIntegration TestTriggerAction init
   [junit4]   2> 98673 DEBUG (ScheduledTrigger-135-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 98673 DEBUG (ScheduledTrigger-135-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10002_solr
   [junit4]   2> 98674 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 98686 DEBUG (ScheduledTrigger-135-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"6805c830b40d9Te65z45m87kov23thej7vb3axz",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1829984684163289,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1829984684163289],
   [junit4]   2>     "_dequeue_time_":1829988697663139,
   [junit4]   2>     "_enqueue_time_":1829986085524489,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 98690 DEBUG (ScheduledTrigger-135-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger1]
   [junit4]   2> 98691 DEBUG (AutoscalingActionExecutor-136-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"6805c830b40d9Te65z45m87kov23thej7vb3axz",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1829984684163289,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1829984684163289],
   [junit4]   2>     "_dequeue_time_":1829988697663139,
   [junit4]   2>     "_enqueue_time_":1829986085524489,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 98691 DEBUG (ScheduledTrigger-135-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 98691 DEBUG (ScheduledTrigger-135-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 98691 INFO  (AutoscalingActionExecutor-136-thread-1) [    ] o.a.s.c.a.s.TestTriggerIntegration -- event: {
   [junit4]   2>   "id":"6805c830b40d9Te65z45m87kov23thej7vb3axz",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1829984684163289,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1829984684163289],
   [junit4]   2>     "_dequeue_time_":1829988697663139,
   [junit4]   2>     "_enqueue_time_":1829986085524489,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 98702 DEBUG (AutoscalingActionExecutor-136-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 98702 DEBUG (AutoscalingActionExecutor-136-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 100ms
   [junit4]   2> 98702 DEBUG (AutoscalingActionExecutor-136-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 564 ms for event id=6805c830b40d9Te65z45m87kov23thej7vb3axz
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEventQueue
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase 
   [junit4]   2> 
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ############ FINAL CLUSTER STATS ############
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Live nodes:		2
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Empty nodes:	2
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Dead nodes:		1
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		127.0.0.1:10002_solr
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Collections:	[]
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Max replicas per node:	0
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Min replicas per node:	0
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Total replicas:		0
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Final Solr op counts ##########
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- autoscaling        1
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- update             3
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## * Trigger: node_added_trigger1
   [junit4]   2> 98736 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- STARTED         2
   [junit4]   2> 98737 INFO  (TEST-TestTriggerIntegration.testEventQueue-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- SUCCEEDED       1
   [junit4]   2> 98739 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEventFromRestoredState
   [junit4]   2> 98740 DEBUG (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 98740 DEBUG (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimNodeStateProvider - removing dead node values: 127.0.0.1:10002_solr
   [junit4]   2> 98740 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 98740 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 98741 DEBUG (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 98742 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 98742 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 98742 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10004_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98742 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion -1
   [junit4]   2> 98742 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 98742 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 98742 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 98742 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 98763 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 98791 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 98812 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 98832 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 98848 DEBUG (simCloudManagerPool-137-thread-1) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 98848 DEBUG (simCloudManagerPool-137-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 10
   [junit4]   2> 98853 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 98864 DEBUG (simCloudManagerPool-137-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10004_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98864 DEBUG (simCloudManagerPool-137-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:10004_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 98864 DEBUG (simCloudManagerPool-137-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=10, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestTriggerAction}], enabled=true}
   [junit4]   2> 98865 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 10
   [junit4]   2> 98865 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestTriggerIntegration TestTriggerAction init
   [junit4]   2> 98865 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 10, lastZnodeVersion 10
   [junit4]   2> 98865 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98865 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 98889 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 98917 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 98919 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98919 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 98919 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10005_solr at time 1830000335013989
   [junit4]   2> 98953 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 98954 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98954 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 98974 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 98974 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98974 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 98994 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 98994 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 98994 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 99014 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 99014 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99014 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 99034 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 99034 DEBUG (ScheduledTrigger-138-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99034 DEBUG (ScheduledTrigger-138-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 99055 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 99055 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99055 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 99075 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 99075 DEBUG (ScheduledTrigger-138-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99075 DEBUG (ScheduledTrigger-138-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 99099 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 99099 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99099 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 99119 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 99120 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99120 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 99120 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:10005_solr] added at times [1830000335013989], now=1830010373492439
   [junit4]   2> 99120 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"6806027e84865Te65z45m87kov23thej7vb3ay3",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1830000335013989,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1830000335013989],
   [junit4]   2>     "nodeNames":["127.0.0.1:10005_solr"]}}
   [junit4]   2> 99128 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger]
   [junit4]   2> 99164 DEBUG (AutoscalingActionExecutor-139-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"6806027e84865Te65z45m87kov23thej7vb3ay3",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1830000335013989,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1830000335013989],
   [junit4]   2>     "_enqueue_time_":1830010777402139,
   [junit4]   2>     "nodeNames":["127.0.0.1:10005_solr"]}}
   [junit4]   2> 99165 DEBUG (AutoscalingActionExecutor-139-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 99165 DEBUG (AutoscalingActionExecutor-139-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger after 100ms
   [junit4]   2> 99165 DEBUG (AutoscalingActionExecutor-139-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 64 ms for event id=6806027e84865Te65z45m87kov23thej7vb3ay3
   [junit4]   2> 99273 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99273 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 99274 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 99274 DEBUG (ScheduledTrigger-138-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10006_solr at time 1830018073244839
   [junit4]   2> 99294 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 99294 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99294 DEBUG (ScheduledTrigger-138-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 99314 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 99314 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99314 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 99334 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 99334 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99334 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 99355 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 99355 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99355 DEBUG (ScheduledTrigger-138-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 99365 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 99365 DEBUG (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 99365 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 99383 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 10
   [junit4]   2> 99383 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10004_solr, 127.0.0.1:10006_solr, 127.0.0.1:10005_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 99383 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:10004_solr, 127.0.0.1:10006_solr, 127.0.0.1:10005_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 99383 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=10, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration$TestTriggerAction}], enabled=true}
   [junit4]   2> 99384 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 10, lastZnodeVersion -1
   [junit4]   2> 99384 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 10
   [junit4]   2> 99384 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestTriggerIntegration TestTriggerAction init
   [junit4]   2> 99384 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger Adding node from marker path: 127.0.0.1:10006_solr
   [junit4]   2> 99384 DEBUG (ScheduledTrigger-141-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 99384 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 10, lastZnodeVersion 10
   [junit4]   2> 99384 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99384 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 99404 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 99405 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99405 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 99425 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 99425 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99425 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 99445 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 99445 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99445 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 99465 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 99465 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99465 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 99485 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 99485 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 99485 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 99485 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:10006_solr] added at times [1830018073244839], now=1830028666205539
   [junit4]   2> 99486 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"68064493034a7Te65z45m87kov23thej7vb3ay6",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1830018073244839,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1830018073244839],
   [junit4]   2>     "nodeNames":["127.0.0.1:10006_solr"]}}
   [junit4]   2> 99486 DEBUG (ScheduledTrigger-141-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger]
   [junit4]   2> 99486 DEBUG (AutoscalingActionExecutor-142-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"68064493034a7Te65z45m87kov23thej7vb3ay6",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1830018073244839,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1830018073244839],
   [junit4]   2>     "_enqueue_time_":1830028683490489,
   [junit4]   2>     "nodeNames":["127.0.0.1:10006_solr"]}}
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEventFromRestoredState
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase 
   [junit4]   2> 
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ############ FINAL CLUSTER STATS ############
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Live nodes:		4
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Empty nodes:	4
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Dead nodes:		0
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Collections:	[]
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Max replicas per node:	0
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Min replicas per node:	0
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Total replicas:		0
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Final Solr op counts ##########
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- autoscaling        1
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- update             3
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## * Trigger: node_added_trigger
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- STARTED         2
   [junit4]   2> 99487 INFO  (TEST-TestTriggerIntegration.testEventFromRestoredState-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- SUCCEEDED       1
   [junit4]   2> 99511 INFO  (TEST-TestTriggerIntegration.testSearchRate-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSearchRate
   [junit4]   2> 99511 DEBUG (TEST-TestTriggerIntegration.testSearchRate-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 11
   [junit4]   2> 99511 INFO  (TEST-TestTriggerIntegration.testSearchRate-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 99511 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 99512 WARN  (AutoscalingActionExecutor-142-thread-1) [    ] o.a.s.c.a.SystemLogListener Exception sending event to collection .system
   [junit4]   2> java.io.IOException: java.lang.InterruptedException
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:462)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.SystemLogListener.onEvent(SystemLogListener.java:122)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:745)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:715)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:313)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404)
   [junit4]   2> 	at java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:460)
   [junit4]   2> 	... 10 more
   [junit4]   2> 99512 DEBUG (AutoscalingActionExecutor-142-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 1277 ms for event id=68064493034a7Te65z45m87kov23thej7vb3ay6
   [junit4]   2> 99512 DEBUG (TEST-TestTriggerIntegration.testSearchRate-seed#[771BD69AE3FC4BB0]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 99529 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 99529 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 12
   [junit4]   2> 99529 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10004_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 99529 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 12, lastZnodeVersion -1
   [junit4]   2> 99529 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 12
   [junit4]   2> 99531 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 99531 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 12, lastZnodeVersion 12
   [junit4]   2> 99531 DEBUG (ScheduledTrigger-144-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 99561 DEBUG (ScheduledTrigger-144-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 99581 DEBUG (ScheduledTrigger-144-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 99602 DEBUG (ScheduledTrigger-144-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 99622 DEBUG (ScheduledTrigger-144-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 99662 DEBUG (ScheduledTrigger-144-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTr

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

solr.jetty, tag=null
   [junit4]   2> 10789 INFO  (coreCloseExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c72051b
   [junit4]   2> 10789 INFO  (coreCloseExecutor-101-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=208799003
   [junit4]   2> 10802 INFO  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@181688fd{/solr,null,UNAVAILABLE}
   [junit4]   2> 10802 INFO  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 40803 WARN  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.e.j.u.t.QueuedThreadPool QueuedThreadPool@qtp2021617790{STOPPING,8<=8<=10000,i=0,q=1} Couldn't stop Thread[qtp2021617790-138,5,TGRP-TestNoMatchSolrFeature]
   [junit4]   2> 40805 INFO  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 40805 INFO  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=465092564
   [junit4]   2> 40805 INFO  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 40805 INFO  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@603e95c6: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / null
   [junit4]   2> 40805 INFO  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 40805 INFO  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@705049e6: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / null
   [junit4]   2> 40805 INFO  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 40805 INFO  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@659b3ac2: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / null
   [junit4]   2> 40807 INFO  (coreCloseExecutor-103-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@57f2411
   [junit4]   2> 40807 INFO  (coreCloseExecutor-103-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=92218385
   [junit4]   2> 40807 INFO  (coreCloseExecutor-103-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@568b25bf: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / null
   [junit4]   2> 40811 INFO  (SUITE-TestNoMatchSolrFeature-seed#[BC784201C5D7478]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Jan 31, 2018 7:45:45 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jan 31, 2018 7:46:05 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.ltr.feature.TestNoMatchSolrFeature: 
   [junit4]   2>    1) Thread[id=138, name=qtp2021617790-138, state=TIMED_WAITING, group=TGRP-TestNoMatchSolrFeature]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Jan 31, 2018 7:46:05 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=138, name=qtp2021617790-138, state=TIMED_WAITING, group=TGRP-TestNoMatchSolrFeature]
   [junit4]   2> Jan 31, 2018 7:46:08 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=138, name=qtp2021617790-138, state=TIMED_WAITING, group=TGRP-TestNoMatchSolrFeature]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=zh-SG, timezone=Africa/El_Aaiun
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=2,free=141163832,total=289406976
   [junit4]   2> NOTE: All tests run in this JVM: [TestLinearModel, TestFieldLengthFeature, TestUserTermScorereQDF, TestNoMatchSolrFeature]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestNoMatchSolrFeature -Dtests.seed=BC784201C5D7478 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=zh-SG -Dtests.timezone=Africa/El_Aaiun -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestNoMatchSolrFeature (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.feature.TestNoMatchSolrFeature: 
   [junit4]    >    1) Thread[id=138, name=qtp2021617790-138, state=TIMED_WAITING, group=TGRP-TestNoMatchSolrFeature]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BC784201C5D7478]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=138, name=qtp2021617790-138, state=TIMED_WAITING, group=TGRP-TestNoMatchSolrFeature]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BC784201C5D7478]:0)
   [junit4] Completed [34/35 (1!)] on J0 in 54.06s, 4 tests, 2 errors <<< FAILURES!

[...truncated 40736 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 135 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/135/

7 tests failed.
FAILED:  org.apache.solr.cloud.CreateRoutedAliasTest.testV2

Error Message:
Unexpected status: HTTP/1.1 400 Bad Request

Stack Trace:
java.lang.AssertionError: Unexpected status: HTTP/1.1 400 Bad Request
	at __randomizedtesting.SeedInfo.seed([A10DD91EEEBB8F3D:6048857E7E502AEC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.CreateRoutedAliasTest.assertSuccess(CreateRoutedAliasTest.java:342)
	at org.apache.solr.cloud.CreateRoutedAliasTest.testV2(CreateRoutedAliasTest.java:139)
	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.CreateRoutedAliasTest.testTimezoneAbsoluteDate

Error Message:
Error from server at http://127.0.0.1:40112/solr: Can't create collection alias for collections='testTimezoneAbsoluteDate_2018-01-15', 'testTimezoneAbsoluteDate_2018-01-15' is not an existing collection or alias

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:40112/solr: Can't create collection alias for collections='testTimezoneAbsoluteDate_2018-01-15', 'testTimezoneAbsoluteDate_2018-01-15' is not an existing collection or alias
	at __randomizedtesting.SeedInfo.seed([A10DD91EEEBB8F3D:4EDA4737AFCD643]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.CreateRoutedAliasTest.testTimezoneAbsoluteDate(CreateRoutedAliasTest.java:236)
	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.CreateRoutedAliasTest.testV1

Error Message:
Unexpected status: HTTP/1.1 400 Bad Request

Stack Trace:
java.lang.AssertionError: Unexpected status: HTTP/1.1 400 Bad Request
	at __randomizedtesting.SeedInfo.seed([A10DD91EEEBB8F3D:EC31E6EAF5623AD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.CreateRoutedAliasTest.assertSuccess(CreateRoutedAliasTest.java:342)
	at org.apache.solr.cloud.CreateRoutedAliasTest.testV1(CreateRoutedAliasTest.java:197)
	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.TestAuthenticationFramework.testBasics

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

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

</body>
</html>

	at __randomizedtesting.SeedInfo.seed([A10DD91EEEBB8F3D:9CD57732D655D14D]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:550)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.TestAuthenticationFramework.collectionCreateSearchDeleteTwice(TestAuthenticationFramework.java:126)
	at org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:74)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:42372/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: /solr/testcollection_shard1_replica_n2/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>

</body>
</html>

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


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue

Error Message:
action wasn't interrupted

Stack Trace:
java.lang.AssertionError: action wasn't interrupted
	at __randomizedtesting.SeedInfo.seed([A10DD91EEEBB8F3D:68B89BB0E7DC49C8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue(TriggerIntegrationTest.java:713)
	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.TriggerIntegrationTest.testListeners

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A10DD91EEEBB8F3D:4CCD4E0E53D712E4]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners(TriggerIntegrationTest.java:1053)
	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.TriggerIntegrationTest.testMetricTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A10DD91EEEBB8F3D:1B01EE91B1535972]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.junit.Assert.assertNull(Assert.java:562)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1575)
	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 13058 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> 1923386 INFO  (SUITE-TestAuthenticationFramework-seed#[A10DD91EEEBB8F3D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/init-core-data-001
   [junit4]   2> 1923386 INFO  (SUITE-TestAuthenticationFramework-seed#[A10DD91EEEBB8F3D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1923387 INFO  (SUITE-TestAuthenticationFramework-seed#[A10DD91EEEBB8F3D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1923421 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A10DD91EEEBB8F3D]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/tempDir-001
   [junit4]   2> 1923422 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A10DD91EEEBB8F3D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1923436 INFO  (Thread-8770) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1923436 INFO  (Thread-8770) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1923517 ERROR (Thread-8770) [    ] 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> 1923537 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A10DD91EEEBB8F3D]) [    ] o.a.s.c.ZkTestServer start zk server on port:39323
   [junit4]   2> 1923622 INFO  (zkConnectionManagerCallback-839-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1923676 INFO  (jetty-launcher-836-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1923688 INFO  (jetty-launcher-836-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1923751 INFO  (jetty-launcher-836-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1923752 INFO  (jetty-launcher-836-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1923752 INFO  (jetty-launcher-836-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1923752 INFO  (jetty-launcher-836-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d88e7b2{/solr,null,AVAILABLE}
   [junit4]   2> 1923753 INFO  (jetty-launcher-836-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3eff9312{SSL,[ssl, http/1.1]}{127.0.0.1:42372}
   [junit4]   2> 1923753 INFO  (jetty-launcher-836-thread-2) [    ] o.e.j.s.Server Started @1933000ms
   [junit4]   2> 1923753 INFO  (jetty-launcher-836-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42372}
   [junit4]   2> 1923753 ERROR (jetty-launcher-836-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1923753 INFO  (jetty-launcher-836-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1923753 INFO  (jetty-launcher-836-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1923753 INFO  (jetty-launcher-836-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1923753 INFO  (jetty-launcher-836-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-30T07:33:03.578Z
   [junit4]   2> 1923885 INFO  (jetty-launcher-836-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1923885 INFO  (jetty-launcher-836-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1923885 INFO  (jetty-launcher-836-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1923885 INFO  (jetty-launcher-836-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@300c9219{/solr,null,AVAILABLE}
   [junit4]   2> 1923886 INFO  (jetty-launcher-836-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6402d131{SSL,[ssl, http/1.1]}{127.0.0.1:40585}
   [junit4]   2> 1923886 INFO  (jetty-launcher-836-thread-1) [    ] o.e.j.s.Server Started @1933133ms
   [junit4]   2> 1923886 INFO  (jetty-launcher-836-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40585}
   [junit4]   2> 1923886 ERROR (jetty-launcher-836-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1923886 INFO  (jetty-launcher-836-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1923886 INFO  (jetty-launcher-836-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1923886 INFO  (jetty-launcher-836-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1923886 INFO  (jetty-launcher-836-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-30T07:33:03.711Z
   [junit4]   2> 1923925 INFO  (zkConnectionManagerCallback-843-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1923926 INFO  (jetty-launcher-836-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1923946 INFO  (zkConnectionManagerCallback-841-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1923962 INFO  (jetty-launcher-836-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1923964 INFO  (jetty-launcher-836-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39323/solr
   [junit4]   2> 1924006 INFO  (zkConnectionManagerCallback-847-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1924030 INFO  (jetty-launcher-836-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39323/solr
   [junit4]   2> 1924044 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 0x100686c1b2a0003, likely client has closed socket
   [junit4]   2> 1924083 INFO  (zkConnectionManagerCallback-853-thread-1-processing-n:127.0.0.1:40585_solr) [n:127.0.0.1:40585_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1924083 INFO  (zkConnectionManagerCallback-851-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1924229 INFO  (zkConnectionManagerCallback-856-thread-1-processing-n:127.0.0.1:42372_solr) [n:127.0.0.1:42372_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1924328 INFO  (jetty-launcher-836-thread-2) [n:127.0.0.1:42372_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1924328 INFO  (jetty-launcher-836-thread-2) [n:127.0.0.1:42372_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42372_solr
   [junit4]   2> 1924329 INFO  (jetty-launcher-836-thread-2) [n:127.0.0.1:42372_solr    ] o.a.s.c.Overseer Overseer (id=72172407559421958-127.0.0.1:42372_solr-n_0000000000) starting
   [junit4]   2> 1924403 INFO  (jetty-launcher-836-thread-2) [n:127.0.0.1:42372_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42372_solr
   [junit4]   2> 1924434 INFO  (jetty-launcher-836-thread-2) [n:127.0.0.1:42372_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1924452 INFO  (zkCallback-855-thread-1-processing-n:127.0.0.1:42372_solr) [n:127.0.0.1:42372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1924565 INFO  (jetty-launcher-836-thread-2) [n:127.0.0.1:42372_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42372.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@950bab2
   [junit4]   2> 1924600 INFO  (jetty-launcher-836-thread-2) [n:127.0.0.1:42372_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42372.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@950bab2
   [junit4]   2> 1924600 INFO  (jetty-launcher-836-thread-2) [n:127.0.0.1:42372_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42372.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@950bab2
   [junit4]   2> 1924601 INFO  (jetty-launcher-836-thread-2) [n:127.0.0.1:42372_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/tempDir-001/node2/.
   [junit4]   2> 1924757 INFO  (jetty-launcher-836-thread-1) [n:127.0.0.1:40585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1924758 INFO  (jetty-launcher-836-thread-1) [n:127.0.0.1:40585_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1924759 INFO  (jetty-launcher-836-thread-1) [n:127.0.0.1:40585_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40585_solr
   [junit4]   2> 1924759 INFO  (zkCallback-855-thread-1-processing-n:127.0.0.1:42372_solr) [n:127.0.0.1:42372_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1924857 INFO  (zkCallback-852-thread-1-processing-n:127.0.0.1:40585_solr) [n:127.0.0.1:40585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1925010 INFO  (jetty-launcher-836-thread-1) [n:127.0.0.1:40585_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1925109 INFO  (jetty-launcher-836-thread-1) [n:127.0.0.1:40585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40585.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@950bab2
   [junit4]   2> 1925127 INFO  (jetty-launcher-836-thread-1) [n:127.0.0.1:40585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40585.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@950bab2
   [junit4]   2> 1925127 INFO  (jetty-launcher-836-thread-1) [n:127.0.0.1:40585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40585.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@950bab2
   [junit4]   2> 1925128 INFO  (jetty-launcher-836-thread-1) [n:127.0.0.1:40585_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/tempDir-001/node1/.
   [junit4]   2> 1925271 INFO  (zkConnectionManagerCallback-861-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925287 INFO  (zkConnectionManagerCallback-865-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925288 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A10DD91EEEBB8F3D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1925289 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A10DD91EEEBB8F3D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39323/solr ready
   [junit4]   2> 1925291 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A10DD91EEEBB8F3D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasics
   [junit4]   2> 1925354 INFO  (qtp1271590728-12362) [n:127.0.0.1:40585_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=3725ec15-9cea-4801-bc2a-c2eb9ce6d310&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1925410 INFO  (qtp1271590728-12362) [n:127.0.0.1:40585_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=3725ec15-9cea-4801-bc2a-c2eb9ce6d310&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=56
   [junit4]   2> 1925419 INFO  (qtp1271590728-12364) [n:127.0.0.1:40585_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=3725ec15-9cea-4801-bc2a-c2eb9ce6d310&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1925420 INFO  (qtp1271590728-12364) [n:127.0.0.1:40585_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=3725ec15-9cea-4801-bc2a-c2eb9ce6d310&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1925435 INFO  (OverseerThreadFactory-1882-thread-1-processing-n:127.0.0.1:42372_solr) [n:127.0.0.1:42372_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 1925565 INFO  (OverseerStateUpdate-72172407559421958-127.0.0.1:42372_solr-n_0000000000) [n:127.0.0.1:42372_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40585/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1925566 INFO  (OverseerStateUpdate-72172407559421958-127.0.0.1:42372_solr-n_0000000000) [n:127.0.0.1:42372_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42372/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1925579 INFO  (OverseerStateUpdate-72172407559421958-127.0.0.1:42372_solr-n_0000000000) [n:127.0.0.1:42372_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40585/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1925580 INFO  (OverseerStateUpdate-72172407559421958-127.0.0.1:42372_solr-n_0000000000) [n:127.0.0.1:42372_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42372/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1925861 INFO  (qtp1271590728-12362) [n:127.0.0.1:40585_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496&coreNodeName=core_node7&name=testcollection_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=0
   [junit4]   2> 1925861 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496&coreNodeName=core_node7&name=testcollection_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 1925903 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1925904 INFO  (qtp1271590728-12359) [n:127.0.0.1:40585_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792&coreNodeName=core_node5&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=0
   [junit4]   2> 1925904 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792&coreNodeName=core_node5&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 1925936 INFO  (qtp698391163-12349) [n:127.0.0.1:42372_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302&coreNodeName=core_node8&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=0
   [junit4]   2> 1925936 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302&coreNodeName=core_node8&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 1925971 INFO  (qtp698391163-12352) [n:127.0.0.1:42372_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748&coreNodeName=core_node6&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=34
   [junit4]   2> 1925972 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748&coreNodeName=core_node6&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 1925972 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1926045 INFO  (qtp1271590728-12364) [n:127.0.0.1:40585_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496
   [junit4]   2> 1926045 INFO  (qtp1271590728-12364) [n:127.0.0.1:40585_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1926163 INFO  (zkCallback-852-thread-1-processing-n:127.0.0.1:40585_solr) [n:127.0.0.1:40585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1926163 INFO  (zkCallback-855-thread-1-processing-n:127.0.0.1:42372_solr) [n:127.0.0.1:42372_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1926164 INFO  (zkCallback-852-thread-2-processing-n:127.0.0.1:40585_solr) [n:127.0.0.1:40585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1926434 INFO  (qtp1271590728-12358) [n:127.0.0.1:40585_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=3725ec15-9cea-4801-bc2a-c2eb9ce6d310&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1926434 INFO  (qtp1271590728-12358) [n:127.0.0.1:40585_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=3725ec15-9cea-4801-bc2a-c2eb9ce6d310&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1927046 INFO  (qtp1271590728-12359) [n:127.0.0.1:40585_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496
   [junit4]   2> 1927046 INFO  (qtp1271590728-12359) [n:127.0.0.1:40585_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1927213 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1927221 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1927241 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1927243 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1927252 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.s.IndexSchema [testcollection_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 1927254 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1927254 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n3' using configuration from collection testcollection, trusted=true
   [junit4]   2> 1927255 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40585.solr.core.testcollection.shard2.replica_n3' (registry 'solr.core.testcollection.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@950bab2
   [junit4]   2> 1927255 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1927255 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.c.SolrCore [[testcollection_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/tempDir-001/node1/testcollection_shard2_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/tempDir-001/node1/./testcollection_shard2_replica_n3/data/]
   [junit4]   2> 1927259 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema [testcollection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1927259 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.s.IndexSchema [testcollection_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1927367 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1927367 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n4' using configuration from collection testcollection, trusted=true
   [junit4]   2> 1927367 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42372.solr.core.testcollection.shard2.replica_n4' (registry 'solr.core.testcollection.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@950bab2
   [junit4]   2> 1927367 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1927368 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore [[testcollection_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/tempDir-001/node2/testcollection_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/tempDir-001/node2/./testcollection_shard2_replica_n4/data/]
   [junit4]   2> 1927375 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1927375 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n2' using configuration from collection testcollection, trusted=true
   [junit4]   2> 1927375 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42372.solr.core.testcollection.shard1.replica_n2' (registry 'solr.core.testcollection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@950bab2
   [junit4]   2> 1927375 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1927375 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [[testcollection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/tempDir-001/node2/testcollection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/tempDir-001/node2/./testcollection_shard1_replica_n2/data/]
   [junit4]   2> 1927397 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema [testcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1927399 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1927399 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n1' using configuration from collection testcollection, trusted=true
   [junit4]   2> 1927400 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40585.solr.core.testcollection.shard1.replica_n1' (registry 'solr.core.testcollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@950bab2
   [junit4]   2> 1927400 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1927400 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [[testcollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/tempDir-001/node1/testcollection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestAuthenticationFramework_A10DD91EEEBB8F3D-001/tempDir-001/node1/./testcollection_shard1_replica_n1/data/]
   [junit4]   2> 1927458 INFO  (qtp1271590728-12364) [n:127.0.0.1:40585_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=3725ec15-9cea-4801-bc2a-c2eb9ce6d310&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1927547 INFO  (qtp1271590728-12364) [n:127.0.0.1:40585_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=3725ec15-9cea-4801-bc2a-c2eb9ce6d310&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=88
   [junit4]   2> 1927558 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1927559 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1927559 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1927564 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1927576 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1927577 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1927577 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1927578 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@31ae867e[testcollection_shard2_replica_n4] main]
   [junit4]   2> 1927578 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1927579 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@753121bc[testcollection_shard2_replica_n3] main]
   [junit4]   2> 1927621 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 1927621 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 1927621 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1927621 INFO  (parallelCoreAdminExecutor-1885-thread-1-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591001835053776896
   [junit4]   2> 1927624 INFO  (searcherExecutor-1887-thread-1-processing-x:testcollection_shard2_replica_n3 r:core_node7 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917371661496 CREATE n:127.0.0.1:40585_solr s:shard2 c:testcollection) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.c.SolrCore [testcollection_shard2_replica_n3] Registered new searcher Searcher@753121bc[testcollection_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1927634 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1927634 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1927635 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1927635 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1927636 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e2f950a[testcollection_shard1_replica_n2] main]
   [junit4]   2> 1927657 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 1927657 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 1927658 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1927658 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 1927659 INFO  (searcherExecutor-1888-thread-1-processing-x:testcollection_shard2_replica_n4 r:core_node8 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE n:127.0.0.1:42372_solr s:shard2 c:testcollection) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore [testcollection_shard2_replica_n4] Registered new searcher Searcher@31ae867e[testcollection_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1927659 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591001835093622784
   [junit4]   2> 1927677 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 1927677 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1927678 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591001835113545728
   [junit4]   2> 1927678 INFO  (searcherExecutor-1889-thread-1-processing-x:testcollection_shard1_replica_n2 r:core_node6 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE n:127.0.0.1:42372_solr s:shard1 c:testcollection) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [testcollection_shard1_replica_n2] Registered new searcher Searcher@7e2f950a[testcollection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1927696 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1927696 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1927697 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1927697 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1927714 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@122e94f7[testcollection_shard1_replica_n1] main]
   [junit4]   2> 1927716 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 1927717 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1927717 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1927717 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42372/solr/testcollection_shard2_replica_n4/
   [junit4]   2> 1927730 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 1927730 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1927731 INFO  (searcherExecutor-1890-thread-1-processing-x:testcollection_shard1_replica_n1 r:core_node5 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE n:127.0.0.1:40585_solr s:shard1 c:testcollection) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [testcollection_shard1_replica_n1] Registered new searcher Searcher@122e94f7[testcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1927731 INFO  (parallelCoreAdminExecutor-1885-thread-2-processing-n:127.0.0.1:40585_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917369676792 CREATE) [n:127.0.0.1:40585_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591001835169120256
   [junit4]   2> 1927731 INFO  (parallelCoreAdminExecutor-1883-thread-2-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917370685748 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard1 r:core_node6 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1927733 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n4 url=https://127.0.0.1:42372/solr START replicas=[https://127.0.0.1:40585/solr/testcollection_shard2_replica_n3/] nUpdates=100
   [junit4]   2> 1927748 INFO  (qtp1271590728-12358) [n:127.0.0.1:40585_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n3] o.a.s.c.S.Request [testcollection_shard2_replica_n3]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1927853 INFO  (zkCallback-852-thread-2-processing-n:127.0.0.1:40585_solr) [n:127.0.0.1:40585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1927853 INFO  (zkCallback-855-thread-2-processing-n:127.0.0.1:42372_solr) [n:127.0.0.1:42372_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1927853 INFO  (zkCallback-852-thread-1-processing-n:127.0.0.1:40585_solr) [n:127.0.0.1:40585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1928033 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_solr 3725ec15-9cea-4801-bc2a-c2eb9ce6d3101751917382941302 CREATE) [n:127.0.0.1:42372_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n4 url=https://127.0.0.1:42372/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1928033 INFO  (parallelCoreAdminExecutor-1883-thread-1-processing-n:127.0.0.1:42372_s

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

n: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:46647_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:364)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:364)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:882)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 6313267 INFO  (jetty-closer-6260-thread-12) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@462c8bc8{/solr,null,UNAVAILABLE}
   [junit4]   2> 6313269 INFO  (jetty-closer-6260-thread-12) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 6313391 INFO  (jetty-closer-6260-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6a8bb4b8{/solr,null,UNAVAILABLE}
   [junit4]   2> 6313393 INFO  (jetty-closer-6260-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 6313393 ERROR (SUITE-TriggerIntegrationTest-seed#[A10DD91EEEBB8F3D]-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> 6313394 INFO  (SUITE-TriggerIntegrationTest-seed#[A10DD91EEEBB8F3D]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45886 45886
   [junit4]   2> 6313636 INFO  (Thread-19416) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45886 45886
   [junit4]   2> 6313640 WARN  (Thread-19416) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	41	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	21	/solr/aliases.json
   [junit4]   2> 	20	/solr/security.json
   [junit4]   2> 	9	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	149	/solr/collections/collection1/state.json
   [junit4]   2> 	21	/solr/clusterprops.json
   [junit4]   2> 	21	/solr/clusterstate.json
   [junit4]   2> 	11	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72172682150477878-127.0.0.1:36304_solr-n_0000000016
   [junit4]   2> 	2	/solr/overseer_elect/election/72172682150477847-127.0.0.1:38945_solr-n_0000000006
   [junit4]   2> 	2	/solr/overseer_elect/election/72172682150477868-127.0.0.1:45992_solr-n_0000000013
   [junit4]   2> 	2	/solr/overseer_elect/election/72172682150477874-127.0.0.1:46647_solr-n_0000000015
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72172682150477853-core_node6-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72172682150477853-127.0.0.1:35160_solr-n_0000000008
   [junit4]   2> 	2	/solr/overseer_elect/election/72172682150477859-127.0.0.1:35349_solr-n_0000000010
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72172682150477859-core_node12-n_0000000005
   [junit4]   2> 	2	/solr/overseer_elect/election/72172682150477862-127.0.0.1:33328_solr-n_0000000011
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/collections
   [junit4]   2> 	20	/solr/live_nodes
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A10DD91EEEBB8F3D-001
   [junit4]   2> Jan 30, 2018 8:46:13 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=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=8, maxDocsPerChunk=142, blockSize=210), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=8, blockSize=210)), sim=RandomSimilarity(queryNorm=true): {}, locale=uk, timezone=PLT
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=126698832,total=498073600
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaSimilarityResource, ReplaceNodeTest, TestMaxScoreQueryParser, JSONWriterTest, HLLSerializationTest, TestStressCloudBlindAtomicUpdates, TestRuleBasedAuthorizationPlugin, DistributedIntervalFacetingTest, SolrMetricsIntegrationTest, QueryEqualityTest, CustomCollectionTest, TestJsonRequest, TestLegacyFieldCache, TestSolrXml, SOLR749Test, CoreAdminRequestStatusTest, TestCloudPseudoReturnFields, TestNoOpRegenerator, TestExecutePlanAction, TestManagedResourceStorage, TestStressVersions, TestHashQParserPlugin, DOMUtilTest, TestTlogReplica, TermsComponentTest, DeleteNodeTest, SolrXmlInZkTest, CSVRequestHandlerTest, CollectionStateFormat2Test, PreAnalyzedUpdateProcessorTest, DistributedMLTComponentTest, SimplePostToolTest, TestMinMaxOnMultiValuedField, TestFieldTypeResource, SpellCheckCollatorWithCollapseTest, TestSolrCLIRunExample, TestReplicationHandler, TestManagedSchema, TestUseDocValuesAsStored, ZkControllerTest, DirectUpdateHandlerOptimizeTest, TestReversedWildcardFilterFactory, TestCloudInspectUtil, SuggestComponentTest, JsonLoaderTest, SharedFSAutoReplicaFailoverTest, PrimUtilsTest, SchemaVersionSpecificBehaviorTest, ClassificationUpdateProcessorIntegrationTest, SpatialRPTFieldTypeTest, ShardRoutingCustomTest, CdcrUpdateLogTest, RequiredFieldsTest, RollingRestartTest, UpdateRequestProcessorFactoryTest, TestUniqueKeyFieldResource, AssignTest, PathHierarchyTokenizerFactoryTest, RuleEngineTest, TestDistributedGrouping, TestCharFilters, TestPerFieldSimilarity, IndexSchemaTest, SystemLogListenerTest, AsyncCallRequestStatusResponseTest, TestHdfsUpdateLog, ResourceLoaderTest, PolyFieldTest, DistributedQueryComponentCustomSortTest, TestLegacyNumericUtils, V2StandaloneTest, TestLeaderElectionWithEmptyReplica, SoftAutoCommitTest, TestFoldingMultitermQuery, NodeAddedTriggerTest, HdfsDirectoryTest, TestNodeAddedTrigger, TestElisionMultitermQuery, SortByFunctionTest, TestSubQueryTransformerCrossCore, CollectionsAPIAsyncDistributedZkTest, PeerSyncReplicationTest, SyncSliceTest, BJQParserTest, HdfsRecoveryZkTest, BasicZkTest, FacetPivotSmallTest, PeerSyncTest, HdfsWriteToMultipleCollectionsTest, SolrIndexMetricsTest, DeleteStatusTest, TestPerFieldSimilarityWithDefaultOverride, HdfsBasicDistributedZk2Test, AnalyticsQueryTest, DistribJoinFromCollectionTest, OverseerRolesTest, TestFileDictionaryLookup, TestPrepRecovery, TestCollectionAPIs, TestRawResponseWriter, TestPartialUpdateDeduplication, FieldMutatingUpdateProcessorTest, TestLRUCache, SolrInfoBeanTest, TestConfigSetsAPIZkFailure, TestSearchPerf, TestConfigOverlay, SolrCoreMetricManagerTest, BadComponentTest, BlockCacheTest, TestManagedSynonymGraphFilterFactory, HdfsAutoAddReplicasIntegrationTest, ChaosMonkeySafeLeaderTest, TestFieldCacheSortRandom, CdcrReplicationHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, TestSimpleTrackingShardHandler, SolrCoreTest, TestClusterStateProvider, DocValuesMissingTest, AlternateDirectoryTest, TestNestedDocsSort, AutoScalingHandlerTest, PrimitiveFieldTypeTest, SortSpecParsingTest, LoggingHandlerTest, OverseerModifyCollectionTest, OverseerTaskQueueTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestClusterProperties, TestConfigSetsAPI, TestLockTree, TestMiniSolrCloudClusterSSL, TestRandomFlRTGCloud, TestTolerantUpdateProcessorRandomCloud, HdfsCollectionsAPIDistributedZkTest, TestLocalFSCloudBackupRestore, AutoAddReplicasIntegrationTest, TriggerIntegrationTest]
   [junit4] Completed [586/771 (3!)] on J1 in 200.91s, 14 tests, 3 failures <<< FAILURES!

[...truncated 48744 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 134 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/134/

8 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.analytics.OverallAnalyticsTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.analytics.OverallAnalyticsTest:     1) Thread[id=83, name=qtp2038752375-83, state=TIMED_WAITING, group=TGRP-OverallAnalyticsTest]         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.analytics.OverallAnalyticsTest: 
   1) Thread[id=83, name=qtp2038752375-83, state=TIMED_WAITING, group=TGRP-OverallAnalyticsTest]
        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)
	at __randomizedtesting.SeedInfo.seed([A523C701FE2DACD0]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.analytics.OverallAnalyticsTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=83, name=qtp2038752375-83, state=TIMED_WAITING, group=TGRP-OverallAnalyticsTest]         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=83, name=qtp2038752375-83, state=TIMED_WAITING, group=TGRP-OverallAnalyticsTest]
        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)
	at __randomizedtesting.SeedInfo.seed([A523C701FE2DACD0]:0)


FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A7C7ACAA4B877DC5:76A712636B2B6E9C]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.AliasIntegrationTest.checkFooAndBarMeta(AliasIntegrationTest.java:287)
	at org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1(AliasIntegrationTest.java:255)
	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.AliasIntegrationTest.testModifyMetadataCAR

Error Message:
Error from server at https://127.0.0.1:35042/solr: Can't modify non-existent alias testModifyMetadataCAR

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:35042/solr: Can't modify non-existent alias testModifyMetadataCAR
	at __randomizedtesting.SeedInfo.seed([A7C7ACAA4B877DC5:BB95EDE1F65CDD9D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataCAR(AliasIntegrationTest.java:265)
	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.MultiThreadedOCPTest.test

Error Message:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/collection-queue-work

Stack Trace:
org.apache.solr.common.SolrException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/collection-queue-work
	at __randomizedtesting.SeedInfo.seed([A7C7ACAA4B877DC5:2F939370E57B103D]:0)
	at org.apache.solr.cloud.ZkDistributedQueue.<init>(ZkDistributedQueue.java:124)
	at org.apache.solr.cloud.ZkDistributedQueue.<init>(ZkDistributedQueue.java:114)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testTaskExclusivity(MultiThreadedOCPTest.java:153)
	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:64)
	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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/collection-queue-work
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:315)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:315)
	at org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:93)
	at org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:78)
	at org.apache.solr.cloud.ZkDistributedQueue.<init>(ZkDistributedQueue.java:122)
	... 44 more


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:40377/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:46596/solr/test_col_shard5_replica_n18/ update: org.apache.solr.client.solrj.request.UpdateRequest@477006b4

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:40377/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:46596/solr/test_col_shard5_replica_n18/ update: org.apache.solr.client.solrj.request.UpdateRequest@477006b4
	at __randomizedtesting.SeedInfo.seed([A7C7ACAA4B877DC5:91D3CEECC1DA47D4]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:283)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:195)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:40377/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:46596/solr/test_col_shard5_replica_n18/ update: org.apache.solr.client.solrj.request.UpdateRequest@477006b4
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:411)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:40377/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:46596/solr/test_col_shard5_replica_n18/ update: org.apache.solr.client.solrj.request.UpdateRequest@477006b4
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399)
	... 6 more


FAILED:  org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:39725_solr, 127.0.0.1:44964_solr] Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/24)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"testSimple1_shard1_replica_n1",           "base_url":"http://127.0.0.1:39725/solr",           "node_name":"127.0.0.1:39725_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node12":{           "core":"testSimple1_shard1_replica_n11",           "base_url":"http://127.0.0.1:39725/solr",           "node_name":"127.0.0.1:39725_solr",           "state":"active",           "type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "core":"testSimple1_shard2_replica_n4",           "base_url":"http://127.0.0.1:39725/solr",           "node_name":"127.0.0.1:39725_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node10":{           "core":"testSimple1_shard2_replica_n9",           "base_url":"http://127.0.0.1:32972/solr",           "node_name":"127.0.0.1:32972_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:39725_solr, 127.0.0.1:44964_solr]
Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/24)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testSimple1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:39725/solr",
          "node_name":"127.0.0.1:39725_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node12":{
          "core":"testSimple1_shard1_replica_n11",
          "base_url":"http://127.0.0.1:39725/solr",
          "node_name":"127.0.0.1:39725_solr",
          "state":"active",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"testSimple1_shard2_replica_n4",
          "base_url":"http://127.0.0.1:39725/solr",
          "node_name":"127.0.0.1:39725_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node10":{
          "core":"testSimple1_shard2_replica_n9",
          "base_url":"http://127.0.0.1:32972/solr",
          "node_name":"127.0.0.1:32972_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([A7C7ACAA4B877DC5:9F7488546C74A914]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
	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.sim.TestLargeCluster.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([A7C7ACAA4B877DC5:FA8FB2238441DB8A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate(TestLargeCluster.java:547)
	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 12979 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestLargeCluster
   [junit4]   2> 1671776 INFO  (SUITE-TestLargeCluster-seed#[A7C7ACAA4B877DC5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestLargeCluster_A7C7ACAA4B877DC5-001/init-core-data-001
   [junit4]   2> 1671776 WARN  (SUITE-TestLargeCluster-seed#[A7C7ACAA4B877DC5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1671776 INFO  (SUITE-TestLargeCluster-seed#[A7C7ACAA4B877DC5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1671790 INFO  (SUITE-TestLargeCluster-seed#[A7C7ACAA4B877DC5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1671862 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1671868 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 0
   [junit4]   2> 1671869 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10082_solr, 127.0.0.1:10004_solr, 127.0.0.1:10018_solr, 127.0.0.1:10049_solr, 127.0.0.1:10020_solr, 127.0.0.1:10065_solr, 127.0.0.1:10021_solr, 127.0.0.1:10005_solr, 127.0.0.1:10066_solr, 127.0.0.1:10035_solr, 127.0.0.1:10051_solr, 127.0.0.1:10019_solr, 127.0.0.1:10096_solr, 127.0.0.1:10022_solr, 127.0.0.1:10033_solr, 127.0.0.1:10017_solr, 127.0.0.1:10047_solr, 127.0.0.1:10095_solr, 127.0.0.1:10081_solr, 127.0.0.1:10084_solr, 127.0.0.1:10036_solr, 127.0.0.1:10052_solr, 127.0.0.1:10006_solr, 127.0.0.1:10079_solr, 127.0.0.1:10098_solr, 127.0.0.1:10003_solr, 127.0.0.1:10001_solr, 127.0.0.1:10054_solr, 127.0.0.1:10099_solr, 127.0.0.1:10071_solr, 127.0.0.1:10023_solr, 127.0.0.1:10076_solr, 127.0.0.1:10007_solr, 127.0.0.1:10055_solr, 127.0.0.1:10010_solr, 127.0.0.1:10016_solr, 127.0.0.1:10070_solr, 127.0.0.1:10077_solr, 127.0.0.1:10038_solr, 127.0.0.1:10032_solr, 127.0.0.1:10093_solr, 127.0.0.1:10061_solr, 127.0.0.1:10067_solr, 127.0.0.1:10086_solr, 127.0.0.1:10089_solr, 127.0.0.1:10045_solr, 127.0.0.1:10042_solr, 127.0.0.1:10029_solr, 127.0.0.1:10083_solr, 127.0.0.1:10080_solr, 127.0.0.1:10048_solr, 127.0.0.1:10064_solr, 127.0.0.1:10043_solr, 127.0.0.1:10057_solr, 127.0.0.1:10074_solr, 127.0.0.1:10026_solr, 127.0.0.1:10012_solr, 127.0.0.1:10060_solr, 127.0.0.1:10073_solr, 127.0.0.1:10058_solr, 127.0.0.1:10013_solr, 127.0.0.1:10090_solr, 127.0.0.1:10088_solr, 127.0.0.1:10027_solr, 127.0.0.1:10039_solr, 127.0.0.1:10025_solr, 127.0.0.1:10044_solr, 127.0.0.1:10028_solr, 127.0.0.1:10092_solr, 127.0.0.1:10041_solr, 127.0.0.1:10087_solr, 127.0.0.1:10009_solr, 127.0.0.1:10000_solr, 127.0.0.1:10030_solr, 127.0.0.1:10014_solr, 127.0.0.1:10011_solr, 127.0.0.1:10040_solr, 127.0.0.1:10085_solr, 127.0.0.1:10046_solr, 127.0.0.1:10068_solr, 127.0.0.1:10063_solr, 127.0.0.1:10015_solr, 127.0.0.1:10069_solr, 127.0.0.1:10062_solr, 127.0.0.1:10008_solr, 127.0.0.1:10024_solr, 127.0.0.1:10050_solr, 127.0.0.1:10075_solr, 127.0.0.1:10078_solr, 127.0.0.1:10002_solr, 127.0.0.1:10097_solr, 127.0.0.1:10031_solr, 127.0.0.1:10034_solr, 127.0.0.1:10091_solr, 127.0.0.1:10094_solr, 127.0.0.1:10037_solr, 127.0.0.1:10053_solr, 127.0.0.1:10059_solr, 127.0.0.1:10056_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 1671869 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[A7C7ACAA4B877DC5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLost
   [junit4]   2> 1671869 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 1671869 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 1671869 DEBUG (TEST-TestLargeCluster.testNodeLost-seed#[A7C7ACAA4B877DC5]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1671878 INFO  (TEST-TestLargeCluster.testNodeLost-seed#[A7C7ACAA4B877DC5]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 1671940 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1671940 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220)
   [junit4]   2> 	at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:154)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1671941 DEBUG (TEST-TestLargeCluster.testNodeLost-seed#[A7C7ACAA4B877DC5]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1671951 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1671952 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1671952 WARN  (ScheduledTrigger-3187-thread-1) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger ran but was already closed
   [junit4]   2> 1671952 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10082_solr, 127.0.0.1:10004_solr, 127.0.0.1:10018_solr, 127.0.0.1:10049_solr, 127.0.0.1:10020_solr, 127.0.0.1:10065_solr, 127.0.0.1:10021_solr, 127.0.0.1:10005_solr, 127.0.0.1:10066_solr, 127.0.0.1:10035_solr, 127.0.0.1:10051_solr, 127.0.0.1:10019_solr, 127.0.0.1:10096_solr, 127.0.0.1:10022_solr, 127.0.0.1:10033_solr, 127.0.0.1:10017_solr, 127.0.0.1:10047_solr, 127.0.0.1:10095_solr, 127.0.0.1:10081_solr, 127.0.0.1:10084_solr, 127.0.0.1:10036_solr, 127.0.0.1:10052_solr, 127.0.0.1:10006_solr, 127.0.0.1:10079_solr, 127.0.0.1:10098_solr, 127.0.0.1:10003_solr, 127.0.0.1:10001_solr, 127.0.0.1:10054_solr, 127.0.0.1:10099_solr, 127.0.0.1:10071_solr, 127.0.0.1:10023_solr, 127.0.0.1:10076_solr, 127.0.0.1:10007_solr, 127.0.0.1:10055_solr, 127.0.0.1:10010_solr, 127.0.0.1:10016_solr, 127.0.0.1:10070_solr, 127.0.0.1:10077_solr, 127.0.0.1:10038_solr, 127.0.0.1:10032_solr, 127.0.0.1:10093_solr, 127.0.0.1:10061_solr, 127.0.0.1:10067_solr, 127.0.0.1:10086_solr, 127.0.0.1:10089_solr, 127.0.0.1:10045_solr, 127.0.0.1:10042_solr, 127.0.0.1:10029_solr, 127.0.0.1:10083_solr, 127.0.0.1:10080_solr, 127.0.0.1:10048_solr, 127.0.0.1:10064_solr, 127.0.0.1:10043_solr, 127.0.0.1:10057_solr, 127.0.0.1:10074_solr, 127.0.0.1:10026_solr, 127.0.0.1:10012_solr, 127.0.0.1:10060_solr, 127.0.0.1:10073_solr, 127.0.0.1:10058_solr, 127.0.0.1:10013_solr, 127.0.0.1:10090_solr, 127.0.0.1:10088_solr, 127.0.0.1:10027_solr, 127.0.0.1:10039_solr, 127.0.0.1:10025_solr, 127.0.0.1:10044_solr, 127.0.0.1:10028_solr, 127.0.0.1:10092_solr, 127.0.0.1:10041_solr, 127.0.0.1:10087_solr, 127.0.0.1:10009_solr, 127.0.0.1:10000_solr, 127.0.0.1:10030_solr, 127.0.0.1:10014_solr, 127.0.0.1:10011_solr, 127.0.0.1:10040_solr, 127.0.0.1:10085_solr, 127.0.0.1:10046_solr, 127.0.0.1:10068_solr, 127.0.0.1:10063_solr, 127.0.0.1:10015_solr, 127.0.0.1:10069_solr, 127.0.0.1:10062_solr, 127.0.0.1:10008_solr, 127.0.0.1:10024_solr, 127.0.0.1:10050_solr, 127.0.0.1:10075_solr, 127.0.0.1:10078_solr, 127.0.0.1:10002_solr, 127.0.0.1:10097_solr, 127.0.0.1:10031_solr, 127.0.0.1:10034_solr, 127.0.0.1:10091_solr, 127.0.0.1:10094_solr, 127.0.0.1:10037_solr, 127.0.0.1:10053_solr, 127.0.0.1:10059_solr, 127.0.0.1:10056_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 1671952 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion -1
   [junit4]   2> 1671952 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1671952 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1671952 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1671952 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1671972 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1671993 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672013 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672041 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672061 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672077 DEBUG (simCloudManagerPool-3189-thread-1) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1672078 DEBUG (simCloudManagerPool-3189-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1672078 DEBUG (simCloudManagerPool-3189-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10082_solr, 127.0.0.1:10004_solr, 127.0.0.1:10018_solr, 127.0.0.1:10049_solr, 127.0.0.1:10020_solr, 127.0.0.1:10065_solr, 127.0.0.1:10021_solr, 127.0.0.1:10005_solr, 127.0.0.1:10066_solr, 127.0.0.1:10035_solr, 127.0.0.1:10051_solr, 127.0.0.1:10019_solr, 127.0.0.1:10096_solr, 127.0.0.1:10022_solr, 127.0.0.1:10033_solr, 127.0.0.1:10017_solr, 127.0.0.1:10047_solr, 127.0.0.1:10095_solr, 127.0.0.1:10081_solr, 127.0.0.1:10084_solr, 127.0.0.1:10036_solr, 127.0.0.1:10052_solr, 127.0.0.1:10006_solr, 127.0.0.1:10079_solr, 127.0.0.1:10098_solr, 127.0.0.1:10003_solr, 127.0.0.1:10001_solr, 127.0.0.1:10054_solr, 127.0.0.1:10099_solr, 127.0.0.1:10071_solr, 127.0.0.1:10023_solr, 127.0.0.1:10076_solr, 127.0.0.1:10007_solr, 127.0.0.1:10055_solr, 127.0.0.1:10010_solr, 127.0.0.1:10016_solr, 127.0.0.1:10070_solr, 127.0.0.1:10077_solr, 127.0.0.1:10038_solr, 127.0.0.1:10032_solr, 127.0.0.1:10093_solr, 127.0.0.1:10061_solr, 127.0.0.1:10067_solr, 127.0.0.1:10086_solr, 127.0.0.1:10089_solr, 127.0.0.1:10045_solr, 127.0.0.1:10042_solr, 127.0.0.1:10029_solr, 127.0.0.1:10083_solr, 127.0.0.1:10080_solr, 127.0.0.1:10048_solr, 127.0.0.1:10064_solr, 127.0.0.1:10043_solr, 127.0.0.1:10057_solr, 127.0.0.1:10074_solr, 127.0.0.1:10026_solr, 127.0.0.1:10012_solr, 127.0.0.1:10060_solr, 127.0.0.1:10073_solr, 127.0.0.1:10058_solr, 127.0.0.1:10013_solr, 127.0.0.1:10090_solr, 127.0.0.1:10088_solr, 127.0.0.1:10027_solr, 127.0.0.1:10039_solr, 127.0.0.1:10025_solr, 127.0.0.1:10044_solr, 127.0.0.1:10028_solr, 127.0.0.1:10092_solr, 127.0.0.1:10041_solr, 127.0.0.1:10087_solr, 127.0.0.1:10009_solr, 127.0.0.1:10000_solr, 127.0.0.1:10030_solr, 127.0.0.1:10014_solr, 127.0.0.1:10011_solr, 127.0.0.1:10040_solr, 127.0.0.1:10085_solr, 127.0.0.1:10046_solr, 127.0.0.1:10068_solr, 127.0.0.1:10063_solr, 127.0.0.1:10015_solr, 127.0.0.1:10069_solr, 127.0.0.1:10062_solr, 127.0.0.1:10008_solr, 127.0.0.1:10024_solr, 127.0.0.1:10050_solr, 127.0.0.1:10075_solr, 127.0.0.1:10078_solr, 127.0.0.1:10002_solr, 127.0.0.1:10097_solr, 127.0.0.1:10031_solr, 127.0.0.1:10034_solr, 127.0.0.1:10091_solr, 127.0.0.1:10094_solr, 127.0.0.1:10037_solr, 127.0.0.1:10053_solr, 127.0.0.1:10059_solr, 127.0.0.1:10056_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 1672078 DEBUG (simCloudManagerPool-3189-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10082_solr, 127.0.0.1:10004_solr, 127.0.0.1:10018_solr, 127.0.0.1:10049_solr, 127.0.0.1:10020_solr, 127.0.0.1:10065_solr, 127.0.0.1:10021_solr, 127.0.0.1:10005_solr, 127.0.0.1:10066_solr, 127.0.0.1:10035_solr, 127.0.0.1:10051_solr, 127.0.0.1:10019_solr, 127.0.0.1:10096_solr, 127.0.0.1:10022_solr, 127.0.0.1:10033_solr, 127.0.0.1:10017_solr, 127.0.0.1:10047_solr, 127.0.0.1:10095_solr, 127.0.0.1:10081_solr, 127.0.0.1:10084_solr, 127.0.0.1:10036_solr, 127.0.0.1:10052_solr, 127.0.0.1:10006_solr, 127.0.0.1:10079_solr, 127.0.0.1:10098_solr, 127.0.0.1:10003_solr, 127.0.0.1:10001_solr, 127.0.0.1:10054_solr, 127.0.0.1:10099_solr, 127.0.0.1:10071_solr, 127.0.0.1:10023_solr, 127.0.0.1:10076_solr, 127.0.0.1:10007_solr, 127.0.0.1:10055_solr, 127.0.0.1:10010_solr, 127.0.0.1:10016_solr, 127.0.0.1:10070_solr, 127.0.0.1:10077_solr, 127.0.0.1:10038_solr, 127.0.0.1:10032_solr, 127.0.0.1:10093_solr, 127.0.0.1:10061_solr, 127.0.0.1:10067_solr, 127.0.0.1:10086_solr, 127.0.0.1:10089_solr, 127.0.0.1:10045_solr, 127.0.0.1:10042_solr, 127.0.0.1:10029_solr, 127.0.0.1:10083_solr, 127.0.0.1:10080_solr, 127.0.0.1:10048_solr, 127.0.0.1:10064_solr, 127.0.0.1:10043_solr, 127.0.0.1:10057_solr, 127.0.0.1:10074_solr, 127.0.0.1:10026_solr, 127.0.0.1:10012_solr, 127.0.0.1:10060_solr, 127.0.0.1:10073_solr, 127.0.0.1:10058_solr, 127.0.0.1:10013_solr, 127.0.0.1:10090_solr, 127.0.0.1:10088_solr, 127.0.0.1:10027_solr, 127.0.0.1:10039_solr, 127.0.0.1:10025_solr, 127.0.0.1:10044_solr, 127.0.0.1:10028_solr, 127.0.0.1:10092_solr, 127.0.0.1:10041_solr, 127.0.0.1:10087_solr, 127.0.0.1:10009_solr, 127.0.0.1:10000_solr, 127.0.0.1:10030_solr, 127.0.0.1:10014_solr, 127.0.0.1:10011_solr, 127.0.0.1:10040_solr, 127.0.0.1:10085_solr, 127.0.0.1:10046_solr, 127.0.0.1:10068_solr, 127.0.0.1:10063_solr, 127.0.0.1:10015_solr, 127.0.0.1:10069_solr, 127.0.0.1:10062_solr, 127.0.0.1:10008_solr, 127.0.0.1:10024_solr, 127.0.0.1:10050_solr, 127.0.0.1:10075_solr, 127.0.0.1:10078_solr, 127.0.0.1:10002_solr, 127.0.0.1:10097_solr, 127.0.0.1:10031_solr, 127.0.0.1:10034_solr, 127.0.0.1:10091_solr, 127.0.0.1:10094_solr, 127.0.0.1:10037_solr, 127.0.0.1:10053_solr, 127.0.0.1:10059_solr, 127.0.0.1:10056_solr, 127.0.0.1:10072_solr]
   [junit4]   2> 1672078 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1672079 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1672079 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672079 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1672081 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672118 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672118 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672138 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672139 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672174 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672174 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672203 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672203 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672223 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672223 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672255 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672255 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672296 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672296 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672332 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672332 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672369 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672369 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672389 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672389 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672410 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672410 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672430 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672430 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672450 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672450 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672470 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672470 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672491 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672491 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672511 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672511 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672531 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672531 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672563 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672563 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672588 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672588 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672620 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672620 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672648 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672648 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672669 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672669 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672693 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672693 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672713 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672713 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672750 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672750 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672786 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672786 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672807 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672807 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672827 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672827 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672847 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672847 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672867 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672867 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672888 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672888 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672908 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672908 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672928 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672928 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672948 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672949 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672969 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672969 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1672989 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1672989 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673009 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673009 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673029 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673030 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673050 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673050 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673070 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673070 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673090 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673090 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673110 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673110 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673131 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673131 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673151 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673151 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673171 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673171 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673191 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673192 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673215 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673215 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673248 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673248 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673276 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673277 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673313 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673313 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673349 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673349 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673386 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673386 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673422 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673422 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673459 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673459 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673491 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673491 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673511 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673511 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673532 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673532 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673552 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673552 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673580 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673580 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673600 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673601 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673621 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673621 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673641 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673641 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673661 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673661 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673681 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673682 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673702 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673702 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673722 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673722 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673742 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673742 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673762 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673762 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673783 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673783 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673803 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673803 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673823 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673823 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673852 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673852 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673872 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673872 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673892 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673892 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673913 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673913 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673933 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673933 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673953 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673953 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673973 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673973 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1673994 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1673994 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674014 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674014 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674034 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674034 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674054 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674054 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674075 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674075 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674095 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674095 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674115 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674115 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674135 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674135 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674155 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674155 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674176 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674176 DEBUG (ScheduledTrigger-3190-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674196 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674196 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674216 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674216 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674236 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674236 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674257 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674257 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674277 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674277 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674297 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674297 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674317 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674317 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674338 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674338 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674358 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674358 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674378 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674378 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674398 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674398 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674419 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674419 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674439 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674439 DEBUG (ScheduledTrigger-3190-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674480 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674480 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674516 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674516 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674553 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674553 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674589 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674605 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674625 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674626 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674646 DEBUG (ScheduledTrigger-3190-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100
   [junit4]   2> 1674654 DEBUG (ScheduledTrigger-3190-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 100
   [junit4]   2> 1674678 DEBUG (ScheduledTrigger-3190-th

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

, NodeAddedTriggerTest, TestManagedResourceStorage, TestCoreDiscovery, CdcrBidirectionalTest, TestDeleteCollectionOnDownNodes, TestNestedDocsSort, TestCloudSchemaless, ClusterStateTest, RemoteQueryErrorTest, FileBasedSpellCheckerTest, TestUninvertingReader, TestLeaderInitiatedRecoveryThread, CustomHighlightComponentTest, DeleteInactiveReplicaTest, NumericFieldsTest, SuggestComponentTest, SearchHandlerTest, PingRequestHandlerTest, TestCloudPivotFacet, HttpSolrCallGetCoreTest, CleanupOldIndexTest, SolrMetricsIntegrationTest, TestSolrCLIRunExample, TestOnReconnectListenerSupport, MissingSegmentRecoveryTest, CheckHdfsIndexTest, CoreAdminHandlerTest, TestSkipOverseerOperations, TestSegmentSorting, DocValuesTest, TestImpersonationWithHadoopAuth, CdcrUpdateLogTest, ZkStateReaderTest, RegexBoostProcessorTest, SolrCmdDistributorTest, UniqFieldsUpdateProcessorFactoryTest, TestRandomDVFaceting, TestSolrDeletionPolicy2, TestManagedSchema, TestCoreContainer, SystemLogListenerTest, TestRealTimeGet, CdcrReplicationHandlerTest, TestExclusionRuleCollectionAccess, TestFaceting, AnalyticsQueryTest, TestConfigReload, TestSolrXml, TestAnalyzedSuggestions, SubstringBytesRefFilterTest, JavabinLoaderTest, LukeRequestHandlerTest, TestPayloadScoreQParserPlugin, ShufflingReplicaListTransformerTest, TestLegacyFieldCache, HdfsThreadLeakTest, ShowFileRequestHandlerTest, MetricUtilsTest, TestConfigOverlay, ChaosMonkeyNothingIsSafeWithPullReplicasTest, LargeFieldTest, TestReloadDeadlock, UnloadDistributedZkTest, TestRebalanceLeaders, TestFileDictionaryLookup, SaslZkACLProviderTest, TestDistributedMissingSort, TestSQLHandler, DistribCursorPagingTest, ReturnFieldsTest, TestGraphMLResponseWriter, TestPullReplicaErrorHandling, TestCloudSearcherWarming, TestStreamBody, TestSuggestSpellingConverter, SolrCloudReportersTest, TestFieldCacheSortRandom, TestUniqueKeyFieldResource, BasicDistributedZk2Test, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestRandomFaceting, ZkCLITest, ShardRoutingCustomTest, TestRecovery, TestRangeQuery, PreAnalyzedFieldTest, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestLRUCache, TestUtils, SliceStateTest, UUIDFieldTest, FileUtilsTest, CircularListTest, TestRTGBase, CursorPagingTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestLuceneIndexBackCompat, AddReplicaTest, AsyncCallRequestStatusResponseTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionsAPISolrJTest, HttpPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, MultiThreadedOCPTest, OverseerModifyCollectionTest, RecoveryAfterSoftCommitTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, TestDownShardTolerantSearch, TestMiniSolrCloudClusterSSL, TestRequestForwarding, TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [514/769 (5!)] on J2 in 472.89s, 5 tests, 1 error <<< FAILURES!

[...truncated 3997 lines...]
   [junit4] Suite: org.apache.solr.analytics.OverallAnalyticsTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/contrib/solr-analytics/test/J2/temp/solr.analytics.OverallAnalyticsTest_A523C701FE2DACD0-001/init-core-data-001
   [junit4]   2> Jan 29, 2018 10:22:35 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jan 29, 2018 10:22:55 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.analytics.OverallAnalyticsTest: 
   [junit4]   2>    1) Thread[id=83, name=qtp2038752375-83, state=TIMED_WAITING, group=TGRP-OverallAnalyticsTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Jan 29, 2018 10:22:55 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=83, name=qtp2038752375-83, state=TIMED_WAITING, group=TGRP-OverallAnalyticsTest]
   [junit4]   2> Jan 29, 2018 10:22:58 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=83, name=qtp2038752375-83, state=TIMED_WAITING, group=TGRP-OverallAnalyticsTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=7, maxDocsPerChunk=4, blockSize=872), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=7, blockSize=872)), sim=RandomSimilarity(queryNorm=false): {}, locale=tr-TR, timezone=Iran
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=2,free=208784248,total=335020032
   [junit4]   2> NOTE: All tests run in this JVM: [LegacyQueryFacetTest, CastingLongValueTest, FloatFieldsTest, ConcatFunctionTest, CastingDateValueStreamTest, LegacyFunctionTest, OverallAnalyticsTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverallAnalyticsTest -Dtests.seed=A523C701FE2DACD0 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=tr-TR -Dtests.timezone=Iran -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | OverallAnalyticsTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.analytics.OverallAnalyticsTest: 
   [junit4]    >    1) Thread[id=83, name=qtp2038752375-83, state=TIMED_WAITING, group=TGRP-OverallAnalyticsTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A523C701FE2DACD0]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=83, name=qtp2038752375-83, state=TIMED_WAITING, group=TGRP-OverallAnalyticsTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A523C701FE2DACD0]:0)
   [junit4] Completed [56/78 (1!)] on J2 in 89.82s, 1 test, 2 errors <<< FAILURES!

[...truncated 45051 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 133 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/133/

15 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([98877FB381527F34]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterOnVMError

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([98877FB381527F34]:0)


FAILED:  org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([989F0A270EC7F3D0]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestInetAddressRangeQueries

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([989F0A270EC7F3D0]:0)


FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testDeleteAliasWithExistingCollectionName

Error Message:
expected:<1> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<3>
	at __randomizedtesting.SeedInfo.seed([C812E909F0BB6483:BE603FF8B4D0B2BE]: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.AliasIntegrationTest.testDeleteAliasWithExistingCollectionName(AliasIntegrationTest.java:230)
	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.HttpPartitionTest.test

Error Message:
Didn't see all replicas for shard shard1 in c8n_1x2 come up within 90000 ms! ClusterState: {   "collMinRf_1x3":{     "pullReplicas":"0",     "replicationFactor":"1",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{           "core_node3":{             "core":"collMinRf_1x3_shard1_replica_n1",             "base_url":"http://127.0.0.1:40284/n",             "node_name":"127.0.0.1:40284_n",             "state":"active",             "type":"NRT"},           "core_node5":{             "core":"collMinRf_1x3_shard1_replica_n2",             "base_url":"http://127.0.0.1:58218/n",             "node_name":"127.0.0.1:58218_n",             "state":"active",             "type":"NRT",             "leader":"true"},           "core_node6":{             "core":"collMinRf_1x3_shard1_replica_n4",             "base_url":"http://127.0.0.1:38991/n",             "node_name":"127.0.0.1:38991_n",             "state":"active",             "type":"NRT"}}}},     "router":{"name":"compositeId"},     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "nrtReplicas":"3",     "tlogReplicas":"0"},   "collection1":{     "pullReplicas":"0",     "replicationFactor":"1",     "shards":{       "shard1":{         "range":"80000000-ffffffff",         "state":"active",         "replicas":{"core_node44":{             "core":"collection1_shard1_replica_n43",             "base_url":"http://127.0.0.1:38991/n",             "node_name":"127.0.0.1:38991_n",             "state":"active",             "type":"NRT",             "leader":"true"}}},       "shard2":{         "range":"0-7fffffff",         "state":"active",         "replicas":{           "core_node42":{             "core":"collection1_shard2_replica_n41",             "base_url":"http://127.0.0.1:40284/n",             "node_name":"127.0.0.1:40284_n",             "state":"active",             "type":"NRT",             "leader":"true"},           "core_node46":{             "core":"collection1_shard2_replica_n45",             "base_url":"http://127.0.0.1:45251/n",             "node_name":"127.0.0.1:45251_n",             "state":"active",             "type":"NRT"}}}},     "router":{"name":"compositeId"},     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "nrtReplicas":"1",     "tlogReplicas":"0"},   "control_collection":{     "pullReplicas":"0",     "replicationFactor":"1",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{"core_node2":{             "core":"control_collection_shard1_replica_n1",             "base_url":"http://127.0.0.1:58218/n",             "node_name":"127.0.0.1:58218_n",             "state":"active",             "type":"NRT",             "leader":"true"}}}},     "router":{"name":"compositeId"},     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "nrtReplicas":"1",     "tlogReplicas":"0"},   "c8n_1x2":{     "pullReplicas":"0",     "replicationFactor":"1",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{           "core_node3":{             "state":"down",             "base_url":"http://127.0.0.1:38991/n",             "core":"c8n_1x2_shard1_replica_n1",             "node_name":"127.0.0.1:38991_n",             "type":"NRT"},           "core_node4":{             "core":"c8n_1x2_shard1_replica_n2",             "base_url":"http://127.0.0.1:40284/n",             "node_name":"127.0.0.1:40284_n",             "state":"active",             "type":"NRT",             "leader":"true"}}}},     "router":{"name":"compositeId"},     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "nrtReplicas":"2",     "tlogReplicas":"0"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 90000 ms! ClusterState: {
  "collMinRf_1x3":{
    "pullReplicas":"0",
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node3":{
            "core":"collMinRf_1x3_shard1_replica_n1",
            "base_url":"http://127.0.0.1:40284/n",
            "node_name":"127.0.0.1:40284_n",
            "state":"active",
            "type":"NRT"},
          "core_node5":{
            "core":"collMinRf_1x3_shard1_replica_n2",
            "base_url":"http://127.0.0.1:58218/n",
            "node_name":"127.0.0.1:58218_n",
            "state":"active",
            "type":"NRT",
            "leader":"true"},
          "core_node6":{
            "core":"collMinRf_1x3_shard1_replica_n4",
            "base_url":"http://127.0.0.1:38991/n",
            "node_name":"127.0.0.1:38991_n",
            "state":"active",
            "type":"NRT"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "nrtReplicas":"3",
    "tlogReplicas":"0"},
  "collection1":{
    "pullReplicas":"0",
    "replicationFactor":"1",
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
        "replicas":{"core_node44":{
            "core":"collection1_shard1_replica_n43",
            "base_url":"http://127.0.0.1:38991/n",
            "node_name":"127.0.0.1:38991_n",
            "state":"active",
            "type":"NRT",
            "leader":"true"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
        "replicas":{
          "core_node42":{
            "core":"collection1_shard2_replica_n41",
            "base_url":"http://127.0.0.1:40284/n",
            "node_name":"127.0.0.1:40284_n",
            "state":"active",
            "type":"NRT",
            "leader":"true"},
          "core_node46":{
            "core":"collection1_shard2_replica_n45",
            "base_url":"http://127.0.0.1:45251/n",
            "node_name":"127.0.0.1:45251_n",
            "state":"active",
            "type":"NRT"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "nrtReplicas":"1",
    "tlogReplicas":"0"},
  "control_collection":{
    "pullReplicas":"0",
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node2":{
            "core":"control_collection_shard1_replica_n1",
            "base_url":"http://127.0.0.1:58218/n",
            "node_name":"127.0.0.1:58218_n",
            "state":"active",
            "type":"NRT",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "nrtReplicas":"1",
    "tlogReplicas":"0"},
  "c8n_1x2":{
    "pullReplicas":"0",
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node3":{
            "state":"down",
            "base_url":"http://127.0.0.1:38991/n",
            "core":"c8n_1x2_shard1_replica_n1",
            "node_name":"127.0.0.1:38991_n",
            "type":"NRT"},
          "core_node4":{
            "core":"c8n_1x2_shard1_replica_n2",
            "base_url":"http://127.0.0.1:40284/n",
            "node_name":"127.0.0.1:40284_n",
            "state":"active",
            "type":"NRT",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "nrtReplicas":"2",
    "tlogReplicas":"0"}}
	at __randomizedtesting.SeedInfo.seed([C812E909F0BB6483:4046D6D35E47097B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:2002)
	at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:369)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:131)
	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)


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

Error Message:
KeeperErrorCode = Session expired for /clusterstate.json

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /clusterstate.json
	at __randomizedtesting.SeedInfo.seed([C812E909F0BB6483:4046D6D35E47097B]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:541)
	at org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:351)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:681)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:676)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:471)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:341)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
KeeperErrorCode = Session expired for /overseer_elect/leader

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
	at __randomizedtesting.SeedInfo.seed([C812E909F0BB6483:4046D6D35E47097B]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
	at org.apache.solr.cloud.OverseerTaskProcessor.getLeaderId(OverseerTaskProcessor.java:379)
	at org.apache.solr.cloud.OverseerTaskProcessor.getLeaderNode(OverseerTaskProcessor.java:370)
	at org.apache.solr.cloud.RollingRestartTest.waitUntilOverseerDesignateIsLeader(RollingRestartTest.java:137)
	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:104)
	at org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52)
	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)


FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates

Error Message:
Could not load collection from ZK: test_col

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: test_col
	at __randomizedtesting.SeedInfo.seed([C812E909F0BB6483:F4D33CB987C69A91]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1206)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:849)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates(TestTolerantUpdateProcessorRandomCloud.java:274)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/test_col/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
	... 47 more


FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitStaticIndexReplication

Error Message:
Could not load collection from ZK: control_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: control_collection
	at __randomizedtesting.SeedInfo.seed([C812E909F0BB6483:82587D0961134B86]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:137)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:117)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitStaticIndexReplication(ShardSplitTest.java:192)
	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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/control_collection/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
	... 45 more


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:37540_solr wasn't created

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:37540_solr wasn't created
	at __randomizedtesting.SeedInfo.seed([C812E909F0BB6483:D0A86105FE8EA96C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:938)
	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.sim.TestLargeCluster.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([C812E909F0BB6483:955AF7803F7DC2CC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate(TestLargeCluster.java:547)
	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.sim.TestTriggerIntegration.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([C812E909F0BB6483:955AF7803F7DC2CC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate(TestTriggerIntegration.java:1178)
	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:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:132)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:76)  at org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:316)  at org.apache.solr.update.UpdateLog.deleteByQuery(UpdateLog.java:621)  at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:539)  at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:78)  at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:59)  at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:916)  at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDeleteByQuery(DistributedUpdateProcessor.java:1642)  at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:1531)  at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1316)  at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)  at org.apache.solr.handler.loader.JavabinLoader.delete(JavabinLoader.java:157)  at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:113)  at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)  at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)  at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:530)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)  at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)  at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)  at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)  at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)  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)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:132)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:76)
	at org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:316)
	at org.apache.solr.update.UpdateLog.deleteByQuery(UpdateLog.java:621)
	at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:539)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:78)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:59)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:916)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDeleteByQuery(DistributedUpdateProcessor.java:1642)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:1531)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1316)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)
	at org.apache.solr.handler.loader.JavabinLoader.delete(JavabinLoader.java:157)
	at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:113)
	at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:530)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
	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)


	at __randomizedtesting.SeedInfo.seed([C812E909F0BB6483]: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:295)
	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$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:  org.apache.solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest.test

Error Message:
There are still nodes recoverying - waited for 600 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 600 seconds
	at __randomizedtesting.SeedInfo.seed([C812E909F0BB6483:4046D6D35E47097B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:921)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1478)
	at org.apache.solr.cloud.TlogReplayBufferedWhileIndexingTest.test(TlogReplayBufferedWhileIndexingTest.java:99)
	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 1351 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnVMError
   [junit4]   2> ene 28, 2018 6:16:59 AM com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.index.TestIndexWriterOnVMError
   [junit4]   2>    1) Thread[id=125, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[98877FB381527F34], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at java.lang.Thread.yield(Native Method)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.maybeYield(MockDirectoryWrapper.java:626)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.sync(MockDirectoryWrapper.java:195)
   [junit4]   2>         at org.apache.lucene.store.LockValidatingDirectoryWrapper.sync(LockValidatingDirectoryWrapper.java:68)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4808)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:280)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    2) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    3) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:636)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    4) Thread[id=124, name=SUITE-TestIndexWriterOnVMError-seed#[98877FB381527F34], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:705)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterOnVMError -Dtests.method=testCheckpoint -Dtests.seed=98877FB381527F34 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-MX -Dtests.timezone=Europe/Helsinki -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   7035s J1 | TestIndexWriterOnVMError.testCheckpoint <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([98877FB381527F34]:0)
   [junit4]   2> ene 28, 2018 6:17:00 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> ene 28, 2018 6:17:20 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.index.TestIndexWriterOnVMError: 
   [junit4]   2>    1) Thread[id=125, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[98877FB381527F34], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at java.lang.Throwable.getStackTraceElement(Native Method)
   [junit4]   2>         at java.lang.Throwable.getOurStackTrace(Throwable.java:827)
   [junit4]   2>         at java.lang.Throwable.getStackTrace(Throwable.java:816)
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:283)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1022)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:144)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]   2>         at org.apache.lucene.util.bkd.BKDWriter.writeLeafBlockPackedValues(BKDWriter.java:1290)
   [junit4]   2>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1728)
   [junit4]   2>         at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1008)
   [junit4]   2>         at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:141)
   [junit4]   2>         at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.writeField(AssertingPointsFormat.java:137)
   [junit4]   2>         at org.apache.lucene.index.PointValuesWriter.flush(PointValuesWriter.java:183)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.writePoints(DefaultIndexingChain.java:202)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:137)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:452)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:557)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:673)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3246)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:280)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> ene 28, 2018 6:17:20 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=125, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[98877FB381527F34], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2> ene 28, 2018 6:17:23 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=125, name=TEST-TestIndexWriterOnVMError.testCheckpoint-seed#[98877FB381527F34], state=RUNNABLE, group=TGRP-TestIndexWriterOnVMError]
   [junit4]   2>         at java.lang.Throwable.getStackTraceElement(Native Method)
   [junit4]   2>         at java.lang.Throwable.getOurStackTrace(Throwable.java:827)
   [junit4]   2>         at java.lang.Throwable.getStackTrace(Throwable.java:816)
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError$4.eval(TestIndexWriterOnVMError.java:283)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1022)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:144)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]   2>         at org.apache.lucene.store.DataOutput.writeInt(DataOutput.java:73)
   [junit4]   2>         at org.apache.lucene.codecs.lucene70.Lucene70NormsConsumer.addNormsField(Lucene70NormsConsumer.java:111)
   [junit4]   2>         at org.apache.lucene.codecs.asserting.AssertingNormsFormat$AssertingNormsConsumer.addNormsField(AssertingNormsFormat.java:78)
   [junit4]   2>         at org.apache.lucene.index.NormValuesWriter.flush(NormValuesWriter.java:80)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.writeNorms(DefaultIndexingChain.java:299)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:125)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:452)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:557)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:673)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3246)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.doTest(TestIndexWriterOnVMError.java:181)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterOnVMError.testCheckpoint(TestIndexWriterOnVMError.java:280)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.ja

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

htlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-7.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/contrib/analysis-extras/lib/icu4j-60.2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_144/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180128_124845_3889099243601830993159.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180128_124845_3886947707290268960568.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180128_124845_3887167474309928526122.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180128_124845_3887386764058721357094.syserr
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:844: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:780: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build.xml:262: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/common-build.xml:556: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1513: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1038: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180128_124845_3887167474309928526122.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180128_124845_3887386764058721357094.syserr

Total time: 979 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-7.x #131 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 132 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/132/

1 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=8993, name=Thread-2166, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8993, name=Thread-2166, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: org.apache.solr.common.SolrException: directUpdatesToLeadersOnly==true but could not find leader(s)
	at __randomizedtesting.SeedInfo.seed([413848E06A1F333F]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:507)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:633)




Build Log:
[...truncated 13553 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 3469696 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[413848E06A1F333F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/init-core-data-001
   [junit4]   2> 3469696 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[413848E06A1F333F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 3469696 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[413848E06A1F333F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3469698 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[413848E06A1F333F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 3469698 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[413848E06A1F333F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 3469876 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3469895 INFO  (Thread-2076) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3469895 INFO  (Thread-2076) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3470033 ERROR (Thread-2076) [    ] 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> 3470033 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.ZkTestServer start zk server on port:41758
   [junit4]   2> 3470134 INFO  (zkConnectionManagerCallback-1585-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3470295 INFO  (zkConnectionManagerCallback-1587-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3470298 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3470299 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 3470303 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3470315 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3470316 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3470335 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3470336 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3470336 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3470342 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3470343 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3470359 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3470379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 3472045 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3472049 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3472049 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3472049 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3472049 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5625565b{/,null,AVAILABLE}
   [junit4]   2> 3472050 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b914ba2{HTTP/1.1,[http/1.1]}{127.0.0.1:46887}
   [junit4]   2> 3472050 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.Server Started @3496213ms
   [junit4]   2> 3472050 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/tempDir-001/control/data, hostContext=/, hostPort=46887, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/control-001/cores}
   [junit4]   2> 3472050 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3472050 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3472051 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3472051 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3472051 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:16:06.519Z
   [junit4]   2> 3472053 INFO  (zkConnectionManagerCallback-1589-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3472054 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 3472054 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/control-001/solr.xml
   [junit4]   2> 3472074 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3472074 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3472088 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3472091 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41758/solr
   [junit4]   2> 3472100 INFO  (zkConnectionManagerCallback-1593-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3472187 INFO  (zkConnectionManagerCallback-1595-thread-1-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3472481 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:46887_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3472499 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:46887_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46887_
   [junit4]   2> 3473135 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:46887_    ] o.a.s.c.Overseer Overseer (id=99421740364398596-127.0.0.1:46887_-n_0000000000) starting
   [junit4]   2> 3473213 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:46887_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46887_
   [junit4]   2> 3473272 INFO  (zkCallback-1594-thread-1-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3474073 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:46887_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3474236 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:46887_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3474237 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:46887_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3474238 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:46887_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/control-001/cores
   [junit4]   2> 3474639 INFO  (zkConnectionManagerCallback-1601-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3474640 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3474659 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41758/solr ready
   [junit4]   2> 3474660 INFO  (qtp535968620-8513) [n:127.0.0.1:46887_    ] 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:46887_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3475007 INFO  (OverseerThreadFactory-3639-thread-1-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 3475124 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_    ] 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> 3475124 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3475246 INFO  (zkCallback-1594-thread-1-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] 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> 3477175 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3477337 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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> 3478081 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 3478195 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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> 3478196 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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@7f2c603
   [junit4]   2> 3478196 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3478196 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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 [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 3478311 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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=16, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=33.517578125, floorSegmentMB=1.767578125, forceMergeDeletesPctAllowed=8.897027449585455, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16469330023994982
   [junit4]   2> 3478314 WARN  (qtp535968620-8517) [n:127.0.0.1:46887_ 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> 3478647 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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> 3478647 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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> 3478648 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3478648 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3478649 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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=5, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=37.9560546875, floorSegmentMB=1.7431640625, forceMergeDeletesPctAllowed=7.811238212231509, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7931536316250646
   [junit4]   2> 3478649 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@697a0cb9[control_collection_shard1_replica_n1] main]
   [junit4]   2> 3478651 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3478655 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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> 3478656 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3478656 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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 1590747854928871424
   [junit4]   2> 3478659 INFO  (searcherExecutor-3642-thread-1-processing-n:127.0.0.1:46887_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:46887_ 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@697a0cb9[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3478685 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3478685 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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> 3478685 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46887/control_collection_shard1_replica_n1/
   [junit4]   2> 3478685 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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> 3478685 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:46887/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 3478685 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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> 3478706 INFO  (zkCallback-1594-thread-1-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] 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> 3478780 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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:46887/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 3478780 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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> 3478782 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_ 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=3658
   [junit4]   2> 3478784 INFO  (qtp535968620-8513) [n:127.0.0.1:46887_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 3478892 INFO  (zkCallback-1594-thread-1-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] 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> 3479120 INFO  (OverseerCollectionConfigSetProcessor-99421740364398596-127.0.0.1:46887_-n_0000000000) [n:127.0.0.1:46887_    ] 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> 3479784 INFO  (qtp535968620-8513) [n:127.0.0.1:46887_    ] 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:46887_&wt=javabin&version=2} status=0 QTime=5123
   [junit4]   2> 3479824 INFO  (zkConnectionManagerCallback-1605-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3479825 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3479825 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41758/solr ready
   [junit4]   2> 3479825 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3479829 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3479911 INFO  (OverseerThreadFactory-3639-thread-2-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 3479912 WARN  (OverseerThreadFactory-3639-thread-2-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 3480049 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 3480050 INFO  (qtp535968620-8517) [n:127.0.0.1:46887_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=221
   [junit4]   2> 3480083 INFO  (OverseerCollectionConfigSetProcessor-99421740364398596-127.0.0.1:46887_-n_0000000000) [n:127.0.0.1:46887_    ] 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> 3480677 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-1-001 of type NRT
   [junit4]   2> 3480677 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3480678 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3480678 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3480678 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3480679 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1234c8a{/,null,AVAILABLE}
   [junit4]   2> 3480679 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b531add{HTTP/1.1,[http/1.1]}{127.0.0.1:51588}
   [junit4]   2> 3480679 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.Server Started @3504843ms
   [junit4]   2> 3480679 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=51588, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-1-001/cores}
   [junit4]   2> 3480679 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3480680 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3480680 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3480680 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3480680 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:16:15.148Z
   [junit4]   2> 3480681 INFO  (zkConnectionManagerCallback-1607-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3480687 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 3480687 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-1-001/solr.xml
   [junit4]   2> 3480694 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3480694 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3480695 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3481172 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41758/solr
   [junit4]   2> 3481174 INFO  (zkConnectionManagerCallback-1611-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3481311 INFO  (zkConnectionManagerCallback-1613-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3481357 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:51588_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3481358 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:51588_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3481380 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:51588_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51588_
   [junit4]   2> 3481424 INFO  (zkCallback-1594-thread-1-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3481424 INFO  (zkCallback-1604-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3481491 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3482029 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:51588_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3489627 WARN  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]-SendThread(127.0.0.1:41758)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 8203ms for sessionid 0x161378bcd5f0006
   [junit4]   2> 3489628 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x161378bcd5f0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3489632 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:51588_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3489633 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:51588_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3489634 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:51588_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-1-001/cores
   [junit4]   2> 3489833 WARN  (zkConnectionManagerCallback-1605-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@379a4442 name: ZooKeeperConnection Watcher:127.0.0.1:41758/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 3489833 WARN  (zkConnectionManagerCallback-1605-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 3490067 INFO  (qtp535968620-8515) [n:127.0.0.1:46887_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:51588_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3490086 INFO  (OverseerThreadFactory-3639-thread-3-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:51588_ for creating new replica
   [junit4]   2> 3490160 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3490232 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3490410 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3490455 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 3491390 INFO  (zkConnectionManagerCallback-1605-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3491403 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 3491635 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 3491636 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3491636 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3491636 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 3491723 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=33.517578125, floorSegmentMB=1.767578125, forceMergeDeletesPctAllowed=8.897027449585455, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16469330023994982
   [junit4]   2> 3491741 WARN  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] 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> 3492331 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3492331 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3492332 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3492332 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3492343 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=37.9560546875, floorSegmentMB=1.7431640625, forceMergeDeletesPctAllowed=7.811238212231509, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7931536316250646
   [junit4]   2> 3492351 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ea5a67f[collection1_shard2_replica_n61] main]
   [junit4]   2> 3492383 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3492384 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3492385 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3492425 INFO  (searcherExecutor-3653-thread-1-processing-n:127.0.0.1:51588_ x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@7ea5a67f[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3492425 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590747869366714368
   [junit4]   2> 3492447 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3492447 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3492447 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51588/collection1_shard2_replica_n61/
   [junit4]   2> 3492447 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3492447 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:51588/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 3492447 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3492452 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51588/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 3492452 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] 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> 3492454 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3492471 INFO  (qtp1947730586-8562) [n:127.0.0.1:51588_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2311
   [junit4]   2> 3492473 INFO  (qtp535968620-8515) [n:127.0.0.1:46887_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:51588_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=2408
   [junit4]   2> 3492556 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] 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> 3493102 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-2-001 of type NRT
   [junit4]   2> 3493103 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3493103 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3493104 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3493104 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3493104 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58098819{/,null,AVAILABLE}
   [junit4]   2> 3493104 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b58830d{HTTP/1.1,[http/1.1]}{127.0.0.1:35839}
   [junit4]   2> 3493104 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.Server Started @3517268ms
   [junit4]   2> 3493104 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=35839, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-2-001/cores}
   [junit4]   2> 3493105 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3493105 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3493105 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3493105 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3493105 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:16:27.573Z
   [junit4]   2> 3493143 INFO  (zkConnectionManagerCallback-1617-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3493163 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 3493164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-2-001/solr.xml
   [junit4]   2> 3493167 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3493167 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3493195 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3493213 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41758/solr
   [junit4]   2> 3493227 INFO  (zkConnectionManagerCallback-1621-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3493331 INFO  (zkConnectionManagerCallback-1623-thread-1-processing-n:127.0.0.1:35839_) [n:127.0.0.1:35839_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3493334 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:35839_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3493335 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:35839_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3493488 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:35839_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35839_
   [junit4]   2> 3493489 INFO  (zkCallback-1604-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3493489 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3493489 INFO  (zkCallback-1594-thread-1-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3493581 INFO  (zkCallback-1622-thread-1-processing-n:127.0.0.1:35839_) [n:127.0.0.1:35839_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3494091 INFO  (OverseerCollectionConfigSetProcessor-99421740364398596-127.0.0.1:46887_-n_0000000000) [n:127.0.0.1:46887_    ] 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> 3495084 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:35839_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3495185 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:35839_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3495185 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:35839_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3495187 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:35839_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-2-001/cores
   [junit4]   2> 3495833 INFO  (qtp1224736313-8598) [n:127.0.0.1:35839_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:35839_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3495895 INFO  (OverseerThreadFactory-3639-thread-4-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:35839_ for creating new replica
   [junit4]   2> 3495916 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3495917 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3495940 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] 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> 3495952 INFO  (zkCallback-1622-thread-1-processing-n:127.0.0.1:35839_) [n:127.0.0.1:35839_    ] 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> 3496974 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3497045 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 3498182 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 3498342 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63' using configuration from collection collection1, trusted=true
   [junit4]   2> 3498343 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n63' (registry 'solr.core.collection1.shard3.replica_n63') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3498343 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3498343 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 3498420 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=33.517578125, floorSegmentMB=1.767578125, forceMergeDeletesPctAllowed=8.897027449585455, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16469330023994982
   [junit4]   2> 3498481 WARN  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] 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> 3498872 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3498872 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3498874 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3498874 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3498890 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=37.9560546875, floorSegmentMB=1.7431640625, forceMergeDeletesPctAllowed=7.811238212231509, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7931536316250646
   [junit4]   2> 3498902 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@687baf7d[collection1_shard3_replica_n63] main]
   [junit4]   2> 3498903 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3498903 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3498904 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3498905 INFO  (searcherExecutor-3664-thread-1-processing-n:127.0.0.1:35839_ x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@687baf7d[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3498905 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590747876161486848
   [junit4]   2> 3498935 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3498935 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3498935 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35839/collection1_shard3_replica_n63/
   [junit4]   2> 3498935 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3498936 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:35839/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 3498936 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3498953 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35839/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 3498959 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] 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> 3498960 INFO  (zkCallback-1622-thread-1-processing-n:127.0.0.1:35839_) [n:127.0.0.1:35839_    ] 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> 3498960 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3498971 INFO  (qtp1224736313-8602) [n:127.0.0.1:35839_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3055
   [junit4]   2> 3499087 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] 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> 3499088 INFO  (zkCallback-1622-thread-1-processing-n:127.0.0.1:35839_) [n:127.0.0.1:35839_    ] 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> 3499089 INFO  (qtp1224736313-8598) [n:127.0.0.1:35839_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:35839_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=3256
   [junit4]   2> 3499911 INFO  (OverseerCollectionConfigSetProcessor-99421740364398596-127.0.0.1:46887_-n_0000000000) [n:127.0.0.1:46887_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3500060 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-3-001 of type NRT
   [junit4]   2> 3500061 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3500731 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3500731 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3500731 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3500732 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@367a696e{/,null,AVAILABLE}
   [junit4]   2> 3500732 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4f033f1b{HTTP/1.1,[http/1.1]}{127.0.0.1:49643}
   [junit4]   2> 3500732 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.Server Started @3524896ms
   [junit4]   2> 3500732 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=49643, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-3-001/cores}
   [junit4]   2> 3500732 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3500836 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3500836 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3500836 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3500836 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:16:35.304Z
   [junit4]   2> 3500977 INFO  (zkConnectionManagerCallback-1627-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3500979 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 3500979 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-3-001/solr.xml
   [junit4]   2> 3501143 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3501143 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3501144 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3501157 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41758/solr
   [junit4]   2> 3501215 INFO  (zkConnectionManagerCallback-1631-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3501221 INFO  (zkConnectionManagerCallback-1633-thread-1-processing-n:127.0.0.1:49643_) [n:127.0.0.1:49643_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3501244 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:49643_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3501245 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:49643_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3501246 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:49643_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49643_
   [junit4]   2> 3501247 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3501247 INFO  (zkCallback-1604-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3501247 INFO  (zkCallback-1622-thread-1-processing-n:127.0.0.1:35839_) [n:127.0.0.1:35839_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3501248 INFO  (zkCallback-1594-thread-2-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3501999 INFO  (zkCallback-1632-thread-1-processing-n:127.0.0.1:49643_) [n:127.0.0.1:49643_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3502261 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:49643_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3502303 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:49643_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3502303 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:49643_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3502386 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [n:127.0.0.1:49643_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-3-001/cores
   [junit4]   2> 3502831 INFO  (qtp1224736313-8600) [n:127.0.0.1:35839_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:49643_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3502837 INFO  (OverseerThreadFactory-3639-thread-5-processing-n:127.0.0.1:46887_) [n:127.0.0.1:46887_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:49643_ for creating new replica
   [junit4]   2> 3502860 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3502890 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3502924 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] 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: [4])
   [junit4]   2> 3502931 INFO  (zkCallback-1622-thread-1-processing-n:127.0.0.1:35839_) [n:127.0.0.1:35839_    ] 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: [4])
   [junit4]   2> 3503618 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3503850 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 3504619 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 3505012 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65' using configuration from collection collection1, trusted=true
   [junit4]   2> 3505013 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n65' (registry 'solr.core.collection1.shard1.replica_n65') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603
   [junit4]   2> 3505013 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3505013 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 3505023 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=33.517578125, floorSegmentMB=1.767578125, forceMergeDeletesPctAllowed=8.897027449585455, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16469330023994982
   [junit4]   2> 3505055 WARN  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] 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> 3505267 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3505267 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3505268 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3505268 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3505279 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=37.9560546875, floorSegmentMB=1.7431640625, forceMergeDeletesPctAllowed=7.811238212231509, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7931536316250646
   [junit4]   2> 3505279 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.SolrIndexSearcher Opening [Searcher@437177d9[collection1_shard1_replica_n65] main]
   [junit4]   2> 3505311 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3505311 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3505312 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3505312 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590747882879713280
   [junit4]   2> 3505315 INFO  (searcherExecutor-3675-thread-1-processing-n:127.0.0.1:49643_ x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher Searcher@437177d9[collection1_shard1_replica_n65] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3505328 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3505328 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3505328 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49643/collection1_shard1_replica_n65/
   [junit4]   2> 3505328 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3505328 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy http://127.0.0.1:49643/collection1_shard1_replica_n65/ has no replicas
   [junit4]   2> 3505328 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3505339 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49643/collection1_shard1_replica_n65/ shard1
   [junit4]   2> 3505341 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] 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: [4])
   [junit4]   2> 3505438 INFO  (zkCallback-1632-thread-1-processing-n:127.0.0.1:49643_) [n:127.0.0.1:49643_    ] 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: [4])
   [junit4]   2> 3505439 INFO  (zkCallback-1622-thread-1-processing-n:127.0.0.1:35839_) [n:127.0.0.1:35839_    ] 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: [4])
   [junit4]   2> 3505499 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3505500 INFO  (qtp918081584-8629) [n:127.0.0.1:49643_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2640
   [junit4]   2> 3505532 INFO  (qtp1224736313-8600) [n:127.0.0.1:35839_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:49643_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=2700
   [junit4]   2> 3505640 INFO  (zkCallback-1622-thread-1-processing-n:127.0.0.1:35839_) [n:127.0.0.1:35839_    ] 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: [4])
   [junit4]   2> 3505640 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:51588_) [n:127.0.0.1:51588_    ] 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: [4])
   [junit4]   2> 3505640 INFO  (zkCallback-1632-thread-1-processing-n:127.0.0.1:49643_) [n:127.0.0.1:49643_    ] 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: [4])
   [junit4]   2> 3506545 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-4-001 of type NRT
   [junit4]   2> 3506546 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3506546 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3506547 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3506547 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3506547 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63cfe4a2{/,null,AVAILABLE}
   [junit4]   2> 3506547 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@438e8687{HTTP/1.1,[http/1.1]}{127.0.0.1:53239}
   [junit4]   2> 3506547 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.e.j.s.Server Started @3530711ms
   [junit4]   2> 3506547 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=53239, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-4-001/cores}
   [junit4]   2> 3506548 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3506551 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 3506551 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3506551 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3506551 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:16:41.019Z
   [junit4]   2> 3506553 INFO  (zkConnectionManagerCallback-1637-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3506554 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 3506554 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_413848E06A1F333F-001/shard-4-001/solr.xml
   [junit4]   2> 3506558 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3506558 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3506559 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7f2c603, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3506628 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[413848E06A1F333F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41758/solr
   [junit4]   2> 3506639 INFO  (zkConnectionManagerCallback-1641-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3506644 INFO  (zkConnectionManagerCallback-1643-thread-1-processing-n:127.0.0.1:53239_) [n:127.0.0.1:53239_    ] o.a.s.c.c.ConnectionManager

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

ightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-7.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/contrib/analysis-extras/lib/icu4j-60.2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_144/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180127_111750_0407261422035694181531.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180127_111750_040649427971287641024.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180127_111750_0402217687271029544061.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180127_111750_040437854281876322359.syserr
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:844: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:780: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build.xml:262: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/common-build.xml:556: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1513: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1038: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180127_111750_0394542072230644756303.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180127_111750_0398222997951544076924.syserr

Total time: 705 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-7.x #131 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 131 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/131/

8 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.analytics.facet.ValueFacetTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.ValueFacetTest:     1) Thread[id=60, name=qtp1375106549-60, state=TIMED_WAITING, group=TGRP-ValueFacetTest]         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.ValueFacetTest: 
   1) Thread[id=60, name=qtp1375106549-60, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
        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)
	at __randomizedtesting.SeedInfo.seed([CA0C660CB3F59301]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.analytics.facet.ValueFacetTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=60, name=qtp1375106549-60, state=TIMED_WAITING, group=TGRP-ValueFacetTest]         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=60, name=qtp1375106549-60, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
        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)
	at __randomizedtesting.SeedInfo.seed([CA0C660CB3F59301]:0)


FAILED:  org.apache.solr.cloud.LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud

Error Message:
Could not find collection : legacyFalse

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : legacyFalse
	at __randomizedtesting.SeedInfo.seed([2F48AD16478D10F5:FE4F5F93E3829BC7]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
	at org.apache.solr.cloud.LegacyCloudClusterPropTest.checkMandatoryProps(LegacyCloudClusterPropTest.java:153)
	at org.apache.solr.cloud.LegacyCloudClusterPropTest.createAndTest(LegacyCloudClusterPropTest.java:90)
	at org.apache.solr.cloud.LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud(LegacyCloudClusterPropTest.java:70)
	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.TriggerIntegrationTest.testEventFromRestoredState

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([2F48AD16478D10F5:2F7E19D66E80B49F]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventFromRestoredState(TriggerIntegrationTest.java:760)
	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.sim.TestDistribStateManager.testGetSetRemoveData

Error Message:
Node watch should have fired!

Stack Trace:
java.lang.AssertionError: Node watch should have fired!
	at __randomizedtesting.SeedInfo.seed([2F48AD16478D10F5:9D842441303D6FF]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData(TestDistribStateManager.java:256)
	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.sim.TestLargeCluster.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([2F48AD16478D10F5:7200B39F884BB6BA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate(TestLargeCluster.java:547)
	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:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:132)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:76)  at org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:316)  at org.apache.solr.update.UpdateLog.add(UpdateLog.java:534)  at org.apache.solr.update.UpdateLog.add(UpdateLog.java:519)  at org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:352)  at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:271)  at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:221)  at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)  at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)  at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:911)  at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1122)  at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:617)  at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)  at org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:98)  at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:188)  at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:144)  at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:311)  at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:256)  at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:130)  at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:276)  at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:256)  at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:178)  at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:195)  at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:108)  at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)  at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)  at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:530)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)  at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)  at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)  at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)  at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)  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)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:132)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:76)
	at org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:316)
	at org.apache.solr.update.UpdateLog.add(UpdateLog.java:534)
	at org.apache.solr.update.UpdateLog.add(UpdateLog.java:519)
	at org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:352)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:271)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:221)
	at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:911)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1122)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:617)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
	at org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:98)
	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:188)
	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:144)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:311)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:256)
	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:130)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:276)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:256)
	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:178)
	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:195)
	at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:108)
	at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:530)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
	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)


	at __randomizedtesting.SeedInfo.seed([2F48AD16478D10F5]: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:295)
	at sun.reflect.GeneratedMethodAccessor63.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:  org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:33925/bafn/vo: ADDREPLICA failed to create replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:33925/bafn/vo: ADDREPLICA failed to create replica
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:125)
	at org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:72)
	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 12505 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
   [junit4]   2> 40951 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/init-core-data-001
   [junit4]   2> 40951 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 41004 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 41006 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 41006 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /bafn/vo
   [junit4]   2> 47253 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 54820 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 56920 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
   [junit4]   2> 57386 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 61401 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 61767 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_lucene2.us.west_apache_org_37795_hdfs____3pfdw9/webapp
   [junit4]   2> 64904 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@lucene2-us-west.apache.org:37795
   [junit4]   2> 70875 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 70891 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 70938 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_45594_datanode____xb8eu/webapp
   [junit4]   2> 71999 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45594
   [junit4]   2> 74003 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 74005 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 74157 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_36002_datanode____1fahcm/webapp
   [junit4]   2> 75818 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2F48AD16478D10F5]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36002
   [junit4]   2> 80227 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/tempDir-001/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/tempDir-001/hdfsBaseDir/data/data4/]]  heartbeating to lucene2-us-west.apache.org/127.0.0.1:45926) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 80303 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/tempDir-001/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/tempDir-001/hdfsBaseDir/data/data2/]]  heartbeating to lucene2-us-west.apache.org/127.0.0.1:45926) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 82287 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x504044080d927: from storage DS-f719d9ed-460b-4bb8-b92f-38042bd25804 node DatanodeRegistration(127.0.0.1:45241, datanodeUuid=acbc8ae6-5a3b-4edb-b9ba-ed4e8917cade, infoPort=44279, infoSecurePort=0, ipcPort=42602, storageInfo=lv=-56;cid=testClusterID;nsid=87921511;c=0), blocks: 0, hasStaleStorage: true, processing time: 4 msecs
   [junit4]   2> 82287 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x504043fdaedfc: from storage DS-158e2f52-b6a4-4d3a-87a6-6c2ed0770339 node DatanodeRegistration(127.0.0.1:35706, datanodeUuid=b1140144-6908-4839-8e50-c142437a2da1, infoPort=34189, infoSecurePort=0, ipcPort=44869, storageInfo=lv=-56;cid=testClusterID;nsid=87921511;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 82288 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x504044080d927: from storage DS-53e4a2ad-5b9f-4473-be9e-55b2a47b42fe node DatanodeRegistration(127.0.0.1:45241, datanodeUuid=acbc8ae6-5a3b-4edb-b9ba-ed4e8917cade, infoPort=44279, infoSecurePort=0, ipcPort=42602, storageInfo=lv=-56;cid=testClusterID;nsid=87921511;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 82307 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x504043fdaedfc: from storage DS-661e8ab3-b7b2-44a2-8124-ca6ae276273b node DatanodeRegistration(127.0.0.1:35706, datanodeUuid=b1140144-6908-4839-8e50-c142437a2da1, infoPort=34189, infoSecurePort=0, ipcPort=44869, storageInfo=lv=-56;cid=testClusterID;nsid=87921511;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 84905 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 84931 INFO  (Thread-115) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 84931 INFO  (Thread-115) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 85381 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.ZkTestServer start zk server on port:42569
   [junit4]   2> 85607 ERROR (Thread-115) [    ] 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> 85903 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 86099 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16131b5ef830000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 86155 INFO  (zkConnectionManagerCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 86298 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 86351 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 86371 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 86388 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 86408 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 86410 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 86461 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 86480 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 86498 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 86519 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 86553 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 86571 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 86589 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16131b5ef830001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 89447 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 89765 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 89765 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 89768 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 89911 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75a1b58e{/bafn/vo,null,AVAILABLE}
   [junit4]   2> 90037 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f9898e4{HTTP/1.1,[http/1.1]}{127.0.0.1:33925}
   [junit4]   2> 90037 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.Server Started @99787ms
   [junit4]   2> 90037 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:45926/hdfs__lucene2-us-west.apache.org_45926__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001_tempDir-002_control_data, hostContext=/bafn/vo, hostPort=33925, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/control-001/cores}
   [junit4]   2> 90205 ERROR (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 90205 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 90205 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 90206 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 90221 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T09:04:27.220Z
   [junit4]   2> 90239 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 90402 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 90548 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 90550 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/control-001/solr.xml
   [junit4]   2> 90611 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 90611 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 90718 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@a484b5e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 90932 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42569/solr
   [junit4]   2> 91203 INFO  (zkConnectionManagerCallback-14-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 91588 INFO  (zkConnectionManagerCallback-16-thread-1-processing-n:127.0.0.1:33925_bafn%2Fvo) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 94119 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 94161 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33925_bafn%2Fvo
   [junit4]   2> 94162 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.Overseer Overseer (id=99415324256043012-127.0.0.1:33925_bafn%2Fvo-n_0000000000) starting
   [junit4]   2> 94833 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33925_bafn%2Fvo
   [junit4]   2> 95090 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:33925_bafn%2Fvo) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 97410 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a484b5e
   [junit4]   2> 97412 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a484b5e
   [junit4]   2> 97412 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a484b5e
   [junit4]   2> 97538 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/control-001/cores
   [junit4]   2> 98156 INFO  (zkConnectionManagerCallback-22-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 98190 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 98301 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42569/solr ready
   [junit4]   2> 100600 INFO  (qtp1307276940-212) [n:127.0.0.1:33925_bafn%2Fvo    ] 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:33925_bafn%252Fvo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 100782 INFO  (OverseerThreadFactory-34-thread-1-processing-n:127.0.0.1:33925_bafn%2Fvo) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 101570 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo    ] 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> 101893 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 102431 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:33925_bafn%2Fvo) [n:127.0.0.1:33925_bafn%2Fvo    ] 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> 103415 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 103815 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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> 105140 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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> 105264 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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> 105299 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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@a484b5e
   [junit4]   2> 105317 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:45926/solr_hdfs_home
   [junit4]   2> 105318 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 105318 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 105318 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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 [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:45926/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 105518 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45926/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 105646 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 105646 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 105646 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 108616 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 108681 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45926/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 108975 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45926/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 109012 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 109026 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 109026 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 109078 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 109079 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=936561338, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 109945 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45241 is added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-53e4a2ad-5b9f-4473-be9e-55b2a47b42fe:NORMAL:127.0.0.1:45241|RBW], ReplicaUC[[DISK]DS-158e2f52-b6a4-4d3a-87a6-6c2ed0770339:NORMAL:127.0.0.1:35706|RBW]]} size 69
   [junit4]   2> 109946 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35706 is added to blk_1073741825_1001 size 69
   [junit4]   2> 110811 WARN  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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> 111370 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 111403 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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> 111404 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 111551 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 111551 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 111604 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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=48, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=0.4326171875, floorSegmentMB=0.3984375, forceMergeDeletesPctAllowed=14.939351321929388, segmentsPerTier=27.0, maxCFSSegmentSizeMB=0.6103515625, noCFSRatio=0.0
   [junit4]   2> 111991 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@224bb83[control_collection_shard1_replica_n1] main]
   [junit4]   2> 112007 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 112023 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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> 112042 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 112058 INFO  (searcherExecutor-37-thread-1-processing-n:127.0.0.1:33925_bafn%2Fvo x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:33925_bafn%2Fvo 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@224bb83[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 112109 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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 1590645216101007360
   [junit4]   2> 112227 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 112227 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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> 112227 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33925/bafn/vo/control_collection_shard1_replica_n1/
   [junit4]   2> 112228 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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> 112228 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:33925/bafn/vo/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 112228 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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> 112297 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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:33925/bafn/vo/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 112326 INFO  (zkCallback-15-thread-1-processing-n:127.0.0.1:33925_bafn%2Fvo) [n:127.0.0.1:33925_bafn%2Fvo    ] 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> 112460 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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> 112464 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo 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=10895
   [junit4]   2> 112614 INFO  (zkCallback-15-thread-2-processing-n:127.0.0.1:33925_bafn%2Fvo) [n:127.0.0.1:33925_bafn%2Fvo    ] 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> 112999 INFO  (qtp1307276940-212) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 113000 INFO  (qtp1307276940-212) [n:127.0.0.1:33925_bafn%2Fvo    ] 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:33925_bafn%252Fvo&wt=javabin&version=2} status=0 QTime=12435
   [junit4]   2> 113129 INFO  (zkConnectionManagerCallback-26-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 113177 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 113179 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42569/solr ready
   [junit4]   2> 113218 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 113220 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 113295 INFO  (OverseerThreadFactory-34-thread-2-processing-n:127.0.0.1:33925_bafn%2Fvo) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 113315 INFO  (OverseerCollectionConfigSetProcessor-99415324256043012-127.0.0.1:33925_bafn%2Fvo-n_0000000000) [n:127.0.0.1:33925_bafn%2Fvo    ] 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> 113332 WARN  (OverseerThreadFactory-34-thread-2-processing-n:127.0.0.1:33925_bafn%2Fvo) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 113714 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 113714 INFO  (qtp1307276940-216) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=494
   [junit4]   2> 114366 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/shard-1-001 of type NRT
   [junit4]   2> 114385 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 114423 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 114423 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 114423 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 114423 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a267980{/bafn/vo,null,AVAILABLE}
   [junit4]   2> 114424 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@73c8f512{HTTP/1.1,[http/1.1]}{127.0.0.1:43725}
   [junit4]   2> 114424 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.e.j.s.Server Started @124174ms
   [junit4]   2> 114424 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:45926/hdfs__lucene2-us-west.apache.org_45926__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001_tempDir-002_jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/bafn/vo, hostPort=43725, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/shard-1-001/cores}
   [junit4]   2> 114424 ERROR (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 114424 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 114424 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 114425 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 114425 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T09:04:51.426Z
   [junit4]   2> 114474 INFO  (zkConnectionManagerCallback-28-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114499 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 114499 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/shard-1-001/solr.xml
   [junit4]   2> 114503 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 114503 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 114504 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@a484b5e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 114590 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42569/solr
   [junit4]   2> 114646 INFO  (zkConnectionManagerCallback-32-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114648 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16131b5ef830008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 114685 INFO  (zkConnectionManagerCallback-34-thread-1-processing-n:127.0.0.1:43725_bafn%2Fvo) [n:127.0.0.1:43725_bafn%2Fvo    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114834 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:43725_bafn%2Fvo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 114872 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:43725_bafn%2Fvo    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 114909 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:43725_bafn%2Fvo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43725_bafn%2Fvo
   [junit4]   2> 114932 INFO  (zkCallback-25-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 114939 INFO  (zkCallback-15-thread-2-processing-n:127.0.0.1:33925_bafn%2Fvo) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 115003 INFO  (zkCallback-33-thread-1-processing-n:127.0.0.1:43725_bafn%2Fvo) [n:127.0.0.1:43725_bafn%2Fvo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 115413 INFO  (OverseerCollectionConfigSetProcessor-99415324256043012-127.0.0.1:33925_bafn%2Fvo-n_0000000000) [n:127.0.0.1:33925_bafn%2Fvo    ] 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> 115553 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:43725_bafn%2Fvo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a484b5e
   [junit4]   2> 115626 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:43725_bafn%2Fvo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a484b5e
   [junit4]   2> 115626 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:43725_bafn%2Fvo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a484b5e
   [junit4]   2> 115645 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2F48AD16478D10F5]) [n:127.0.0.1:43725_bafn%2Fvo    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2F48AD16478D10F5-001/shard-1-001/cores
   [junit4]   2> 115877 INFO  (qtp1307276940-214) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:43725_bafn%252Fvo&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 115948 INFO  (OverseerThreadFactory-34-thread-3-processing-n:127.0.0.1:33925_bafn%2Fvo) [n:127.0.0.1:33925_bafn%2Fvo    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43725_bafn%2Fvo for creating new replica
   [junit4]   2> 116027 INFO  (qtp460844046-273) [n:127.0.0.1:43725_bafn%2Fvo    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 116027 INFO  (qtp460844046-273) [n:127.0.0.1:43725_bafn%2Fvo    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 117201 INFO  (qtp460844046-273) [n:127.0.0.1:43725_bafn%2Fvo c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 117430 INFO  (qtp460844046-273) [n:127.0.0.1:43725_bafn%2Fvo c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 118900 INFO  (qtp460844046-273) [n:127.0.0.1:43725_bafn%2Fvo c:collection1 s:shard2  x:collection1_shar

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

yzedUpdateProcessorTest, TestRemoteStreaming, TestLMDirichletSimilarityFactory, SaslZkACLProviderTest, TestInitParams, TestLeaderInitiatedRecoveryThread, TestPointFields, SolrCoreMetricManagerTest, TestSolrQueryParser, HdfsChaosMonkeySafeLeaderTest, CdcrBidirectionalTest, TestSlowCompositeReaderWrapper, RestartWhileUpdatingTest, TestNestedDocsSort, ZkStateReaderTest, DistributedQueueTest, MBeansHandlerTest, HdfsThreadLeakTest, TestComplexPhraseLeadingWildcard, HdfsAutoAddReplicasIntegrationTest, TestImpersonationWithHadoopAuth, TestDeleteCollectionOnDownNodes, HighlighterConfigTest, ZkSolrClientTest, SolrIndexMetricsTest, TestReplicationHandlerBackup, ZkCLITest, MetricsHandlerTest, TermVectorComponentDistributedTest, TestReloadDeadlock, V2StandaloneTest, TestPhraseSuggestions, DocumentAnalysisRequestHandlerTest, TestJsonRequest, TestManagedSchema, TestGraphMLResponseWriter, MetricUtilsTest, TestHttpShardHandlerFactory, ForceLeaderTest, NodeAddedTriggerTest, LeaderFailoverAfterPartitionTest, TestTolerantUpdateProcessorRandomCloud, TestDocSet, TestSmileRequest, DefaultValueUpdateProcessorTest, TestUninvertingReader, TestRuleBasedAuthorizationPlugin, TestSolrFieldCacheBean, DistributedFacetExistsSmallTest, TestHdfsCloudBackupRestore, TestSimDistributedQueue, CdcrUpdateLogTest, TestSolrCloudWithSecureImpersonation, DistributedTermsComponentTest, TestCopyFieldCollectionResource, XmlUpdateRequestHandlerTest, ZkNodePropsTest, OutOfBoxZkACLAndCredentialsProvidersTest, CdcrReplicationHandlerTest, TestManagedResourceStorage, TestConfigSetsAPIExclusivity, TestSubQueryTransformerCrossCore, DebugComponentTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TestRealTimeGet, TestJoin, TestRangeQuery, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestLazyCores, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, TestExtendedDismaxParser, SolrRequestParserTest, SuggesterTSTTest, SuggesterWFSTTest, NoCacheHeaderTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, LukeRequestHandlerTest, TestQueryTypes, FileBasedSpellCheckerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest, SolrPluginUtilsTest, TestJmxIntegration, QueryParsingTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, TestStressRecovery, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, ConnectionReuseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest]
   [junit4] Completed [532/767 (6!)] on J0 in 37.29s, 1 test, 1 error <<< FAILURES!

[...truncated 3873 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.ValueFacetTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.facet.ValueFacetTest_CA0C660CB3F59301-001/init-core-data-001
   [junit4]   2> log4j:WARN No appenders could be found for logger (org.apache.solr.SolrTestCaseJ4).
   [junit4]   2> log4j:WARN Please initialize the log4j system properly.
   [junit4]   2> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
   [junit4]   2> Jan 26, 2018 11:17:32 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> Jan 26, 2018 11:17:53 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.ValueFacetTest: 
   [junit4]   2>    1) Thread[id=60, name=qtp1375106549-60, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Jan 26, 2018 11:17:53 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=60, name=qtp1375106549-60, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
   [junit4]   2> Jan 26, 2018 11:17:56 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=60, name=qtp1375106549-60, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=pl-PL, timezone=America/Matamoros
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=2,free=189022928,total=308805632
   [junit4]   2> NOTE: All tests run in this JVM: [ValueFacetTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ValueFacetTest -Dtests.seed=CA0C660CB3F59301 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=pl-PL -Dtests.timezone=America/Matamoros -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | ValueFacetTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.ValueFacetTest: 
   [junit4]    >    1) Thread[id=60, name=qtp1375106549-60, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CA0C660CB3F59301]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=60, name=qtp1375106549-60, state=TIMED_WAITING, group=TGRP-ValueFacetTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CA0C660CB3F59301]:0)
   [junit4] Completed [28/78 (1!)] on J0 in 126.15s, 11 tests, 2 errors <<< FAILURES!

[...truncated 45119 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 130 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/130/

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

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([16502A587B4FED0B:3DAFFF03E137F8DB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeLostTriggerRestoreState(TriggerIntegrationTest.java:368)
	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 12697 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> 1119161 INFO  (SUITE-TriggerIntegrationTest-seed#[16502A587B4FED0B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_16502A587B4FED0B-001/init-core-data-001
   [junit4]   2> 1119161 WARN  (SUITE-TriggerIntegrationTest-seed#[16502A587B4FED0B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 1119161 INFO  (SUITE-TriggerIntegrationTest-seed#[16502A587B4FED0B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1119187 INFO  (SUITE-TriggerIntegrationTest-seed#[16502A587B4FED0B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1119203 INFO  (SUITE-TriggerIntegrationTest-seed#[16502A587B4FED0B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_16502A587B4FED0B-001/tempDir-001
   [junit4]   2> 1119203 INFO  (SUITE-TriggerIntegrationTest-seed#[16502A587B4FED0B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1119231 INFO  (Thread-5350) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1119231 INFO  (Thread-5350) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1119263 ERROR (Thread-5350) [    ] 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> 1119345 INFO  (SUITE-TriggerIntegrationTest-seed#[16502A587B4FED0B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:36492
   [junit4]   2> 1119591 INFO  (zkConnectionManagerCallback-792-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1119661 INFO  (jetty-launcher-789-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1119662 INFO  (jetty-launcher-789-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1119662 INFO  (jetty-launcher-789-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1119662 INFO  (jetty-launcher-789-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1119662 INFO  (jetty-launcher-789-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@449e58a7{/solr,null,AVAILABLE}
   [junit4]   2> 1119663 INFO  (jetty-launcher-789-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@448f8588{SSL,[ssl, http/1.1]}{127.0.0.1:46322}
   [junit4]   2> 1119663 INFO  (jetty-launcher-789-thread-2) [    ] o.e.j.s.Server Started @1129235ms
   [junit4]   2> 1119663 INFO  (jetty-launcher-789-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46322}
   [junit4]   2> 1119663 ERROR (jetty-launcher-789-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1119663 INFO  (jetty-launcher-789-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1119663 INFO  (jetty-launcher-789-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1119663 INFO  (jetty-launcher-789-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1119663 INFO  (jetty-launcher-789-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T10:32:11.391Z
   [junit4]   2> 1119801 INFO  (jetty-launcher-789-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1119847 INFO  (jetty-launcher-789-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1119847 INFO  (jetty-launcher-789-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1119847 INFO  (jetty-launcher-789-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1119847 INFO  (jetty-launcher-789-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70dd1a11{/solr,null,AVAILABLE}
   [junit4]   2> 1119847 INFO  (jetty-launcher-789-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@129a9818{SSL,[ssl, http/1.1]}{127.0.0.1:34033}
   [junit4]   2> 1119848 INFO  (jetty-launcher-789-thread-1) [    ] o.e.j.s.Server Started @1129419ms
   [junit4]   2> 1119848 INFO  (jetty-launcher-789-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34033}
   [junit4]   2> 1119848 ERROR (jetty-launcher-789-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1119848 INFO  (jetty-launcher-789-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1119848 INFO  (jetty-launcher-789-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1119848 INFO  (jetty-launcher-789-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1119848 INFO  (jetty-launcher-789-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T10:32:11.576Z
   [junit4]   2> 1120017 INFO  (zkConnectionManagerCallback-794-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1120106 INFO  (jetty-launcher-789-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1120157 INFO  (jetty-launcher-789-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36492/solr
   [junit4]   2> 1120157 INFO  (zkConnectionManagerCallback-796-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1120171 INFO  (jetty-launcher-789-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1120176 INFO  (jetty-launcher-789-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36492/solr
   [junit4]   2> 1120187 INFO  (zkConnectionManagerCallback-800-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1120187 INFO  (zkConnectionManagerCallback-804-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1120190 INFO  (zkConnectionManagerCallback-806-thread-1-processing-n:127.0.0.1:46322_solr) [n:127.0.0.1:46322_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1120191 INFO  (zkConnectionManagerCallback-808-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1120385 INFO  (jetty-launcher-789-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1120385 INFO  (jetty-launcher-789-thread-2) [n:127.0.0.1:46322_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1120386 INFO  (jetty-launcher-789-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34033_solr
   [junit4]   2> 1120386 INFO  (jetty-launcher-789-thread-2) [n:127.0.0.1:46322_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46322_solr
   [junit4]   2> 1120386 INFO  (jetty-launcher-789-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.Overseer Overseer (id=99410007227039750-127.0.0.1:34033_solr-n_0000000000) starting
   [junit4]   2> 1120471 INFO  (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1120471 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:46322_solr) [n:127.0.0.1:46322_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1120507 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1120508 INFO  (jetty-launcher-789-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34033_solr
   [junit4]   2> 1120535 INFO  (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1120535 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1120543 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:46322_solr) [n:127.0.0.1:46322_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1120616 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr]
   [junit4]   2> 1120616 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1120616 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1120618 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1120618 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1120619 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1120668 INFO  (jetty-launcher-789-thread-2) [n:127.0.0.1:46322_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46322.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1120689 INFO  (jetty-launcher-789-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34033.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1120695 INFO  (jetty-launcher-789-thread-2) [n:127.0.0.1:46322_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46322.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1120695 INFO  (jetty-launcher-789-thread-2) [n:127.0.0.1:46322_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46322.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1120696 INFO  (jetty-launcher-789-thread-2) [n:127.0.0.1:46322_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_16502A587B4FED0B-001/tempDir-001/node2/.
   [junit4]   2> 1120699 INFO  (jetty-launcher-789-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34033.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1120700 INFO  (jetty-launcher-789-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34033.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1120700 INFO  (jetty-launcher-789-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_16502A587B4FED0B-001/tempDir-001/node1/.
   [junit4]   2> 1120788 INFO  (zkConnectionManagerCallback-814-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1120791 INFO  (zkConnectionManagerCallback-818-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1120792 INFO  (SUITE-TriggerIntegrationTest-seed#[16502A587B4FED0B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1120793 INFO  (SUITE-TriggerIntegrationTest-seed#[16502A587B4FED0B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36492/solr ready
   [junit4]   2> 1120837 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTriggerThrottling
   [junit4]   2> 1120837 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 1120863 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1120863 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1120920 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1120921 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1120921 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1120978 INFO  (qtp1406801400-8592) [n:127.0.0.1:34033_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> 1121007 INFO  (qtp1595800982-8577) [n:127.0.0.1:46322_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> 1121007 DEBUG (qtp1406801400-8590) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1121008 INFO  (qtp1406801400-8590) [n:127.0.0.1:34033_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=48
   [junit4]   2> 1121008 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1121023 INFO  (qtp1406801400-8591) [n:127.0.0.1:34033_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> 1121024 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr]
   [junit4]   2> 1121024 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1121025 INFO  (qtp1595800982-8579) [n:127.0.0.1:46322_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> 1121025 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1121025 DEBUG (qtp1406801400-8588) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1121037 INFO  (qtp1406801400-8588) [n:127.0.0.1:34033_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=29
   [junit4]   2> 1121037 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1121038 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr]
   [junit4]   2> 1121038 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1121038 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr]
   [junit4]   2> 1121038 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1121040 INFO  (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1121040 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1121041 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 3
   [junit4]   2> 1121041 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1121041 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1121041 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1121042 INFO  (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1121042 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1121042 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1121042 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1121042 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1121043 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1121044 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1121044 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1121044 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1121044 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24869bfc{/solr,null,AVAILABLE}
   [junit4]   2> 1121044 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@15dd3d0d{SSL,[ssl, http/1.1]}{127.0.0.1:37682}
   [junit4]   2> 1121044 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.e.j.s.Server Started @1130616ms
   [junit4]   2> 1121044 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37682}
   [junit4]   2> 1121045 ERROR (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1121045 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1121045 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1121045 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1121045 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T10:32:12.773Z
   [junit4]   2> 1121047 INFO  (zkConnectionManagerCallback-820-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1121048 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1121080 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36492/solr
   [junit4]   2> 1121081 INFO  (zkConnectionManagerCallback-824-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1121084 INFO  (zkConnectionManagerCallback-826-thread-1-processing-n:127.0.0.1:37682_solr) [n:127.0.0.1:37682_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1121088 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [n:127.0.0.1:37682_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1121090 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [n:127.0.0.1:37682_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1121091 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [n:127.0.0.1:37682_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37682_solr
   [junit4]   2> 1121095 INFO  (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1121114 INFO  (zkCallback-825-thread-1-processing-n:127.0.0.1:37682_solr) [n:127.0.0.1:37682_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1121115 INFO  (zkCallback-817-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1121115 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:46322_solr) [n:127.0.0.1:46322_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1121184 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [n:127.0.0.1:37682_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37682.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1121200 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [n:127.0.0.1:37682_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37682.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1121200 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [n:127.0.0.1:37682_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37682.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1121201 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [n:127.0.0.1:37682_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_16502A587B4FED0B-001/tempDir-001/node3/.
   [junit4]   2> 1122054 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1122054 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1122054 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:37682_solr at time 1330665775813184
   [junit4]   2> 1122055 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:37682_solr] added at times [1330665775813184], now=1330665775949633
   [junit4]   2> 1122055 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"4ba3bc4e1d240T38f20ab8f3xnx0l39b71lcbx1",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":1330665775813184,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330665775813184],
   [junit4]   2>     "nodeNames":["127.0.0.1:37682_solr"]}}
   [junit4]   2> 1122055 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger2, node_added_trigger1]
   [junit4]   2> 1122062 INFO  (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1122079 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"4ba3bc4e1d240T38f20ab8f3xnx0l39b71lcbx1",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":1330665775813184,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330665775813184],
   [junit4]   2>     "_enqueue_time_":1330665776488997,
   [junit4]   2>     "nodeNames":["127.0.0.1:37682_solr"]}}
   [junit4]   2> 1122079 INFO  (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_added_trigger2
   [junit4]   2> 1122080 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1122080 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1122080 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=4ba3bc4e1d240T38f20ab8f3xnx0l39b71lcbx1
   [junit4]   2> 1127080 DEBUG (ScheduledTrigger-1645-thread-4) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1127081 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1127081 DEBUG (ScheduledTrigger-1645-thread-4) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1127081 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1127081 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:37682_solr at time 1330670802374299
   [junit4]   2> 1127081 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 firing registered processor for nodes: [127.0.0.1:37682_solr] added at times [1330670802374299], now=1330670802409239
   [junit4]   2> 1127081 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"4ba3cf07d0e9bT38f20ab8f3xnx0l39b71lcbx3",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1330670802374299,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330670802374299],
   [junit4]   2>     "nodeNames":["127.0.0.1:37682_solr"]}}
   [junit4]   2> 1127081 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger2, node_added_trigger1]
   [junit4]   2> 1127082 INFO  (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1127082 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"4ba3cf07d0e9bT38f20ab8f3xnx0l39b71lcbx3",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1330670802374299,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330670802374299],
   [junit4]   2>     "_enqueue_time_":1330670802584644,
   [junit4]   2>     "nodeNames":["127.0.0.1:37682_solr"]}}
   [junit4]   2> 1127082 INFO  (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest last action at 1516876333807000000 current time = 1516876338810000000
   [junit4]   2> real diff: 5003000000
   [junit4]   2>  min diff: 4998000000
   [junit4]   2> 1127082 INFO  (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_added_trigger1
   [junit4]   2> 1127083 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1127083 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1127083 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=4ba3cf07d0e9bT38f20ab8f3xnx0l39b71lcbx3
   [junit4]   2> 1127086 INFO  (qtp1406801400-8592) [n:127.0.0.1:34033_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> 1127154 INFO  (qtp304987277-8644) [n:127.0.0.1:37682_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> 1127156 INFO  (qtp1595800982-8577) [n:127.0.0.1:46322_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> 1127156 DEBUG (qtp1406801400-8590) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1127156 INFO  (qtp1406801400-8590) [n:127.0.0.1:34033_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=72
   [junit4]   2> 1127156 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1127157 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr, 127.0.0.1:37682_solr]
   [junit4]   2> 1127157 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1127157 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr, 127.0.0.1:37682_solr]
   [junit4]   2> 1127158 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr, 127.0.0.1:37682_solr]
   [junit4]   2> 1127158 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1127158 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1127159 INFO  (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1127160 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1127160 DEBUG (ScheduledTrigger-1645-thread-4) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 3
   [junit4]   2> 1127160 INFO  (qtp1406801400-8588) [n:127.0.0.1:34033_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> 1127176 INFO  (qtp304987277-8645) [n:127.0.0.1:37682_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> 1127177 INFO  (qtp1595800982-8578) [n:127.0.0.1:46322_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> 1127177 DEBUG (qtp1595800982-8580) [n:127.0.0.1:46322_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1127178 INFO  (qtp1595800982-8580) [n:127.0.0.1:46322_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 1127178 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 1127178 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr, 127.0.0.1:37682_solr]
   [junit4]   2> 1127178 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1127178 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr, 127.0.0.1:37682_solr]
   [junit4]   2> 1127178 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr, 127.0.0.1:37682_solr]
   [junit4]   2> 1127179 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1127179 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr, 127.0.0.1:37682_solr]
   [junit4]   2> 1127179 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 1127180 INFO  (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1127180 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 1127181 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger2 with currently live nodes: 3
   [junit4]   2> 1127182 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@15dd3d0d{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1127182 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=977204945
   [junit4]   2> 1127194 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1127195 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6afbc6dc: rootName = solr_37682, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@50c2c855
   [junit4]   2> 1127216 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1127216 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@37eba788: rootName = solr_37682, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5e519de8
   [junit4]   2> 1127228 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1127228 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6af3b944: rootName = solr_37682, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5a6e02fa
   [junit4]   2> 1127229 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37682_solr
   [junit4]   2> 1127229 INFO  (zkCallback-807-thread-2-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1127230 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1127243 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1127243 INFO  (zkCallback-817-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1127243 INFO  (zkCallback-825-thread-1-processing-n:127.0.0.1:37682_solr) [n:127.0.0.1:37682_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1127336 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@24869bfc{/solr,null,UNAVAILABLE}
   [junit4]   2> 1127336 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1127348 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:46322_solr) [n:127.0.0.1:46322_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1128161 DEBUG (ScheduledTrigger-1645-thread-4) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 2
   [junit4]   2> 1128161 DEBUG (ScheduledTrigger-1645-thread-4) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:37682_solr
   [junit4]   2> 1128161 DEBUG (ScheduledTrigger-1645-thread-4) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:37682_solr]
   [junit4]   2> 1128161 DEBUG (ScheduledTrigger-1645-thread-4) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"4ba3d30d9af55T38f20ab8f3xnx0l39b71lcbx5",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":1330671882186581,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330671882186581],
   [junit4]   2>     "nodeNames":["127.0.0.1:37682_solr"]}}
   [junit4]   2> 1128161 DEBUG (ScheduledTrigger-1645-thread-4) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger2, node_added_trigger2, node_lost_trigger1, node_added_trigger1]
   [junit4]   2> 1128161 INFO  (ScheduledTrigger-1645-thread-4) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1128162 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"4ba3d30d9af55T38f20ab8f3xnx0l39b71lcbx5",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":1330671882186581,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330671882186581],
   [junit4]   2>     "_enqueue_time_":1330671882375646,
   [junit4]   2>     "nodeNames":["127.0.0.1:37682_solr"]}}
   [junit4]   2> 1128162 INFO  (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_lost_trigger1
   [junit4]   2> 1128162 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger2 after 5000ms
   [junit4]   2> 1128162 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1128162 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger1 after 5000ms
   [junit4]   2> 1128162 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1128162 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 0 ms for event id=4ba3d30d9af55T38f20ab8f3xnx0l39b71lcbx5
   [junit4]   2> 1133162 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1133163 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1133163 DEBUG (ScheduledTrigger-1645-thread-1) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1133163 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1133162 DEBUG (ScheduledTrigger-1645-thread-4) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 2
   [junit4]   2> 1133163 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger2 with currently live nodes: 2
   [junit4]   2> 1133163 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:37682_solr
   [junit4]   2> 1133163 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:37682_solr]
   [junit4]   2> 1133163 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"4ba3e5b07c0cdT38f20ab8f3xnx0l39b71lcbx7",
   [junit4]   2>   "source":"node_lost_trigger2",
   [junit4]   2>   "eventTime":1330676884816077,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330676884816077],
   [junit4]   2>     "nodeNames":["127.0.0.1:37682_solr"]}}
   [junit4]   2> 1133164 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger2, node_added_trigger2, node_lost_trigger1, node_added_trigger1]
   [junit4]   2> 1133164 INFO  (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1133164 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"4ba3e5b07c0cdT38f20ab8f3xnx0l39b71lcbx7",
   [junit4]   2>   "source":"node_lost_trigger2",
   [junit4]   2>   "eventTime":1330676884816077,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330676884816077],
   [junit4]   2>     "_enqueue_time_":1330676885025043,
   [junit4]   2>     "nodeNames":["127.0.0.1:37682_solr"]}}
   [junit4]   2> 1133164 INFO  (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest last action at 1516876339890000000 current time = 1516876344892000000
   [junit4]   2> real diff: 5002000000
   [junit4]   2>  min diff: 4998000000
   [junit4]   2> 1133164 INFO  (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_lost_trigger2
   [junit4]   2> 1133164 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[16502A587B4FED0B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTriggerThrottling
   [junit4]   2> 1133165 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger2 after 5000ms
   [junit4]   2> 1133165 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1133165 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger1 after 5000ms
   [junit4]   2> 1133165 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1133165 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 0 ms for event id=4ba3e5b07c0cdT38f20ab8f3xnx0l39b71lcbx7
   [junit4]   2> 1133189 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTrigger
   [junit4]   2> 1133189 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 7
   [junit4]   2> 1133189 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 1133189 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 1133192 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1133192 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1133193 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 1133219 INFO  (qtp1406801400-8590) [n:127.0.0.1:34033_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> 1133221 INFO  (qtp1595800982-8581) [n:127.0.0.1:46322_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> 1133221 DEBUG (qtp1595800982-8577) [n:127.0.0.1:46322_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1133221 INFO  (qtp1595800982-8577) [n:127.0.0.1:46322_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1133221 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 1133221 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:46322_solr]
   [junit4]   2> 1133222 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1133222 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 1133223 INFO  (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1133224 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1133224 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1133224 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1133224 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1133225 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22bbd4e9{/solr,null,AVAILABLE}
   [junit4]   2> 1133226 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5044b39c{SSL,[ssl, http/1.1]}{127.0.0.1:38092}
   [junit4]   2> 1133226 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.e.j.s.Server Started @1142798ms
   [junit4]   2> 1133226 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38092}
   [junit4]   2> 1133226 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1133226 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1133226 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1133226 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1133226 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T10:32:24.954Z
   [junit4]   2> 1133227 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1133227 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 1133227 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 1133227 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1133254 INFO  (zkConnectionManagerCallback-830-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1133255 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1133317 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36492/solr
   [junit4]   2> 1133339 INFO  (zkConnectionManagerCallback-834-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1133341 INFO  (zkConnectionManagerCallback-836-thread-1-processing-n:127.0.0.1:38092_solr) [n:127.0.0.1:38092_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1133357 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [n:127.0.0.1:38092_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1133358 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [n:127.0.0.1:38092_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1133368 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [n:127.0.0.1:38092_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38092_solr
   [junit4]   2> 1133383 INFO  (zkCallback-817-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1133383 INFO  (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1133383 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:46322_solr) [n:127.0.0.1:46322_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1133416 INFO  (zkCallback-835-thread-1-processing-n:127.0.0.1:38092_solr) [n:127.0.0.1:38092_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1133599 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [n:127.0.0.1:38092_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38092.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1133636 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [n:127.0.0.1:38092_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38092.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1133636 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [n:127.0.0.1:38092_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38092.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1133637 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [n:127.0.0.1:38092_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_16502A587B4FED0B-001/tempDir-001/node4/.
   [junit4]   2> 1134228 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 1134228 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1134228 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:38092_solr at time 1330677949096710
   [junit4]   2> 1135228 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 1135228 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1136229 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 1136229 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1136229 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:38092_solr] added at times [1330677949096710], now=1330679950218059
   [junit4]   2> 1136229 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"4ba3e9a776306T38f20ab8f3xnx0l39b71lcbx9",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1330677949096710,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330677949096710],
   [junit4]   2>     "nodeNames":["127.0.0.1:38092_solr"]}}
   [junit4]   2> 1136229 DEBUG (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger]
   [junit4]   2> 1136230 INFO  (ScheduledTrigger-1645-thread-2) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1136230 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"4ba3e9a776306T38f20ab8f3xnx0l39b71lcbx9",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1330677949096710,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330677949096710],
   [junit4]   2>     "_enqueue_time_":1330679950399507,
   [junit4]   2>     "nodeNames":["127.0.0.1:38092_solr"]}}
   [junit4]   2> 1136230 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger after 5000ms
   [junit4]   2> 1136231 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 0 ms for event id=4ba3e9a776306T38f20ab8f3xnx0l39b71lcbx9
   [junit4]   2> 1136257 INFO  (qtp1406801400-8591) [n:127.0.0.1:34033_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> 1136259 INFO  (qtp1092027860-8674) [n:127.0.0.1:38092_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> 1136261 INFO  (qtp1595800982-8580) [n:127.0.0.1:46322_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> 1136261 DEBUG (qtp1092027860-8670) [n:127.0.0.1:38092_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1136261 INFO  (qtp1092027860-8670) [n:127.0.0.1:38092_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 1136261 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 1136262 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:38092_solr, 127.0.0.1:46322_solr]
   [junit4]   2> 1136262 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1136262 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 1136262 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1136262 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 1138262 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[16502A587B4FED0B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTrigger
   [junit4]   2> 1138290 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEventQueue
   [junit4]   2> 1138290 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 10
   [junit4]   2> 1138291 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 10
   [junit4]   2> 1138291 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 10
   [junit4]   2> 1138292 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1138292 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1138292 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 10, lastZnodeVersion 10
   [junit4]   2> 1138294 INFO  (qtp1406801400-8588) [n:127.0.0.1:34033_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1138298 INFO  (qtp1406801400-8588) [n:127.0.0.1:34033_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1138300 INFO  (qtp1406801400-8590) [n:127.0.0.1:34033_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> 1138302 INFO  (qtp1092027860-8672) [n:127.0.0.1:38092_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> 1138304 INFO  (qtp1595800982-8578) [n:127.0.0.1:46322_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> 1138304 DEBUG (qtp1406801400-8591) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1138305 INFO  (qtp1406801400-8591) [n:127.0.0.1:34033_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1138305 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 11
   [junit4]   2> 1138305 INFO  (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest TestEventQueueAction instantiated
   [junit4]   2> 1138305 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:34033_solr, 127.0.0.1:38092_solr, 127.0.0.1:46322_solr]
   [junit4]   2> 1138305 DEBUG (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerEQ instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestEventQueueAction}], enabled=true}
   [junit4]   2> 1138305 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 11
   [junit4]   2> 1138306 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1138306 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1138306 DEBUG (OverseerAutoScalingTriggerThread-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 11, lastZnodeVersion 11
   [junit4]   2> 1138307 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 1138307 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1138307 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1138308 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1138308 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1138308 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1138308 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a3c1a03{/solr,null,AVAILABLE}
   [junit4]   2> 1138309 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@558762e8{SSL,[ssl, http/1.1]}{127.0.0.1:33219}
   [junit4]   2> 1138309 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.e.j.s.Server Started @1147881ms
   [junit4]   2> 1138309 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33219}
   [junit4]   2> 1138309 ERROR (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1138309 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1138309 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1138309 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1138309 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-25T10:32:30.037Z
   [junit4]   2> 1138310 INFO  (zkConnectionManagerCallback-840-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1138311 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1138339 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36492/solr
   [junit4]   2> 1138340 INFO  (zkConnectionManagerCallback-844-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1138342 INFO  (zkConnectionManagerCallback-846-thread-1-processing-n:127.0.0.1:33219_solr) [n:127.0.0.1:33219_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1138346 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [n:127.0.0.1:33219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1138348 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [n:127.0.0.1:33219_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1138349 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [n:127.0.0.1:33219_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33219_solr
   [junit4]   2> 1138350 INFO  (zkCallback-817-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1138350 INFO  (zkCallback-805-thread-1-processing-n:127.0.0.1:46322_solr) [n:127.0.0.1:46322_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1138350 INFO  (zkCallback-835-thread-1-processing-n:127.0.0.1:38092_solr) [n:127.0.0.1:38092_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1138350 INFO  (zkCallback-807-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1138374 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:33219_solr) [n:127.0.0.1:33219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1138480 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [n:127.0.0.1:33219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33219.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1138487 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [n:127.0.0.1:33219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33219.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1138487 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [n:127.0.0.1:33219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33219.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@557ae7ee
   [junit4]   2> 1138488 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [n:127.0.0.1:33219_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_16502A587B4FED0B-001/tempDir-001/node5/.
   [junit4]   2> 1139313 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 1139313 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 1139313 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:33219_solr at time 1330683034631373
   [junit4]   2> 1140298 INFO  (OverseerCollectionConfigSetProcessor-99410007227039750-127.0.0.1:34033_solr-n_0000000000) [n:127.0.0.1:34033_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1140326 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 1140326 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 1140326 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerEQ firing registered processor for nodes: [127.0.0.1:33219_solr] added at times [1330683034631373], now=1330684047345778
   [junit4]   2> 1140326 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"4ba3fc9967ccdT38f20ab8f3xnx0l39b71lcbxb",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":1330683034631373,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330683034631373],
   [junit4]   2>     "nodeNames":["127.0.0.1:33219_solr"]}}
   [junit4]   2> 1140326 DEBUG (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_triggerEQ]
   [junit4]   2> 1140327 INFO  (ScheduledTrigger-1645-thread-3) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1140327 DEBUG (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"4ba3fc9967ccdT38f20ab8f3xnx0l39b71lcbxb",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":1330683034631373,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330683034631373],
   [junit4]   2>     "_enqueue_time_":1330684047522826,
   [junit4]   2>     "nodeNames":["127.0.0.1:33219_solr"]}}
   [junit4]   2> 1140327 INFO  (AutoscalingActionExecutor-1646-thread-1-processing-n:127.0.0.1:34033_solr) [n:127.0.0.1:34033_solr    ] o.a.s.c.a.TriggerIntegrationTest -- event: {
   [junit4]   2>   "id":"4ba3fc9967ccdT38f20ab8f3xnx0l39b71lcbxb",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":1330683034631373,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1330683034631373],
   [junit4]   2>     "_enqueue_time_":1330684047522826,
   [junit4]   2>     "nodeNames":["127.0.0.1:33219_solr"]}}
   [junit4]   2> 1140328 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@129a9818{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1140328 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1479877534
   [junit4]   2> 1140329 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1140329 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5e488d23: rootName = solr_34033, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@64a5b65b
   [junit4]   2> 1140334 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1140334 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[16502A587B4FED0B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5ef21a95: rootName = solr_34033, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 

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

ging
   [junit4]   2> 1338868 WARN  (zkCallback-969-thread-3-processing-n:127.0.0.1:38804_solr) [n:127.0.0.1:38804_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:42757_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:42757_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:364)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:364)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1338869 WARN  (zkCallback-969-thread-3-processing-n:127.0.0.1:38804_solr) [n:127.0.0.1:38804_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:44994_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:44994_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:364)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:364)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1338869 INFO  (jetty-closer-790-thread-10) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57008967{/solr,null,UNAVAILABLE}
   [junit4]   2> 1338869 INFO  (jetty-closer-790-thread-10) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1338873 INFO  (jetty-closer-790-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57cb54bd{/solr,null,UNAVAILABLE}
   [junit4]   2> 1338873 INFO  (jetty-closer-790-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1339002 INFO  (jetty-closer-790-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f060408{/solr,null,UNAVAILABLE}
   [junit4]   2> 1339002 INFO  (jetty-closer-790-thread-5) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1339010 INFO  (jetty-closer-790-thread-7) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7278a53f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1339010 INFO  (jetty-closer-790-thread-7) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1339023 ERROR (SUITE-TriggerIntegrationTest-seed#[16502A587B4FED0B]-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> 1339023 INFO  (SUITE-TriggerIntegrationTest-seed#[16502A587B4FED0B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36492 36492
   [junit4]   2> 1339099 INFO  (Thread-5350) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36492 36492
   [junit4]   2> 1339100 WARN  (Thread-5350) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/aliases.json
   [junit4]   2> 	21	/solr/security.json
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	118	/solr/collections/collection1/state.json
   [junit4]   2> 	43	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	22	/solr/clusterprops.json
   [junit4]   2> 	22	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/99410007227039798-127.0.0.1:38804_solr-n_0000000016
   [junit4]   2> 	2	/solr/overseer_elect/election/99410007227039782-127.0.0.1:33195_solr-n_0000000011
   [junit4]   2> 	2	/solr/overseer_elect/election/99410007227039749-127.0.0.1:46322_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99410007227039776-core_node8-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/99410007227039758-127.0.0.1:38092_solr-n_0000000003
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99410007227039782-core_node4-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/99410007227039792-127.0.0.1:36995_solr-n_0000000014
   [junit4]   2> 	2	/solr/overseer_elect/election/99410007227039773-127.0.0.1:40899_solr-n_0000000008
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/live_nodes
   [junit4]   2> 	22	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_16502A587B4FED0B-001
   [junit4]   2> Jan 25, 2018 10:35:50 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=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=6, maxDocsPerChunk=8, blockSize=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=6, blockSize=5)), sim=RandomSimilarity(queryNorm=false): {}, locale=uk-UA, timezone=Africa/Kampala
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=166630080,total=470286336
   [junit4]   2> NOTE: All tests run in this JVM: [TestRealTimeGet, TestBadConfig, TestSerializedLuceneMatchVersion, TestCollapseQParserPlugin, DocValuesNotIndexedTest, ReturnFieldsTest, HdfsSyncSliceTest, ResponseLogComponentTest, TestDownShardTolerantSearch, TestManagedSynonymFilterFactory, BasicAuthStandaloneTest, TestCloudRecovery, TestTolerantUpdateProcessorCloud, TestManagedSchemaThreadSafety, TestCoreDiscovery, UnloadDistributedZkTest, TestSolrConfigHandler, TestCloudManagedSchema, CollectionTooManyReplicasTest, CleanupOldIndexTest, MoveReplicaHDFSTest, SearchHandlerTest, SpatialFilterTest, TriggerIntegrationTest]
   [junit4] Completed [74/767 (1!)] on J2 in 220.33s, 14 tests, 1 failure <<< FAILURES!

[...truncated 50530 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 129 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/129/

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [TransactionLog] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.TransactionLog  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.update.TransactionLog.<init>(TransactionLog.java:190)  at org.apache.solr.update.UpdateLog.newTransactionLog(UpdateLog.java:448)  at org.apache.solr.update.UpdateLog.ensureLog(UpdateLog.java:1261)  at org.apache.solr.update.UpdateLog.add(UpdateLog.java:534)  at org.apache.solr.update.UpdateLog.add(UpdateLog.java:519)  at org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:352)  at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:271)  at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:221)  at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)  at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)  at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:911)  at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1122)  at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:617)  at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)  at org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:98)  at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:188)  at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:144)  at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:311)  at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:256)  at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:130)  at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:276)  at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:256)  at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:178)  at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:195)  at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:108)  at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)  at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)  at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:530)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)  at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)  at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)  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)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [TransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.TransactionLog
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.update.TransactionLog.<init>(TransactionLog.java:190)
	at org.apache.solr.update.UpdateLog.newTransactionLog(UpdateLog.java:448)
	at org.apache.solr.update.UpdateLog.ensureLog(UpdateLog.java:1261)
	at org.apache.solr.update.UpdateLog.add(UpdateLog.java:534)
	at org.apache.solr.update.UpdateLog.add(UpdateLog.java:519)
	at org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:352)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:271)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:221)
	at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:911)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1122)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:617)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
	at org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:98)
	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:188)
	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:144)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:311)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:256)
	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:130)
	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:276)
	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:256)
	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:178)
	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:195)
	at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:108)
	at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:530)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
	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)


	at __randomizedtesting.SeedInfo.seed([CE1FCC5B6106E5E3]: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:295)
	at sun.reflect.GeneratedMethodAccessor47.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:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly

Error Message:
Every group with 7 entries should have a group value.

Stack Trace:
java.lang.AssertionError: Every group with 7 entries should have a group value.
	at __randomizedtesting.SeedInfo.seed([CE1FCC5B6106E5E3:55A4A2032C5ED7BD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly(DocValuesNotIndexedTest.java:364)
	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.SharedFSAutoReplicaFailoverTest.test

Error Message:
Expected numSlices=5 numReplicas=1 but found DocCollection(solrj_collection3//collections/solrj_collection3/state.json/18)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{     "shard1":{       "range":"80000000-b332ffff",       "state":"active",       "replicas":{"core_node5":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node5/data/",           "base_url":"http://127.0.0.1:40060/bhtrz",           "node_name":"127.0.0.1:40060_bhtrz",           "type":"NRT",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node5/data/tlog",           "core":"solrj_collection3_shard1_replica_n1",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"b3330000-e665ffff",       "state":"active",       "replicas":{"core_node8":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node8/data/",           "base_url":"http://127.0.0.1:35046/bhtrz",           "node_name":"127.0.0.1:35046_bhtrz",           "type":"NRT",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node8/data/tlog",           "core":"solrj_collection3_shard2_replica_n2",           "shared_storage":"true",           "state":"down",           "leader":"true"}}},     "shard3":{       "range":"e6660000-1998ffff",       "state":"active",       "replicas":{"core_node9":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node9/data/",           "base_url":"http://127.0.0.1:41148/bhtrz",           "node_name":"127.0.0.1:41148_bhtrz",           "type":"NRT",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node9/data/tlog",           "core":"solrj_collection3_shard3_replica_n3",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard4":{       "range":"19990000-4ccbffff",       "state":"active",       "replicas":{"core_node7":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node7/data/",           "base_url":"http://127.0.0.1:39457/bhtrz",           "node_name":"127.0.0.1:39457_bhtrz",           "type":"NRT",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node7/data/tlog",           "core":"solrj_collection3_shard4_replica_n4",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard5":{       "range":"4ccc0000-7fffffff",       "state":"active",       "replicas":{"core_node10":{           "dataDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node10/data/",           "base_url":"http://127.0.0.1:39457/bhtrz",           "node_name":"127.0.0.1:39457_bhtrz",           "type":"NRT",           "ulogDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node10/data/tlog",           "core":"solrj_collection3_shard5_replica_n6",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{     "field":"myOwnField",     "name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"true",   "nrtReplicas":"1",   "tlogReplicas":"0"} with /live_nodes: [127.0.0.1:41148_bhtrz, 127.0.0.1:40060_bhtrz, 127.0.0.1:39457_bhtrz]

Stack Trace:
java.lang.AssertionError: Expected numSlices=5 numReplicas=1 but found DocCollection(solrj_collection3//collections/solrj_collection3/state.json/18)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-b332ffff",
      "state":"active",
      "replicas":{"core_node5":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node5/data/",
          "base_url":"http://127.0.0.1:40060/bhtrz",
          "node_name":"127.0.0.1:40060_bhtrz",
          "type":"NRT",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node5/data/tlog",
          "core":"solrj_collection3_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"b3330000-e665ffff",
      "state":"active",
      "replicas":{"core_node8":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node8/data/",
          "base_url":"http://127.0.0.1:35046/bhtrz",
          "node_name":"127.0.0.1:35046_bhtrz",
          "type":"NRT",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node8/data/tlog",
          "core":"solrj_collection3_shard2_replica_n2",
          "shared_storage":"true",
          "state":"down",
          "leader":"true"}}},
    "shard3":{
      "range":"e6660000-1998ffff",
      "state":"active",
      "replicas":{"core_node9":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node9/data/",
          "base_url":"http://127.0.0.1:41148/bhtrz",
          "node_name":"127.0.0.1:41148_bhtrz",
          "type":"NRT",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node9/data/tlog",
          "core":"solrj_collection3_shard3_replica_n3",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard4":{
      "range":"19990000-4ccbffff",
      "state":"active",
      "replicas":{"core_node7":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node7/data/",
          "base_url":"http://127.0.0.1:39457/bhtrz",
          "node_name":"127.0.0.1:39457_bhtrz",
          "type":"NRT",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node7/data/tlog",
          "core":"solrj_collection3_shard4_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard5":{
      "range":"4ccc0000-7fffffff",
      "state":"active",
      "replicas":{"core_node10":{
          "dataDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node10/data/",
          "base_url":"http://127.0.0.1:39457/bhtrz",
          "node_name":"127.0.0.1:39457_bhtrz",
          "type":"NRT",
          "ulogDir":"hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/solrj_collection3/core_node10/data/tlog",
          "core":"solrj_collection3_shard5_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{
    "field":"myOwnField",
    "name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"true",
  "nrtReplicas":"1",
  "tlogReplicas":"0"} with /live_nodes: [127.0.0.1:41148_bhtrz, 127.0.0.1:40060_bhtrz, 127.0.0.1:39457_bhtrz]
	at __randomizedtesting.SeedInfo.seed([CE1FCC5B6106E5E3:464BF381CFFA881B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.assertSliceAndReplicaCount(SharedFSAutoReplicaFailoverTest.java:414)
	at org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:256)
	at org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:144)
	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)


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

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:132)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:76)  at org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:316)  at org.apache.solr.update.UpdateLog.deleteByQuery(UpdateLog.java:621)  at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:539)  at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:78)  at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:59)  at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:916)  at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDeleteByQuery(DistributedUpdateProcessor.java:1642)  at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:1531)  at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1316)  at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)  at org.apache.solr.handler.loader.JavabinLoader.delete(JavabinLoader.java:157)  at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:113)  at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)  at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)  at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:530)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)  at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)  at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)  at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)  at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)  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)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:132)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:76)
	at org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:316)
	at org.apache.solr.update.UpdateLog.deleteByQuery(UpdateLog.java:621)
	at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:539)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:78)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:59)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:916)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDeleteByQuery(DistributedUpdateProcessor.java:1642)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:1531)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1316)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)
	at org.apache.solr.handler.loader.JavabinLoader.delete(JavabinLoader.java:157)
	at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:113)
	at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:530)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
	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)


	at __randomizedtesting.SeedInfo.seed([CE1FCC5B6106E5E3]: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:295)
	at sun.reflect.GeneratedMethodAccessor47.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)




Build Log:
[...truncated 12671 lines...]
   [junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
   [junit4]   2> 544724 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/init-core-data-001
   [junit4]   2> 544725 WARN  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 544725 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 544726 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 544726 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /bhtrz/
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 544790 WARN  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 544794 WARN  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 544807 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 544839 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_lucene2.us.west_apache_org_35318_hdfs____.gearoe/webapp
   [junit4]   2> 545527 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@lucene2-us-west.apache.org:35318
   [junit4]   2> 545839 WARN  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 545840 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 545866 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_40234_datanode____iievsu/webapp
   [junit4]   2> 546263 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40234
   [junit4]   2> 546460 WARN  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 546461 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 546499 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_41493_datanode____em9vyw/webapp
   [junit4]   2> 547375 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/tempDir-001/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/tempDir-001/hdfsBaseDir/data/data2/]]  heartbeating to lucene2-us-west.apache.org/127.0.0.1:34413) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 547537 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x4665ebcc0804b: from storage DS-34144c30-d541-4f9a-b4e0-ed326ca06c2a node DatanodeRegistration(127.0.0.1:34544, datanodeUuid=2f94d063-683a-4da5-b264-25a6ed3079f7, infoPort=45748, infoSecurePort=0, ipcPort=36612, storageInfo=lv=-56;cid=testClusterID;nsid=1411403778;c=0), blocks: 0, hasStaleStorage: true, processing time: 20 msecs
   [junit4]   2> 547537 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x4665ebcc0804b: from storage DS-85a7f5a0-5fbb-48b4-908a-c1d55f04b5c5 node DatanodeRegistration(127.0.0.1:34544, datanodeUuid=2f94d063-683a-4da5-b264-25a6ed3079f7, infoPort=45748, infoSecurePort=0, ipcPort=36612, storageInfo=lv=-56;cid=testClusterID;nsid=1411403778;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 547850 INFO  (SUITE-SharedFSAutoReplicaFailoverTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41493
   [junit4]   2> 548427 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/tempDir-001/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/tempDir-001/hdfsBaseDir/data/data4/]]  heartbeating to lucene2-us-west.apache.org/127.0.0.1:34413) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 548431 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x4665ef88ed51f: from storage DS-58d67c0e-e91a-41f8-b966-df28e77453a2 node DatanodeRegistration(127.0.0.1:44232, datanodeUuid=d4bdf04a-d653-41ed-ba6c-32c6eb5e2d00, infoPort=39705, infoSecurePort=0, ipcPort=33975, storageInfo=lv=-56;cid=testClusterID;nsid=1411403778;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 548431 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x4665ef88ed51f: from storage DS-f89bb835-a462-49a1-bda1-bbbc5ea9e244 node DatanodeRegistration(127.0.0.1:44232, datanodeUuid=d4bdf04a-d653-41ed-ba6c-32c6eb5e2d00, infoPort=39705, infoSecurePort=0, ipcPort=33975, storageInfo=lv=-56;cid=testClusterID;nsid=1411403778;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 548624 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 548654 INFO  (Thread-915) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 548654 INFO  (Thread-915) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 548656 ERROR (Thread-915) [    ] 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> 548764 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.ZkTestServer start zk server on port:38993
   [junit4]   2> 548783 INFO  (zkConnectionManagerCallback-369-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 548853 INFO  (zkConnectionManagerCallback-371-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 548855 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 548856 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 548874 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 548874 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 548875 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 548875 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 548890 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 548890 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 548891 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 548892 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 548892 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 548927 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 549404 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 549405 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 549405 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 549405 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 549405 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3052cf81{/bhtrz,null,AVAILABLE}
   [junit4]   2> 549406 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b8a3927{HTTP/1.1,[http/1.1]}{127.0.0.1:40060}
   [junit4]   2> 549406 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.Server Started @559334ms
   [junit4]   2> 549406 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/bhtrz, hostPort=40060, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/control-001/cores}
   [junit4]   2> 549406 ERROR (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 549406 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 549406 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 549406 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 549406 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-24T08:55:26.972Z
   [junit4]   2> 549427 INFO  (zkConnectionManagerCallback-373-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 549445 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 549445 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/control-001/solr.xml
   [junit4]   2> 549448 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 549448 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 549478 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@c484cc4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 549525 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38993/solr
   [junit4]   2> 549582 INFO  (zkConnectionManagerCallback-377-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 549673 INFO  (zkConnectionManagerCallback-379-thread-1-processing-n:127.0.0.1:40060_bhtrz) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 549899 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 549899 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40060_bhtrz
   [junit4]   2> 549900 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.Overseer Overseer (id=99403964496019460-127.0.0.1:40060_bhtrz-n_0000000000) starting
   [junit4]   2> 549925 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40060_bhtrz
   [junit4]   2> 549926 DEBUG (OverseerAutoScalingTriggerThread-99403964496019460-127.0.0.1:40060_bhtrz-n_0000000000) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 549959 INFO  (zkCallback-378-thread-1-processing-n:127.0.0.1:40060_bhtrz) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 549959 DEBUG (OverseerAutoScalingTriggerThread-99403964496019460-127.0.0.1:40060_bhtrz-n_0000000000) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 549959 DEBUG (OverseerAutoScalingTriggerThread-99403964496019460-127.0.0.1:40060_bhtrz-n_0000000000) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:40060_bhtrz]
   [junit4]   2> 549959 DEBUG (OverseerAutoScalingTriggerThread-99403964496019460-127.0.0.1:40060_bhtrz-n_0000000000) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 549960 DEBUG (OverseerAutoScalingTriggerThread-99403964496019460-127.0.0.1:40060_bhtrz-n_0000000000) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 549961 DEBUG (OverseerAutoScalingTriggerThread-99403964496019460-127.0.0.1:40060_bhtrz-n_0000000000) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 549961 DEBUG (OverseerAutoScalingTriggerThread-99403964496019460-127.0.0.1:40060_bhtrz-n_0000000000) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 549961 DEBUG (ScheduledTrigger-719-thread-1) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 550210 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:40060_bhtrz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c484cc4
   [junit4]   2> 550241 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:40060_bhtrz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c484cc4
   [junit4]   2> 550242 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:40060_bhtrz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c484cc4
   [junit4]   2> 550255 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/control-001/cores
   [junit4]   2> 550349 INFO  (zkConnectionManagerCallback-385-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 550421 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 550605 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38993/solr ready
   [junit4]   2> 550606 INFO  (qtp598728734-2562) [n:127.0.0.1:40060_bhtrz    ] 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:40060_bhtrz&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 550777 INFO  (OverseerThreadFactory-721-thread-1-processing-n:127.0.0.1:40060_bhtrz) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 551049 DEBUG (ScheduledTrigger-719-thread-1) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 551050 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz    ] 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> 551050 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 551190 INFO  (zkCallback-378-thread-1-processing-n:127.0.0.1:40060_bhtrz) [n:127.0.0.1:40060_bhtrz    ] 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> 552050 DEBUG (ScheduledTrigger-719-thread-2) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 552112 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 552163 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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> 552608 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 552636 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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> 552649 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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@c484cc4
   [junit4]   2> 552649 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home
   [junit4]   2> 552649 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 552649 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 552649 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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 [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 552650 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 552714 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 552714 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 552715 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
   [junit4]   2> 553050 DEBUG (ScheduledTrigger-719-thread-1) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 554058 DEBUG (ScheduledTrigger-719-thread-1) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 555063 DEBUG (ScheduledTrigger-719-thread-1) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 555321 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 555338 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 555412 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:34413/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 555429 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 555429 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 555501 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 555501 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 555742 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44232 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-85a7f5a0-5fbb-48b4-908a-c1d55f04b5c5:NORMAL:127.0.0.1:34544|RBW], ReplicaUC[[DISK]DS-f89bb835-a462-49a1-bda1-bbbc5ea9e244:NORMAL:127.0.0.1:44232|RBW]]} size 0
   [junit4]   2> 555742 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:34544 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-f89bb835-a462-49a1-bda1-bbbc5ea9e244:NORMAL:127.0.0.1:44232|RBW], ReplicaUC[[DISK]DS-34144c30-d541-4f9a-b4e0-ed326ca06c2a:NORMAL:127.0.0.1:34544|FINALIZED]]} size 0
   [junit4]   2> 555789 WARN  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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> 555934 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 555934 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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> 555934 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 555968 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 555968 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 555969 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5998582769760438]
   [junit4]   2> 555993 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@24e02fb3[control_collection_shard1_replica_n1] main]
   [junit4]   2> 555994 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 555994 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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> 555995 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 555995 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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 1590463439632859136
   [junit4]   2> 556008 INFO  (searcherExecutor-724-thread-1-processing-n:127.0.0.1:40060_bhtrz x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:40060_bhtrz 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@24e02fb3[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 556024 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 556025 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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> 556025 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40060/bhtrz/control_collection_shard1_replica_n1/
   [junit4]   2> 556025 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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> 556025 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:40060/bhtrz/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 556025 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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> 556027 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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:40060/bhtrz/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 556028 INFO  (zkCallback-378-thread-2-processing-n:127.0.0.1:40060_bhtrz) [n:127.0.0.1:40060_bhtrz    ] 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> 556063 DEBUG (ScheduledTrigger-719-thread-1) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 556077 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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> 556079 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz 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=5029
   [junit4]   2> 556081 INFO  (qtp598728734-2562) [n:127.0.0.1:40060_bhtrz    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 556179 INFO  (zkCallback-378-thread-1-processing-n:127.0.0.1:40060_bhtrz) [n:127.0.0.1:40060_bhtrz    ] 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> 556837 INFO  (OverseerCollectionConfigSetProcessor-99403964496019460-127.0.0.1:40060_bhtrz-n_0000000000) [n:127.0.0.1:40060_bhtrz    ] 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> 557072 DEBUG (ScheduledTrigger-719-thread-3) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 557084 INFO  (qtp598728734-2562) [n:127.0.0.1:40060_bhtrz    ] 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:40060_bhtrz&wt=javabin&version=2} status=0 QTime=6477
   [junit4]   2> 557133 INFO  (zkConnectionManagerCallback-389-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 557134 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 557135 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38993/solr ready
   [junit4]   2> 557135 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 557136 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 557139 INFO  (OverseerThreadFactory-721-thread-2-processing-n:127.0.0.1:40060_bhtrz) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 557140 WARN  (OverseerThreadFactory-721-thread-2-processing-n:127.0.0.1:40060_bhtrz) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 557363 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 557363 INFO  (qtp598728734-2565) [n:127.0.0.1:40060_bhtrz    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=226
   [junit4]   2> 557904 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/shard-1-001 of type NRT
   [junit4]   2> 557905 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 558064 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 558064 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 558064 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 558064 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1403dde6{/bhtrz,null,AVAILABLE}
   [junit4]   2> 558065 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7cf1ee42{HTTP/1.1,[http/1.1]}{127.0.0.1:39457}
   [junit4]   2> 558065 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.e.j.s.Server Started @567993ms
   [junit4]   2> 558065 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/bhtrz, hostPort=39457, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/shard-1-001/cores}
   [junit4]   2> 558065 ERROR (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 558065 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 558065 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 558065 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 558065 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-24T08:55:35.631Z
   [junit4]   2> 558120 DEBUG (ScheduledTrigger-719-thread-3) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 558121 INFO  (zkConnectionManagerCallback-391-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558122 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 558122 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/shard-1-001/solr.xml
   [junit4]   2> 558137 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 558138 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 558139 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@c484cc4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 558174 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38993/solr
   [junit4]   2> 558238 INFO  (zkConnectionManagerCallback-395-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558376 INFO  (zkConnectionManagerCallback-397-thread-1-processing-n:127.0.0.1:39457_bhtrz) [n:127.0.0.1:39457_bhtrz    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558393 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:39457_bhtrz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 558395 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:39457_bhtrz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 558429 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:39457_bhtrz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39457_bhtrz
   [junit4]   2> 558431 INFO  (zkCallback-378-thread-1-processing-n:127.0.0.1:40060_bhtrz) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 558431 INFO  (zkCallback-388-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 558485 INFO  (zkCallback-396-thread-1-processing-n:127.0.0.1:39457_bhtrz) [n:127.0.0.1:39457_bhtrz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 558810 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:39457_bhtrz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c484cc4
   [junit4]   2> 558863 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:39457_bhtrz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c484cc4
   [junit4]   2> 558863 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:39457_bhtrz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c484cc4
   [junit4]   2> 558864 INFO  (TEST-SharedFSAutoReplicaFailoverTest.test-seed#[CE1FCC5B6106E5E3]) [n:127.0.0.1:39457_bhtrz    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_CE1FCC5B6106E5E3-001/shard-1-001/cores
   [junit4]   2> 559044 INFO  (qtp1669807833-2619) [n:127.0.0.1:39457_bhtrz    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:39457_bhtrz&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 559068 INFO  (OverseerCollectionConfigSetProcessor-99403964496019460-127.0.0.1:40060_bhtrz-n_0000000000) [n:127.0.0.1:40060_bhtrz    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from Z

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

or-8426-thread-1) [n:127.0.0.1:45039_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard4.leader, tag=1935591339
   [junit4]   2> 5110017 INFO  (coreCloseExecutor-8425-thread-2) [n:127.0.0.1:43808_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard1.leader, tag=267808182
   [junit4]   2> 5110017 INFO  (coreCloseExecutor-8426-thread-2) [n:127.0.0.1:45039_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.dv_coll.shard2.replica_n2, tag=414176248
   [junit4]   2> 5110018 INFO  (coreCloseExecutor-8426-thread-2) [n:127.0.0.1:45039_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22be4db: rootName = solr_45039, domain = solr.core.dv_coll.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.dv_coll.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@30eb918d
   [junit4]   2> 5110019 INFO  (jetty-closer-4735-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@60410906{/solr,null,UNAVAILABLE}
   [junit4]   2> 5110020 INFO  (jetty-closer-4735-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 5110024 INFO  (coreCloseExecutor-8426-thread-2) [n:127.0.0.1:45039_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.dv_coll.shard2.leader, tag=414176248
   [junit4]   2> 5110025 INFO  (jetty-closer-4735-thread-2) [    ] o.a.s.c.Overseer Overseer (id=99404263151828997-127.0.0.1:45039_solr-n_0000000000) closing
   [junit4]   2> 5110025 INFO  (OverseerStateUpdate-99404263151828997-127.0.0.1:45039_solr-n_0000000000) [n:127.0.0.1:45039_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45039_solr
   [junit4]   2> 5110033 WARN  (OverseerAutoScalingTriggerThread-99404263151828997-127.0.0.1:45039_solr-n_0000000000) [n:127.0.0.1:45039_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 5110034 INFO  (jetty-closer-4735-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5099a517{/solr,null,UNAVAILABLE}
   [junit4]   2> 5110035 INFO  (jetty-closer-4735-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 5110041 ERROR (SUITE-DocValuesNotIndexedTest-seed#[CE1FCC5B6106E5E3]-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> 5110042 INFO  (SUITE-DocValuesNotIndexedTest-seed#[CE1FCC5B6106E5E3]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39275 39275
   [junit4]   2> 5110200 INFO  (Thread-6014) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39275 39275
   [junit4]   2> 5110200 WARN  (Thread-6014) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/configs/conf1/managed-schema
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/dv_coll/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/configs/conf1/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.DocValuesNotIndexedTest_CE1FCC5B6106E5E3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {_version_=PostingsFormat(name=Direct), id=BlockTreeOrds(blocksize=128)}, docValues:{floatField=DocValuesFormat(name=Direct), doubleField=DocValuesFormat(name=Lucene70), intFieldMulti=DocValuesFormat(name=Asserting), boolFieldMulti=DocValuesFormat(name=Lucene70), floatGSL=DocValuesFormat(name=Direct), longFieldMulti=DocValuesFormat(name=Lucene70), intField=DocValuesFormat(name=Lucene70), boolField=DocValuesFormat(name=Direct), stringFieldMulti=DocValuesFormat(name=Direct), dateFieldMulti=DocValuesFormat(name=Lucene70), longGSF=DocValuesFormat(name=Asserting), doubleFieldMulti=DocValuesFormat(name=Direct), stringGSL=DocValuesFormat(name=Lucene70), doubleGSF=DocValuesFormat(name=Lucene70), doubleGSL=DocValuesFormat(name=Lucene70), stringGSF=DocValuesFormat(name=Lucene70), intGSL=DocValuesFormat(name=Lucene70), longField=DocValuesFormat(name=Asserting), dateField=DocValuesFormat(name=Asserting), dateGSF=DocValuesFormat(name=Direct), boolGSF=DocValuesFormat(name=Direct), longGSL=DocValuesFormat(name=Direct), boolGSL=DocValuesFormat(name=Asserting), floatFieldMulti=DocValuesFormat(name=Lucene70), floatGSF=DocValuesFormat(name=Asserting), dateGSL=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Direct), intGSF=DocValuesFormat(name=Lucene70), stringField=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=839, maxMBSortInHeap=7.562113944458681, sim=RandomSimilarity(queryNorm=true): {}, locale=es-CL, timezone=Pacific/Tongatapu
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=253249184,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudJSONFacetJoinDomain, DateMathParserTest, TestLargeCluster, TestRandomRequestDistribution, TestMacros, NotRequiredUniqueKeyTest, TestManagedResource, TestMiniSolrCloudClusterSSL, TestHighFrequencyDictionaryFactory, CdcrVersionReplicationTest, DeleteNodeTest, TestRealTimeGet, SolrMetricReporterTest, ReturnFieldsTest, TlogReplayBufferedWhileIndexingTest, CoreAdminHandlerTest, ZkFailoverTest, BigEndianAscendingWordSerializerTest, TestCryptoKeys, TestSolrCoreParser, TestLazyCores, CopyFieldTest, TestMultiValuedNumericRangeQuery, TestSchemaResource, URLClassifyProcessorTest, CdcrReplicationDistributedZkTest, TestCloudNestedDocsSort, TolerantUpdateProcessorTest, DateFieldTest, TestCloudRecovery, TestJmxIntegration, TestAnalyzedSuggestions, TestSolrDeletionPolicy2, TestUpdate, CursorMarkTest, BlobRepositoryCloudTest, TestStressInPlaceUpdates, RecoveryAfterSoftCommitTest, TestLegacyNumericRangeQueryBuilder, SparseHLLTest, DirectSolrSpellCheckerTest, DocValuesMultiTest, TestSolrConfigHandler, TestManagedSchemaThreadSafety, LeaderInitiatedRecoveryOnCommitTest, BooleanFieldTest, ExecutePlanActionTest, TestRangeQuery, TimeZoneUtilsTest, SecurityConfHandlerTest, DistributedFacetPivotLongTailTest, AnalysisErrorHandlingTest, SpellCheckComponentTest, TestFieldCacheWithThreads, TestEmbeddedSolrServerConstructors, TermVectorComponentTest, HdfsChaosMonkeyNothingIsSafeTest, DistributedSpellCheckComponentTest, TestPayloadCheckQParserPlugin, TestCustomSort, ConfigureRecoveryStrategyTest, TestPKIAuthenticationPlugin, ShardSplitTest, TestSolrCoreSnapshots, ParsingFieldUpdateProcessorsTest, TestRetrieveFieldsOptimizer, SolrSlf4jReporterTest, TestFieldTypeCollectionResource, RegexBytesRefFilterTest, CircularListTest, DistributedSuggestComponentTest, ManagedSchemaRoundRobinCloudTest, InfoHandlerTest, PingRequestHandlerTest, TestTrackingShardHandlerFactory, TestSolrCloudWithKerberosAlt, MetricTriggerTest, StatelessScriptUpdateProcessorFactoryTest, TestDistributedMissingSort, DistanceFunctionTest, TestRecoveryHdfs, TestRandomDVFaceting, TestBinaryResponseWriter, TestDFRSimilarityFactory, LeaderElectionIntegrationTest, TestSuggestSpellingConverter, SpatialFilterTest, AnalysisAfterCoreReloadTest, IndexSchemaRuntimeFieldTest, ExitableDirectoryReaderTest, SearchHandlerTest, TestPushWriter, DeleteStatusTest, TestSortByMinMaxFunction, MigrateRouteKeyTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestCollectionsAPIViaSolrCloudCluster, TestDistribStateManager, TestDownShardTolerantSearch, ImplicitSnitchTest, MoreLikeThisHandlerTest, TestCoreAdminApis, TestApiFramework, TestSolrConfigHandlerCloud, TestSSLRandomization, WrapperMergePolicyFactoryTest, TestSolrCoreProperties, TestLMJelinekMercerSimilarityFactory, ReplicaListTransformerTest, TestInfoStreamLogging, BasicDistributedZk2Test, AliasIntegrationTest, TestAuthenticationFramework, TestExceedMaxTermLength, UnloadDistributedZkTest, TestFieldCacheSort, TestGraphTermsQParserPlugin, TestLeaderElectionZkExpiry, RegexBoostProcessorTest, ClusterStateUpdateTest, TestReloadAndDeleteDocs, WordBreakSolrSpellCheckerTest, TestExpandComponent, ConcurrentDeleteAndCreateCollectionTest, TestClusterStateMutator, RecoveryZkTest, TestReplicationHandler, TestFiltering, TestFoldingMultitermQuery, DocValuesTest, QueryEqualityTest, TestSolrDeletionPolicy1, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, TestReversedWildcardFilterFactory, TestQueryTypes, FileBasedSpellCheckerTest, FastVectorHighlighterTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, JsonLoaderTest, TestLFUCache, TestMergePolicyConfig, MultiTermTest, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestCodecSupport, TestPerFieldSimilarity, TestFastWriter, OpenExchangeRatesOrgProviderTest, ChaosMonkeyNothingIsSafeTest, ConfigSetsAPITest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, DocValuesNotIndexedTest]
   [junit4] Completed [502/767 (4!)] on J2 in 3.79s, 4 tests, 1 failure <<< FAILURES!

[...truncated 48987 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 128 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/128/

2 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:33223/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:45312/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:33223/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:45312/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([70D615487D42B09F:DA1BC6BACA91654F]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:991)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:306)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45312/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	... 46 more


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([70D615487D42B09F:1D2AB1B5C70A4F98]: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.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:265)
	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 13043 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/init-core-data-001
   [junit4]   2> 1774964 WARN  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 1774964 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1774986 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1774986 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1774986 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001
   [junit4]   2> 1774986 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1774986 INFO  (Thread-1837) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1774986 INFO  (Thread-1837) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1775008 ERROR (Thread-1837) [    ] 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> 1775094 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46121
   [junit4]   2> 1775108 INFO  (zkConnectionManagerCallback-1454-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775111 INFO  (jetty-launcher-1451-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1775111 INFO  (jetty-launcher-1451-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1775112 INFO  (jetty-launcher-1451-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1775114 INFO  (jetty-launcher-1451-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1775142 INFO  (jetty-launcher-1451-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1775142 INFO  (jetty-launcher-1451-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1775142 INFO  (jetty-launcher-1451-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1775142 INFO  (jetty-launcher-1451-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f1804f3{/solr,null,AVAILABLE}
   [junit4]   2> 1775188 INFO  (jetty-launcher-1451-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2c6e8c17{HTTP/1.1,[http/1.1]}{127.0.0.1:41657}
   [junit4]   2> 1775188 INFO  (jetty-launcher-1451-thread-1) [    ] o.e.j.s.Server Started @1818982ms
   [junit4]   2> 1775188 INFO  (jetty-launcher-1451-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41657}
   [junit4]   2> 1775188 ERROR (jetty-launcher-1451-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1775188 INFO  (jetty-launcher-1451-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1775189 INFO  (jetty-launcher-1451-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1775189 INFO  (jetty-launcher-1451-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1775189 INFO  (jetty-launcher-1451-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T08:50:53.526Z
   [junit4]   2> 1775208 INFO  (jetty-launcher-1451-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1775208 INFO  (jetty-launcher-1451-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1775208 INFO  (jetty-launcher-1451-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1775209 INFO  (jetty-launcher-1451-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@219c2d0e{/solr,null,AVAILABLE}
   [junit4]   2> 1775209 INFO  (jetty-launcher-1451-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@bcf4b14{HTTP/1.1,[http/1.1]}{127.0.0.1:33223}
   [junit4]   2> 1775209 INFO  (jetty-launcher-1451-thread-4) [    ] o.e.j.s.Server Started @1819004ms
   [junit4]   2> 1775209 INFO  (jetty-launcher-1451-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33223}
   [junit4]   2> 1775210 ERROR (jetty-launcher-1451-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1775210 INFO  (jetty-launcher-1451-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1775210 INFO  (jetty-launcher-1451-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1775210 INFO  (jetty-launcher-1451-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1775210 INFO  (jetty-launcher-1451-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T08:50:53.547Z
   [junit4]   2> 1775224 INFO  (jetty-launcher-1451-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1775224 INFO  (jetty-launcher-1451-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1775224 INFO  (jetty-launcher-1451-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a732e6a{/solr,null,AVAILABLE}
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2373fc88{HTTP/1.1,[http/1.1]}{127.0.0.1:45312}
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-3) [    ] o.e.j.s.Server Started @1819019ms
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7e69b7e0{/solr,null,AVAILABLE}
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45312}
   [junit4]   2> 1775225 ERROR (jetty-launcher-1451-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@30e765ee{HTTP/1.1,[http/1.1]}{127.0.0.1:38864}
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-2) [    ] o.e.j.s.Server Started @1819020ms
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38864}
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1775225 INFO  (jetty-launcher-1451-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T08:50:53.562Z
   [junit4]   2> 1775226 ERROR (jetty-launcher-1451-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1775226 INFO  (jetty-launcher-1451-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1775226 INFO  (jetty-launcher-1451-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1775226 INFO  (jetty-launcher-1451-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1775226 INFO  (jetty-launcher-1451-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T08:50:53.563Z
   [junit4]   2> 1775227 INFO  (zkConnectionManagerCallback-1456-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775227 INFO  (jetty-launcher-1451-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1775289 INFO  (zkConnectionManagerCallback-1458-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775290 INFO  (jetty-launcher-1451-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr
   [junit4]   2> 1775292 INFO  (zkConnectionManagerCallback-1462-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775351 INFO  (jetty-launcher-1451-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1775292 INFO  (zkConnectionManagerCallback-1466-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775292 INFO  (zkConnectionManagerCallback-1460-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775352 INFO  (jetty-launcher-1451-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1775352 INFO  (jetty-launcher-1451-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1775407 INFO  (jetty-launcher-1451-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr
   [junit4]   2> 1775410 INFO  (zkConnectionManagerCallback-1472-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775481 INFO  (zkConnectionManagerCallback-1468-thread-1-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775516 INFO  (zkConnectionManagerCallback-1474-thread-1-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775553 INFO  (jetty-launcher-1451-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr
   [junit4]   2> 1775569 INFO  (jetty-launcher-1451-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr
   [junit4]   2> 1775607 INFO  (zkConnectionManagerCallback-1484-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775622 INFO  (zkConnectionManagerCallback-1486-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775626 INFO  (zkConnectionManagerCallback-1480-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775676 INFO  (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1775677 INFO  (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41657_solr
   [junit4]   2> 1775742 INFO  (zkConnectionManagerCallback-1489-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775746 INFO  (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr    ] o.a.s.c.Overseer Overseer (id=99398284301041672-127.0.0.1:41657_solr-n_0000000000) starting
   [junit4]   2> 1775783 INFO  (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1775784 INFO  (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38864_solr
   [junit4]   2> 1775966 INFO  (zkCallback-1485-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1776006 INFO  (OverseerStateUpdate-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1776042 INFO  (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41657_solr
   [junit4]   2> 1776087 INFO  (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1776090 INFO  (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1776115 INFO  (zkCallback-1485-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1776124 INFO  (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33223_solr
   [junit4]   2> 1776135 INFO  (zkCallback-1473-thread-1-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1776151 INFO  (zkCallback-1485-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1776261 INFO  (zkCallback-1488-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1776318 INFO  (zkCallback-1473-thread-2-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1776570 INFO  (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41657.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1776602 INFO  (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38864.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1776759 INFO  (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41657.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1776759 INFO  (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41657.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1776777 INFO  (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38864.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1776777 INFO  (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38864.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1776778 INFO  (jetty-launcher-1451-thread-2) [n:127.0.0.1:38864_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node2/.
   [junit4]   2> 1776792 INFO  (jetty-launcher-1451-thread-1) [n:127.0.0.1:41657_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node1/.
   [junit4]   2> 1776828 INFO  (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33223.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1776865 INFO  (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33223.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1776865 INFO  (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33223.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1776867 INFO  (jetty-launcher-1451-thread-4) [n:127.0.0.1:33223_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node4/.
   [junit4]   2> 1776941 INFO  (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1776942 INFO  (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1776944 INFO  (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45312_solr
   [junit4]   2> 1776944 INFO  (zkCallback-1473-thread-2-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1776990 INFO  (zkCallback-1488-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1776990 INFO  (zkCallback-1485-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1777055 INFO  (zkCallback-1467-thread-1-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1777216 INFO  (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45312.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1777263 INFO  (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45312.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1777263 INFO  (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45312.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1777264 INFO  (jetty-launcher-1451-thread-3) [n:127.0.0.1:45312_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node3/.
   [junit4]   2> 1777460 INFO  (zkConnectionManagerCallback-1496-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1777466 INFO  (zkConnectionManagerCallback-1500-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1777468 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1777477 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46121/solr ready
   [junit4]   2> 1777511 INFO  (qtp271980427-7196) [n:127.0.0.1:41657_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1777659 INFO  (qtp271980427-7196) [n:127.0.0.1:41657_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=147
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1777929 WARN  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1778011 WARN  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1778013 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1778185 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_lucene2.us.west_apache_org_39819_hdfs____qr1m78/webapp
   [junit4]   2> 1779647 INFO  (OverseerCollectionConfigSetProcessor-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1780335 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@lucene2-us-west.apache.org:39819
   [junit4]   2> 1781386 WARN  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1781387 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1781566 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_43771_datanode____rxa1cp/webapp
   [junit4]   2> 1782978 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43771
   [junit4]   2> 1784031 WARN  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1784032 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1784207 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_44762_datanode____mzmqze/webapp
   [junit4]   2> 1785056 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to lucene2-us-west.apache.org/127.0.0.1:45574) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 1786052 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x4178d7870ee09: from storage DS-760e3f00-9fa2-4b53-b009-0a6ad654e66d node DatanodeRegistration(127.0.0.1:35090, datanodeUuid=07a7cf27-43c0-44c0-8466-2d9e24c6be2a, infoPort=32864, infoSecurePort=0, ipcPort=40272, storageInfo=lv=-56;cid=testClusterID;nsid=1705681538;c=0), blocks: 0, hasStaleStorage: true, processing time: 24 msecs
   [junit4]   2> 1786053 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x4178d7870ee09: from storage DS-10e63d54-4a71-44eb-9054-348577008db4 node DatanodeRegistration(127.0.0.1:35090, datanodeUuid=07a7cf27-43c0-44c0-8466-2d9e24c6be2a, infoPort=32864, infoSecurePort=0, ipcPort=40272, storageInfo=lv=-56;cid=testClusterID;nsid=1705681538;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1786482 INFO  (SUITE-MoveReplicaHDFSTest-seed#[70D615487D42B09F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44762
   [junit4]   2> 1787294 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to lucene2-us-west.apache.org/127.0.0.1:45574) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 1787526 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x4178dd527f861: from storage DS-9fe33aea-8975-4bf2-9139-0f7d880977e3 node DatanodeRegistration(127.0.0.1:42881, datanodeUuid=5d9643db-4a63-405c-97c0-1ab5a06d6fbf, infoPort=46759, infoSecurePort=0, ipcPort=45961, storageInfo=lv=-56;cid=testClusterID;nsid=1705681538;c=0), blocks: 0, hasStaleStorage: true, processing time: 15 msecs
   [junit4]   2> 1787527 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x4178dd527f861: from storage DS-f99fddfd-c5ea-4db9-a147-6f415c970ff0 node DatanodeRegistration(127.0.0.1:42881, datanodeUuid=5d9643db-4a63-405c-97c0-1ab5a06d6fbf, infoPort=46759, infoSecurePort=0, ipcPort=45961, storageInfo=lv=-56;cid=testClusterID;nsid=1705681538;c=0), blocks: 0, hasStaleStorage: false, processing time: 1 msecs
   [junit4]   2> 1788704 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedMove
   [junit4]   2> 1788737 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1788738 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1788739 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1788739 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1788739 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1788739 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58e003a5{/solr,null,AVAILABLE}
   [junit4]   2> 1788740 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b29341d{HTTP/1.1,[http/1.1]}{127.0.0.1:39810}
   [junit4]   2> 1788740 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.e.j.s.Server Started @1832534ms
   [junit4]   2> 1788740 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39810}
   [junit4]   2> 1788740 ERROR (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1788740 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1788740 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1788740 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1788740 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-23T08:51:07.077Z
   [junit4]   2> 1788831 INFO  (zkConnectionManagerCallback-1503-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1788831 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1789124 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr
   [junit4]   2> 1789125 INFO  (zkConnectionManagerCallback-1507-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1789199 INFO  (zkConnectionManagerCallback-1509-thread-1-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1789202 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1789215 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1789217 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39810_solr
   [junit4]   2> 1789218 INFO  (zkCallback-1473-thread-2-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1789232 INFO  (zkCallback-1488-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1789232 INFO  (zkCallback-1485-thread-1-processing-n:127.0.0.1:38864_solr) [n:127.0.0.1:38864_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1789268 INFO  (zkCallback-1467-thread-1-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1789345 INFO  (zkCallback-1508-thread-1-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1789454 INFO  (zkCallback-1499-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1789454 INFO  (zkCallback-1499-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1789706 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39810.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1789795 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39810.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1789795 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39810.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1789797 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[70D615487D42B09F]) [n:127.0.0.1:39810_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node5/.
   [junit4]   2> 1790184 INFO  (zkConnectionManagerCallback-1513-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1790251 INFO  (qtp1931943978-7208) [n:127.0.0.1:33223_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&autoAddReplicas=false&name=MoveReplicaHDFSTest_failed_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1790291 INFO  (OverseerThreadFactory-3025-thread-2-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 1790474 INFO  (OverseerStateUpdate-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39810/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1790572 INFO  (OverseerStateUpdate-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41657/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1790614 INFO  (OverseerStateUpdate-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45312/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1790614 INFO  (OverseerStateUpdate-99398284301041672-127.0.0.1:41657_solr-n_0000000000) [n:127.0.0.1:41657_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33223/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1790867 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1790867 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1790938 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1790938 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1790957 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1790957 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1790997 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_failed_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1790998 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1791273 INFO  (zkCallback-1508-thread-1-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1791281 INFO  (zkCallback-1473-thread-2-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1791281 INFO  (zkCallback-1473-thread-1-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1791281 INFO  (zkCallback-1467-thread-1-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1791281 INFO  (zkCallback-1488-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1791301 INFO  (zkCallback-1508-thread-2-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1791309 INFO  (zkCallback-1488-thread-2-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1791309 INFO  (zkCallback-1467-thread-2-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1791979 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1792001 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1792020 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1792020 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4' using configuration from collection MoveReplicaHDFSTest_failed_coll_true, trusted=true
   [junit4]   2> 1792020 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33223.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n4' (registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1792114 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1792133 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:45574/data
   [junit4]   2> 1792133 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1792133 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1792133 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node4/MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4], dataDir=[hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data/]
   [junit4]   2> 1792149 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data/snapshot_metadata
   [junit4]   2> 1792167 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1792205 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1792328 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1792330 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1792330 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1' using configuration from collection MoveReplicaHDFSTest_failed_coll_true, trusted=true
   [junit4]   2> 1792331 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39810.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n1' (registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1792331 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:45574/data
   [junit4]   2> 1792355 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1792355 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1792356 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node5/MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node5/data/]
   [junit4]   2> 1792357 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node5/data/snapshot_metadata
   [junit4]   2> 1792376 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1792378 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1792378 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2' using configuration from collection MoveReplicaHDFSTest_failed_coll_true, trusted=true
   [junit4]   2> 1792429 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41657.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n2' (registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1792429 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:45574/data
   [junit4]   2> 1792429 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 1792429 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1792429 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1792429 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node1/MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2], dataDir=[hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data/]
   [junit4]   2> 1792430 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data/snapshot_metadata
   [junit4]   2> 1792448 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1792448 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3' using configuration from collection MoveReplicaHDFSTest_failed_coll_true, trusted=true
   [junit4]   2> 1792448 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45312.solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n3' (registry 'solr.core.MoveReplicaHDFSTest_failed_coll_true.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e14fd6e
   [junit4]   2> 1792448 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:45574/data
   [junit4]   2> 1792448 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1792448 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1792448 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_70D615487D42B09F-001/tempDir-001/node3/MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3], dataDir=[hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node7/data/]
   [junit4]   2> 1792449 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node7/data/snapshot_metadata
   [junit4]   2> 1792855 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node5/data
   [junit4]   2> 1792869 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data
   [junit4]   2> 1792889 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node7/data
   [junit4]   2> 1792908 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data
   [junit4]   2> 1793200 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node6/data/index
   [junit4]   2> 1793214 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node8/data/index
   [junit4]   2> 1793216 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node5/data/index
   [junit4]   2> 1793214 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45574/data/MoveReplicaHDFSTest_failed_coll_true/core_node7/data/index
   [junit4]   2> 1794995 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35090 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-f99fddfd-c5ea-4db9-a147-6f415c970ff0:NORMAL:127.0.0.1:42881|RBW], ReplicaUC[[DISK]DS-10e63d54-4a71-44eb-9054-348577008db4:NORMAL:127.0.0.1:35090|RBW]]} size 0
   [junit4]   2> 1794997 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42881 is added to blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-10e63d54-4a71-44eb-9054-348577008db4:NORMAL:127.0.0.1:35090|RBW], ReplicaUC[[DISK]DS-f99fddfd-c5ea-4db9-a147-6f415c970ff0:NORMAL:127.0.0.1:42881|RBW]]} size 69
   [junit4]   2> 1795000 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42881 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-760e3f00-9fa2-4b53-b009-0a6ad654e66d:NORMAL:127.0.0.1:35090|RBW], ReplicaUC[[DISK]DS-9fe33aea-8975-4bf2-9139-0f7d880977e3:NORMAL:127.0.0.1:42881|RBW]]} size 0
   [junit4]   2> 1795000 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42881 is added to blk_1073741825_1001 size 69
   [junit4]   2> 1795033 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35090 is added to blk_1073741828_1004 size 69
   [junit4]   2> 1795191 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35090 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-760e3f00-9fa2-4b53-b009-0a6ad654e66d:NORMAL:127.0.0.1:35090|RBW], ReplicaUC[[DISK]DS-9fe33aea-8975-4bf2-9139-0f7d880977e3:NORMAL:127.0.0.1:42881|RBW]]} size 0
   [junit4]   2> 1795191 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35090 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-9fe33aea-8975-4bf2-9139-0f7d880977e3:NORMAL:127.0.0.1:42881|RBW], ReplicaUC[[DISK]DS-760e3f00-9fa2-4b53-b009-0a6ad654e66d:NORMAL:127.0.0.1:35090|RBW]]} size 0
   [junit4]   2> 1795206 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42881 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-9fe33aea-8975-4bf2-9139-0f7d880977e3:NORMAL:127.0.0.1:42881|RBW], ReplicaUC[[DISK]DS-760e3f00-9fa2-4b53-b009-0a6ad654e66d:NORMAL:127.0.0.1:35090|RBW]]} size 0
   [junit4]   2> 1795778 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1795778 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1795778 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 1795850 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1795850 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1795850 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 1796267 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1796267 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1796267 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 1796413 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1796413 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1796426 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1796426 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1796487 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1796487 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1796846 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1796846 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1796846 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 1796996 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1796996 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1798241 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@640b26c6[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] main]
   [junit4]   2> 1798242 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1798242 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1798260 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@19ca573[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] main]
   [junit4]   2> 1798261 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1798261 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1798262 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1798263 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590372573223321600
   [junit4]   2> 1798276 INFO  (searcherExecutor-3041-thread-1-processing-n:127.0.0.1:39810_solr x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1 s:shard1 c:MoveReplicaHDFSTest_failed_coll_true r:core_node5) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.SolrCore [MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] Registered new searcher Searcher@19ca573[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1798277 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1798284 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@5987c7e7[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] main]
   [junit4]   2> 1798371 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@41a7973d[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] main]
   [junit4]   2> 1798371 INFO  (searcherExecutor-3042-thread-1-processing-n:127.0.0.1:41657_solr x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2 s:shard1 c:MoveReplicaHDFSTest_failed_coll_true r:core_node6) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.c.SolrCore [MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] Registered new searcher Searcher@640b26c6[MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1798372 INFO  (qtp271980427-7204) [n:127.0.0.1:41657_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node6 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590372573337616384
   [junit4]   2> 1798375 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1798376 INFO  (zkCallback-1467-thread-2-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1798376 INFO  (zkCallback-1467-thread-1-processing-n:127.0.0.1:45312_solr) [n:127.0.0.1:45312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1798376 INFO  (zkCallback-1488-thread-2-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1798376 INFO  (zkCallback-1488-thread-1-processing-n:127.0.0.1:33223_solr) [n:127.0.0.1:33223_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1798376 INFO  (zkCallback-1473-thread-3-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1798376 INFO  (zkCallback-1473-thread-1-processing-n:127.0.0.1:41657_solr) [n:127.0.0.1:41657_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1798376 INFO  (zkCallback-1508-thread-1-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1798385 INFO  (zkCallback-1508-thread-2-processing-n:127.0.0.1:39810_solr) [n:127.0.0.1:39810_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_failed_coll_true/state.json] for collection [MoveReplicaHDFSTest_failed_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1798387 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1798388 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1798388 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590372573354393600
   [junit4]   2> 1798406 INFO  (searcherExecutor-3040-thread-1-processing-n:127.0.0.1:33223_solr x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4 s:shard2 c:MoveReplicaHDFSTest_failed_coll_true r:core_node8) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.SolrCore [MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] Registered new searcher Searcher@41a7973d[MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1798438 INFO  (qtp167153177-7458) [n:127.0.0.1:39810_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9938ms
   [junit4]   2> 1798440 INFO  (qtp1931943978-7212) [n:127.0.0.1:33223_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1798448 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1798448 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1798448 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1798449 INFO  (qtp1324026368-7190) [n:127.0.0.1:45312_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590372573418356736
   [junit4]   2> 179

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

ctions/AutoscalingHistoryHandlerTest_collection/state.json version: 12
   [junit4]   2> 7433899 INFO  (zkCallback-6109-thread-4-processing-n:127.0.0.1:46378_solr) [n:127.0.0.1:46378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 7433899 INFO  (zkCallback-6105-thread-1-processing-n:127.0.0.1:33517_solr) [n:127.0.0.1:33517_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 7433899 INFO  (zkCallback-6105-thread-3-processing-n:127.0.0.1:33517_solr) [n:127.0.0.1:33517_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 7433899 INFO  (zkCallback-6109-thread-1-processing-n:127.0.0.1:46378_solr) [n:127.0.0.1:46378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 7433928 INFO  (jetty-closer-6084-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99398650580762633-127.0.0.1:46378_solr-n_0000000001) closing
   [junit4]   2> 7433928 INFO  (OverseerStateUpdate-99398650580762633-127.0.0.1:46378_solr-n_0000000001) [n:127.0.0.1:46378_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46378_solr
   [junit4]   2> 7433929 WARN  (OverseerAutoScalingTriggerThread-99398650580762633-127.0.0.1:46378_solr-n_0000000001) [n:127.0.0.1:46378_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 7433934 DEBUG (jetty-closer-6084-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 7433935 WARN  (zkCallback-6105-thread-1-processing-n:127.0.0.1:33517_solr) [n:127.0.0.1:33517_solr    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 7433935 INFO  (zkCallback-6105-thread-3-processing-n:127.0.0.1:33517_solr) [n:127.0.0.1:33517_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33517_solr
   [junit4]   2> 7433935 INFO  (jetty-closer-6084-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@701c40ea{/solr,null,UNAVAILABLE}
   [junit4]   2> 7433938 INFO  (jetty-closer-6084-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 7433956 INFO  (jetty-closer-6084-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2d708558{/solr,null,UNAVAILABLE}
   [junit4]   2> 7433958 INFO  (jetty-closer-6084-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 7433959 ERROR (SUITE-AutoscalingHistoryHandlerTest-seed#[70D615487D42B09F]-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> 7433959 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[70D615487D42B09F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33303 33303
   [junit4]   2> 7434248 INFO  (Thread-52033) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33303 33303
   [junit4]   2> 7434250 WARN  (Thread-52033) [    ] 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> 	5	/solr/configs/.system
   [junit4]   2> 	5	/solr/configs/.system/managed-schema
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	61	/solr/collections/.system/state.json
   [junit4]   2> 	45	/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/.system/leader_elect/shard1/election/99398650580762633-core_node5-n_0000000001
   [junit4]   2> 	2	/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/99398650580762633-core_node5-n_0000000001
   [junit4]   2> 	2	/solr/autoscaling.json
   [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> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/autoscaling/events/AutoscalingHistoryHandlerTest_node_lost_trigger
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_70D615487D42B09F-001
   [junit4]   2> Jan 23, 2018 10:24:38 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), sim=RandomSimilarity(queryNorm=true): {}, locale=ar-TN, timezone=SystemV/PST8
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=55393024,total=485490688
   [junit4]   2> NOTE: All tests run in this JVM: [TestUtilizeNode, ChaosMonkeySafeLeaderTest, TestSweetSpotSimilarityFactory, AddBlockUpdateTest, BasicFunctionalityTest, TestLegacyField, UninvertDocValuesMergePolicyTest, DistributedIntervalFacetingTest, TestManagedSchemaAPI, TestReRankQParserPlugin, TestQueryUtils, ReplaceNodeTest, ScriptEngineTest, DistributedFacetPivotSmallTest, TestXIncludeConfig, CollectionReloadTest, TestTriggerIntegration, RollingRestartTest, TestConfigSetsAPIZkFailure, TestComplexPhraseQParserPlugin, HttpTriggerListenerTest, SmileWriterTest, TestInPlaceUpdatesDistrib, TestDistributedStatsComponentCardinality, TestSolr4Spatial2, TestElisionMultitermQuery, HdfsBasicDistributedZkTest, TestNumericTerms32, TestStressRecovery, TestAddFieldRealTimeGet, HighlighterMaxOffsetTest, TestRandomFlRTGCloud, TestLegacyTerms, SpatialHeatmapFacetsTest, TestFastLRUCache, NodeLostTriggerTest, DirectoryFactoryTest, OverseerRolesTest, BlockDirectoryTest, TestPrepRecovery, CoreMergeIndexesAdminHandlerTest, DistributedDebugComponentTest, LeaderFailureAfterFreshStartTest, ResponseHeaderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, PeerSyncTest, TestConfigSetImmutable, TestReqParamsAPI, SolrMetricManagerTest, TestNodeLostTrigger, DistribDocExpirationUpdateProcessorTest, SoftAutoCommitTest, TestCollectionAPI, HdfsTlogReplayBufferedWhileIndexingTest, SolrInfoBeanTest, SolrJmxReporterTest, TestPerFieldSimilarity, TestFieldCacheVsDocValues, TestSolrIndexConfig, DirectUpdateHandlerOptimizeTest, SOLR749Test, TestSimpleTextCodec, TestOrdValues, AutoAddReplicasIntegrationTest, TestDFISimilarityFactory, TestRTGBase, TestCloudPseudoReturnFields, TestClusterProperties, TestRequestForwarding, StatsReloadRaceTest, AlternateDirectoryTest, LoggingHandlerTest, OverseerTest, TestSchemaManager, CdcrRequestHandlerTest, TestSystemCollAutoCreate, SolrShardReporterTest, FileUtilsTest, FastVectorHighlighterTest, BasicAuthIntegrationTest, PrimitiveFieldTypeTest, TestLocalFSCloudBackupRestore, FieldMutatingUpdateProcessorTest, TestInitQParser, DistributedQueryComponentOptimizationTest, TestSimpleTrackingShardHandler, TestGenericDistributedQueue, TestSearcherReuse, TestReplicationHandler, BadCopyFieldTest, CSVRequestHandlerTest, TestDocBasedVersionConstraints, SearchHandlerTest, TestSearchPerf, QueryElevationComponentTest, ClassificationUpdateProcessorTest, SolrXmlInZkTest, AddReplicaTest, TestFreeTextSuggestions, TestEmbeddedSolrServerAdminHandler, CachingDirectoryFactoryTest, DistributedVersionInfoTest, RulesTest, HdfsCollectionsAPIDistributedZkTest, LegacyCloudClusterPropTest, PolyFieldTest, UpdateRequestProcessorFactoryTest, PathHierarchyTokenizerFactoryTest, ZkControllerTest, TestLockTree, TestJavabinTupleStreamParser, SchemaVersionSpecificBehaviorTest, OverriddenZkACLAndCredentialsProvidersTest, TestReload, TestReversedWildcardFilterFactory, TestPolicyCloud, BlockJoinFacetDistribTest, TestShortCircuitedRequests, DirectSolrConnectionTest, TestSchemaNameResource, TestCloudInspectUtil, CurrencyRangeFacetCloudTest, ExplicitHLLTest, HdfsRestartWhileUpdatingTest, AssignTest, CollectionsAPIDistributedZkTest, MetricTriggerTest, SystemLogListenerTest, TestComputePlanAction, TestLargeCluster, TestSimDistributedQueue, BaseCdcrDistributedZkTest, CdcrBootstrapTest, CdcrReplicationDistributedZkTest, HdfsBasicDistributedZk2Test, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestImplicitCoreProperties, TestNRTOpen, TestShardHandlerFactory, TestSolrXml, TestSolrCloudSnapshots, TestConfigReload, TestSolrConfigHandlerConcurrent, AutoscalingHistoryHandlerTest]
   [junit4] Completed [633/767 (2!)] on J1 in 36.79s, 1 test, 1 failure <<< FAILURES!

[...truncated 48646 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 127 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/127/

8 tests failed.
FAILED:  org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat.testSparseSortedFixedLengthVsStoredFields

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([92DF66FA9BB46D37]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([92DF66FA9BB46D37]:0)


FAILED:  org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest.test

Error Message:
shard1 is not consistent.  Got 51 from https://127.0.0.1:40994/collection1_shard1_replica_n21 (previous client) and got 1124 from https://127.0.0.1:37294/collection1_shard1_replica_n23

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 51 from https://127.0.0.1:40994/collection1_shard1_replica_n21 (previous client) and got 1124 from https://127.0.0.1:37294/collection1_shard1_replica_n23
	at __randomizedtesting.SeedInfo.seed([45427567F6CE52C3:CD164ABD58323F3B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1330)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1309)
	at org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:155)
	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)


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

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest:     1) Thread[id=5648, name=searcherExecutor-1996-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest: 
   1) Thread[id=5648, name=searcherExecutor-1996-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 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)
	at __randomizedtesting.SeedInfo.seed([45427567F6CE52C3]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=5648, name=searcherExecutor-1996-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=5648, name=searcherExecutor-1996-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 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)
	at __randomizedtesting.SeedInfo.seed([45427567F6CE52C3]:0)


FAILED:  org.apache.solr.core.TestLazyCores.testMidUseUnload

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([45427567F6CE52C3]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([45427567F6CE52C3]:0)


FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([45427567F6CE52C3:BC0FE6C8CABB1F49]: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.api.collections.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:282)
	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 1681 lines...]
   [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat
   [junit4]   2> ينا 22, 2018 5:39:50 ص com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat
   [junit4]   2>    1) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:636)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    2) Thread[id=2411, name=TEST-TestPerFieldDocValuesFormat.testSparseSortedFixedLengthVsStoredFields-seed#[92DF66FA9BB46D37], state=TIMED_WAITING, group=TGRP-TestPerFieldDocValuesFormat]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4679)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2103)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2031)
   [junit4]   2>         at org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:440)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestSortedVsStoredFields(BaseDocValuesFormatTestCase.java:1591)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestSortedVsStoredFields(BaseDocValuesFormatTestCase.java:1648)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.testSparseSortedFixedLengthVsStoredFields(BaseDocValuesFormatTestCase.java:1629)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    3) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    4) Thread[id=2410, name=SUITE-TestPerFieldDocValuesFormat-seed#[92DF66FA9BB46D37], state=RUNNABLE, group=TGRP-TestPerFieldDocValuesFormat]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:705)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPerFieldDocValuesFormat -Dtests.method=testSparseSortedFixedLengthVsStoredFields -Dtests.seed=92DF66FA9BB46D37 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=ar-SD -Dtests.timezone=Europe/Malta -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   6817s J2 | TestPerFieldDocValuesFormat.testSparseSortedFixedLengthVsStoredFields <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([92DF66FA9BB46D37]:0)
   [junit4]   2> ينا 22, 2018 5:39:50 ص com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> ينا 22, 2018 5:40:10 ص com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat: 
   [junit4]   2>    1) Thread[id=2411, name=TEST-TestPerFieldDocValuesFormat.testSparseSortedFixedLengthVsStoredFields-seed#[92DF66FA9BB46D37], state=TIMED_WAITING, group=TGRP-TestPerFieldDocValuesFormat]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4679)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2103)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2031)
   [junit4]   2>         at org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:440)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestSortedVsStoredFields(BaseDocValuesFormatTestCase.java:1591)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestSortedVsStoredFields(BaseDocValuesFormatTestCase.java:1648)
   [junit4]   2>         at org.apache.lucene.index.BaseDocValuesFormatTestCase.testSparseSortedFixedLengthVsStoredFields(BaseDocValuesFormatTestCase.java:1629)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> ينا 22, 2018 5:40:10 ص com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2411, name=TEST-TestPerFieldDocValuesFormat.testSparseSortedFixedLengthVsStoredFields-seed#[92DF66FA9BB46D37], state=TIMED_WAITING, group=TGRP-TestPerFieldDocValuesFormat]
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/J2/temp/lucene.codecs.perfield.TestPerFieldDocValuesFormat_92DF66FA9BB46D37-001
   [junit4]   2> Jan 22, 2018 4:40:10 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1316, maxMBSortInHeap=5.703707144000987, sim=RandomSimilarity(queryNorm=false): {fieldname=DFR GB3(800.0), docId=DFR I(F)2, id=DFR GB2}, locale=ar-SD, timezone=Europe/Malta
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=120390280,total=515375104
   [junit4]   2> NOTE: All tests run in this JVM: [TestMixedCodecs, TestDocIdSetBuilder, TestOfflineSorter, TestSpanSearchEquivalence, TestMultiCollector, TestAssertions, Test2BPagedBytes, TestDirectPacked, TestInfoStream, TestDocValuesScoring, TestIndexTooManyDocs, TestIndexWriterCommit, TestForUtil, TestRamUsageEstimator, TestQueryRescorer, TestRegexpQuery, TestIndexWriterOutOfFileDescriptors, TestSegmentInfos, TestPackedTokenAttributeImpl, TestTermQuery, TestIntsRef, TestSparseFixedBitDocIdSet, TestIndexWriterFromReader, TestSpanCollection, MultiCollectorTest, TestNoMergePolicy, TestBytesRefHash, TestSimilarity2, TestSetOnce, TestTopDocsMerge, TestTermScorer, TestBKD, TestGraphTokenStreamFiniteStrings, TestSameTokenSamePosition, TestHugeRamFile, TestSpansEnum, TestBlockPostingsFormat, TestPayloads, TestSwappedIndexFiles, TestIndexWriterMerging, TestConsistentFieldNumbers, TestNRTThreads, TestFrequencyTrackingRingBuffer, TestMergedIterator, TestMixedDocValuesUpdates, TestSubScorerFreqs, TestIndexManyDocuments, TestTwoPhaseCommitTool, TestTerms, TestDirectoryReader, TestIntroSelector, TestMultiLevelSkipList, TestBagOfPostings, TestSegmentReader, TestDocument, TestCollectionUtil, TestMultiFields, TestTopDocsCollector, TestByteBlockPool, TestPrefixQuery, TestFieldReuse, Test2BBinaryDocValues, TestCompiledAutomaton, TestIndexWriterLockRelease, TestTrackingDirectoryWrapper, TestExceedMaxTermLength, TestLucene50StoredFieldsFormatHighCompression, TestSentinelIntSet, TestLongPostings, TestGrowableByteArrayDataOutput, TestScorerPerf, TestVersion, TestSearchForDuplicates, TestSloppyPhraseQuery2, TestPolygon2D, Test2BSortedDocValuesOrds, TestPointValues, TestIndexWriter, TestPerFieldDocValuesFormat]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPerFieldDocValuesFormat -Dtests.seed=92DF66FA9BB46D37 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=ar-SD -Dtests.timezone=Europe/Malta -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestPerFieldDocValuesFormat (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([92DF66FA9BB46D37]:0)
   [junit4] Completed [338/459 (1!)] on J2 in 7220.53s, 51 tests, 2 errors <<< FAILURES!

[...truncated 11950 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/init-core-data-001
   [junit4]   2> 2480857 WARN  (SUITE-ShardSplitTest-seed#[45427567F6CE52C3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 2480857 INFO  (SUITE-ShardSplitTest-seed#[45427567F6CE52C3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2480897 INFO  (SUITE-ShardSplitTest-seed#[45427567F6CE52C3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 2480897 INFO  (SUITE-ShardSplitTest-seed#[45427567F6CE52C3]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2480897 INFO  (SUITE-ShardSplitTest-seed#[45427567F6CE52C3]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2480936 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2480966 INFO  (Thread-1241) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2480966 INFO  (Thread-1241) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2481007 ERROR (Thread-1241) [    ] 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> 2481074 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.ZkTestServer start zk server on port:40141
   [junit4]   2> 2481182 INFO  (zkConnectionManagerCallback-735-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2481358 INFO  (zkConnectionManagerCallback-737-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2481427 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2481442 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2481451 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2481458 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2481463 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2481470 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2481478 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2481486 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2481491 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2481499 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2481506 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2481583 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 2483574 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2483583 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2483583 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2483583 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2483583 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@368766dd{/,null,AVAILABLE}
   [junit4]   2> 2483585 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@46267348{HTTP/1.1,[http/1.1]}{127.0.0.1:46431}
   [junit4]   2> 2483586 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.Server Started @2512647ms
   [junit4]   2> 2483586 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/tempDir-001/control/data, hostContext=/, hostPort=46431, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/control-001/cores}
   [junit4]   2> 2483592 ERROR (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2483592 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 2483592 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2483592 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2483593 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T14:53:52.684Z
   [junit4]   2> 2483770 INFO  (zkConnectionManagerCallback-739-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2483839 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2483839 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/control-001/solr.xml
   [junit4]   2> 2483910 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2483910 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2483912 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2483915 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40141/solr
   [junit4]   2> 2483917 INFO  (zkConnectionManagerCallback-743-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2484068 INFO  (zkConnectionManagerCallback-745-thread-1-processing-n:127.0.0.1:46431_) [n:127.0.0.1:46431_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2485016 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:46431_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2485017 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:46431_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46431_
   [junit4]   2> 2485018 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:46431_    ] o.a.s.c.Overseer Overseer (id=99394049151926276-127.0.0.1:46431_-n_0000000000) starting
   [junit4]   2> 2485086 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:46431_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46431_
   [junit4]   2> 2485178 INFO  (OverseerStateUpdate-99394049151926276-127.0.0.1:46431_-n_0000000000) [n:127.0.0.1:46431_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2486304 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:46431_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321
   [junit4]   2> 2486471 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:46431_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321
   [junit4]   2> 2486471 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:46431_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321
   [junit4]   2> 2486473 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:46431_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/control-001/cores
   [junit4]   2> 2486795 INFO  (zkConnectionManagerCallback-751-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486796 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2486814 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40141/solr ready
   [junit4]   2> 2486819 INFO  (qtp1497407609-4062) [n:127.0.0.1:46431_    ] 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:46431_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2486889 INFO  (OverseerThreadFactory-1786-thread-1-processing-n:127.0.0.1:46431_) [n:127.0.0.1:46431_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2487273 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_    ] 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> 2487278 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2487427 INFO  (zkCallback-744-thread-1-processing-n:127.0.0.1:46431_) [n:127.0.0.1:46431_    ] 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> 2488654 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2488728 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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> 2489787 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2489936 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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> 2489936 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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@3b2aa321
   [junit4]   2> 2489936 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2489937 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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 [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2490008 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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=22, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=93.140625, floorSegmentMB=0.818359375, forceMergeDeletesPctAllowed=25.064763670616426, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2490093 WARN  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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> 2491022 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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> 2491022 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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> 2491024 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2491024 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2491026 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@79e951d6
   [junit4]   2> 2491072 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@63fe63c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2491074 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2491075 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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> 2491076 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2491099 INFO  (searcherExecutor-1789-thread-1-processing-n:127.0.0.1:46431_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:46431_ 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@63fe63c[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2491100 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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 1590304797036118016
   [junit4]   2> 2491164 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2491164 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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> 2491164 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46431/control_collection_shard1_replica_n1/
   [junit4]   2> 2491164 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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> 2491164 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:46431/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2491164 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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> 2491204 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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:46431/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2491207 INFO  (zkCallback-744-thread-1-processing-n:127.0.0.1:46431_) [n:127.0.0.1:46431_    ] 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> 2491266 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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> 2491269 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_ 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=3996
   [junit4]   2> 2491311 INFO  (qtp1497407609-4062) [n:127.0.0.1:46431_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2491371 INFO  (zkCallback-744-thread-1-processing-n:127.0.0.1:46431_) [n:127.0.0.1:46431_    ] 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> 2492311 INFO  (qtp1497407609-4062) [n:127.0.0.1:46431_    ] 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:46431_&wt=javabin&version=2} status=0 QTime=5491
   [junit4]   2> 2492348 INFO  (zkConnectionManagerCallback-755-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2492349 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2492350 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40141/solr ready
   [junit4]   2> 2492356 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2492387 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2492637 INFO  (OverseerThreadFactory-1786-thread-2-processing-n:127.0.0.1:46431_) [n:127.0.0.1:46431_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2492662 INFO  (OverseerCollectionConfigSetProcessor-99394049151926276-127.0.0.1:46431_-n_0000000000) [n:127.0.0.1:46431_    ] 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> 2492674 WARN  (OverseerThreadFactory-1786-thread-2-processing-n:127.0.0.1:46431_) [n:127.0.0.1:46431_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2492812 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2492813 INFO  (qtp1497407609-4066) [n:127.0.0.1:46431_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=426
   [junit4]   2> 2492850 INFO  (OverseerCollectionConfigSetProcessor-99394049151926276-127.0.0.1:46431_-n_0000000000) [n:127.0.0.1:46431_    ] 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> 2494220 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-1-001 of type TLOG
   [junit4]   2> 2494221 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2494458 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2494458 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2494459 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2494459 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62ab8f2c{/,null,AVAILABLE}
   [junit4]   2> 2494460 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@37b970e8{HTTP/1.1,[http/1.1]}{127.0.0.1:53242}
   [junit4]   2> 2494460 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.Server Started @2523521ms
   [junit4]   2> 2494460 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=53242, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-1-001/cores}
   [junit4]   2> 2494460 ERROR (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2494460 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 2494460 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2494460 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2494460 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T14:54:03.551Z
   [junit4]   2> 2494468 INFO  (zkConnectionManagerCallback-757-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2494482 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2494482 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-1-001/solr.xml
   [junit4]   2> 2494527 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2494527 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2494528 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2494558 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40141/solr
   [junit4]   2> 2494563 INFO  (zkConnectionManagerCallback-761-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2494598 INFO  (zkConnectionManagerCallback-763-thread-1-processing-n:127.0.0.1:53242_) [n:127.0.0.1:53242_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2494638 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:53242_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2494691 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:53242_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2494714 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:53242_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53242_
   [junit4]   2> 2494739 INFO  (zkCallback-744-thread-1-processing-n:127.0.0.1:46431_) [n:127.0.0.1:46431_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2494774 INFO  (zkCallback-754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2494775 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:53242_) [n:127.0.0.1:53242_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2495555 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:53242_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321
   [junit4]   2> 2495717 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:53242_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321
   [junit4]   2> 2495717 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:53242_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321
   [junit4]   2> 2495756 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:53242_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-1-001/cores
   [junit4]   2> 2496506 INFO  (qtp1497407609-4064) [n:127.0.0.1:46431_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53242_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2496529 INFO  (OverseerThreadFactory-1786-thread-3-processing-n:127.0.0.1:46431_) [n:127.0.0.1:46431_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53242_ for creating new replica
   [junit4]   2> 2496572 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2496602 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2496758 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2497123 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 2498101 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2498232 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 2498233 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321
   [junit4]   2> 2498233 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2498233 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-1-001/cores/collection1_shard2_replica_t41], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 2498286 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=93.140625, floorSegmentMB=0.818359375, forceMergeDeletesPctAllowed=25.064763670616426, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2498358 WARN  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] 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> 2499212 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2499212 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2499223 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2499224 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2499262 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@53c569e7
   [junit4]   2> 2499282 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b27cd44[collection1_shard2_replica_t41] main]
   [junit4]   2> 2499284 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2499315 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2499316 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2499316 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590304805651218432
   [junit4]   2> 2499345 INFO  (searcherExecutor-1800-thread-1-processing-n:127.0.0.1:53242_ x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@7b27cd44[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2499378 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2499378 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2499378 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53242/collection1_shard2_replica_t41/
   [junit4]   2> 2499378 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2499378 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy http://127.0.0.1:53242/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 2499378 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2499386 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 2499419 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:53242_) [n:127.0.0.1:53242_    ] 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> 2499422 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53242/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 2499427 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2499545 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:53242_) [n:127.0.0.1:53242_    ] 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> 2499564 INFO  (qtp1943676044-4110) [n:127.0.0.1:53242_ c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=2992
   [junit4]   2> 2499588 INFO  (qtp1497407609-4064) [n:127.0.0.1:46431_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:53242_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=3081
   [junit4]   2> 2500591 INFO  (OverseerCollectionConfigSetProcessor-99394049151926276-127.0.0.1:46431_-n_0000000000) [n:127.0.0.1:46431_    ] 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> 2501008 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-2-001 of type TLOG
   [junit4]   2> 2501008 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2501011 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2501011 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2501011 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2501012 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75d3d6f3{/,null,AVAILABLE}
   [junit4]   2> 2501012 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5ac69d1c{HTTP/1.1,[http/1.1]}{127.0.0.1:41631}
   [junit4]   2> 2501012 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.e.j.s.Server Started @2530073ms
   [junit4]   2> 2501012 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/tempDir-001/jetty2, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=41631, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-2-001/cores}
   [junit4]   2> 2501012 ERROR (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2501035 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 2501035 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2501035 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2501035 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-22T14:54:10.126Z
   [junit4]   2> 2501342 INFO  (zkConnectionManagerCallback-767-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2501344 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2501344 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-2-001/solr.xml
   [junit4]   2> 2501369 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2501369 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2501383 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2501415 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40141/solr
   [junit4]   2> 2501434 INFO  (zkConnectionManagerCallback-771-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2501449 INFO  (zkConnectionManagerCallback-773-thread-1-processing-n:127.0.0.1:41631_) [n:127.0.0.1:41631_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2501650 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:41631_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2501658 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:41631_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2501708 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:41631_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41631_
   [junit4]   2> 2501710 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:53242_) [n:127.0.0.1:53242_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2501734 INFO  (zkCallback-754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2501736 INFO  (zkCallback-744-thread-2-processing-n:127.0.0.1:46431_) [n:127.0.0.1:46431_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2501834 INFO  (zkCallback-772-thread-1-processing-n:127.0.0.1:41631_) [n:127.0.0.1:41631_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2502747 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:41631_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321
   [junit4]   2> 2502880 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:41631_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321
   [junit4]   2> 2502881 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:41631_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321
   [junit4]   2> 2502931 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[45427567F6CE52C3]) [n:127.0.0.1:41631_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-2-001/cores
   [junit4]   2> 2503305 INFO  (qtp1025993674-4143) [n:127.0.0.1:41631_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41631_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2503372 INFO  (OverseerThreadFactory-1786-thread-4-processing-n:127.0.0.1:46431_) [n:127.0.0.1:46431_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41631_ for creating new replica
   [junit4]   2> 2503404 INFO  (qtp1025993674-4147) [n:127.0.0.1:41631_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2503404 INFO  (qtp1025993674-4147) [n:127.0.0.1:41631_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2503424 INFO  (zkCallback-762-thread-1-processing-n:127.0.0.1:53242_) [n:127.0.0.1:53242_    ] 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> 2503434 INFO  (zkCallback-772-thread-1-processing-n:127.0.0.1:41631_) [n:127.0.0.1:41631_    ] 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> 2504555 INFO  (qtp1025993674-4147) [n:127.0.0.1:41631_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2504772 INFO  (qtp1025993674-4147) [n:127.0.0.1:41631_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 2505899 INFO  (qtp1025993674-4147) [n:127.0.0.1:41631_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2506051 INFO  (qtp1025993674-4147) [n:127.0.0.1:41631_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 2506052 INFO  (qtp1025993674-4147) [n:127.0.0.1:41631_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b2aa321
   [junit4]   2> 2506052 INFO  (qtp1025993674-4147) [n:127.0.0.1:41631_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2506052 INFO  (qtp1025993674-4147) [n:127.0.0.1:41631_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-2-001/cores/collection1_shard1_replica_t43], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_45427567F6CE52C3-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 2506056 INFO  (qtp1025993674-4147) [n:127.0.0.1:41631_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=93.140625, floorSegmentMB=0.818359375, forceMergeDeletesPctAllowed=25.064763670616426, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2506113 WARN  (qtp1025993674-4147) [n:127.0.0.1:41631_ c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.RequestHa

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

earcher@49849fb7[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11771378 WARN  (TEST-TestLazyCores.testMidUseUnload-seed#[45427567F6CE52C3]) [    x:collection3] o.a.s.m.SolrMetricManager Interrupted while trying to obtain lock to modify reporters registry: solr.core.collection1
   [junit4]   2> 11771382 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[45427567F6CE52C3]) [    x:collection3] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 11771479 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[45427567F6CE52C3]) [    x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer instance=291589748
   [junit4]   2> 11771480 WARN  (TEST-TestLazyCores.testMidUseUnload-seed#[45427567F6CE52C3]) [    x:collection3] o.a.s.m.SolrMetricManager Interrupted while trying to obtain lock to modify reporters registry: solr.node
   [junit4]   2> 11771480 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[45427567F6CE52C3]) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 11771480 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[45427567F6CE52C3]) [    x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3444e6ca: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2352e830
   [junit4]   2> 11771485 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[45427567F6CE52C3]) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 11771485 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[45427567F6CE52C3]) [    x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b507abb: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6b8bd149
   [junit4]   2> 11771498 INFO  (coreCloseExecutor-3255-thread-1-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@ebb4d91
   [junit4]   2> 11771498 INFO  (coreCloseExecutor-3255-thread-1-processing-x:collection3) [    x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection5, tag=247156113
   [junit4]   2> 11771498 INFO  (coreCloseExecutor-3255-thread-1-processing-x:collection3) [    x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@564fa671: rootName = null, domain = solr.core.collection5, service url = null, agent id = null] for registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@34781b8c
   [junit4]   2> 11771506 INFO  (coreCloseExecutor-3255-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4fe80a9a
   [junit4]   2> 11771544 INFO  (coreCloseExecutor-3255-thread-2-processing-x:collection3) [    x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=1340607130
   [junit4]   2> 11771544 INFO  (coreCloseExecutor-3255-thread-2-processing-x:collection3) [    x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b2ae9b9: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@52de9db0
   [junit4]   2> 11771598 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[45427567F6CE52C3]) [    x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
   [junit4]   2> 11771600 INFO  (SUITE-TestLazyCores-seed#[45427567F6CE52C3]-worker) [    x:collection3] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 11771600 INFO  (SUITE-TestLazyCores-seed#[45427567F6CE52C3]-worker) [    x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer instance=291589748
   [junit4]   2> 11771600 INFO  (SUITE-TestLazyCores-seed#[45427567F6CE52C3]-worker) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 11771600 INFO  (SUITE-TestLazyCores-seed#[45427567F6CE52C3]-worker) [    x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@18fcefd9: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4c36a3a6
   [junit4]   2> 11771617 INFO  (SUITE-TestLazyCores-seed#[45427567F6CE52C3]-worker) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 11771617 INFO  (SUITE-TestLazyCores-seed#[45427567F6CE52C3]-worker) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_45427567F6CE52C3-001
   [junit4]   2> 11772849 INFO  (Thread-2180) [    x:collection3] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@354b286
   [junit4]   2> 11772849 INFO  (Thread-2180) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=55882374
   [junit4]   2> 11772849 INFO  (Thread-2180) [    x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@af2a76f: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4d27c564
   [junit4]   2> Jan 22, 2018 5:28:42 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=8442, name=searcherExecutor-3210-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=Memory)}, docValues:{}, maxPointsInLeafNode=478, maxMBSortInHeap=7.385049462169851, sim=RandomSimilarity(queryNorm=true): {}, locale=zh-SG, timezone=Asia/Kuwait
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=2,free=212556112,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [TestPolicyCloud, UtilsToolTest, RegexBytesRefFilterTest, TestFaceting, TestReloadAndDeleteDocs, BasicAuthStandaloneTest, TestBadConfig, TestBulkSchemaAPI, AutoAddReplicasPlanActionTest, TestStressReorder, NoCacheHeaderTest, TestRandomDVFaceting, TestSolrDeletionPolicy2, TestUnifiedSolrHighlighter, SolrCmdDistributorTest, TolerantUpdateProcessorTest, TestSubQueryTransformer, TestSuggestSpellingConverter, DistributedExpandComponentTest, MoreLikeThisHandlerTest, TestValueSourceCache, TestSortByMinMaxFunction, TriggerIntegrationTest, ConcurrentDeleteAndCreateCollectionTest, SpatialFilterTest, AnalysisAfterCoreReloadTest, TestLegacyFieldReuse, TestDefaultStatsCache, SparseHLLTest, ParsingFieldUpdateProcessorsTest, TestCoreAdminApis, ConfigureRecoveryStrategyTest, ConvertedLegacyTest, LukeRequestHandlerTest, TestSSLRandomization, TestSimpleQParserPlugin, NotRequiredUniqueKeyTest, TestFastWriter, TestMultiValuedNumericRangeQuery, AliasIntegrationTest, ExitableDirectoryReaderTest, TestCoreContainer, TestBlendedInfixSuggestions, HdfsChaosMonkeyNothingIsSafeTest, ReturnFieldsTest, SuggestComponentContextFilterQueryTest, OverseerStatusTest, ClusterStateUpdateTest, SearchRateTriggerTest, TestSchemaResource, TimeZoneUtilsTest, DocValuesMultiTest, ShardSplitTest, RecoveryAfterSoftCommitTest, ResponseLogComponentTest, ZkFailoverTest, WrapperMergePolicyFactoryTest, DistributedSpellCheckComponentTest, TestSchemalessBufferedUpdates, TestExpandComponent, TestEmbeddedSolrServerConstructors, MigrateRouteKeyTest, ManagedSchemaRoundRobinCloudTest, TestHdfsBackupRestoreCore, TestDistribStateManager, TermVectorComponentTest, TestAnalyzedSuggestions, CoreAdminHandlerTest, TestLazyCores]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=45427567F6CE52C3 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=zh-SG -Dtests.timezone=Asia/Kuwait -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([45427567F6CE52C3]:0)
   [junit4] Completed [709/767 (3!)] on J2 in 7223.94s, 4 tests, 2 errors <<< FAILURES!

[...truncated 48320 lines...]

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 126 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/126/

14 tests failed.
FAILED:  org.apache.lucene.index.TestDuelingCodecsAtNight.testBigEquals

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([CE2B46255CC10815]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestDuelingCodecsAtNight

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([CE2B46255CC10815]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestCloudDeleteByQuery

Error Message:
Could not load collection from ZK: test_col

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: test_col
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:137)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
	at org.apache.solr.cloud.TestCloudDeleteByQuery.createMiniSolrCloudCluster(TestCloudDeleteByQuery.java:117)
	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: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/test_col/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
	... 28 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestCloudDeleteByQuery

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E]:0)
	at org.apache.solr.cloud.TestCloudDeleteByQuery.afterClass(TestCloudDeleteByQuery.java:88)
	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$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:  org.apache.solr.cloud.TestStressInPlaceUpdates.stressTest

Error Message:
Captured an uncaught exception in thread: Thread[id=32720, name=WRITER0, state=RUNNABLE, group=TGRP-TestStressInPlaceUpdates]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=32720, name=WRITER0, state=RUNNABLE, group=TGRP-TestStressInPlaceUpdates]
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E:F18701EC4FD4FBD4]:0)
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:54717/collection1: Cannot talk to ZooKeeper - Updates are disabled.
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E]:0)
	at org.apache.solr.cloud.TestStressInPlaceUpdates$1.run(TestStressInPlaceUpdates.java:306)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:54717/collection1: Cannot talk to ZooKeeper - Updates are disabled.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestStressInPlaceUpdates.addDocAndGetVersion(TestStressInPlaceUpdates.java:549)
	at org.apache.solr.cloud.TestStressInPlaceUpdates$1.run(TestStressInPlaceUpdates.java:254)


FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
Shard split did not succeed after a previous failed split attempt left sub-shards in construction state

Stack Trace:
java.lang.AssertionError: Shard split did not succeed after a previous failed split attempt left sub-shards in construction state
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E:63AC4DEE4D7462A4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:297)
	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)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue.testDistributedQueue

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E]:0)


FAILED:  org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Could not load collection from ZK: testSimple1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: testSimple1
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E:A252FABF56F2FBFF]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:137)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:117)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.getReplacedSharedFsReplicas(AutoAddReplicasIntegrationTest.java:169)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:86)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testSimple1/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
	... 44 more


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testAddNode

Error Message:
did not finish processing changes

Stack Trace:
java.lang.AssertionError: did not finish processing changes
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E:3D0EC3E2BE4CA036]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testAddNode(TestLargeCluster.java:297)
	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.api.collections.TestHdfsCloudBackupRestore.test

Error Message:
Could not load collection from ZK: hdfsbackuprestore

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: hdfsbackuprestore
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E:12B5E19BDFFD42D6]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:137)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:117)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:224)
	at org.apache.solr.cloud.api.collections.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:142)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/hdfsbackuprestore/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
	... 44 more


FAILED:  org.apache.solr.uninverting.TestDocTermOrds.testTriggerUnInvertLimit

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
	at java.util.HashMap.newNode(HashMap.java:1742)
	at java.util.HashMap.putVal(HashMap.java:641)
	at java.util.HashMap.put(HashMap.java:611)
	at java.util.HashSet.add(HashSet.java:219)
	at org.apache.lucene.index.IndexWriter$ReaderPool.noDups(IndexWriter.java:862)
	at org.apache.lucene.index.IndexWriter$ReaderPool.get(IndexWriter.java:851)
	at org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:877)
	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4668)
	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4658)
	at org.apache.lucene.index.IndexWriter.abortMerges(IndexWriter.java:2585)
	at org.apache.lucene.index.IndexWriter.rollbackInternalNoCommit(IndexWriter.java:2373)
	at org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2358)
	at org.apache.lucene.index.IndexWriter.tragicEvent(IndexWriter.java:4905)
	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1547)
	at org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1508)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:141)
	at org.apache.solr.uninverting.TestDocTermOrds.testTriggerUnInvertLimit(TestDocTermOrds.java:167)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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)


FAILED:  org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E:623F4BA9096DFE7D]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:902)
	at org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosVersion(SegmentsInfoRequestHandlerTest.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=2=count(//lst[@name='segments']/lst/str[@name='version'][.='7.3.0'])
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">13</int></lst><lst name="segments"><lst name="_0"><str name="name">_0</str><int name="delCount">1</int><long name="sizeInBytes">1857</long><int name="size">4</int><date name="age">2018-01-21T16:09:38.023Z</date><str name="source">flush</str><str name="version">7.3.0</str></lst><lst name="_1"><str name="name">_1</str><int name="delCount">0</int><long name="sizeInBytes">1679</long><int name="size">1</int><date name="age">2018-01-21T16:09:38.042Z</date><str name="source">flush</str><str name="version">7.3.0</str></lst><lst name="_2"><str name="name">_2</str><int name="delCount">0</int><long name="sizeInBytes">1790</long><int name="size">4</int><date name="age">2018-01-21T16:09:38.088Z</date><str name="source">flush</str><str name="version">7.3.0</str></lst><lst name="_3"><str name="name">_3</str><int name="delCount">0</int><long name="sizeInBytes">1679</long><int name="size">1</int><date name="age">2018-01-21T16:09:38.095Z</date><str name="source">flush</str><str name="version">7.3.0</str></lst></lst>
</response>

	request was:qt=/admin/segments&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
	... 40 more


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

Error Message:
Expected numSlices=5 numReplicas=1 but found DocCollection(solrj_collection3//collections/solrj_collection3/state.json/29)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{     "shard1":{       "range":"80000000-b332ffff",       "state":"active",       "replicas":{"core_node6":{           "core":"solrj_collection3_shard1_replica_n1",           "base_url":"http://127.0.0.1:50554/g",           "node_name":"127.0.0.1:50554_g",           "state":"down",           "type":"NRT"}}},     "shard2":{       "range":"b3330000-e665ffff",       "state":"active",       "replicas":{"core_node7":{           "dataDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node7/data/",           "base_url":"http://127.0.0.1:50554/g",           "node_name":"127.0.0.1:50554_g",           "type":"NRT",           "ulogDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node7/data/tlog",           "core":"solrj_collection3_shard2_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard3":{       "range":"e6660000-1998ffff",       "state":"active",       "replicas":{"core_node8":{           "dataDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node8/data/",           "base_url":"http://127.0.0.1:44868/g",           "node_name":"127.0.0.1:44868_g",           "type":"NRT",           "ulogDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node8/data/tlog",           "core":"solrj_collection3_shard3_replica_n3",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard4":{       "range":"19990000-4ccbffff",       "state":"active",       "replicas":{"core_node9":{           "dataDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node9/data/",           "base_url":"http://127.0.0.1:44868/g",           "node_name":"127.0.0.1:44868_g",           "type":"NRT",           "ulogDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node9/data/tlog",           "core":"solrj_collection3_shard4_replica_n4",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard5":{       "range":"4ccc0000-7fffffff",       "state":"active",       "replicas":{"core_node10":{           "dataDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node10/data/",           "base_url":"http://127.0.0.1:50554/g",           "node_name":"127.0.0.1:50554_g",           "type":"NRT",           "ulogDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node10/data/tlog",           "core":"solrj_collection3_shard5_replica_n5",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{     "field":"myOwnField",     "name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"true",   "nrtReplicas":"1",   "tlogReplicas":"0"} with /live_nodes: [127.0.0.1:37154_g, 127.0.0.1:40646_g, 127.0.0.1:44868_g, 127.0.0.1:50554_g, 127.0.0.1:55826_g]

Stack Trace:
java.lang.AssertionError: Expected numSlices=5 numReplicas=1 but found DocCollection(solrj_collection3//collections/solrj_collection3/state.json/29)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-b332ffff",
      "state":"active",
      "replicas":{"core_node6":{
          "core":"solrj_collection3_shard1_replica_n1",
          "base_url":"http://127.0.0.1:50554/g",
          "node_name":"127.0.0.1:50554_g",
          "state":"down",
          "type":"NRT"}}},
    "shard2":{
      "range":"b3330000-e665ffff",
      "state":"active",
      "replicas":{"core_node7":{
          "dataDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node7/data/",
          "base_url":"http://127.0.0.1:50554/g",
          "node_name":"127.0.0.1:50554_g",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node7/data/tlog",
          "core":"solrj_collection3_shard2_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard3":{
      "range":"e6660000-1998ffff",
      "state":"active",
      "replicas":{"core_node8":{
          "dataDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node8/data/",
          "base_url":"http://127.0.0.1:44868/g",
          "node_name":"127.0.0.1:44868_g",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node8/data/tlog",
          "core":"solrj_collection3_shard3_replica_n3",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard4":{
      "range":"19990000-4ccbffff",
      "state":"active",
      "replicas":{"core_node9":{
          "dataDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node9/data/",
          "base_url":"http://127.0.0.1:44868/g",
          "node_name":"127.0.0.1:44868_g",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node9/data/tlog",
          "core":"solrj_collection3_shard4_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard5":{
      "range":"4ccc0000-7fffffff",
      "state":"active",
      "replicas":{"core_node10":{
          "dataDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node10/data/",
          "base_url":"http://127.0.0.1:50554/g",
          "node_name":"127.0.0.1:50554_g",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:35678/solr_hdfs_home/solrj_collection3/core_node10/data/tlog",
          "core":"solrj_collection3_shard5_replica_n5",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{
    "field":"myOwnField",
    "name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"true",
  "nrtReplicas":"1",
  "tlogReplicas":"0"} with /live_nodes: [127.0.0.1:37154_g, 127.0.0.1:40646_g, 127.0.0.1:44868_g, 127.0.0.1:50554_g, 127.0.0.1:55826_g]
	at __randomizedtesting.SeedInfo.seed([9AE1DE4171012F2E:12B5E19BDFFD42D6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.assertSliceAndReplicaCount(SharedFSAutoReplicaFailoverTest.java:414)
	at org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:256)
	at org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:144)
	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 2321 lines...]
   [junit4] Suite: org.apache.lucene.index.TestDuelingCodecsAtNight
   [junit4]   2> ???. 21, 2018 5:03:44 PM com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.index.TestDuelingCodecsAtNight
   [junit4]   2>    1) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    2) Thread[id=6735, name=SUITE-TestDuelingCodecsAtNight-seed#[CE2B46255CC10815], state=RUNNABLE, group=TGRP-TestDuelingCodecsAtNight]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:705)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2>    3) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:636)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    4) Thread[id=6736, name=TEST-TestDuelingCodecsAtNight.testBigEquals-seed#[CE2B46255CC10815], state=RUNNABLE, group=TGRP-TestDuelingCodecsAtNight]
   [junit4]   2>         at org.apache.lucene.store.MockIndexInputWrapper.readByte(MockIndexInputWrapper.java:140)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextUtil.readLine(SimpleTextUtil.java:59)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextFieldsReader$SimpleTextPostingsEnum.nextDoc(SimpleTextFieldsReader.java:409)
   [junit4]   2>         at org.apache.lucene.search.DocIdSetIterator.slowAdvance(DocIdSetIterator.java:165)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextFieldsReader$SimpleTextPostingsEnum.advance(SimpleTextFieldsReader.java:448)
   [junit4]   2>         at org.apache.lucene.index.CheckIndex.testTermVectors(CheckIndex.java:2478)
   [junit4]   2>         at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:753)
   [junit4]   2>         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:865)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
   [junit4]   2>         at org.apache.lucene.index.TestDuelingCodecs.tearDown(TestDuelingCodecs.java:98)
   [junit4]   2>         at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDuelingCodecsAtNight -Dtests.method=testBigEquals -Dtests.seed=CE2B46255CC10815 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=uk-UA -Dtests.timezone=Australia/Eucla -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   6968s J2 | TestDuelingCodecsAtNight.testBigEquals <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CE2B46255CC10815]:0)
   [junit4]   2> ???. 21, 2018 5:03:45 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> ???. 21, 2018 5:04:05 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.index.TestDuelingCodecsAtNight: 
   [junit4]   2>    1) Thread[id=6736, name=TEST-TestDuelingCodecsAtNight.testBigEquals-seed#[CE2B46255CC10815], state=RUNNABLE, group=TGRP-TestDuelingCodecsAtNight]
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextUtil.readLine(SimpleTextUtil.java:70)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextFieldsReader$SimpleTextPostingsEnum.nextDoc(SimpleTextFieldsReader.java:409)
   [junit4]   2>         at org.apache.lucene.search.DocIdSetIterator.slowAdvance(DocIdSetIterator.java:165)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextFieldsReader$SimpleTextPostingsEnum.advance(SimpleTextFieldsReader.java:448)
   [junit4]   2>         at org.apache.lucene.index.CheckIndex.testTermVectors(CheckIndex.java:2478)
   [junit4]   2>         at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:753)
   [junit4]   2>         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:865)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]   2>         at org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
   [junit4]   2>         at org.apache.lucene.index.TestDuelingCodecs.tearDown(TestDuelingCodecs.java:98)
   [junit4]   2>         at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> ???. 21, 2018 5:04:05 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=6736, name=TEST-TestDuelingCodecsAtNight.testBigEquals-seed#[CE2B46255CC10815], state=RUNNABLE, group=TGRP-TestDuelingCodecsAtNight]
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/J2/temp/lucene.index.TestDuelingCodecsAtNight_CE2B46255CC10815-001
   [junit4]   2> Jan 21, 2018 8:19:05 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=803, maxMBSortInHeap=5.497850184741716, sim=RandomSimilarity(queryNorm=false): {titleTokenized=DFR I(F)B3(800.0), body=DFR GL1}, locale=uk-UA, timezone=Australia/Eucla
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=197153856,total=518520832
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressAdvance, TestDemoParallelLeafReader, TestExceedMaxTermLength, TestSetOnce, TestFixedBitSet, TestStressIndexing2, TestUpgradeIndexMergePolicy, TestRegexpQuery, TestMultiMMap, Test2BBinaryDocValues, MultiCollectorTest, TestIndexWriterReader, TestNumericDocValuesUpdates, TestEarlyTermination, TestPackedTokenAttributeImpl, TestArrayUtil, TestTrackingDirectoryWrapper, TestIndexWriterOutOfFileDescriptors, TestTermScorer, TestIndexWriterMerging, TestSpanCollection, TestLucene70NormsFormat, TestSortedSetSelector, TestBytesRefHash, TestAllFilesHaveCodecHeader, TestIndexManyDocuments, TestTopDocsMerge, TestMergedIterator, TestShardSearching, TestSegmentReader, TestBooleanRewrites, TestIOUtils, TestClassicSimilarity, TestIndexCommit, TestBagOfPostings, TestGeoEncodingUtils, TestTermRangeQuery, TestBufferedIndexInput, TestAxiomaticSimilarity, TestTwoPhaseCommitTool, TestFrequencyTrackingRingBuffer, Test2BPagedBytes, TestCollectionUtil, TestCompiledAutomaton, TestAttributeSource, TestCharsRef, TestIndexWriterMergePolicy, TestLucene60PointsFormat, TestParallelCompositeReader, TestOfflineSorter, TestDirectoryReader, TestPerFieldPostingsFormat2, TestRollingUpdates, TestDirectPacked, TestLongBitSet, TestConjunctions, TestForUtil, TestMultiFields, TestLongPostings, TestSwappedIndexFiles, TestControlledRealTimeReopenThread, TestMaxPosition, TestDocument, TestSegmentTermDocs, TestIntroSelector, TestRamUsageEstimator, TestHighCompressionMode, TestSearchForDuplicates, TestSparseFixedBitDocIdSet, TestSimilarityBase, FiniteStringsIteratorTest, TestInfoStream, TestIndexTooManyDocs, TestRoaringDocIdSet, TestPayloads, TestSentinelIntSet, TestFieldsReader, TestSearcherManager, TestDeletionPolicy, TestBasics, TestIndexWriterDelete, TestNRTThreads, TestBoolean2, TestNorms, TestIndexWriterCommit, TestDirectoryReaderReopen, TestTimeLimitingCollector, TestSearchWithThreads, TestSearchAfter, TestConcurrentMergeScheduler, TestNRTReaderWithThreads, TestLevenshteinAutomata, TestConsistentFieldNumbers, TestWeakIdentityMap, TestSimpleExplanations, TestPhraseQuery, TestBagOfPositions, TestCrash, TestSort, TestCustomSearcherSort, TestBooleanMinShouldMatch, TestIndexWriterOnDiskFull, TestSpans, TestMixedCodecs, TestSpanExplanations, TestFastCompressionMode, TestRAMDirectory, TestLazyProxSkipping, TestDocsAndPositions, TestOmitPositions, TestSloppyPhraseQuery2, TestMultiTermConstantScore, TestLiveFieldValues, TestFuzzyQuery, TestDoc, TestSimilarity2, TestExternalCodecs, TestSimpleExplanationsOfNonMatches, TestPerSegmentDeletes, TestPrefixInBooleanQuery, TestTopDocsCollector, TestSegmentTermEnum, TestUniqueTermCount, TestBooleanQuery, TestComplexExplanationsOfNonMatches, TestSortRandom, TestPrefixCodedTerms, TestAutomatonQuery, TestParallelReaderEmptyIndex, TestMaxTermFrequency, TestTopFieldCollector, TestFileSwitchDirectory, TestDocValuesScoring, TestRegexpRandom, TestMultiLevelSkipList, TestCheckIndex, TestPayloadsOnVectors, TestSpanMultiTermQueryWrapper, TestBooleanQueryVisitSubscorers, TestConstantScoreQuery, TestMatchAllDocsQuery, TestPrefixQuery, TestSameTokenSamePosition, TestBinaryDocument, TestAutomatonQueryUnicode, TestBooleanScorer, TestIsCurrent, TestNoMergePolicy, TestNoMergeScheduler, TestNamedSPILoader, TestIndexWriterLockRelease, TestPhrasePrefixQuery, TestByteBlockPool, TestDemo, TestAssertions, TestRollback, TestCloseableThreadLocal, TestIndexWriterOnJRECrash, TestVersion, Test4GBStoredFields, TestCodecHoldsOpenFiles, TestReaderClosed, TestNGramPhraseQuery, TestIntsRef, Test2BPositions, Test2BPostingsBytes, TestNewestSegment, Test2BNumericDocValues, TestCharArrayMap, TestCharArraySet, TestCharacterUtils, TestDelegatingAnalyzerWrapper, TestReusableStringReader, TestStopFilter, TestBlockPostingsFormat, TestLucene50CompoundFormat, TestLucene50StoredFieldsFormatHighCompression, TestLucene60FieldInfoFormat, TestLucene70SegmentInfoFormat, TestPolygon2D, Test2BSortedDocValuesFixedSorted, Test2BSortedDocValuesOrds, TestAllFilesCheckIndexHeader, TestAllFilesHaveChecksumFooter, TestBinaryDocValuesUpdates, TestDocInverterPerFieldErrorInfo, TestDocValues, TestDocsWithFieldSet, TestDuelingCodecsAtNight]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDuelingCodecsAtNight -Dtests.seed=CE2B46255CC10815 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=uk-UA -Dtests.timezone=Australia/Eucla -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | TestDuelingCodecsAtNight (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CE2B46255CC10815]:0)
   [junit4] Completed [455/459 (1!)] on J2 in 7221.20s, 3 tests, 2 errors <<< FAILURES!

[...truncated 10944 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 290682 INFO  (SUITE-ShardSplitTest-seed#[9AE1DE4171012F2E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_9AE1DE4171012F2E-001/init-core-data-001
   [junit4]   2> 290712 WARN  (SUITE-ShardSplitTest-seed#[9AE1DE4171012F2E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 290712 INFO  (SUITE-ShardSplitTest-seed#[9AE1DE4171012F2E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 290713 INFO  (SUITE-ShardSplitTest-seed#[9AE1DE4171012F2E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 290714 INFO  (SUITE-ShardSplitTest-seed#[9AE1DE4171012F2E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /h_q/x
   [junit4]   2> 290808 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 290808 INFO  (Thread-166) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 290808 INFO  (Thread-166) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 290916 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.ZkTestServer start zk server on port:51998
   [junit4]   2> 291056 ERROR (Thread-166) [    ] 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> 291090 INFO  (zkConnectionManagerCallback-210-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 291650 INFO  (zkConnectionManagerCallback-212-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 291658 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 291660 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 291661 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 291661 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 291662 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 291663 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 291681 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 291681 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 291690 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 291691 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 291692 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 291725 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 296022 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 296041 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 296041 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 296041 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 296041 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2841caaf{/h_q/x,null,AVAILABLE}
   [junit4]   2> 296042 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2dd49ab9{HTTP/1.1,[http/1.1]}{127.0.0.1:60131}
   [junit4]   2> 296042 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.e.j.s.Server Started @323085ms
   [junit4]   2> 296042 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_9AE1DE4171012F2E-001/tempDir-001/control/data, replicaType=NRT, hostContext=/h_q/x, hostPort=60131, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_9AE1DE4171012F2E-001/control-001/cores}
   [junit4]   2> 296043 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 296043 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 296043 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 296043 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 296043 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-21T14:51:45.630Z
   [junit4]   2> 297216 INFO  (zkConnectionManagerCallback-214-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297218 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 297218 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_9AE1DE4171012F2E-001/control-001/solr.xml
   [junit4]   2> 297389 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 297389 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 297391 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1725e6b3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 297419 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51998/solr
   [junit4]   2> 297900 INFO  (zkConnectionManagerCallback-218-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298300 INFO  (zkConnectionManagerCallback-220-thread-1-processing-n:127.0.0.1:60131_h_q%2Fx) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298784 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 298788 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60131_h_q%2Fx
   [junit4]   2> 298800 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.c.Overseer Overseer (id=99388378342752260-127.0.0.1:60131_h_q%2Fx-n_0000000000) starting
   [junit4]   2> 298919 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60131_h_q%2Fx
   [junit4]   2> 298944 INFO  (OverseerStateUpdate-99388378342752260-127.0.0.1:60131_h_q%2Fx-n_0000000000) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 299754 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1725e6b3
   [junit4]   2> 299852 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1725e6b3
   [junit4]   2> 299852 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1725e6b3
   [junit4]   2> 299896 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_9AE1DE4171012F2E-001/control-001/cores
   [junit4]   2> 300872 INFO  (zkConnectionManagerCallback-226-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 300903 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 300913 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[9AE1DE4171012F2E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51998/solr ready
   [junit4]   2> 300973 INFO  (qtp2007487359-911) [n:127.0.0.1:60131_h_q%2Fx    ] 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:60131_h_q%252Fx&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 301072 INFO  (OverseerThreadFactory-285-thread-1-processing-n:127.0.0.1:60131_h_q%2Fx) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 301444 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx    ] 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> 301445 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 301572 INFO  (zkCallback-219-thread-1-processing-n:127.0.0.1:60131_h_q%2Fx) [n:127.0.0.1:60131_h_q%2Fx    ] 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> 302574 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 302668 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx 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> 304811 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 304937 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx 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> 304937 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx 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@1725e6b3
   [junit4]   2> 304971 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 304971 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx 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 [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_9AE1DE4171012F2E-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_9AE1DE4171012F2E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 305007 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4139933477318287]
   [junit4]   2> 305054 WARN  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx 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> 305591 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx 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> 305591 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx 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> 305592 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 305592 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 305594 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx 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=37, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=97.724609375, floorSegmentMB=1.0390625, forceMergeDeletesPctAllowed=3.43215927713016, segmentsPerTier=14.0, maxCFSSegmentSizeMB=0.5693359375, noCFSRatio=1.0
   [junit4]   2> 305625 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15822565[control_collection_shard1_replica_n1] main]
   [junit4]   2> 305626 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 305627 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx 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> 305627 INFO  (qtp2007487359-915) [n:127.0.0.1:60131_h_q%2Fx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler

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

tlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-7.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/contrib/analysis-extras/lib/icu4j-60.2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_144/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20180121_144622_0386201204051866487525.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20180121_144622_0383317902650901943753.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20180121_144622_0387647616246012763332.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20180121_144622_0386757438035783197579.syserr
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:844: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:780: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build.xml:262: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/common-build.xml:556: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1513: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1038: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20180121_144622_0387647616246012763332.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20180121_144622_0386757438035783197579.syserr

Total time: 1047 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-7.x #123 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 125 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/125/

9 tests failed.
FAILED:  org.apache.lucene.index.TestIndexSorting.testRandom3

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([F0429E3B8A5765C6]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexSorting

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([F0429E3B8A5765C6]:0)


FAILED:  org.apache.lucene.index.TestIndexWriterReader.testDuringAddDelete

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([F0429E3B8A5765C6]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterReader

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([F0429E3B8A5765C6]:0)


FAILED:  org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates

Error Message:
Could not load collection from ZK: source_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: source_collection
	at __randomizedtesting.SeedInfo.seed([499DC0CC001E79B4:9A9490D2458DE523]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:137)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.waitForRecoveriesToFinish(BaseCdcrDistributedZkTest.java:521)
	at org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.restartServer(BaseCdcrDistributedZkTest.java:562)
	at org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates(CdcrReplicationHandlerTest.java:227)
	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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/source_collection/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
	... 49 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest:     1) Thread[id=6338, name=cdcr-test-update-scheduler-1163-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]         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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest: 
   1) Thread[id=6338, name=cdcr-test-update-scheduler-1163-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
        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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        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)
	at __randomizedtesting.SeedInfo.seed([499DC0CC001E79B4]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=6338, name=cdcr-test-update-scheduler-1163-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]         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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)         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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6338, name=cdcr-test-update-scheduler-1163-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
        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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        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)
	at __randomizedtesting.SeedInfo.seed([499DC0CC001E79B4]:0)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1516485779465,generation=2,filelist=[_1io.cfe, _1io.cfs, _1io.si, _1kb.fdt, _1kb.fdx, _1kb.fnm, _1kb.nvd, _1kb.nvm, _1kb.si, _1kb_FST50_0.doc, _1kb_FST50_0.tfp, _1kd.fdt, _1kd.fdx, _1kd.fnm, _1kd.nvd, _1kd.nvm, _1kd.si, _1kd_FST50_0.doc, _1kd_FST50_0.tfp, _1kg.fdt, _1kg.fdx, _1kg.fnm, _1kg.nvd, _1kg.nvm, _1kg.si, _1kg_FST50_0.doc, _1kg_FST50_0.tfp, _1kh.fdt, _1kh.fdx, _1kh.fnm, _1kh.nvd, _1kh.nvm, _1kh.si, _1kh_FST50_0.doc, _1kh_FST50_0.tfp, _1kp.fdt, _1kp.fdx, _1kp.fnm, _1kp.nvd, _1kp.nvm, _1kp.si, _1kp_FST50_0.doc, _1kp_FST50_0.tfp, _1kq.fdt, _1kq.fdx, _1kq.fnm, _1kq.nvd, _1kq.nvm, _1kq.si, _1kq_FST50_0.doc, _1kq_FST50_0.tfp, _1kv.fdt, _1kv.fdx, _1kv.fnm, _1kv.nvd, _1kv.nvm, _1kv.si, _1kv_FST50_0.doc, _1kv_FST50_0.tfp, _1kw.cfe, _1kw.cfs, _1kw.si, _1kx.fdt, _1kx.fdx, _1kx.fnm, _1kx.nvd, _1kx.nvm, _1kx.si, _1kx_FST50_0.doc, _1kx_FST50_0.tfp, _1kz.fdt, _1kz.fdx, _1kz.fnm, _1kz.nvd, _1kz.nvm, _1kz.si, _1kz_FST50_0.doc, _1kz_FST50_0.tfp, _1l0.cfe, _1l0.cfs, _1l0.si, _1l1.fdt, _1l1.fdx, _1l1.fnm, _1l1.nvd, _1l1.nvm, _1l1.si, _1l1_FST50_0.doc, _1l1_FST50_0.tfp, _1l2.fdt, _1l2.fdx, _1l2.fnm, _1l2.nvd, _1l2.nvm, _1l2.si, _1l2_FST50_0.doc, _1l2_FST50_0.tfp, _1l3.fdt, _1l3.fdx, _1l3.fnm, _1l3.nvd, _1l3.nvm, _1l3.si, _1l3_FST50_0.doc, _1l3_FST50_0.tfp, _1l4.fdt, _1l4.fdx, _1l4.fnm, _1l4.nvd, _1l4.nvm, _1l4.si, _1l4_FST50_0.doc, _1l4_FST50_0.tfp, _1l5.fdt, _1l5.fdx, _1l5.fnm, _1l5.nvd, _1l5.nvm, _1l5.si, _1l5_FST50_0.doc, _1l5_FST50_0.tfp, _1l6.fdt, _1l6.fdx, _1l6.fnm, _1l6.nvd, _1l6.nvm, _1l6.si, _1l6_FST50_0.doc, _1l6_FST50_0.tfp, _1l7.fdt, _1l7.fdx, _1l7.fnm, _1l7.nvd, _1l7.nvm, _1l7.si, _1l7_FST50_0.doc, _1l7_FST50_0.tfp, _1lf.cfe, _1lf.cfs, _1lf.si, _1lh.fdt, _1lh.fdx, _1lh.fnm, _1lh.nvd, _1lh.nvm, _1lh.si, _1lh_FST50_0.doc, _1lh_FST50_0.tfp, _1lj.cfe, _1lj.cfs, _1lj.si, _1lk.fdt, _1lk.fdx, _1lk.fnm, _1lk.nvd, _1lk.nvm, _1lk.si, _1lk_FST50_0.doc, _1lk_FST50_0.tfp, _1ll.fdt, _1ll.fdx, _1ll.fnm, _1ll.nvd, _1ll.nvm, _1ll.si, _1ll_FST50_0.doc, _1ll_FST50_0.tfp, _1lm.fdt, _1lm.fdx, _1lm.fnm, _1lm.nvd, _1lm.nvm, _1lm.si, _1lm_FST50_0.doc, _1lm_FST50_0.tfp, _1ln.fdt, _1ln.fdx, _1ln.fnm, _1ln.nvd, _1ln.nvm, _1ln.si, _1ln_FST50_0.doc, _1ln_FST50_0.tfp, _1lo.fdt, _1lo.fdx, _1lo.fnm, _1lo.nvd, _1lo.nvm, _1lo.si, _1lo_FST50_0.doc, _1lo_FST50_0.tfp, _1lp.fdt, _1lp.fdx, _1lp.fnm, _1lp.nvd, _1lp.nvm, _1lp.si, _1lp_FST50_0.doc, _1lp_FST50_0.tfp, _1lq.fdt, _1lq.fdx, _1lq.fnm, _1lq.nvd, _1lq.nvm, _1lq.si, _1lq_FST50_0.doc, _1lq_FST50_0.tfp, _1lr.fdt, _1lr.fdx, _1lr.fnm, _1lr.nvd, _1lr.nvm, _1lr.si, _1lr_FST50_0.doc, _1lr_FST50_0.tfp, _1ls.fdt, _1ls.fdx, _1ls.fnm, _1ls.nvd, _1ls.nvm, _1ls.si, _1ls_FST50_0.doc, _1ls_FST50_0.tfp, segments_2]}]> but was:<[{indexVersion=1516485779465,generation=2,filelist=[_1io.cfe, _1io.cfs, _1io.si, _1kb.fdt, _1kb.fdx, _1kb.fnm, _1kb.nvd, _1kb.nvm, _1kb.si, _1kb_FST50_0.doc, _1kb_FST50_0.tfp, _1kd.fdt, _1kd.fdx, _1kd.fnm, _1kd.nvd, _1kd.nvm, _1kd.si, _1kd_FST50_0.doc, _1kd_FST50_0.tfp, _1kg.fdt, _1kg.fdx, _1kg.fnm, _1kg.nvd, _1kg.nvm, _1kg.si, _1kg_FST50_0.doc, _1kg_FST50_0.tfp, _1kh.fdt, _1kh.fdx, _1kh.fnm, _1kh.nvd, _1kh.nvm, _1kh.si, _1kh_FST50_0.doc, _1kh_FST50_0.tfp, _1kp.fdt, _1kp.fdx, _1kp.fnm, _1kp.nvd, _1kp.nvm, _1kp.si, _1kp_FST50_0.doc, _1kp_FST50_0.tfp, _1kq.fdt, _1kq.fdx, _1kq.fnm, _1kq.nvd, _1kq.nvm, _1kq.si, _1kq_FST50_0.doc, _1kq_FST50_0.tfp, _1kv.fdt, _1kv.fdx, _1kv.fnm, _1kv.nvd, _1kv.nvm, _1kv.si, _1kv_FST50_0.doc, _1kv_FST50_0.tfp, _1kw.cfe, _1kw.cfs, _1kw.si, _1kx.fdt, _1kx.fdx, _1kx.fnm, _1kx.nvd, _1kx.nvm, _1kx.si, _1kx_FST50_0.doc, _1kx_FST50_0.tfp, _1kz.fdt, _1kz.fdx, _1kz.fnm, _1kz.nvd, _1kz.nvm, _1kz.si, _1kz_FST50_0.doc, _1kz_FST50_0.tfp, _1l0.cfe, _1l0.cfs, _1l0.si, _1l1.fdt, _1l1.fdx, _1l1.fnm, _1l1.nvd, _1l1.nvm, _1l1.si, _1l1_FST50_0.doc, _1l1_FST50_0.tfp, _1l2.fdt, _1l2.fdx, _1l2.fnm, _1l2.nvd, _1l2.nvm, _1l2.si, _1l2_FST50_0.doc, _1l2_FST50_0.tfp, _1l3.fdt, _1l3.fdx, _1l3.fnm, _1l3.nvd, _1l3.nvm, _1l3.si, _1l3_FST50_0.doc, _1l3_FST50_0.tfp, _1l4.fdt, _1l4.fdx, _1l4.fnm, _1l4.nvd, _1l4.nvm, _1l4.si, _1l4_FST50_0.doc, _1l4_FST50_0.tfp, _1l5.fdt, _1l5.fdx, _1l5.fnm, _1l5.nvd, _1l5.nvm, _1l5.si, _1l5_FST50_0.doc, _1l5_FST50_0.tfp, _1l6.fdt, _1l6.fdx, _1l6.fnm, _1l6.nvd, _1l6.nvm, _1l6.si, _1l6_FST50_0.doc, _1l6_FST50_0.tfp, _1l7.fdt, _1l7.fdx, _1l7.fnm, _1l7.nvd, _1l7.nvm, _1l7.si, _1l7_FST50_0.doc, _1l7_FST50_0.tfp, _1lf.cfe, _1lf.cfs, _1lf.si, _1lh.fdt, _1lh.fdx, _1lh.fnm, _1lh.nvd, _1lh.nvm, _1lh.si, _1lh_FST50_0.doc, _1lh_FST50_0.tfp, _1lj.cfe, _1lj.cfs, _1lj.si, _1lk.fdt, _1lk.fdx, _1lk.fnm, _1lk.nvd, _1lk.nvm, _1lk.si, _1lk_FST50_0.doc, _1lk_FST50_0.tfp, _1ll.fdt, _1ll.fdx, _1ll.fnm, _1ll.nvd, _1ll.nvm, _1ll.si, _1ll_FST50_0.doc, _1ll_FST50_0.tfp, _1lm.fdt, _1lm.fdx, _1lm.fnm, _1lm.nvd, _1lm.nvm, _1lm.si, _1lm_FST50_0.doc, _1lm_FST50_0.tfp, _1ln.fdt, _1ln.fdx, _1ln.fnm, _1ln.nvd, _1ln.nvm, _1ln.si, _1ln_FST50_0.doc, _1ln_FST50_0.tfp, _1lo.fdt, _1lo.fdx, _1lo.fnm, _1lo.nvd, _1lo.nvm, _1lo.si, _1lo_FST50_0.doc, _1lo_FST50_0.tfp, _1lp.fdt, _1lp.fdx, _1lp.fnm, _1lp.nvd, _1lp.nvm, _1lp.si, _1lp_FST50_0.doc, _1lp_FST50_0.tfp, _1lq.fdt, _1lq.fdx, _1lq.fnm, _1lq.nvd, _1lq.nvm, _1lq.si, _1lq_FST50_0.doc, _1lq_FST50_0.tfp, _1lr.fdt, _1lr.fdx, _1lr.fnm, _1lr.nvd, _1lr.nvm, _1lr.si, _1lr_FST50_0.doc, _1lr_FST50_0.tfp, _1ls.fdt, _1ls.fdx, _1ls.fnm, _1ls.nvd, _1ls.nvm, _1ls.si, _1ls_FST50_0.doc, _1ls_FST50_0.tfp, segments_2]}, {indexVersion=1516485779465,generation=3,filelist=[_1lm.fdt, _1lm.fdx, _1lm.fnm, _1lm.nvd, _1lm.nvm, _1lm.si, _1lm_FST50_0.doc, _1lm_FST50_0.tfp, _1lt.cfe, _1lt.cfs, _1lt.si, segments_3]}]>

Stack Trace:
java.lang.AssertionError: expected:<[{indexVersion=1516485779465,generation=2,filelist=[_1io.cfe, _1io.cfs, _1io.si, _1kb.fdt, _1kb.fdx, _1kb.fnm, _1kb.nvd, _1kb.nvm, _1kb.si, _1kb_FST50_0.doc, _1kb_FST50_0.tfp, _1kd.fdt, _1kd.fdx, _1kd.fnm, _1kd.nvd, _1kd.nvm, _1kd.si, _1kd_FST50_0.doc, _1kd_FST50_0.tfp, _1kg.fdt, _1kg.fdx, _1kg.fnm, _1kg.nvd, _1kg.nvm, _1kg.si, _1kg_FST50_0.doc, _1kg_FST50_0.tfp, _1kh.fdt, _1kh.fdx, _1kh.fnm, _1kh.nvd, _1kh.nvm, _1kh.si, _1kh_FST50_0.doc, _1kh_FST50_0.tfp, _1kp.fdt, _1kp.fdx, _1kp.fnm, _1kp.nvd, _1kp.nvm, _1kp.si, _1kp_FST50_0.doc, _1kp_FST50_0.tfp, _1kq.fdt, _1kq.fdx, _1kq.fnm, _1kq.nvd, _1kq.nvm, _1kq.si, _1kq_FST50_0.doc, _1kq_FST50_0.tfp, _1kv.fdt, _1kv.fdx, _1kv.fnm, _1kv.nvd, _1kv.nvm, _1kv.si, _1kv_FST50_0.doc, _1kv_FST50_0.tfp, _1kw.cfe, _1kw.cfs, _1kw.si, _1kx.fdt, _1kx.fdx, _1kx.fnm, _1kx.nvd, _1kx.nvm, _1kx.si, _1kx_FST50_0.doc, _1kx_FST50_0.tfp, _1kz.fdt, _1kz.fdx, _1kz.fnm, _1kz.nvd, _1kz.nvm, _1kz.si, _1kz_FST50_0.doc, _1kz_FST50_0.tfp, _1l0.cfe, _1l0.cfs, _1l0.si, _1l1.fdt, _1l1.fdx, _1l1.fnm, _1l1.nvd, _1l1.nvm, _1l1.si, _1l1_FST50_0.doc, _1l1_FST50_0.tfp, _1l2.fdt, _1l2.fdx, _1l2.fnm, _1l2.nvd, _1l2.nvm, _1l2.si, _1l2_FST50_0.doc, _1l2_FST50_0.tfp, _1l3.fdt, _1l3.fdx, _1l3.fnm, _1l3.nvd, _1l3.nvm, _1l3.si, _1l3_FST50_0.doc, _1l3_FST50_0.tfp, _1l4.fdt, _1l4.fdx, _1l4.fnm, _1l4.nvd, _1l4.nvm, _1l4.si, _1l4_FST50_0.doc, _1l4_FST50_0.tfp, _1l5.fdt, _1l5.fdx, _1l5.fnm, _1l5.nvd, _1l5.nvm, _1l5.si, _1l5_FST50_0.doc, _1l5_FST50_0.tfp, _1l6.fdt, _1l6.fdx, _1l6.fnm, _1l6.nvd, _1l6.nvm, _1l6.si, _1l6_FST50_0.doc, _1l6_FST50_0.tfp, _1l7.fdt, _1l7.fdx, _1l7.fnm, _1l7.nvd, _1l7.nvm, _1l7.si, _1l7_FST50_0.doc, _1l7_FST50_0.tfp, _1lf.cfe, _1lf.cfs, _1lf.si, _1lh.fdt, _1lh.fdx, _1lh.fnm, _1lh.nvd, _1lh.nvm, _1lh.si, _1lh_FST50_0.doc, _1lh_FST50_0.tfp, _1lj.cfe, _1lj.cfs, _1lj.si, _1lk.fdt, _1lk.fdx, _1lk.fnm, _1lk.nvd, _1lk.nvm, _1lk.si, _1lk_FST50_0.doc, _1lk_FST50_0.tfp, _1ll.fdt, _1ll.fdx, _1ll.fnm, _1ll.nvd, _1ll.nvm, _1ll.si, _1ll_FST50_0.doc, _1ll_FST50_0.tfp, _1lm.fdt, _1lm.fdx, _1lm.fnm, _1lm.nvd, _1lm.nvm, _1lm.si, _1lm_FST50_0.doc, _1lm_FST50_0.tfp, _1ln.fdt, _1ln.fdx, _1ln.fnm, _1ln.nvd, _1ln.nvm, _1ln.si, _1ln_FST50_0.doc, _1ln_FST50_0.tfp, _1lo.fdt, _1lo.fdx, _1lo.fnm, _1lo.nvd, _1lo.nvm, _1lo.si, _1lo_FST50_0.doc, _1lo_FST50_0.tfp, _1lp.fdt, _1lp.fdx, _1lp.fnm, _1lp.nvd, _1lp.nvm, _1lp.si, _1lp_FST50_0.doc, _1lp_FST50_0.tfp, _1lq.fdt, _1lq.fdx, _1lq.fnm, _1lq.nvd, _1lq.nvm, _1lq.si, _1lq_FST50_0.doc, _1lq_FST50_0.tfp, _1lr.fdt, _1lr.fdx, _1lr.fnm, _1lr.nvd, _1lr.nvm, _1lr.si, _1lr_FST50_0.doc, _1lr_FST50_0.tfp, _1ls.fdt, _1ls.fdx, _1ls.fnm, _1ls.nvd, _1ls.nvm, _1ls.si, _1ls_FST50_0.doc, _1ls_FST50_0.tfp, segments_2]}]> but was:<[{indexVersion=1516485779465,generation=2,filelist=[_1io.cfe, _1io.cfs, _1io.si, _1kb.fdt, _1kb.fdx, _1kb.fnm, _1kb.nvd, _1kb.nvm, _1kb.si, _1kb_FST50_0.doc, _1kb_FST50_0.tfp, _1kd.fdt, _1kd.fdx, _1kd.fnm, _1kd.nvd, _1kd.nvm, _1kd.si, _1kd_FST50_0.doc, _1kd_FST50_0.tfp, _1kg.fdt, _1kg.fdx, _1kg.fnm, _1kg.nvd, _1kg.nvm, _1kg.si, _1kg_FST50_0.doc, _1kg_FST50_0.tfp, _1kh.fdt, _1kh.fdx, _1kh.fnm, _1kh.nvd, _1kh.nvm, _1kh.si, _1kh_FST50_0.doc, _1kh_FST50_0.tfp, _1kp.fdt, _1kp.fdx, _1kp.fnm, _1kp.nvd, _1kp.nvm, _1kp.si, _1kp_FST50_0.doc, _1kp_FST50_0.tfp, _1kq.fdt, _1kq.fdx, _1kq.fnm, _1kq.nvd, _1kq.nvm, _1kq.si, _1kq_FST50_0.doc, _1kq_FST50_0.tfp, _1kv.fdt, _1kv.fdx, _1kv.fnm, _1kv.nvd, _1kv.nvm, _1kv.si, _1kv_FST50_0.doc, _1kv_FST50_0.tfp, _1kw.cfe, _1kw.cfs, _1kw.si, _1kx.fdt, _1kx.fdx, _1kx.fnm, _1kx.nvd, _1kx.nvm, _1kx.si, _1kx_FST50_0.doc, _1kx_FST50_0.tfp, _1kz.fdt, _1kz.fdx, _1kz.fnm, _1kz.nvd, _1kz.nvm, _1kz.si, _1kz_FST50_0.doc, _1kz_FST50_0.tfp, _1l0.cfe, _1l0.cfs, _1l0.si, _1l1.fdt, _1l1.fdx, _1l1.fnm, _1l1.nvd, _1l1.nvm, _1l1.si, _1l1_FST50_0.doc, _1l1_FST50_0.tfp, _1l2.fdt, _1l2.fdx, _1l2.fnm, _1l2.nvd, _1l2.nvm, _1l2.si, _1l2_FST50_0.doc, _1l2_FST50_0.tfp, _1l3.fdt, _1l3.fdx, _1l3.fnm, _1l3.nvd, _1l3.nvm, _1l3.si, _1l3_FST50_0.doc, _1l3_FST50_0.tfp, _1l4.fdt, _1l4.fdx, _1l4.fnm, _1l4.nvd, _1l4.nvm, _1l4.si, _1l4_FST50_0.doc, _1l4_FST50_0.tfp, _1l5.fdt, _1l5.fdx, _1l5.fnm, _1l5.nvd, _1l5.nvm, _1l5.si, _1l5_FST50_0.doc, _1l5_FST50_0.tfp, _1l6.fdt, _1l6.fdx, _1l6.fnm, _1l6.nvd, _1l6.nvm, _1l6.si, _1l6_FST50_0.doc, _1l6_FST50_0.tfp, _1l7.fdt, _1l7.fdx, _1l7.fnm, _1l7.nvd, _1l7.nvm, _1l7.si, _1l7_FST50_0.doc, _1l7_FST50_0.tfp, _1lf.cfe, _1lf.cfs, _1lf.si, _1lh.fdt, _1lh.fdx, _1lh.fnm, _1lh.nvd, _1lh.nvm, _1lh.si, _1lh_FST50_0.doc, _1lh_FST50_0.tfp, _1lj.cfe, _1lj.cfs, _1lj.si, _1lk.fdt, _1lk.fdx, _1lk.fnm, _1lk.nvd, _1lk.nvm, _1lk.si, _1lk_FST50_0.doc, _1lk_FST50_0.tfp, _1ll.fdt, _1ll.fdx, _1ll.fnm, _1ll.nvd, _1ll.nvm, _1ll.si, _1ll_FST50_0.doc, _1ll_FST50_0.tfp, _1lm.fdt, _1lm.fdx, _1lm.fnm, _1lm.nvd, _1lm.nvm, _1lm.si, _1lm_FST50_0.doc, _1lm_FST50_0.tfp, _1ln.fdt, _1ln.fdx, _1ln.fnm, _1ln.nvd, _1ln.nvm, _1ln.si, _1ln_FST50_0.doc, _1ln_FST50_0.tfp, _1lo.fdt, _1lo.fdx, _1lo.fnm, _1lo.nvd, _1lo.nvm, _1lo.si, _1lo_FST50_0.doc, _1lo_FST50_0.tfp, _1lp.fdt, _1lp.fdx, _1lp.fnm, _1lp.nvd, _1lp.nvm, _1lp.si, _1lp_FST50_0.doc, _1lp_FST50_0.tfp, _1lq.fdt, _1lq.fdx, _1lq.fnm, _1lq.nvd, _1lq.nvm, _1lq.si, _1lq_FST50_0.doc, _1lq_FST50_0.tfp, _1lr.fdt, _1lr.fdx, _1lr.fnm, _1lr.nvd, _1lr.nvm, _1lr.si, _1lr_FST50_0.doc, _1lr_FST50_0.tfp, _1ls.fdt, _1ls.fdx, _1ls.fnm, _1ls.nvd, _1ls.nvm, _1ls.si, _1ls_FST50_0.doc, _1ls_FST50_0.tfp, segments_2]}, {indexVersion=1516485779465,generation=3,filelist=[_1lm.fdt, _1lm.fdx, _1lm.fnm, _1lm.nvd, _1lm.nvm, _1lm.si, _1lm_FST50_0.doc, _1lm_FST50_0.tfp, _1lt.cfe, _1lt.cfs, _1lt.si, segments_3]}]>
	at __randomizedtesting.SeedInfo.seed([499DC0CC001E79B4:6C4ADBFC705677B7]: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:147)
	at org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1277)
	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.HttpPartitionTest.test

Error Message:
The partitioned replica did not get marked down expected:<[down]> but was:<[active]>

Stack Trace:
org.junit.ComparisonFailure: The partitioned replica did not get marked down expected:<[down]> but was:<[active]>
	at __randomizedtesting.SeedInfo.seed([499DC0CC001E79B4:C1C9FF16AEE2144C]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:240)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:126)
	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 1277 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexSorting
   [junit4]   2> Jan 20, 2018 7:19:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.index.TestIndexSorting
   [junit4]   2>    1) Thread[id=5793, name=Lucene Merge Thread #5298, state=RUNNABLE, group=TGRP-TestIndexSorting]
   [junit4]   2>         at java.lang.Thread.yield(Native Method)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:138)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]   2>         at org.apache.lucene.store.RateLimitedIndexOutput.writeByte(RateLimitedIndexOutput.java:66)
   [junit4]   2>         at org.apache.lucene.store.DataOutput.writeInt(DataOutput.java:70)
   [junit4]   2>         at org.apache.lucene.store.DataOutput.writeLong(DataOutput.java:212)
   [junit4]   2>         at org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericFieldValues(DirectDocValuesConsumer.java:138)
   [junit4]   2>         at org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericField(DirectDocValuesConsumer.java:73)
   [junit4]   2>         at org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField(DocValuesConsumer.java:175)
   [junit4]   2>         at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:135)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:151)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:181)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:125)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4443)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
   [junit4]   2>         at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2>         at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]   2>    2) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:636)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    3) Thread[id=487, name=SUITE-TestIndexSorting-seed#[F0429E3B8A5765C6], state=RUNNABLE, group=TGRP-TestIndexSorting]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:705)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2>    4) Thread[id=488, name=TEST-TestIndexSorting.testRandom3-seed#[F0429E3B8A5765C6], state=RUNNABLE, group=TGRP-TestIndexSorting]
   [junit4]   2>         at java.lang.Thread.yield(Native Method)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:138)
   [junit4]   2>         at org.apache.lucene.store.MockIndexOutputWrapper.writeByte(MockIndexOutputWrapper.java:126)
   [junit4]   2>         at org.apache.lucene.store.DataOutput.writeInt(DataOutput.java:71)
   [junit4]   2>         at org.apache.lucene.util.packed.DirectMonotonicWriter.flush(DirectMonotonicWriter.java:85)
   [junit4]   2>         at org.apache.lucene.util.packed.DirectMonotonicWriter.finish(DirectMonotonicWriter.java:127)
   [junit4]   2>         at org.apache.lucene.codecs.lucene70.Lucene70DocValuesConsumer.writeTermsIndex(Lucene70DocValuesConsumer.java:516)
   [junit4]   2>         at org.apache.lucene.codecs.lucene70.Lucene70DocValuesConsumer.addTermsDict(Lucene70DocValuesConsumer.java:488)
   [junit4]   2>         at org.apache.lucene.codecs.lucene70.Lucene70DocValuesConsumer.doAddSortedField(Lucene70DocValuesConsumer.java:437)
   [junit4]   2>         at org.apache.lucene.codecs.lucene70.Lucene70DocValuesConsumer.addSortedField(Lucene70DocValuesConsumer.java:394)
   [junit4]   2>         at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedField(PerFieldDocValuesFormat.java:119)
   [junit4]   2>         at org.apache.lucene.index.SortedDocValuesWriter.flush(SortedDocValuesWriter.java:163)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.writeDocValues(DefaultIndexingChain.java:247)
   [junit4]   2>         at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:131)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:452)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:557)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:415)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:518)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1729)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2299)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    5) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexSorting -Dtests.method=testRandom3 -Dtests.seed=F0429E3B8A5765C6 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=de-LU -Dtests.timezone=Asia/Shanghai -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   7149s J1 | TestIndexSorting.testRandom3 <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F0429E3B8A5765C6]:0)
   [junit4]   2> Jan 20, 2018 7:19:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> Jan 20, 2018 7:19:32 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 2 threads leaked from SUITE scope at org.apache.lucene.index.TestIndexSorting: 
   [junit4]   2>    1) Thread[id=5805, name=Lucene Merge Thread #5310, state=RUNNABLE, group=TGRP-TestIndexSorting]
   [junit4]   2>         at java.lang.Thread.yield(Native Method)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.maybeYield(MockDirectoryWrapper.java:626)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:587)
   [junit4]   2>         at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
   [junit4]   2>         at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:724)
   [junit4]   2>         at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:718)
   [junit4]   2>         at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:594)
   [junit4]   2>         at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:533)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.checkpoint(IndexWriter.java:2649)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.commitMerge(IndexWriter.java:4009)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4599)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
   [junit4]   2>         at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2>         at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]   2>    2) Thread[id=488, name=TEST-TestIndexSorting.testRandom3-seed#[F0429E3B8A5765C6], state=BLOCKED, group=TGRP-TestIndexSorting]
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.publishFlushedSegment(IndexWriter.java:2680)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket.publishFlushedSegment(DocumentsWriterFlushQueue.java:201)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket.finishFlush(DocumentsWriterFlushQueue.java:215)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterFlushQueue$SegmentFlushTicket.publish(DocumentsWriterFlushQueue.java:252)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterFlushQueue.innerPurge(DocumentsWriterFlushQueue.java:116)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriterFlushQueue.tryPurge(DocumentsWriterFlushQueue.java:153)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.purgeBuffer(DocumentsWriter.java:202)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.purge(IndexWriter.java:5051)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5064)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:601)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:415)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:518)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1729)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2299)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Jan 20, 2018 7:19:32 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=5805, name=Lucene Merge Thread #5310, state=RUNNABLE, group=TGRP-TestIndexSorting]
   [junit4]   2>    2) Thread[id=488, name=TEST-TestIndexSorting.testRandom3-seed#[F0429E3B8A5765C6], state=BLOCKED, group=TGRP-TestIndexSorting]
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/J1/temp/lucene.index.TestIndexSorting_F0429E3B8A5765C6-001
   [junit4]   2> Jan 20, 2018 11:19:33 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {docs=Lucene50(blocksize=128), norms=Lucene50(blocksize=128), positions=PostingsFormat(name=Direct), id=Lucene50(blocksize=128), term_vectors=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{multi_valued_long=DocValuesFormat(name=Asserting), double=DocValuesFormat(name=Direct), foo=DocValuesFormat(name=Asserting), numeric=DocValuesFormat(name=Direct), positions=DocValuesFormat(name=Asserting), multi_valued_numeric=DocValuesFormat(name=Lucene70), float=DocValuesFormat(name=Lucene70), int=DocValuesFormat(name=Lucene70), long=DocValuesFormat(name=Lucene70), points=DocValuesFormat(name=Lucene70), sorted=DocValuesFormat(name=Direct), multi_valued_double=DocValuesFormat(name=Lucene70), docs=DocValuesFormat(name=Lucene70), multi_valued_string=DocValuesFormat(name=Lucene70), norms=DocValuesFormat(name=Lucene70), bytes=DocValuesFormat(name=Lucene70), binary=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene70), multi_valued_int=DocValuesFormat(name=Direct), multi_valued_bytes=DocValuesFormat(name=Direct), multi_valued_float=DocValuesFormat(name=Lucene70), term_vectors=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=400, maxMBSortInHeap=5.417320480574862, sim=RandomSimilarity(queryNorm=true): {positions=LM Jelinek-Mercer(0.700000), term_vectors=DFI(Saturated)}, locale=de-LU, timezone=Asia/Shanghai
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=43772568,total=465567744
   [junit4]   2> NOTE: All tests run in this JVM: [TestRecyclingByteBlockAllocator, TestAutomaton, TestStringHelper, TestCrash, TestFieldInvertState, TestDeterminism, TestIndexWriterExceptions2, TestWeakIdentityMap, TestDocumentsWriterStallControl, TestDemo, TestFSTs, TestParallelReaderEmptyIndex, TestIntArrayDocIdSet, TestNIOFSDirectory, TestOmitTf, TestSearcherManager, TestDoc, TestMultiDocValues, TestIndexSorting]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexSorting -Dtests.seed=F0429E3B8A5765C6 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=de-LU -Dtests.timezone=Asia/Shanghai -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestIndexSorting (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F0429E3B8A5765C6]:0)
   [junit4] Completed [211/459 (1!)] on J1 in 7220.72s, 9 tests, 2 errors <<< FAILURES!

[...truncated 430 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterReader
   [junit4]   2> ينا 20, 2018 7:18:24 ص com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.index.TestIndexWriterReader
   [junit4]   2>    1) Thread[id=10759, name=TEST-TestIndexWriterReader.testDuringAddDelete-seed#[F0429E3B8A5765C6], state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:36)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:511)
   [junit4]   2>         at org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
   [junit4]   2>         at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:268)
   [junit4]   2>         at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
   [junit4]   2>         at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader.testDuringAddDelete(TestIndexWriterReader.java:862)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    2) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:636)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    3) Thread[id=10762, name=Thread-10189, state=RUNNABLE, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at java.io.UnixFileSystem.canonicalize0(Native Method)
   [junit4]   2>         at java.io.UnixFileSystem.canonicalize(UnixFileSystem.java:172)
   [junit4]   2>         at java.io.File.getCanonicalPath(File.java:618)
   [junit4]   2>         at java.io.FilePermission$1.run(FilePermission.java:215)
   [junit4]   2>         at java.io.FilePermission$1.run(FilePermission.java:203)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at java.io.FilePermission.init(FilePermission.java:203)
   [junit4]   2>         at java.io.FilePermission.<init>(FilePermission.java:277)
   [junit4]   2>         at java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
   [junit4]   2>         at sun.nio.fs.UnixChannelFactory.open(UnixChannelFactory.java:247)
   [junit4]   2>         at sun.nio.fs.UnixChannelFactory.newFileChannel(UnixChannelFactory.java:136)
   [junit4]   2>         at sun.nio.fs.UnixChannelFactory.newFileChannel(UnixChannelFactory.java:148)
   [junit4]   2>         at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:212)
   [junit4]   2>         at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
   [junit4]   2>         at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]   2>         at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]   2>         at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:129)
   [junit4]   2>         at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:129)
   [junit4]   2>         at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]   2>         at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]   2>         at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:413)
   [junit4]   2>         at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:409)
   [junit4]   2>         at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:253)
   [junit4]   2>         at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:665)
   [junit4]   2>         at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]   2>         at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2>         at org.apache.lucene.codecs.lucene60.Lucene60FieldInfosFormat.write(Lucene60FieldInfosFormat.java:267)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:170)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4443)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader$2.run(TestIndexWriterReader.java:840)
   [junit4]   2>    4) Thread[id=10758, name=SUITE-TestIndexWriterReader-seed#[F0429E3B8A5765C6], state=RUNNABLE, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:705)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2>    5) Thread[id=10760, name=Thread-10187, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:36)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader$2.run(TestIndexWriterReader.java:840)
   [junit4]   2>    6) Thread[id=10761, name=Thread-10188, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:36)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader$2.run(TestIndexWriterReader.java:840)
   [junit4]   2>    7) Thread[id=10763, name=Thread-10190, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:36)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader$2.run(TestIndexWriterReader.java:840)
   [junit4]   2>    8) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    9) Thread[id=10764, name=Thread-10191, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:36)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader$2.run(TestIndexWriterReader.java:840)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterReader -Dtests.method=testDuringAddDelete -Dtests.seed=F0429E3B8A5765C6 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=ar-EG -Dtests.timezone=America/Iqaluit -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   7199s J0 | TestIndexWriterReader.testDuringAddDelete <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F0429E3B8A5765C6]:0)
   [junit4]   2> ينا 20, 2018 7:18:24 ص com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked thread(s).
   [junit4]   2> ينا 20, 2018 7:18:44 ص com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 6 threads leaked from SUITE scope at org.apache.lucene.index.TestIndexWriterReader: 
   [junit4]   2>    1) Thread[id=10759, name=TEST-TestIndexWriterReader.testDuringAddDelete-seed#[F0429E3B8A5765C6], state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:36)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:511)
   [junit4]   2>         at org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
   [junit4]   2>         at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:268)
   [junit4]   2>         at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
   [junit4]   2>         at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader.testDuringAddDelete(TestIndexWriterReader.java:862)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    2) Thread[id=10762, name=Thread-10189, state=RUNNABLE, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.get(CompressingTermVectorsReader.java:310)
   [junit4]   2>         at org.apache.lucene.codecs.asserting.AssertingTermVectorsFormat$AssertingTermVectorsReader.get(AssertingTermVectorsFormat.java:71)
   [junit4]   2>         at org.apache.lucene.codecs.TermVectorsWriter.merge(TermVectorsWriter.java:223)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:224)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:158)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4443)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader$2.run(TestIndexWriterReader.java:840)
   [junit4]   2>    3) Thread[id=10760, name=Thread-10187, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:36)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader$2.run(TestIndexWriterReader.java:840)
   [junit4]   2>    4) Thread[id=10761, name=Thread-10188, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:36)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader$2.run(TestIndexWriterReader.java:840)
   [junit4]   2>    5) Thread[id=10763, name=Thread-10190, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:36)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader$2.run(TestIndexWriterReader.java:840)
   [junit4]   2>    6) Thread[id=10764, name=Thread-10191, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:36)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2247)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5098)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1732)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
   [junit4]   2>         at org.apache.lucene.index.TestIndexWriterReader$2.run(TestIndexWriterReader.java:840)
   [junit4]   2> ينا 20, 2018 7:18:44 ص com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=10759, name=TEST-TestIndexWriterReader.testDuringAddDelete-seed#[F0429E3B8A5765C6], state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>    2) Thread[id=10762, name=Thread-10189, state=RUNNABLE, group=TGRP-TestIndexWriterReader]
   [junit4]   2>    3) Thread[id=10760, name=Thread-10187, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>    4) Thread[id=10761, name=Thread-10188, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>    5) Thread[id=10763, name=Thread-10190, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2>    6) Thread[id=10764, name=Thread-10191, state=BLOCKED, group=TGRP-TestIndexWriterReader]
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriterReader_F0429E3B8A5765C6-001
   [junit4]   2> Jan 20, 2018 12:18:44 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {field1=PostingsFormat(name=LuceneVarGapFixedInterval), indexname=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapFixedInterval), field3=Lucene50(blocksize=128), field2=PostingsFormat(name=Memory), field4=PostingsFormat(name=Memory)}, docValues:{}, maxPointsInLeafNode=689, maxMBSortInHeap=7.29486327267022, sim=RandomSimilarity(queryNorm=false): {field1=DFR I(n)L1, indexname=IB SPL-D3(800.0), field3=BM25(k1=1.2,b=0.75), field2=DFR GL3(800.0), field4=DFR I(ne)2}, locale=ar-EG, timezone=America/Iqaluit
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=277990208,total=430440448
   [junit4]   2> NOTE: All tests run in this JVM: [TestNotDocIdSet, TestUnicodeUtil, TestSPIClassIterator, TestDirectoryReaderReopen, TestFlex, LimitedFiniteStringsIteratorTest, TestIndexWriterDeleteByQuery, TestTimSorter, TestDocumentWriter, TestSearch, TestBytesStore, TestNewestSegment, TestBytesRefArray, TestSpanMultiTermQueryWrapper, TestMergePolicyWrapper, TestRegexpRandom, TestDocValuesIndexing, TestIndexableField, TestIndexWriter, TestMultiPhraseEnum, TestTermsEnum, TestBytesRef, Test2BPoints, TestTopFieldCollectorEarlyTermination, TestTermContext, TestLucene50CompoundFormat, TestNot, TestDeterminizeLexicon, TestAutomatonQuery, TestMmapDirectory, TestIntBlockPool, TestNRTCachingDirectory, TestSort, TestBlockPostingsFormat2, TestFieldValueQuery, TestAllFilesCheckIndexHeader, TestNearSpansOrdered, TestRegExp, TestFieldMaskingSpanQuery, TestBufferedChecksum, TestFilterCodecReader, TestSimpleAttributeImpl, TestDocsWithFieldSet, TestSegmentMerger, TestDeletionPolicy, TestDocIDMerger, TestStressIndexing, TestDocsAndPositions, TestMSBRadixSorter, TestBinaryDocValuesUpdates, TestMaxTermFrequency, TestBoostQuery, TestDocIdsWriter, TestUTF32ToUTF8, TestCharFilter, TestDelegatingAnalyzerWrapper, TestWildcardRandom, TestCharArrayMap, TestTermVectorsWriter, TestSortedSetSortField, TestFlushByRamOrCountsPolicy, TestSearchAfter, TestBoolean2, TestStandardAnalyzer, TestSimpleExplanations, TestLogMergePolicy, TestGeoUtils, TestNoDeletionPolicy, Test2BTerms, TestTopFieldCollector, TestIndexOrDocValuesQuery, TestPerSegmentDeletes, TestSortedSetDocValues, TestInPlaceMergeSorter, TestTotalHitCountCollector, TestOmitNorms, TestPerFieldDocValuesFormat, TestIndexWriterReader]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterReader -Dtests.seed=F0429E3B8A5765C6 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=ar-EG -Dtests.timezone=America/Iqaluit -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestIndexWriterReader (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F0429E3B8A5765C6]:0)
   [junit4] Completed [293/459 (2!)] on J0 in 7221.40s, 3 tests, 2 errors <<< FAILURES!

[...truncated 11895 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_499DC0CC001E79B4-001/init-core-data-001
   [junit4]   2> 1895985 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[499DC0CC001E79B4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1895986 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[499DC0CC001E79B4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1895986 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[499DC0CC001E79B4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1895986 INFO  (SUITE-CdcrReplicationHandlerTest-seed#[499DC0CC001E79B4]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /lz_a/
   [junit4]   2> 1895997 INFO  (TEST-CdcrReplicationHandlerTest.testPartialReplicationWithTruncatedTlog-seed#[499DC0CC001E79B4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1896058 INFO  (Thread-714) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1896058 INFO  (Thread-714) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1896142 ERROR (Thread-714) [    ] 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> 1896235 INFO  (TEST-CdcrReplicationHandlerTest.testPartialReplicationWithTruncatedTlog-seed#[499DC0CC001E79B4]) [    ] o.a.s.c.ZkTestServer start zk server on port:45945
   [junit4]   2> 1896284 INFO  (zkConnectionManagerCallback-2760-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1896286 INFO  (zkConnectionManagerCallback-2762-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1896350 INFO  (TEST-CdcrReplicationHandlerTest.testPartialReplicationWithTruncatedTlog-seed#[499DC0CC001E79B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1896396 INFO  (TEST-CdcrReplicationHandlerTest.testPartialReplicationWithTruncatedTlog-seed#[499DC0CC001E79B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1896411 INFO  (TEST-CdcrReplicationHandlerTest.testPartialReplicationWithTruncatedTlog-seed#[499DC0CC001E79B4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/con

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

htlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-7.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/contrib/analysis-extras/lib/icu4j-60.2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_144/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180120_201403_3924717920176922481165.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180120_201403_3923360644221522125413.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180120_201403_3924125927594326415047.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180120_201403_3923350860854526838424.syserr
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:844: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:780: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build.xml:262: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/common-build.xml:556: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1513: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1038: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180120_201403_3924125927594326415047.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J2-20180120_201403_3923350860854526838424.syserr

Total time: 834 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-7.x #123 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any