You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/02/14 19:27:10 UTC

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.4) - Build # 1357 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1357/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([7A2C1377F522BA66:F2782CAD5BDED79E]: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.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([7A2C1377F522BA66:F2782CAD5BDED79E]: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.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1767 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J2-20180214_180349_288812901661549057850.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J0-20180214_180349_2876647484887783653251.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J1-20180214_180349_2887192931543412454755.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 295 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/test/temp/junit4-J1-20180214_181150_08717402899055144080874.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/test/temp/junit4-J0-20180214_181150_08018236369024222133291.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/test/temp/junit4-J2-20180214_181150_08112427374133762538250.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1062 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20180214_181317_21013944630418897179093.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20180214_181317_21011627099717542226878.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20180214_181317_2105046172510566017929.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 245 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20180214_181507_36710608459690333020695.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20180214_181507_3671036550831611206991.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20180214_181507_3672552433171603000849.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20180214_181521_1901055888031267044706.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20180214_181521_1901883871094441802686.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20180214_181521_19015327471510260488244.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20180214_181550_7657644543164015533452.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20180214_181550_7652513888621101536040.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20180214_181550_767696562686810322397.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20180214_181555_0711449508672635666170.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20180214_181555_06910389665252482292919.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20180214_181555_06914943506589250951595.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 179 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20180214_181558_4291127038975025916430.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20180214_181558_4292401190688374296422.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20180214_181558_42915974669033168513519.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20180214_181610_50713601432448843367423.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20180214_181610_5079043490016412829406.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20180214_181622_45017360855142976595637.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20180214_181622_4483945807621405340778.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20180214_181622_44811885327527024284074.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 177 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20180214_181626_0146176337574551294776.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 203 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20180214_181635_72916307979811888406887.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20180214_181635_72913920810886385668141.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20180214_181635_7298606871316810798287.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1403 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/benchmark/test/temp/junit4-J1-20180214_181831_92716814910569256481417.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/benchmark/test/temp/junit4-J2-20180214_181831_9271694937416542542978.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/benchmark/test/temp/junit4-J0-20180214_181831_92717208162552670620485.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/classification/test/temp/junit4-J2-20180214_181840_0687942623176578160506.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/classification/test/temp/junit4-J1-20180214_181840_06814615851515891771481.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/classification/test/temp/junit4-J0-20180214_181840_06814682411310315068456.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 251 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/test/temp/junit4-J1-20180214_181850_6674358109124473484174.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/test/temp/junit4-J2-20180214_181850_66711365102846124336353.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/test/temp/junit4-J0-20180214_181850_66710084651598446025878.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 233 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/demo/test/temp/junit4-J0-20180214_182129_51613271048725677136065.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/demo/test/temp/junit4-J2-20180214_182129_5179102201904563555372.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/demo/test/temp/junit4-J1-20180214_182129_5164708058665143103588.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/expressions/test/temp/junit4-J2-20180214_182132_8799502697368792223329.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/expressions/test/temp/junit4-J1-20180214_182132_87914449317555890202656.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/expressions/test/temp/junit4-J0-20180214_182132_87916612352798067079936.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 235 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/facet/test/temp/junit4-J0-20180214_182139_09814641028320646924927.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/facet/test/temp/junit4-J1-20180214_182139_0989594608165796148553.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/facet/test/temp/junit4-J2-20180214_182139_09814132115554005623207.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 185 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/grouping/test/temp/junit4-J0-20180214_182211_9679296860355235328603.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/grouping/test/temp/junit4-J1-20180214_182211_9679535997147694825096.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/grouping/test/temp/junit4-J2-20180214_182211_967444033010656366171.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 258 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/highlighter/test/temp/junit4-J1-20180214_182220_3619610959934867966349.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/highlighter/test/temp/junit4-J2-20180214_182220_361363995316632699104.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/highlighter/test/temp/junit4-J0-20180214_182220_3614301239293925216185.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 163 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/join/test/temp/junit4-J2-20180214_182244_43011807015633208389326.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/join/test/temp/junit4-J0-20180214_182244_42914844456240000747570.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/join/test/temp/junit4-J1-20180214_182244_42916289235401977581981.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 155 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/memory/test/temp/junit4-J0-20180214_182310_12217595280830891827396.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/memory/test/temp/junit4-J1-20180214_182310_1228532191621574538966.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 186 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/misc/test/temp/junit4-J1-20180214_182321_59610845777316312649221.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/misc/test/temp/junit4-J2-20180214_182321_59611153815241820151452.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/misc/test/temp/junit4-J0-20180214_182321_5967090951612566609341.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 338 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queries/test/temp/junit4-J0-20180214_182338_3753921935648541448294.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queries/test/temp/junit4-J2-20180214_182338_37516932809786378784841.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queries/test/temp/junit4-J1-20180214_182338_37513421220880547020209.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 235 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queryparser/test/temp/junit4-J1-20180214_182347_2742490855100181106010.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queryparser/test/temp/junit4-J2-20180214_182347_27417841879290648354027.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queryparser/test/temp/junit4-J0-20180214_182347_2742653743999119831242.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 212 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/replicator/test/temp/junit4-J1-20180214_182355_5954830422212051620031.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/replicator/test/temp/junit4-J2-20180214_182355_595627125600901647790.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/replicator/test/temp/junit4-J0-20180214_182355_5951368598041104900029.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 220 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/sandbox/test/temp/junit4-J0-20180214_182409_31313855160482123737758.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/sandbox/test/temp/junit4-J1-20180214_182409_313708197029964217547.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/sandbox/test/temp/junit4-J2-20180214_182409_3138744978157785743801.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 317 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20180214_182458_19316153379320949389059.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20180214_182458_1935836218682884411937.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20180214_182458_19314793730202415709516.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial/test/temp/junit4-J0-20180214_182517_8136795018422075884605.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 184 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20180214_182519_83315500863224468893712.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20180214_182519_8339755824154013012876.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20180214_182519_83313574443320876537631.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 251 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/suggest/test/temp/junit4-J0-20180214_182606_61510626789206160258983.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/suggest/test/temp/junit4-J2-20180214_182606_6154592203547930101131.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/suggest/test/temp/junit4-J1-20180214_182606_6151644650264574187897.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 2482 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 652929 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[7A2C1377F522BA66]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/init-core-data-001
   [junit4]   2> 652930 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[7A2C1377F522BA66]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=236 numCloses=236
   [junit4]   2> 652930 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[7A2C1377F522BA66]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 652930 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[7A2C1377F522BA66]-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> 652930 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[7A2C1377F522BA66]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/
   [junit4]   2> 652932 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 652932 INFO  (Thread-1856) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 652932 INFO  (Thread-1856) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 652934 ERROR (Thread-1856) [    ] 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> 653032 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.ZkTestServer start zk server on port:42345
   [junit4]   2> 653033 INFO  (zkConnectionManagerCallback-1750-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653035 INFO  (zkConnectionManagerCallback-1752-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653037 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 653038 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 653039 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 653039 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 653040 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 653040 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 653041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 653041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 653042 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 653042 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 653043 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 653043 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 653137 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:12:37+13:45, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 653137 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 653137 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 653137 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 653137 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33442121{/_,null,AVAILABLE}
   [junit4]   2> 653138 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6717d405{HTTP/1.1,[http/1.1]}{127.0.0.1:45537}
   [junit4]   2> 653138 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.Server Started @654726ms
   [junit4]   2> 653138 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/tempDir-001/control/data, hostPort=45537, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 653138 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 653138 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 653138 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 653138 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 653139 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T18:38:04.026003Z
   [junit4]   2> 653139 INFO  (zkConnectionManagerCallback-1754-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653140 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 653140 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/control-001/solr.xml
   [junit4]   2> 653146 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 653146 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 653147 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae221a2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 653149 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42345/solr
   [junit4]   2> 653150 INFO  (zkConnectionManagerCallback-1758-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653152 INFO  (zkConnectionManagerCallback-1760-thread-1-processing-n:127.0.0.1:45537__) [n:127.0.0.1:45537__    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653184 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:45537__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 653184 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:45537__    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45537__
   [junit4]   2> 653185 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:45537__    ] o.a.s.c.Overseer Overseer (id=72149124516020228-127.0.0.1:45537__-n_0000000000) starting
   [junit4]   2> 653187 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:45537__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45537__
   [junit4]   2> 653192 INFO  (OverseerStateUpdate-72149124516020228-127.0.0.1:45537__-n_0000000000) [n:127.0.0.1:45537__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 653217 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:45537__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae221a2
   [junit4]   2> 653222 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:45537__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae221a2
   [junit4]   2> 653222 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:45537__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae221a2
   [junit4]   2> 653223 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:45537__    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/control-001/cores
   [junit4]   2> 653233 INFO  (zkConnectionManagerCallback-1766-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653234 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 653235 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42345/solr ready
   [junit4]   2> 653236 INFO  (qtp935966547-7676) [n:127.0.0.1:45537__    ] 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:45537__&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 653237 INFO  (OverseerThreadFactory-3313-thread-1-processing-n:127.0.0.1:45537__) [n:127.0.0.1:45537__    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 653340 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__    ] 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> 653340 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 653442 INFO  (zkCallback-1759-thread-1-processing-n:127.0.0.1:45537__) [n:127.0.0.1:45537__    ] 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> 654349 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 654357 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ 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> 654428 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ 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> 654434 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ 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> 654435 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ 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@3ae221a2
   [junit4]   2> 654435 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 654435 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 654436 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ 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=34, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=33.41015625, floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=13.899942850128966, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 654438 WARN  (qtp935966547-7682) [n:127.0.0.1:45537__ 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> 654463 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 654463 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ 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> 654464 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 654464 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 654464 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=7.0625, floorSegmentMB=1.6650390625, forceMergeDeletesPctAllowed=5.949727323726793, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8282739607346712
   [junit4]   2> 654465 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@18900edc[control_collection_shard1_replica_n1] main]
   [junit4]   2> 654466 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 654466 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ 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> 654466 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 654466 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ 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 1592402625537507328
   [junit4]   2> 654467 INFO  (searcherExecutor-3316-thread-1-processing-n:127.0.0.1:45537__ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:45537__ 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@18900edc[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 654471 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 654471 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 654471 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45537/_/control_collection_shard1_replica_n1/
   [junit4]   2> 654471 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 654471 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:45537/_/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 654471 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 654472 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45537/_/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 654573 INFO  (zkCallback-1759-thread-2-processing-n:127.0.0.1:45537__) [n:127.0.0.1:45537__    ] 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> 654622 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 654624 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1283
   [junit4]   2> 654626 INFO  (qtp935966547-7676) [n:127.0.0.1:45537__    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 654725 INFO  (zkCallback-1759-thread-2-processing-n:127.0.0.1:45537__) [n:127.0.0.1:45537__    ] 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> 655239 INFO  (OverseerCollectionConfigSetProcessor-72149124516020228-127.0.0.1:45537__-n_0000000000) [n:127.0.0.1:45537__    ] 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> 655626 INFO  (qtp935966547-7676) [n:127.0.0.1:45537__    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45537__&wt=javabin&version=2} status=0 QTime=2390
   [junit4]   2> 655630 INFO  (zkConnectionManagerCallback-1770-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 655630 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 655631 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42345/solr ready
   [junit4]   2> 655631 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 655631 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 655632 INFO  (OverseerThreadFactory-3313-thread-2-processing-n:127.0.0.1:45537__) [n:127.0.0.1:45537__    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 655633 WARN  (OverseerThreadFactory-3313-thread-2-processing-n:127.0.0.1:45537__) [n:127.0.0.1:45537__    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 655837 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 655837 INFO  (qtp935966547-7682) [n:127.0.0.1:45537__    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=205
   [junit4]   2> 655916 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/shard-1-001 of type NRT
   [junit4]   2> 655916 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:12:37+13:45, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 655917 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 655917 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 655917 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 655918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ee9e82{/_,null,AVAILABLE}
   [junit4]   2> 655918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@654e9124{HTTP/1.1,[http/1.1]}{127.0.0.1:36329}
   [junit4]   2> 655918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.e.j.s.Server Started @657506ms
   [junit4]   2> 655918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/tempDir-001/jetty1, hostPort=36329, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/shard-1-001/cores}
   [junit4]   2> 655918 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 655918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 655918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 655918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 655918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T18:38:06.805817Z
   [junit4]   2> 655920 INFO  (zkConnectionManagerCallback-1772-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 655920 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 655921 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/shard-1-001/solr.xml
   [junit4]   2> 655922 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 655922 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 655923 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae221a2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 655925 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42345/solr
   [junit4]   2> 655926 INFO  (zkConnectionManagerCallback-1776-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 655927 INFO  (zkConnectionManagerCallback-1778-thread-1-processing-n:127.0.0.1:36329__) [n:127.0.0.1:36329__    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 655930 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:36329__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 655931 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:36329__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 655931 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:36329__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36329__
   [junit4]   2> 655932 INFO  (zkCallback-1759-thread-2-processing-n:127.0.0.1:45537__) [n:127.0.0.1:45537__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 655932 INFO  (zkCallback-1777-thread-1-processing-n:127.0.0.1:36329__) [n:127.0.0.1:36329__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 655932 INFO  (zkCallback-1769-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 655960 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:36329__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae221a2
   [junit4]   2> 655966 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:36329__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae221a2
   [junit4]   2> 655966 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:36329__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae221a2
   [junit4]   2> 655967 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[7A2C1377F522BA66]) [n:127.0.0.1:36329__    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/shard-1-001/cores
   [junit4]   2> 655986 INFO  (qtp1843877842-7727) [n:127.0.0.1:36329__    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:36329__&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 655987 INFO  (OverseerCollectionConfigSetProcessor-72149124516020228-127.0.0.1:45537__-n_0000000000) [n:127.0.0.1:45537__    ] 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> 655988 INFO  (OverseerThreadFactory-3313-thread-3-processing-n:127.0.0.1:45537__) [n:127.0.0.1:45537__    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:36329__ for creating new replica
   [junit4]   2> 655989 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 655989 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 656091 INFO  (zkCallback-1777-thread-1-processing-n:127.0.0.1:36329__) [n:127.0.0.1:36329__    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 656998 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 657006 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 657063 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 657072 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 657073 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ae221a2
   [junit4]   2> 657073 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 657073 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7A2C1377F522BA66-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 657076 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=33.41015625, floorSegmentMB=1.455078125, forceMergeDeletesPctAllowed=13.899942850128966, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 657077 WARN  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 657121 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 657122 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 657123 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 657123 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 657124 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=7.0625, floorSegmentMB=1.6650390625, forceMergeDeletesPctAllowed=5.949727323726793, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8282739607346712
   [junit4]   2> 657124 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@23bce499[collection1_shard2_replica_n61] main]
   [junit4]   2> 657125 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 657125 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 657125 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 657126 INFO  (searcherExecutor-3327-thread-1-processing-n:127.0.0.1:36329__ x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@23bce499[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 657126 INFO  (qtp1843877842-7733) [n:127.0.0.1:36329__ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using

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

d in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J1-20180214_191615_16516632433713122127985.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 562 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J2-20180214_191718_39614373105195325921626.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20180214_191718_3964770392628622277959.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20180214_191718_3968250290738108608049.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1280 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20180214_191737_77816412410984318884564.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20180214_191737_7787225207265423952419.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 656 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20180214_191746_068599749894900939498.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20180214_191746_0733023257609328654814.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20180214_191746_07012995972464070226467.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 567 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20180214_191812_28616265495104246410773.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20180214_191812_2864404551401393637750.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20180214_191812_2863278688608895643337.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 576 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20180214_191824_7651582226015112311602.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J2-20180214_191824_7653291011156920827178.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20180214_191824_76515359862031420395022.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 664 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20180214_191834_1103467126828002040402.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20180214_191834_1045002741318265807393.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20180214_191834_10412688602511813779994.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 614 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20180214_191905_15816408793121935941606.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20180214_191905_1589986921478397224986.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 557 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20180214_191917_578476170181619376183.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 32525 lines...]

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.4) - Build # 1359 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1359/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([8AE385A1CCFA7FFB:30EFB22E9312A9B4]:0)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1565)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12532 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_8AE385A1CCFA7FFB-001/init-core-data-001
   [junit4]   2> 305398 WARN  (SUITE-TriggerIntegrationTest-seed#[8AE385A1CCFA7FFB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=68 numCloses=68
   [junit4]   2> 305398 INFO  (SUITE-TriggerIntegrationTest-seed#[8AE385A1CCFA7FFB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 305399 INFO  (SUITE-TriggerIntegrationTest-seed#[8AE385A1CCFA7FFB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 305399 INFO  (SUITE-TriggerIntegrationTest-seed#[8AE385A1CCFA7FFB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 305399 INFO  (SUITE-TriggerIntegrationTest-seed#[8AE385A1CCFA7FFB]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_8AE385A1CCFA7FFB-001/tempDir-001
   [junit4]   2> 305400 INFO  (SUITE-TriggerIntegrationTest-seed#[8AE385A1CCFA7FFB]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 305411 INFO  (Thread-2034) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 305411 INFO  (Thread-2034) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 305421 ERROR (Thread-2034) [    ] 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> 305511 INFO  (SUITE-TriggerIntegrationTest-seed#[8AE385A1CCFA7FFB]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39821
   [junit4]   2> 305515 INFO  (zkConnectionManagerCallback-748-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305520 INFO  (jetty-launcher-745-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 305520 INFO  (jetty-launcher-745-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 305587 INFO  (jetty-launcher-745-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 305587 INFO  (jetty-launcher-745-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 305587 INFO  (jetty-launcher-745-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 305615 INFO  (jetty-launcher-745-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 305615 INFO  (jetty-launcher-745-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 305615 INFO  (jetty-launcher-745-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 305623 INFO  (jetty-launcher-745-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35e1666c{/solr,null,AVAILABLE}
   [junit4]   2> 305623 INFO  (jetty-launcher-745-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1af70c74{/solr,null,AVAILABLE}
   [junit4]   2> 305624 INFO  (jetty-launcher-745-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@33166edf{HTTP/1.1,[http/1.1]}{127.0.0.1:44683}
   [junit4]   2> 305624 INFO  (jetty-launcher-745-thread-2) [    ] o.e.j.s.Server Started @307415ms
   [junit4]   2> 305624 INFO  (jetty-launcher-745-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44683}
   [junit4]   2> 305624 ERROR (jetty-launcher-745-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 305624 INFO  (jetty-launcher-745-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 305624 INFO  (jetty-launcher-745-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 305624 INFO  (jetty-launcher-745-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 305624 INFO  (jetty-launcher-745-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-15T01:21:30.339579Z
   [junit4]   2> 305625 INFO  (jetty-launcher-745-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@30227a31{HTTP/1.1,[http/1.1]}{127.0.0.1:46347}
   [junit4]   2> 305625 INFO  (jetty-launcher-745-thread-1) [    ] o.e.j.s.Server Started @307416ms
   [junit4]   2> 305625 INFO  (jetty-launcher-745-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46347}
   [junit4]   2> 305625 ERROR (jetty-launcher-745-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 305625 INFO  (jetty-launcher-745-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 305625 INFO  (jetty-launcher-745-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 305625 INFO  (jetty-launcher-745-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 305625 INFO  (jetty-launcher-745-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-15T01:21:30.340410Z
   [junit4]   2> 305627 INFO  (zkConnectionManagerCallback-750-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305628 INFO  (jetty-launcher-745-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 305628 INFO  (zkConnectionManagerCallback-752-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305628 INFO  (jetty-launcher-745-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 305642 INFO  (jetty-launcher-745-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39821/solr
   [junit4]   2> 305643 INFO  (jetty-launcher-745-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39821/solr
   [junit4]   2> 305643 INFO  (zkConnectionManagerCallback-757-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305644 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 0x10054b075850003, likely client has closed socket
   [junit4]   2> 305659 INFO  (zkConnectionManagerCallback-760-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305663 INFO  (zkConnectionManagerCallback-762-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305695 INFO  (zkConnectionManagerCallback-764-thread-1-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305701 INFO  (jetty-launcher-745-thread-1) [n:127.0.0.1:46347_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 305701 INFO  (jetty-launcher-745-thread-1) [n:127.0.0.1:46347_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46347_solr
   [junit4]   2> 305702 INFO  (jetty-launcher-745-thread-1) [n:127.0.0.1:46347_solr    ] o.a.s.c.Overseer Overseer (id=72150710900555782-127.0.0.1:46347_solr-n_0000000000) starting
   [junit4]   2> 305723 INFO  (jetty-launcher-745-thread-1) [n:127.0.0.1:46347_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46347_solr
   [junit4]   2> 305725 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 305725 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 305726 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 305726 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 305726 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 305727 INFO  (jetty-launcher-745-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 305728 INFO  (jetty-launcher-745-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44683_solr
   [junit4]   2> 305747 INFO  (zkCallback-763-thread-1-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 305752 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 305752 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 305753 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 305753 DEBUG (ScheduledTrigger-1505-thread-1) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 305815 INFO  (jetty-launcher-745-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44683.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 305815 INFO  (jetty-launcher-745-thread-1) [n:127.0.0.1:46347_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46347.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 305831 INFO  (jetty-launcher-745-thread-1) [n:127.0.0.1:46347_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46347.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 305831 INFO  (jetty-launcher-745-thread-1) [n:127.0.0.1:46347_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46347.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 305832 INFO  (jetty-launcher-745-thread-1) [n:127.0.0.1:46347_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_8AE385A1CCFA7FFB-001/tempDir-001/node1/.
   [junit4]   2> 305839 INFO  (jetty-launcher-745-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44683.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 305840 INFO  (jetty-launcher-745-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44683.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 305841 INFO  (jetty-launcher-745-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_8AE385A1CCFA7FFB-001/tempDir-001/node2/.
   [junit4]   2> 305983 INFO  (zkConnectionManagerCallback-770-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306007 INFO  (zkConnectionManagerCallback-774-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306008 INFO  (SUITE-TriggerIntegrationTest-seed#[8AE385A1CCFA7FFB]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 306009 INFO  (SUITE-TriggerIntegrationTest-seed#[8AE385A1CCFA7FFB]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39821/solr ready
   [junit4]   2> 306019 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSetProperties
   [junit4]   2> 306019 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 306020 DEBUG (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 306020 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 306028 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 306029 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 306029 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 307031 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 1 to: 4
   [junit4]   2> 315033 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 4 to: 1
   [junit4]   2> 325038 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerCorePoolSize from: 4 to: 6
   [junit4]   2> 335046 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSetProperties
   [junit4]   2> 335055 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTriggerRestoreState
   [junit4]   2> 335056 DEBUG (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 335056 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 335056 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 335056 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 335056 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 335056 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 335058 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 335079 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 335079 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 335079 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 335095 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3286abf4{/solr,null,AVAILABLE}
   [junit4]   2> 335096 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d54fc64{HTTP/1.1,[http/1.1]}{127.0.0.1:36151}
   [junit4]   2> 335096 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.Server Started @336887ms
   [junit4]   2> 335096 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36151}
   [junit4]   2> 335096 ERROR (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 335102 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 335102 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 335102 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 335102 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-15T01:21:59.817568Z
   [junit4]   2> 335115 INFO  (zkConnectionManagerCallback-776-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 335116 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 335128 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39821/solr
   [junit4]   2> 335135 INFO  (zkConnectionManagerCallback-780-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 335144 INFO  (zkConnectionManagerCallback-782-thread-1-processing-n:127.0.0.1:36151_solr) [n:127.0.0.1:36151_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 335147 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:36151_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 335148 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:36151_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 335150 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:36151_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36151_solr
   [junit4]   2> 335151 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 335151 INFO  (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 335168 INFO  (zkCallback-773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 335172 INFO  (zkCallback-781-thread-1-processing-n:127.0.0.1:36151_solr) [n:127.0.0.1:36151_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 335238 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:36151_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36151.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 335248 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:36151_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36151.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 335248 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:36151_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36151.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 335250 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:36151_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_8AE385A1CCFA7FFB-001/tempDir-001/node3/.
   [junit4]   2> 335307 INFO  (qtp446556040-4488) [n:127.0.0.1:36151_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> 335320 INFO  (qtp867894682-4416) [n:127.0.0.1:44683_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> 335324 INFO  (qtp1792945832-4417) [n:127.0.0.1:46347_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> 335328 DEBUG (qtp446556040-4482) [n:127.0.0.1:36151_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 335329 INFO  (qtp446556040-4482) [n:127.0.0.1:36151_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=35
   [junit4]   2> 335329 DEBUG (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 335332 DEBUG (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44683_solr, 127.0.0.1:46347_solr, 127.0.0.1:36151_solr]
   [junit4]   2> 335332 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 335333 INFO  (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 335334 DEBUG (ScheduledTrigger-1505-thread-2) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 3
   [junit4]   2> 335335 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 335335 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 335336 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6d54fc64{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 335336 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=766107631
   [junit4]   2> 335336 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 335336 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2bb77d67: rootName = solr_36151, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@122c9c4e
   [junit4]   2> 335344 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 335344 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b0cc263: rootName = solr_36151, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5b22b7c9
   [junit4]   2> 335349 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 335349 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1bc86025: rootName = solr_36151, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@c859b0e
   [junit4]   2> 335350 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36151_solr
   [junit4]   2> 335350 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 335350 INFO  (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 335350 INFO  (zkCallback-781-thread-1-processing-n:127.0.0.1:36151_solr) [n:127.0.0.1:36151_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 335351 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 335351 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 335351 INFO  (zkCallback-773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 335356 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3286abf4{/solr,null,UNAVAILABLE}
   [junit4]   2> 335356 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 336334 DEBUG (ScheduledTrigger-1505-thread-3) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 2
   [junit4]   2> 336335 DEBUG (ScheduledTrigger-1505-thread-3) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:36151_solr
   [junit4]   2> 336864 INFO  (qtp867894682-4416) [n:127.0.0.1:44683_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> 336866 INFO  (qtp1792945832-4417) [n:127.0.0.1:46347_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> 336866 DEBUG (qtp1792945832-4429) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 336867 INFO  (qtp1792945832-4429) [n:127.0.0.1:46347_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 336867 DEBUG (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 336867 DEBUG (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44683_solr, 127.0.0.1:46347_solr]
   [junit4]   2> 336867 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 336868 INFO  (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 336868 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeLostTrigger Adding lost node from marker path: 127.0.0.1:36151_solr
   [junit4]   2> 336868 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 336868 DEBUG (ScheduledTrigger-1505-thread-2) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 2
   [junit4]   2> 336868 DEBUG (ScheduledTrigger-1505-thread-2) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:36151_solr]
   [junit4]   2> 336868 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 336869 DEBUG (ScheduledTrigger-1505-thread-2) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"50c48e0217beeT2opffkknkw7dbjfynha0jq0mw",
   [junit4]   2>   "source":"node_lost_restore_trigger",
   [junit4]   2>   "eventTime":1420882021022702,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1420882021022702],
   [junit4]   2>     "nodeNames":["127.0.0.1:36151_solr"]}}
   [junit4]   2> 336869 DEBUG (ScheduledTrigger-1505-thread-2) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_restore_trigger]
   [junit4]   2> 336870 INFO  (ScheduledTrigger-1505-thread-2) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 336871 DEBUG (AutoscalingActionExecutor-1506-thread-1-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"50c48e0217beeT2opffkknkw7dbjfynha0jq0mw",
   [junit4]   2>   "source":"node_lost_restore_trigger",
   [junit4]   2>   "eventTime":1420882021022702,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1420882021022702],
   [junit4]   2>     "_enqueue_time_":1420882022014408,
   [junit4]   2>     "nodeNames":["127.0.0.1:36151_solr"]}}
   [junit4]   2> 336872 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeLostTriggerRestoreState
   [junit4]   2> 336872 DEBUG (AutoscalingActionExecutor-1506-thread-1-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_restore_trigger after 5000ms
   [junit4]   2> 336872 DEBUG (AutoscalingActionExecutor-1506-thread-1-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=50c48e0217beeT2opffkknkw7dbjfynha0jq0mw
   [junit4]   2> 336882 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testContinueTriggersOnOverseerRestart
   [junit4]   2> 336882 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 6
   [junit4]   2> 336883 DEBUG (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 336883 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 336884 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 336884 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 336885 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 336885 INFO  (qtp867894682-4416) [n:127.0.0.1:44683_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 336893 INFO  (qtp867894682-4416) [n:127.0.0.1:44683_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 336904 INFO  (qtp867894682-4517) [n:127.0.0.1:44683_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> 336907 INFO  (qtp1792945832-4429) [n:127.0.0.1:46347_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> 336907 DEBUG (qtp867894682-4425) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 336908 INFO  (qtp867894682-4425) [n:127.0.0.1:44683_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 336908 DEBUG (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 336910 DEBUG (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:44683_solr, 127.0.0.1:46347_solr]
   [junit4]   2> 336910 DEBUG (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR instantiated with properties: {event=nodeAdded, waitFor=3, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 336910 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 336911 INFO  (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 336913 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 336913 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@30227a31{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 336913 DEBUG (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 336913 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=185692680
   [junit4]   2> 336913 DEBUG (ScheduledTrigger-1505-thread-3) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 336913 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 336913 DEBUG (ScheduledTrigger-1505-thread-3) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 336914 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5eb4b79b: rootName = solr_46347, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@333de710
   [junit4]   2> 336919 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 336919 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d812129: rootName = solr_46347, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5b22b7c9
   [junit4]   2> 336924 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 336924 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5dac866: rootName = solr_46347, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@c859b0e
   [junit4]   2> 336925 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46347_solr
   [junit4]   2> 336925 INFO  (zkCallback-773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 336925 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 336926 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 336926 INFO  (zkCallback-763-thread-2-processing-n:127.0.0.1:46347_solr) [n:127.0.0.1:46347_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 336926 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 336926 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.Overseer Overseer (id=72150710900555782-127.0.0.1:46347_solr-n_0000000000) closing
   [junit4]   2> 336926 INFO  (OverseerStateUpdate-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46347_solr
   [junit4]   2> 336926 WARN  (OverseerAutoScalingTriggerThread-72150710900555782-127.0.0.1:46347_solr-n_0000000000) [n:127.0.0.1:46347_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 336926 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 336927 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44683_solr
   [junit4]   2> 336927 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1af70c74{/solr,null,UNAVAILABLE}
   [junit4]   2> 336928 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 336928 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.Overseer Overseer (id=72150710900555781-127.0.0.1:44683_solr-n_0000000001) starting
   [junit4]   2> 336930 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 336931 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 336931 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:44683_solr]
   [junit4]   2> 336931 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR instantiated with properties: {event=nodeAdded, waitFor=3, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 336931 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44683_solr]
   [junit4]   2> 336931 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion -1
   [junit4]   2> 336931 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 336932 INFO  (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 336934 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 336934 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 336934 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 336934 DEBUG (ScheduledTrigger-1523-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 337939 DEBUG (ScheduledTrigger-1523-thread-3) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 337939 DEBUG (ScheduledTrigger-1523-thread-3) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 337940 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 338940 DEBUG (ScheduledTrigger-1523-thread-3) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 338940 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 338940 DEBUG (ScheduledTrigger-1523-thread-3) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 339940 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 339940 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 339940 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 340940 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 340940 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 340940 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 341940 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 341941 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 341941 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 342941 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 342941 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 342941 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 343941 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 343941 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 343941 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 344943 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 344943 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 344943 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 345943 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 345944 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 345944 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 346929 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 346944 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 346944 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 346944 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 346983 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 346983 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 346983 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 346999 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16175d80{/solr,null,AVAILABLE}
   [junit4]   2> 347000 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3bc0a0c3{HTTP/1.1,[http/1.1]}{127.0.0.1:33587}
   [junit4]   2> 347000 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.Server Started @348791ms
   [junit4]   2> 347000 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33587}
   [junit4]   2> 347000 ERROR (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 347000 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 347001 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 347001 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 347001 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-15T01:22:11.716056Z
   [junit4]   2> 347011 INFO  (zkConnectionManagerCallback-786-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347012 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 347020 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39821/solr
   [junit4]   2> 347023 INFO  (zkConnectionManagerCallback-790-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347027 INFO  (zkConnectionManagerCallback-792-thread-1-processing-n:127.0.0.1:33587_solr) [n:127.0.0.1:33587_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347030 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:33587_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 347031 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:33587_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 347032 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:33587_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33587_solr
   [junit4]   2> 347033 INFO  (zkCallback-773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 347033 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 347035 INFO  (zkCallback-791-thread-1-processing-n:127.0.0.1:33587_solr) [n:127.0.0.1:33587_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 347084 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:33587_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33587.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 347094 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:33587_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33587.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 347094 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:33587_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33587.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 347096 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:33587_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_8AE385A1CCFA7FFB-001/tempDir-001/node4/.
   [junit4]   2> 347944 DEBUG (ScheduledTrigger-1523-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 347944 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 347944 DEBUG (ScheduledTrigger-1523-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 347944 DEBUG (ScheduledTrigger-1523-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:33587_solr at time 1420893096985127
   [junit4]   2> 348945 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 348945 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 348945 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 349945 DEBUG (ScheduledTrigger-1523-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 349945 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 349945 DEBUG (ScheduledTrigger-1523-thread-2) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 350945 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 350945 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 350945 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 350945 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR firing registered processor for nodes: [127.0.0.1:33587_solr] added at times [1420893096985127], now=1420896098227583
   [junit4]   2> 350945 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"50c4b744f4227T2opffkknkw7dbjfynha0jq0my",
   [junit4]   2>   "source":"node_added_triggerCTOOR",
   [junit4]   2>   "eventTime":1420893096985127,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1420893096985127],
   [junit4]   2>     "nodeNames":["127.0.0.1:33587_solr"]}}
   [junit4]   2> 350946 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_triggerCTOOR]
   [junit4]   2> 350947 INFO  (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 350963 DEBUG (AutoscalingActionExecutor-1524-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"50c4b744f4227T2opffkknkw7dbjfynha0jq0my",
   [junit4]   2>   "source":"node_added_triggerCTOOR",
   [junit4]   2>   "eventTime":1420893096985127,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1420893096985127],
   [junit4]   2>     "_enqueue_time_":1420896099243483,
   [junit4]   2>     "nodeNames":["127.0.0.1:33587_solr"]}}
   [junit4]   2> 350963 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testContinueTriggersOnOverseerRestart
   [junit4]   2> 350971 DEBUG (AutoscalingActionExecutor-1524-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 350971 DEBUG (AutoscalingActionExecutor-1524-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerCTOOR after 5000ms
   [junit4]   2> 350972 DEBUG (AutoscalingActionExecutor-1524-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 8 ms for event id=50c4b744f4227T2opffkknkw7dbjfynha0jq0my
   [junit4]   2> 350982 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTrigger
   [junit4]   2> 350982 DEBUG (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 350982 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 350983 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 350983 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 350984 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 350984 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 9
   [junit4]   2> 351000 INFO  (qtp107321453-4530) [n:127.0.0.1:33587_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 351022 INFO  (qtp107321453-4530) [n:127.0.0.1:33587_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=22
   [junit4]   2> 351046 INFO  (qtp107321453-4535) [n:127.0.0.1:33587_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> 351048 INFO  (qtp867894682-4425) [n:127.0.0.1:44683_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> 351049 DEBUG (qtp107321453-4534) [n:127.0.0.1:33587_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 351050 INFO  (qtp107321453-4534) [n:127.0.0.1:33587_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=26
   [junit4]   2> 351050 DEBUG (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 10
   [junit4]   2> 351050 DEBUG (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44683_solr, 127.0.0.1:33587_solr]
   [junit4]   2> 351050 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 10
   [junit4]   2> 351051 INFO  (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 351052 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 351052 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 10, lastZnodeVersion 10
   [junit4]   2> 351052 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 351067 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3bc0a0c3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 351067 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=219762918
   [junit4]   2> 351068 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 351068 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42e100c8: rootName = solr_33587, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1450235e
   [junit4]   2> 351075 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 351075 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67ae1320: rootName = solr_33587, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5b22b7c9
   [junit4]   2> 351078 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 351078 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6ad48bb2: rootName = solr_33587, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@c859b0e
   [junit4]   2> 351080 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33587_solr
   [junit4]   2> 351080 INFO  (zkCallback-773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 351081 INFO  (zkCallback-791-thread-1-processing-n:127.0.0.1:33587_solr) [n:127.0.0.1:33587_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 351081 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 351081 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 351081 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 351082 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16175d80{/solr,null,UNAVAILABLE}
   [junit4]   2> 351082 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 352052 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1
   [junit4]   2> 352053 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:33587_solr
   [junit4]   2> 353020 INFO  (OverseerCollectionConfigSetProcessor-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_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> 353053 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1
   [junit4]   2> 354059 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1
   [junit4]   2> 354059 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:33587_solr]
   [junit4]   2> 354059 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"50c4c69328a73T2opffkknkw7dbjfynha0jq0n0",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":1420897205521011,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1420897205521011],
   [junit4]   2>     "nodeNames":["127.0.0.1:33587_solr"]}}
   [junit4]   2> 354059 DEBUG (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger]
   [junit4]   2> 354060 INFO  (ScheduledTrigger-1523-thread-1) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 354060 DEBUG (AutoscalingActionExecutor-1524-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"50c4c69328a73T2opffkknkw7dbjfynha0jq0n0",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":1420897205521011,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1420897205521011],
   [junit4]   2>     "_enqueue_time_":1420899212381649,
   [junit4]   2>     "nodeNames":["127.0.0.1:33587_solr"]}}
   [junit4]   2> 354061 DEBUG (AutoscalingActionExecutor-1524-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger after 5000ms
   [junit4]   2> 354061 DEBUG (AutoscalingActionExecutor-1524-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 0 ms for event id=50c4c69328a73T2opffkknkw7dbjfynha0jq0n0
   [junit4]   2> 354066 INFO  (qtp867894682-4415) [n:127.0.0.1:44683_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> 354070 DEBUG (qtp867894682-4416) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 354071 DEBUG (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 11
   [junit4]   2> 354071 DEBUG (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44683_solr]
   [junit4]   2> 354071 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 11
   [junit4]   2> 354071 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 354071 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 11, lastZnodeVersion 11
   [junit4]   2> 354071 INFO  (qtp867894682-4416) [n:127.0.0.1:44683_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 356072 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeLostTrigger
   [junit4]   2> 356084 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTrigger
   [junit4]   2> 356085 DEBUG (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 12
   [junit4]   2> 356085 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 12
   [junit4]   2> 356085 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 12
   [junit4]   2> 356085 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 356092 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 356092 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 356092 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 12, lastZnodeVersion 12
   [junit4]   2> 356109 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 356109 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 356109 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 356109 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@670c4e43{/solr,null,AVAILABLE}
   [junit4]   2> 356109 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1791ca54{HTTP/1.1,[http/1.1]}{127.0.0.1:34423}
   [junit4]   2> 356109 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.Server Started @357901ms
   [junit4]   2> 356109 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34423}
   [junit4]   2> 356110 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 356110 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 356110 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 356110 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 356110 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-15T01:22:20.825269Z
   [junit4]   2> 356139 INFO  (zkConnectionManagerCallback-796-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356140 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 356160 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39821/solr
   [junit4]   2> 356187 INFO  (zkConnectionManagerCallback-800-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356191 INFO  (zkConnectionManagerCallback-802-thread-1-processing-n:127.0.0.1:34423_solr) [n:127.0.0.1:34423_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356194 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:34423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 356200 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:34423_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 356202 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:34423_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34423_solr
   [junit4]   2> 356202 INFO  (zkCallback-773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 356202 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 356215 INFO  (zkCallback-801-thread-1-processing-n:127.0.0.1:34423_solr) [n:127.0.0.1:34423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 356248 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:34423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34423.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 356258 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:34423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34423.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 356258 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:34423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34423.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72a2dac2
   [junit4]   2> 356292 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [n:127.0.0.1:34423_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_8AE385A1CCFA7FFB-001/tempDir-001/node5/.
   [junit4]   2> 356349 INFO  (qtp747312029-4566) [n:127.0.0.1:34423_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> 356351 INFO  (qtp867894682-4416) [n:127.0.0.1:44683_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> 356352 DEBUG (qtp747312029-4561) [n:127.0.0.1:34423_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 356352 INFO  (qtp747312029-4561) [n:127.0.0.1:34423_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 356352 DEBUG (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 13
   [junit4]   2> 356353 DEBUG (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:44683_solr, 127.0.0.1:34423_solr]
   [junit4]   2> 356353 DEBUG (zkCallback-761-thread-1-processing-n:127.0.0.1:44683_solr) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 356353 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 13
   [junit4]   2> 356353 INFO  (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 356354 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 356354 DEBUG (OverseerAutoScalingTriggerThread-72150710900555781-127.0.0.1:44683_solr-n_0000000001) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 13, lastZnodeVersion 13
   [junit4]   2> 356354 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 356354 DEBUG (ScheduledTrigger-1523-thread-4) [n:127.0.0.1:44683_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 356354 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[8AE385A1CCFA7FFB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T

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

che.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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 509067 WARN  (zkCallback-871-thread-2-processing-n:127.0.0.1:33479_solr) [n:127.0.0.1:33479_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:41149_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:41149_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.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4724)
   [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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 509067 WARN  (zkCallback-871-thread-2-processing-n:127.0.0.1:33479_solr) [n:127.0.0.1:33479_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:45601_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:45601_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.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4724)
   [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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 509068 INFO  (jetty-closer-746-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6e71272b{/solr,null,UNAVAILABLE}
   [junit4]   2> 509068 INFO  (jetty-closer-746-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 509069 ERROR (SUITE-TriggerIntegrationTest-seed#[8AE385A1CCFA7FFB]-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> 509069 INFO  (SUITE-TriggerIntegrationTest-seed#[8AE385A1CCFA7FFB]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39821 39821
   [junit4]   2> 514851 INFO  (Thread-2034) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39821 39821
   [junit4]   2> 514852 WARN  (Thread-2034) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	43	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	23	/solr/clusterprops.json
   [junit4]   2> 	23	/solr/aliases.json
   [junit4]   2> 	22	/solr/security.json
   [junit4]   2> 	8	/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> 	23	/solr/clusterstate.json
   [junit4]   2> 	11	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/collections/collection1/leader_elect/shard1/election/72150710900555823-core_node6-n_0000000002
   [junit4]   2> 	3	/solr/overseer_elect/election/72150710900555781-127.0.0.1:44683_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/72150710900555817-127.0.0.1:39763_solr-n_0000000012
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72150710900555820-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72150710900555811-core_node8-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/72150710900555802-127.0.0.1:43727_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/72150710900555811-127.0.0.1:40259_solr-n_0000000010
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/live_nodes
   [junit4]   2> 	23	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/overseer/queue
   [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/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_8AE385A1CCFA7FFB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=Direct), x_s=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, maxPointsInLeafNode=442, maxMBSortInHeap=7.873485208423949, sim=RandomSimilarity(queryNorm=false): {}, locale=fr-BL, timezone=Pacific/Truk
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=150252336,total=389545984
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomCollapseQParserPlugin, SolrJmxReporterCloudTest, TestRecovery, TestPerFieldSimilarity, PolyFieldTest, LeaderFailoverAfterPartitionTest, ChangedSchemaMergeTest, TestHighFrequencyDictionaryFactory, TestDocTermOrds, TestSolrCloudSnapshots, LoggingHandlerTest, JSONWriterTest, ResourceLoaderTest, TestReplicationHandlerBackup, TestSubQueryTransformerCrossCore, RulesTest, SpatialRPTFieldTypeTest, OverseerTest, CoreAdminRequestStatusTest, TestManagedSynonymGraphFilterFactory, SolrMetricsIntegrationTest, TestFastLRUCache, OverseerRolesTest, SuggesterTest, TestRecoveryHdfs, TriggerIntegrationTest]
   [junit4] Completed [118/775 (1!)] on J1 in 209.50s, 14 tests, 1 error <<< FAILURES!

[...truncated 43427 lines...]

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1358/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseParallelGC

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.TestLTROnSolrCloud

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.ltr.TestLTROnSolrCloud:     1) Thread[id=194, name=qtp763717-194, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.TestLTROnSolrCloud: 
   1) Thread[id=194, name=qtp763717-194, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
        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([E175AC75C5C5FC89]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.TestLTROnSolrCloud

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=194, name=qtp763717-194, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]         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=194, name=qtp763717-194, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
        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([E175AC75C5C5FC89]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.component.DistributedExpandComponentTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.component.DistributedExpandComponentTest:     1) Thread[id=13987, name=qtp29025907-13987, state=TIMED_WAITING, group=TGRP-DistributedExpandComponentTest]         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.handler.component.DistributedExpandComponentTest: 
   1) Thread[id=13987, name=qtp29025907-13987, state=TIMED_WAITING, group=TGRP-DistributedExpandComponentTest]
        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([5C6B9C72C8A15D0E]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.component.DistributedExpandComponentTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=13987, name=qtp29025907-13987, state=TIMED_WAITING, group=TGRP-DistributedExpandComponentTest]         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=13987, name=qtp29025907-13987, state=TIMED_WAITING, group=TGRP-DistributedExpandComponentTest]
        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([5C6B9C72C8A15D0E]:0)


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

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([5C6B9C72C8A15D0E:3197388F72E9A209]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:241)
	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 13173 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> 1267912 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[5C6B9C72C8A15D0E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/init-core-data-001
   [junit4]   2> 1267912 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[5C6B9C72C8A15D0E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1267913 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[5C6B9C72C8A15D0E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1267914 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[5C6B9C72C8A15D0E]-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> 1267915 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[5C6B9C72C8A15D0E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001
   [junit4]   2> 1267915 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[5C6B9C72C8A15D0E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1267915 INFO  (Thread-7832) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1267915 INFO  (Thread-7832) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1267917 ERROR (Thread-7832) [    ] 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> 1268015 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[5C6B9C72C8A15D0E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46119
   [junit4]   2> 1268018 INFO  (zkConnectionManagerCallback-2438-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268022 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 0x10053feef7d0000, likely client has closed socket
   [junit4]   2> 1268027 INFO  (jetty-launcher-2435-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> 1268027 INFO  (jetty-launcher-2435-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1268027 INFO  (jetty-launcher-2435-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> 1268027 INFO  (jetty-launcher-2435-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1268027 INFO  (jetty-launcher-2435-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1268027 INFO  (jetty-launcher-2435-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1268031 INFO  (jetty-launcher-2435-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1268031 INFO  (jetty-launcher-2435-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1268031 INFO  (jetty-launcher-2435-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1268032 INFO  (jetty-launcher-2435-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17cf0c0{/solr,null,AVAILABLE}
   [junit4]   2> 1268032 INFO  (jetty-launcher-2435-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1665e05{/solr,null,AVAILABLE}
   [junit4]   2> 1268032 INFO  (jetty-launcher-2435-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@fbceba{SSL,[ssl, http/1.1]}{127.0.0.1:37921}
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-1) [    ] o.e.j.s.Server Started @1269313ms
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37921}
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1268033 ERROR (jetty-launcher-2435-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@16a7f34{SSL,[ssl, http/1.1]}{127.0.0.1:34445}
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T22:07:36.060Z
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-3) [    ] o.e.j.s.Server Started @1269313ms
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@83eaf7{/solr,null,AVAILABLE}
   [junit4]   2> 1268033 INFO  (jetty-launcher-2435-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34445}
   [junit4]   2> 1268034 ERROR (jetty-launcher-2435-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1268034 INFO  (jetty-launcher-2435-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1268034 INFO  (jetty-launcher-2435-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1268034 INFO  (jetty-launcher-2435-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1268034 INFO  (jetty-launcher-2435-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T22:07:36.061Z
   [junit4]   2> 1268035 INFO  (zkConnectionManagerCallback-2440-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268035 INFO  (jetty-launcher-2435-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1e41275{SSL,[ssl, http/1.1]}{127.0.0.1:43257}
   [junit4]   2> 1268035 INFO  (jetty-launcher-2435-thread-2) [    ] o.e.j.s.Server Started @1269315ms
   [junit4]   2> 1268035 INFO  (jetty-launcher-2435-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43257}
   [junit4]   2> 1268035 ERROR (jetty-launcher-2435-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1268035 INFO  (jetty-launcher-2435-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1268036 INFO  (jetty-launcher-2435-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1268036 INFO  (zkConnectionManagerCallback-2442-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268036 INFO  (jetty-launcher-2435-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1268036 INFO  (jetty-launcher-2435-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1268036 INFO  (jetty-launcher-2435-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T22:07:36.063Z
   [junit4]   2> 1268036 INFO  (jetty-launcher-2435-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1268037 INFO  (zkConnectionManagerCallback-2444-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268038 INFO  (jetty-launcher-2435-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1268041 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 0x10053feef7d0001, likely client has closed socket
   [junit4]   2> 1268044 INFO  (jetty-launcher-2435-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46119/solr
   [junit4]   2> 1268044 INFO  (jetty-launcher-2435-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46119/solr
   [junit4]   2> 1268046 INFO  (jetty-launcher-2435-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46119/solr
   [junit4]   2> 1268047 INFO  (zkConnectionManagerCallback-2453-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268047 INFO  (zkConnectionManagerCallback-2451-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268048 INFO  (zkConnectionManagerCallback-2456-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268048 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 0x10053feef7d0005, likely client has closed socket
   [junit4]   2> 1268049 INFO  (zkConnectionManagerCallback-2460-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268049 INFO  (zkConnectionManagerCallback-2459-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268050 INFO  (zkConnectionManagerCallback-2462-thread-1-processing-n:127.0.0.1:43257_solr) [n:127.0.0.1:43257_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268102 INFO  (jetty-launcher-2435-thread-1) [n:127.0.0.1:37921_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1268102 INFO  (jetty-launcher-2435-thread-2) [n:127.0.0.1:43257_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1268102 INFO  (jetty-launcher-2435-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1268103 INFO  (jetty-launcher-2435-thread-1) [n:127.0.0.1:37921_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37921_solr
   [junit4]   2> 1268103 INFO  (jetty-launcher-2435-thread-2) [n:127.0.0.1:43257_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43257_solr
   [junit4]   2> 1268103 INFO  (jetty-launcher-2435-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34445_solr
   [junit4]   2> 1268103 INFO  (jetty-launcher-2435-thread-1) [n:127.0.0.1:37921_solr    ] o.a.s.c.Overseer Overseer (id=72149948442673159-127.0.0.1:37921_solr-n_0000000000) starting
   [junit4]   2> 1268112 INFO  (zkCallback-2458-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1268112 INFO  (zkCallback-2457-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1268112 INFO  (zkCallback-2461-thread-1-processing-n:127.0.0.1:43257_solr) [n:127.0.0.1:43257_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1268113 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1268113 DEBUG (OverseerAutoScalingTriggerThread-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1268114 DEBUG (OverseerAutoScalingTriggerThread-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1268114 INFO  (jetty-launcher-2435-thread-1) [n:127.0.0.1:37921_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37921_solr
   [junit4]   2> 1268115 DEBUG (OverseerAutoScalingTriggerThread-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:34445_solr, 127.0.0.1:43257_solr]
   [junit4]   2> 1268115 DEBUG (OverseerAutoScalingTriggerThread-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1268115 DEBUG (OverseerAutoScalingTriggerThread-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1268115 INFO  (zkCallback-2461-thread-1-processing-n:127.0.0.1:43257_solr) [n:127.0.0.1:43257_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1268115 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37921_solr"} current state version: 0
   [junit4]   2> 1268115 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37921_solr
   [junit4]   2> 1268116 INFO  (zkCallback-2457-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1268117 DEBUG (OverseerAutoScalingTriggerThread-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1268117 DEBUG (OverseerAutoScalingTriggerThread-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1268117 DEBUG (ScheduledTrigger-4143-thread-1) [n:127.0.0.1:37921_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1268119 INFO  (zkCallback-2458-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1268230 INFO  (jetty-launcher-2435-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34445.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@129e692
   [junit4]   2> 1268239 INFO  (jetty-launcher-2435-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34445.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@129e692
   [junit4]   2> 1268239 INFO  (jetty-launcher-2435-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34445.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@129e692
   [junit4]   2> 1268240 INFO  (jetty-launcher-2435-thread-3) [n:127.0.0.1:34445_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/.
   [junit4]   2> 1268306 INFO  (jetty-launcher-2435-thread-2) [n:127.0.0.1:43257_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43257.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@129e692
   [junit4]   2> 1268309 INFO  (jetty-launcher-2435-thread-1) [n:127.0.0.1:37921_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37921.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@129e692
   [junit4]   2> 1268314 INFO  (jetty-launcher-2435-thread-2) [n:127.0.0.1:43257_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43257.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@129e692
   [junit4]   2> 1268315 INFO  (jetty-launcher-2435-thread-2) [n:127.0.0.1:43257_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43257.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@129e692
   [junit4]   2> 1268316 INFO  (jetty-launcher-2435-thread-2) [n:127.0.0.1:43257_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/.
   [junit4]   2> 1268318 INFO  (jetty-launcher-2435-thread-1) [n:127.0.0.1:37921_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37921.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@129e692
   [junit4]   2> 1268318 INFO  (jetty-launcher-2435-thread-1) [n:127.0.0.1:37921_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37921.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@129e692
   [junit4]   2> 1268319 INFO  (jetty-launcher-2435-thread-1) [n:127.0.0.1:37921_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node1/.
   [junit4]   2> 1268380 INFO  (zkConnectionManagerCallback-2470-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268383 INFO  (zkConnectionManagerCallback-2474-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1268384 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[5C6B9C72C8A15D0E]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1268385 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[5C6B9C72C8A15D0E]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46119/solr ready
   [junit4]   2> 1268432 INFO  (qtp20031206-17256) [n:127.0.0.1:34445_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1268434 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 1268434 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 1268435 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 1268437 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1268438 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 1268438 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 1268439 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1268440 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1268441 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1268442 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1268443 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1268443 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1268444 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1268445 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1268446 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1268446 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1268447 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1268448 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1268449 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1268449 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1268450 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1268451 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1268451 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1268452 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1268453 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1268453 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1268454 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1268455 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1268456 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1268456 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1268457 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1268458 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1268458 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1268459 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1268460 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1268460 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1268461 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1268461 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1268462 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1268463 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1268464 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1268464 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1268465 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1268466 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1268466 INFO  (OverseerThreadFactory-4145-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 1268469 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1268469 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 1268470 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 1268572 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1268572 INFO  (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1268572 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1268572 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1268573 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37921/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1268573 INFO  (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37921/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1268574 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1268574 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:37921/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1268574 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34445/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1268575 INFO  (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34445/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1268575 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:37921/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1268575 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:37921/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"https://127.0.0.1:34445/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1268676 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 1268786 INFO  (qtp20031206-17254) [n:127.0.0.1:34445_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1268787 INFO  (qtp20031206-17254) [n:127.0.0.1:34445_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1268792 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34445/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34445_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1268792 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34445/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34445_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1268792 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"https://127.0.0.1:34445/solr","node_name":"127.0.0.1:34445_solr","state":"down","type":"NRT"}
   [junit4]   2> 1268792 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:37921/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:34445/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34445_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1268826 INFO  (qtp13601073-17255) [n:127.0.0.1:37921_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1268827 INFO  (qtp13601073-17255) [n:127.0.0.1:37921_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1268828 INFO  (qtp24848102-17264) [n:127.0.0.1:43257_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1268828 INFO  (qtp24848102-17264) [n:127.0.0.1:43257_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1268830 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37921/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37921_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1268830 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37921/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37921_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1268830 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"https://127.0.0.1:37921/solr","node_name":"127.0.0.1:37921_solr","state":"down","type":"NRT"}
   [junit4]   2> 1268830 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:37921/solr",
   [junit4]   2>           "node_name":"127.0.0.1:37921_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:34445/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34445_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1268830 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43257_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1268830 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43257_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1268830 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"https://127.0.0.1:43257/solr","node_name":"127.0.0.1:43257_solr","state":"down","type":"NRT"}
   [junit4]   2> 1268830 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:43257/solr",
   [junit4]   2>           "node_name":"127.0.0.1:43257_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:37921/solr",
   [junit4]   2>           "node_name":"127.0.0.1:37921_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:34445/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34445_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1268931 DEBUG (OverseerStateUpdate-72149948442673159-127.0.0.1:37921_solr-n_0000000000) [n:127.0.0.1:37921_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 1268932 INFO  (zkCallback-2461-thread-1-processing-n:127.0.0.1:43257_solr) [n:127.0.0.1:43257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1268932 INFO  (zkCallback-2457-thread-1-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1268932 INFO  (zkCallback-2458-thread-1-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1268932 INFO  (zkCallback-2461-thread-2-processing-n:127.0.0.1:43257_solr) [n:127.0.0.1:43257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1268932 INFO  (zkCallback-2457-thread-2-processing-n:127.0.0.1:34445_solr) [n:127.0.0.1:34445_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1268932 INFO  (zkCallback-2458-thread-2-processing-n:127.0.0.1:37921_solr) [n:127.0.0.1:37921_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1269118 DEBUG (ScheduledTrigger-4143-thread-1) [n:127.0.0.1:37921_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1269805 INFO  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1269805 INFO  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1269805 WARN  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 1269807 WARN  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 1269807 WARN  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 1269807 WARN  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 1269807 WARN  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 1269807 WARN  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 1269808 WARN  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 1269808 WARN  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 1269814 INFO  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1269837 INFO  (qtp20031206-17254) [n:127.0.0.1:34445_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.s.IndexSchema [AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] Schema name=default-config
   [junit4]   2> 1269837 INFO  (qtp24848102-17264) [n:127.0.0.1:43257_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1269838 INFO  (qtp24848102-17264) [n:127.0.0.1:43257_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1269838 WARN  (qtp24848102-17264) [n:127.0.0.1:43257_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1269838 WARN  (qtp24848102-17264) [n:127.0.0.1:43257_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 1269839 WARN  (qtp24848102-17264) [n:127.0.0.1:43257_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1269839 WARN  (qtp24848102-17264) [n:127.0.0.1:43257_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 1269839 WARN  (qtp24848102-17264) [n:127.0.0.1:43257_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1269839 WARN  (qtp24848102-17264) [n:127.0.0.1:43257_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 1269839 INFO  (qtp13601073-17255) [n:127.0.0.1:37921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1269839 INFO  (qtp13601073-17255) [n:127.0.0.1:37921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1269839 WARN  (qtp24848102-17264) [n:127.0.0.1:43257_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1269839 WARN  (qtp24848102-17264) [n:127.0.0.1:43257_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 1269846 WARN  (qtp13601073-17255) [n:127.0.0.1:37921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 1269846 WARN  (qtp13601073-17255) [n:127.0.0.1:37921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 1269846 WARN  (qtp13601073-17255) [n:127.0.0.1:37921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 1269847 WARN  (qtp13601073-17255) [n:127.0.0.1:37921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 1269847 WARN  (qtp13601073-17255) [n:127.0.0.1:37921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_5C6B9C72C8A15D0E-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.admin.Autoscaling

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

xecutor-182-thread-1) [n:127.0.0.1:33613_solr c:collection1 s:shard2 r:core_node5 x:collection1_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=13252324
   [junit4]   2> 13587 INFO  (coreCloseExecutor-181-thread-1) [n:127.0.0.1:33173_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=8149042
   [junit4]   2> 13595 INFO  (jetty-closer-22-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72150011644149768-127.0.0.1:33613_solr-n_0000000000) closing
   [junit4]   2> 13595 INFO  (OverseerStateUpdate-72150011644149768-127.0.0.1:33613_solr-n_0000000000) [n:127.0.0.1:33613_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33613_solr
   [junit4]   2> 13595 WARN  (OverseerAutoScalingTriggerThread-72150011644149768-127.0.0.1:33613_solr-n_0000000000) [n:127.0.0.1:33613_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 13600 INFO  (jetty-closer-22-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@13cbd36{/solr,null,UNAVAILABLE}
   [junit4]   2> 13600 INFO  (jetty-closer-22-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d927{/solr,null,UNAVAILABLE}
   [junit4]   2> 13600 INFO  (jetty-closer-22-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 13600 INFO  (jetty-closer-22-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 13601 INFO  (jetty-closer-22-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f44c16{/solr,null,UNAVAILABLE}
   [junit4]   2> 13601 INFO  (jetty-closer-22-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 43599 WARN  (jetty-closer-22-thread-3) [    ] o.e.j.u.t.QueuedThreadPool QueuedThreadPool@qtp763717{STOPPING,8<=8<=10000,i=0,q=1} Couldn't stop Thread[qtp763717-194,5,TGRP-TestLTROnSolrCloud]
   [junit4]   2> 43599 ERROR (TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[E175AC75C5C5FC89]) [    ] 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> 43600 INFO  (TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[E175AC75C5C5FC89]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44213 44213
   [junit4]   2> 48836 INFO  (Thread-56) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44213 44213
   [junit4]   2> 48837 WARN  (Thread-56) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf1
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard3
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/collections/collection1/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 
   [junit4]   2> 48837 INFO  (TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[E175AC75C5C5FC89]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimpleQuery
   [junit4]   2> 48844 INFO  (SUITE-TestLTROnSolrCloud-seed#[E175AC75C5C5FC89]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 14, 2018 10:24:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Feb 14, 2018 10:24:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.ltr.TestLTROnSolrCloud: 
   [junit4]   2>    1) Thread[id=194, name=qtp763717-194, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 14, 2018 10:24:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=194, name=qtp763717-194, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
   [junit4]   2> Feb 14, 2018 10:24:43 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=194, name=qtp763717-194, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=be-BY, timezone=Etc/GMT+10
   [junit4]   2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=2,free=71250640,total=233570304
   [junit4]   2> NOTE: All tests run in this JVM: [TestModelManager, TestFeatureExtractionFromMultipleSegments, TestValueFeature, TestFieldValueFeature, TestLinearModel, TestLTROnSolrCloud]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLTROnSolrCloud -Dtests.seed=E175AC75C5C5FC89 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=be-BY -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestLTROnSolrCloud (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.TestLTROnSolrCloud: 
   [junit4]    >    1) Thread[id=194, name=qtp763717-194, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E175AC75C5C5FC89]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=194, name=qtp763717-194, state=TIMED_WAITING, group=TGRP-TestLTROnSolrCloud]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E175AC75C5C5FC89]:0)
   [junit4] Completed [36/36 (1!)] on J1 in 62.84s, 1 test, 2 errors <<< FAILURES!

[...truncated 36739 lines...]