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/02/05 15:05:31 UTC

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

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 # 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