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/01/05 16:52:52 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+37) - Build # 21219 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21219/
Java: 64bit/jdk-10-ea+37 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([5B3954BE0E4DFB88:A274C7113238B602]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:279)
	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.autoscaling.TriggerIntegrationTest.testMetricTrigger

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([5B3954BE0E4DFB88:E135633151A52DC7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1553)
	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)


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

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([5B3954BE0E4DFB88:B6F9C3AEB3216651]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners(TriggerIntegrationTest.java:1050)
	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 1781 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20180105_153207_8507417168438756501866.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-master-Linux/lucene/build/core/test/temp/junit4-J1-20180105_153207_85110498799498668162607.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-master-Linux/lucene/build/core/test/temp/junit4-J0-20180105_153207_84817838680381933278495.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 278 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20180105_153854_84216444140016798599177.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 15 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20180105_153854_84415392586523541862229.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-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20180105_153854_84212958070060481956947.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 1060 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20180105_154003_9727865871558129165548.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-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20180105_154003_9728785403082951741052.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-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20180105_154003_97216585780305999667011.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 223 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20180105_154124_59010016735472306917481.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-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20180105_154124_5907532298845178292276.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 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20180105_154124_59016345364344114240446.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 249 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20180105_154133_8107464508386921443320.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-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20180105_154133_8104518005397736061292.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-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20180105_154133_8105574208391281040240.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 154 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20180105_154153_9471118486270536653888.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-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20180105_154153_9476572748261555952393.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-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20180105_154153_9477614481406644233655.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 164 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20180105_154157_0589730906169072847415.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-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20180105_154157_0583421736958687385028.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-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20180105_154157_05813552715706067243923.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 171 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20180105_154159_7268354625877439656379.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-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20180105_154159_72614427772597632438230.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-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20180105_154159_7265963066636018427761.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-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20180105_154208_0489620620309028994988.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-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20180105_154208_048465169554376309435.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 157 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20180105_154216_07510866471794180298646.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-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20180105_154216_075972940425325856584.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-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20180105_154216_0758512416462977811532.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 169 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20180105_154218_42512902523331185561219.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 J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20180105_154226_33412300146762277987814.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-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20180105_154226_334974900129525602794.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 19 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20180105_154226_33416091460104277410297.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 1293 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20180105_154243_23517478067909130808656.syserr
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20180105_154243_2353885103575253131408.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-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20180105_154243_2357050163424882498195.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 230 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20180105_154250_7021285045039691409391.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-master-Linux/lucene/build/classification/test/temp/junit4-J2-20180105_154250_70213099863126999265796.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-master-Linux/lucene/build/classification/test/temp/junit4-J0-20180105_154250_7021101907690237130571.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 255 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20180105_154300_29111345085915407588177.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-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20180105_154300_2904148453331631902385.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 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20180105_154300_290823821377116578828.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 214 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20180105_154446_499198353499071221710.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-master-Linux/lucene/build/demo/test/temp/junit4-J2-20180105_154446_4994602266791974018510.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-master-Linux/lucene/build/demo/test/temp/junit4-J0-20180105_154446_49913571505288838884856.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 173 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20180105_154449_0425297228372336280620.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-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20180105_154449_04211734070732631680681.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-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20180105_154449_042973104730259779592.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 228 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20180105_154453_343843826724105500549.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-master-Linux/lucene/build/facet/test/temp/junit4-J2-20180105_154453_34314696605358552816629.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-master-Linux/lucene/build/facet/test/temp/junit4-J1-20180105_154453_3433509549500994041013.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 J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20180105_154514_6733850884527097743651.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-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20180105_154514_6737091793527328138971.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-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20180105_154514_6733027169909708445140.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 246 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20180105_154524_48115837759068036128798.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-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20180105_154524_48117963954575551182258.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-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20180105_154524_48111109273523049327391.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 160 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20180105_154538_8781720093641513040845.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-master-Linux/lucene/build/join/test/temp/junit4-J0-20180105_154538_87816751448466722379081.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-master-Linux/lucene/build/join/test/temp/junit4-J1-20180105_154538_8787743720197822071074.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 149 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20180105_154553_6988792546295278446283.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-master-Linux/lucene/build/memory/test/temp/junit4-J1-20180105_154553_6988841724869862438669.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 172 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20180105_154602_04411152843972892028776.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 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J1-20180105_154602_04417983874308931527804.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-master-Linux/lucene/build/misc/test/temp/junit4-J0-20180105_154602_04410529486623182197386.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 295 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J2-20180105_154615_41617310941240375039299.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-master-Linux/lucene/build/queries/test/temp/junit4-J0-20180105_154615_4162213840117417649608.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-master-Linux/lucene/build/queries/test/temp/junit4-J1-20180105_154615_4166993129520790284069.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 224 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20180105_154621_98814638290053313737985.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-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20180105_154621_9887005990848756570006.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-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20180105_154621_9888174823155320061636.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 201 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20180105_154628_27912597807559579632795.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 J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20180105_154628_27914473433071929928924.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-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20180105_154628_2797467399197806055254.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 199 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20180105_154639_33111064932120815201955.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-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20180105_154639_33115627970598312341172.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 21 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20180105_154639_3312839480308528446066.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 317 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20180105_154722_07116769418436368405899.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-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20180105_154722_0711394898053128569309.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-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20180105_154722_0716091869211274693448.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 148 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20180105_154736_71410393774172287338456.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 178 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20180105_154738_37612398805157816166622.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-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20180105_154738_3768874860209211407993.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-master-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20180105_154738_3767633860337604672944.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 250 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J0-20180105_154835_1826504243412501587989.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-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20180105_154835_1825669124584412463791.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-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20180105_154835_1834978456407533646470.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 2476 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> 826066 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/init-core-data-001
   [junit4]   2> 826066 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 826067 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 826067 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/tempDir-001
   [junit4]   2> 826067 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 826067 INFO  (Thread-2105) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 826067 INFO  (Thread-2105) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 826068 ERROR (Thread-2105) [    ] 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> 826167 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34601
   [junit4]   2> 826168 INFO  (zkConnectionManagerCallback-1911-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826171 INFO  (jetty-launcher-1908-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 826171 INFO  (jetty-launcher-1908-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 826173 INFO  (jetty-launcher-1908-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@bfc2dc{/solr,null,AVAILABLE}
   [junit4]   2> 826173 INFO  (jetty-launcher-1908-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d873d40{/solr,null,AVAILABLE}
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@28b687f2{HTTP/1.1,[http/1.1]}{127.0.0.1:33263}
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.e.j.s.Server Started @827733ms
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@728a6b43{HTTP/1.1,[http/1.1]}{127.0.0.1:44343}
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33263}
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.e.j.s.Server Started @827733ms
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44343}
   [junit4]   2> 826174 ERROR (jetty-launcher-1908-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 826174 ERROR (jetty-launcher-1908-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T16:03:14.495845Z
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T16:03:14.495863Z
   [junit4]   2> 826175 INFO  (zkConnectionManagerCallback-1914-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826175 INFO  (zkConnectionManagerCallback-1915-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826175 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 826175 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 826184 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34601/solr
   [junit4]   2> 826184 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34601/solr
   [junit4]   2> 826184 INFO  (zkConnectionManagerCallback-1921-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826184 INFO  (zkConnectionManagerCallback-1923-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826191 INFO  (zkConnectionManagerCallback-1925-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826191 INFO  (zkConnectionManagerCallback-1927-thread-1-processing-n:127.0.0.1:44343_solr) [n:127.0.0.1:44343_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826219 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 826219 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33263_solr
   [junit4]   2> 826219 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 826219 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.Overseer Overseer (id=99298062787477510-127.0.0.1:33263_solr-n_0000000000) starting
   [junit4]   2> 826219 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44343_solr
   [junit4]   2> 826220 INFO  (zkCallback-1926-thread-1-processing-n:127.0.0.1:44343_solr) [n:127.0.0.1:44343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 826220 INFO  (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 826223 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 826223 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 826223 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33263_solr
   [junit4]   2> 826223 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44343_solr]
   [junit4]   2> 826223 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 826223 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 826224 INFO  (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 826224 INFO  (zkCallback-1926-thread-1-processing-n:127.0.0.1:44343_solr) [n:127.0.0.1:44343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 826224 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 826224 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 826224 DEBUG (ScheduledTrigger-4366-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 826245 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44343.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826245 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44343.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826245 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44343.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826245 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/tempDir-001/node2/.
   [junit4]   2> 826253 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33263.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826253 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33263.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826253 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33263.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826254 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/tempDir-001/node1/.
   [junit4]   2> 826330 INFO  (zkConnectionManagerCallback-1933-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826332 INFO  (zkConnectionManagerCallback-1937-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826333 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 826333 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34601/solr ready
   [junit4]   2> 826339 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCooldown
   [junit4]   2> 826339 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 826339 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 826339 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 826340 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 826340 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 826340 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 826343 INFO  (qtp652553589-9103) [n:127.0.0.1:33263_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 826344 INFO  (qtp359288413-9109) [n:127.0.0.1:44343_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 826344 DEBUG (qtp359288413-9107) [n:127.0.0.1:44343_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 826345 INFO  (qtp359288413-9107) [n:127.0.0.1:44343_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 826345 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 826345 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:33263_solr, 127.0.0.1:44343_solr]
   [junit4]   2> 826345 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 826345 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 826346 INFO  (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 826346 DEBUG (ScheduledTrigger-4366-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 826346 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 826346 DEBUG (ScheduledTrigger-4366-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 826347 INFO  (qtp652553589-9103) [n:127.0.0.1:33263_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 826347 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 826347 INFO  (qtp359288413-9097) [n:127.0.0.1:44343_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 826347 DEBUG (qtp652553589-9106) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 826347 INFO  (qtp652553589-9106) [n:127.0.0.1:33263_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 826348 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 826348 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 826348 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:33263_solr, 127.0.0.1:44343_solr]
   [junit4]   2> 826348 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 826348 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 826349 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 826349 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d4f0dee{/solr,null,AVAILABLE}
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1e8f5e37{HTTP/1.1,[http/1.1]}{127.0.0.1:33195}
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.Server Started @827910ms
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33195}
   [junit4]   2> 826351 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T16:03:14.672747Z
   [junit4]   2> 826355 INFO  (zkConnectionManagerCallback-1939-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826355 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 826366 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34601/solr
   [junit4]   2> 826367 INFO  (zkConnectionManagerCallback-1943-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826369 INFO  (zkConnectionManagerCallback-1945-thread-1-processing-n:127.0.0.1:33195_solr) [n:127.0.0.1:33195_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826371 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 826372 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 826373 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33195_solr
   [junit4]   2> 826373 INFO  (zkCallback-1926-thread-1-processing-n:127.0.0.1:44343_solr) [n:127.0.0.1:44343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 826373 INFO  (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 826373 INFO  (zkCallback-1936-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 826374 INFO  (zkCallback-1944-thread-1-processing-n:127.0.0.1:33195_solr) [n:127.0.0.1:33195_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 826400 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33195.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826405 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33195.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826405 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33195.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826406 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/tempDir-001/node3/.
   [junit4]   2> 827348 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 827348 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 827348 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:33195_solr at time 2869337641227840
   [junit4]   2> 828349 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 828349 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 828349 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:33195_solr] added at times [2869337641227840], now=2869338642557236
   [junit4]   2> 828349 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"a31a5bad89640T642cknrrd3u2hcfbxhrcbmsn6",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":2869337641227840,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2869337641227840],
   [junit4]   2>     "nodeNames":["127.0.0.1:33195_solr"]}}
   [junit4]   2> 828350 INFO  (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 828350 DEBUG (AutoscalingActionExecutor-4367-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"a31a5bad89640T642cknrrd3u2hcfbxhrcbmsn6",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":2869337641227840,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2869337641227840],
   [junit4]   2>     "_enqueue_time_":2869338642775616,
   [junit4]   2>     "nodeNames":["127.0.0.1:33195_solr"]}}
   [junit4]   2> 828352 DEBUG (AutoscalingActionExecutor-4367-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=a31a5bad89640T642cknrrd3u2hcfbxhrcbmsn6
   [junit4]   2> 829352 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 829352 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 829352 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 829354 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a5b74d9{/solr,null,AVAILABLE}
   [junit4]   2> 829354 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20f60f61{HTTP/1.1,[http/1.1]}{127.0.0.1:43463}
   [junit4]   2> 829354 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.Server Started @830913ms
   [junit4]   2> 829354 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43463}
   [junit4]   2> 829354 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 829355 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 829355 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 829355 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 829355 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T16:03:17.676258Z
   [junit4]   2> 829356 INFO  (zkConnectionManagerCallback-1949-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 829357 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 829364 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34601/solr
   [junit4]   2> 829366 INFO  (zkConnectionManagerCallback-1953-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 829368 INFO  (zkConnectionManagerCallback-1955-thread-1-processing-n:127.0.0.1:43463_solr) [n:127.0.0.1:43463_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 829374 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 829375 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 829377 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43463_solr
   [junit4]   2> 829378 INFO  (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 829378 INFO  (zkCallback-1936-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 829378 INFO  (zkCallback-1926-thread-1-processing-n:127.0.0.1:44343_solr) [n:127.0.0.1:44343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 829378 INFO  (zkCallback-1944-thread-1-processing-n:127.0.0.1:33195_solr) [n:127.0.0.1:33195_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 829379 INFO  (zkCallback-1954-thread-1-processing-n:127.0.0.1:43463_solr) [n:127.0.0.1:43463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 829437 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43463.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 829443 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43463.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 829443 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43463.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 829444 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/tempDir-001/node4/.
   [junit4]   2> 830352 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 830352 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 830352 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:43463_solr at time 2869340645524654
   [junit4]   2> 831353 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 831353 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 831353 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:43463_solr] added at times [2869340645524654], now=2869341646265748
   [junit4]   2> 831353 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"a31a66dea84aeT642cknrrd3u2hcfbxhrcbmsn8",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":2869340645524654,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2869340645524654],
   [junit4]   2>     "nodeNames":["127.0.0.1:43463_solr"]}}
   [junit4]   2> 832353 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 832354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 832354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:43463_solr] added at times [2869340645524654], now=2869342647173967
   [junit4]   2> 832354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"a31a66dea84aeT642cknrrd3u2hcfbxhrcbmsn9",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":2869340645524654,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2869340645524654],
   [junit4]   2>     "nodeNames":["127.0.0.1:43463_solr"]}}
   [junit4]   2> 833354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 833354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 833354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:43463_solr] added at times [2869340645524654], now=2869343647756910
   [junit4]   2> 833354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"a31a66dea84aeT642cknrrd3u2hcfbxhrcbmsna",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":2869340645524654,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2869340645524654],
   [junit4]   2>     "nodeNames":["127.0.0.1:43463_solr"]}}
   [junit4]   2> 833355 DEBUG (AutoscalingActionExecutor-4367-thread-1-processing-n:127.0.0.1:33263_solr) 

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

ster-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J2-20180105_164627_0975591618445131638019.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-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J0-20180105_164627_0977794854003204666737.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 553 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J2-20180105_164744_51114412018290728537342.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-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20180105_164744_5117776512332426724826.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-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20180105_164744_5118188648685303715402.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 1260 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20180105_164801_98812732904382809380842.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-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20180105_164801_9888948886862362777713.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 644 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20180105_164808_8967116818109962052513.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-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20180105_164808_896268885231845958841.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-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20180105_164808_896358109554421398640.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 558 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20180105_164828_4835094854369843399597.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-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20180105_164828_4909331754686702878544.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-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20180105_164828_4849076753222431669515.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 560 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20180105_164840_1892642554110607963386.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-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20180105_164840_18910429583529397507447.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 653 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20180105_164847_84816256933647928998911.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-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20180105_164847_8475827220777799077140.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-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20180105_164847_8479959324276301835093.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 596 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20180105_164916_6219834104842322562651.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-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20180105_164916_62114701289898227758007.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 548 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20180105_164929_02812152888036226250378.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 32222 lines...]

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

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

4 tests failed.
FAILED:  org.apache.solr.cloud.TestPullReplica.testKillLeader

Error Message:
Error from server at https://127.0.0.1:33041/solr: create the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:33041/solr: create the collection time out:180s
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestPullReplica.doTestNoLeader(TestPullReplica.java:372)
	at org.apache.solr.cloud.TestPullReplica.testKillLeader(TestPullReplica.java:290)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestPullReplica.testCreateDelete {seed=[92FB4DC80E4B3D4F:89EBBC84F8BBC57F]}

Error Message:
Could not find collection : pull_replica_test_create_delete

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : pull_replica_test_create_delete
	at __randomizedtesting.SeedInfo.seed([92FB4DC80E4B3D4F:89EBBC84F8BBC57F]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
	at org.apache.solr.cloud.TestPullReplica.testCreateDelete(TestPullReplica.java:162)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestPullReplica.testCreateDelete {seed=[92FB4DC80E4B3D4F:3DBD0078CC790E53]}

Error Message:
expected:<200> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<500>
	at __randomizedtesting.SeedInfo.seed([92FB4DC80E4B3D4F:3DBD0078CC790E53]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestPullReplica.testCreateDelete(TestPullReplica.java:157)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:34791/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:40583/solr/test_col_shard2_replica_n6: Server Error    request: http://127.0.0.1:40583/solr/test_col_shard2_replica_n6/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A34791%2Fsolr%2Ftest_col_shard1_replica_n2%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:37081/solr/test_col_shard2_replica_n4/ update: org.apache.solr.client.solrj.request.UpdateRequest@11cad575

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



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



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



request: http://127.0.0.1:40583/solr/test_col_shard2_replica_n6/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A34791%2Fsolr%2Ftest_col_shard1_replica_n2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:37081/solr/test_col_shard2_replica_n4/ update: org.apache.solr.client.solrj.request.UpdateRequest@11cad575
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399)
	... 6 more




Build Log:
[...truncated 12750 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplica
   [junit4]   2> 692701 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/init-core-data-001
   [junit4]   2> 692701 WARN  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 692701 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 692702 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-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> 692703 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001
   [junit4]   2> 692703 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 692703 INFO  (Thread-1350) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 692703 INFO  (Thread-1350) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 692705 ERROR (Thread-1350) [    ] 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> 692803 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43255
   [junit4]   2> 692805 INFO  (zkConnectionManagerCallback-6825-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692808 INFO  (jetty-launcher-6822-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 692808 INFO  (jetty-launcher-6822-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 692808 INFO  (jetty-launcher-6822-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7bb80e1f{/solr,null,AVAILABLE}
   [junit4]   2> 692808 INFO  (jetty-launcher-6822-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6554f463{/solr,null,AVAILABLE}
   [junit4]   2> 692809 INFO  (jetty-launcher-6822-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@645a0c0d{SSL,[ssl, http/1.1]}{127.0.0.1:45685}
   [junit4]   2> 692809 INFO  (jetty-launcher-6822-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@191bd380{SSL,[ssl, http/1.1]}{127.0.0.1:33041}
   [junit4]   2> 692809 INFO  (jetty-launcher-6822-thread-2) [    ] o.e.j.s.Server Started @694206ms
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.e.j.s.Server Started @694206ms
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45685}
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33041}
   [junit4]   2> 692810 ERROR (jetty-launcher-6822-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 692810 ERROR (jetty-launcher-6822-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T19:03:36.813Z
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T19:03:36.813Z
   [junit4]   2> 692812 INFO  (zkConnectionManagerCallback-6828-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692812 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 692812 INFO  (zkConnectionManagerCallback-6829-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692812 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 692815 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x160c7b502030001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 692816 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43255/solr
   [junit4]   2> 692816 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43255/solr
   [junit4]   2> 692817 INFO  (zkConnectionManagerCallback-6837-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692817 INFO  (zkConnectionManagerCallback-6835-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692818 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x160c7b502030004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 692818 INFO  (zkConnectionManagerCallback-6840-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692818 INFO  (zkConnectionManagerCallback-6841-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692851 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 692851 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45685_solr
   [junit4]   2> 692852 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.c.Overseer Overseer (id=99298772038909958-127.0.0.1:45685_solr-n_0000000000) starting
   [junit4]   2> 692854 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 692854 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33041_solr
   [junit4]   2> 692857 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45685_solr
   [junit4]   2> 692861 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 692861 INFO  (OverseerStateUpdate-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 692899 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692904 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45685.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692904 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692904 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692904 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node1/.
   [junit4]   2> 692908 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45685.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692908 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45685.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692909 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node2/.
   [junit4]   2> 692929 INFO  (zkConnectionManagerCallback-6847-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692931 INFO  (zkConnectionManagerCallback-6851-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692932 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 692932 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43255/solr ready
   [junit4]   2> 692933 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.TestPullReplica Using legacyCloud?: false
   [junit4]   2> 692945 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 692946 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 692955 INFO  (TEST-TestPullReplica.testSearchWhileReplicationHappens-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSearchWhileReplicationHappens
   [junit4]   2> 692956 INFO  (TEST-TestPullReplica.testSearchWhileReplicationHappens-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSearchWhileReplicationHappens
   [junit4]   2> 692965 INFO  (TEST-TestPullReplica.testRealTimeGet-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRealTimeGet
   [junit4]   2> 692966 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_real_time_get&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 692966 INFO  (OverseerThreadFactory-2841-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.CreateCollectionCmd Create collection pull_replica_test_real_time_get
   [junit4]   2> 693070 INFO  (OverseerStateUpdate-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_real_time_get",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_real_time_get_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33041/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 693070 INFO  (OverseerStateUpdate-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_real_time_get",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_real_time_get_shard1_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45685/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 693274 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=pull_replica_test_real_time_get_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 693275 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 693284 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_real_time_get_shard1_replica_p2&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 693284 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 693388 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 693388 INFO  (zkCallback-6839-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 693388 INFO  (zkCallback-6838-thread-2-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 693388 INFO  (zkCallback-6839-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694282 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 694290 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.s.IndexSchema [pull_replica_test_real_time_get_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 694292 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 694293 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 694293 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_real_time_get_shard1_replica_n1' using configuration from collection pull_replica_test_real_time_get, trusted=true
   [junit4]   2> 694293 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.core.pull_replica_test_real_time_get.shard1.replica_n1' (registry 'solr.core.pull_replica_test_real_time_get.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 694293 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 694294 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SolrCore [[pull_replica_test_real_time_get_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node1/pull_replica_test_real_time_get_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node1/./pull_replica_test_real_time_get_shard1_replica_n1/data/]
   [junit4]   2> 694296 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.s.IndexSchema [pull_replica_test_real_time_get_shard1_replica_p2] Schema name=minimal
   [junit4]   2> 694298 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 694298 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_real_time_get_shard1_replica_p2' using configuration from collection pull_replica_test_real_time_get, trusted=true
   [junit4]   2> 694298 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45685.solr.core.pull_replica_test_real_time_get.shard1.replica_p2' (registry 'solr.core.pull_replica_test_real_time_get.shard1.replica_p2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 694299 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 694299 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.SolrCore [[pull_replica_test_real_time_get_shard1_replica_p2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node2/pull_replica_test_real_time_get_shard1_replica_p2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node2/./pull_replica_test_real_time_get_shard1_replica_p2/data/]
   [junit4]   2> 694330 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 694330 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 694331 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.s.SolrIndexSearcher Opening [Searcher@98a2079[pull_replica_test_real_time_get_shard1_replica_p2] main]
   [junit4]   2> 694331 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 694331 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 694332 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 694332 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 694332 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 694332 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 694332 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 694333 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.ZkController pull_replica_test_real_time_get_shard1_replica_p2 starting background replication from leader
   [junit4]   2> 694333 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 694333 INFO  (searcherExecutor-2847-thread-1-processing-n:127.0.0.1:45685_solr x:pull_replica_test_real_time_get_shard1_replica_p2 s:shard1 c:pull_replica_test_real_time_get r:core_node4) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_p2] Registered new searcher Searcher@98a2079[pull_replica_test_real_time_get_shard1_replica_p2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 694333 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 694333 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 694334 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@18cd6a54[pull_replica_test_real_time_get_shard1_replica_n1] main]
   [junit4]   2> 694334 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 694334 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 694334 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 694335 INFO  (searcherExecutor-2846-thread-1-processing-n:127.0.0.1:33041_solr x:pull_replica_test_real_time_get_shard1_replica_n1 s:shard1 c:pull_replica_test_real_time_get r:core_node3) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_n1] Registered new searcher Searcher@18cd6a54[pull_replica_test_real_time_get_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 694335 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588780354332786688
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/ has no replicas
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 694339 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/ shard1
   [junit4]   2> 694440 INFO  (zkCallback-6838-thread-2-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694440 INFO  (zkCallback-6839-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694440 INFO  (zkCallback-6839-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694440 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694489 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 694496 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=pull_replica_test_real_time_get_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1222
   [junit4]   2> 694591 INFO  (zkCallback-6838-thread-2-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694591 INFO  (zkCallback-6839-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694591 INFO  (zkCallback-6839-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694591 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 695007 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher Updated masterUrl to https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 695009 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 695009 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 695009 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 695009 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 695009 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 695009 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 695010 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695010 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4328d42f commitCommandVersion:0
   [junit4]   2> 695011 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.s.SolrIndexSearcher Opening [Searcher@36d18d97[pull_replica_test_real_time_get_shard1_replica_p2] main]
   [junit4]   2> 695012 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 695013 INFO  (searcherExecutor-2847-thread-1-processing-n:127.0.0.1:45685_solr x:pull_replica_test_real_time_get_shard1_replica_p2 s:shard1 c:pull_replica_test_real_time_get r:core_node4) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_p2] Registered new searcher Searcher@36d18d97[pull_replica_test_real_time_get_shard1_replica_p2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 695336 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_real_time_get_shard1_replica_p2&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=PULL} status=0 QTime=2052
   [junit4]   2> 695339 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 695438 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 695438 INFO  (zkCallback-6838-thread-2-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 695438 INFO  (zkCallback-6839-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 695438 INFO  (zkCallback-6839-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 696339 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=1&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_real_time_get&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=3373
   [junit4]   2> 696348 INFO  (qtp1420943459-14322) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1588780356441473024)]} 0 2
   [junit4]   2> 696350 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&_stateVer_=pull_replica_test_real_time_get:5&ids=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 696351 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&ids=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 696364 INFO  (qtp1534832783-14321) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 696367 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&omitHeader=true&shards.purpose=1&NOW=1515179020367&ids=0&isShard=true&shard.url=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get} status=0 QTime=0
   [junit4]   2> 696367 INFO  (qtp1534832783-14321) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_p2]  webapp=/solr path=/get params={qt=/get&ids=0&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 696371 INFO  (qtp1420943459-14310) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:45685/solr/pull_replica_test_real_time_get_shard1_replica_p2/&wt=javabin&version=2}{add=[1 (1588780356467687424)]} 0 0
   [junit4]   2> 696371 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.p.LogUpdateProcessorFactory [pull_replica_test_real_time_get_shard1_replica_p2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 3
   [junit4]   2> 696372 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&_stateVer_=pull_replica_test_real_time_get:5&ids=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 696373 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&ids=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 696374 INFO  (qtp1534832783-14311) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 696375 INFO  (qtp1420943459-14322) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&omitHeader=true&shards.purpose=1&NOW=1515179020377&ids=1&isShard=true&shard.url=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get} status=0 QTime=0
   [junit4]   2> 696375 INFO  (qtp1534832783-14311) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_p2]  webapp=/solr path=/get params={qt=/get&ids=1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 696376 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&ids=0&ids=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 696377 INFO  (qtp1534832783-14319) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 696378 INFO  (qtp1420943459-14310) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&omitHeader=true&shards.purpose=1&NOW=1515179020380&ids=0,1&isShard=true&shard.url=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get} status=0 QTime=0
   [junit4]   2> 696378 INFO  (qtp1534832783-14319) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_p2]  webapp=/solr path=/get params={qt=/get&ids=0&ids=1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 696379 INFO  (TEST-TestPullReplica.testRealTimeGet-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.c.TestPullReplica tearDown deleting collection
   [junit4]   2> 696379 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=pull_replica_test_real_time_get&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 696381 INFO  (OverseerThreadFactory-2841-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 696381 INFO  (OverseerCollectionConfigSetProcessor-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 696383 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.pull_replica_test_real_time_get.shard1.replica_p2, tag=null
   [junit4]   2> 696383 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.pull_replica_test_real_time_get.shard1.replica_n1, tag=null
   [junit4]   2> 696383 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@66ff1fd0: rootName = solr_45685, domain = solr.core.pull_replica_test_real_time_get.shard1.replica_p2, service url = null, agent id = null] for registry solr.core.pull_replica_test_real_time_get.shard1.replica_p2 / com.codahale.metrics.MetricRegistry@6db7c3ac
   [junit4]   2> 696383 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15a2af03: rootName = solr_33041, domain = solr.core.pull_replica_test_real_time_get.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.pull_replica_test_real_time_get.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1db39bbf
   [junit4]   2> 696396 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.c.ZkController pull_replica_test_real_time_get_shard1_replica_p2 stopping background replication from leader
   [junit4]   2> 696397 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_p2]  CLOSING SolrCore org.apache.solr.core.SolrCore@23688df8
   [junit4]   2> 696397 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.pull_replica_test_real_time_get.shard1.replica_p2, tag=594054648
   [junit4]   2> 696397 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.pull_replica_test_real_time_get.shard1.leader, tag=594054648
   [junit4]   2> 696397 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4d28ada1
   [junit4]   2> 696397 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.pull_replica_test_real_time_get.shard1.replica_n1, tag=1294511521
   [junit4]   2> 696397 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.pull_replica_test_real_time_get.shard1.leader, tag=1294511521
   [junit4]   2> 696397 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 696397 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2ce44285 commitCommandVersion:0
   [junit4]   2> 696400 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=pull_replica_test_real_time_get_shard1_replica_p2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 696400 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=pull_replica_test_real_time_get_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 697103 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=pull_replica_test_real_time_get&action=DELETE&wt=javabin&version=2} status=0 QTime=723
   [junit4]   2> 697103 INFO  (TEST-TestPullReplica.testRealTimeGet-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.c.TestPullReplica Collection deleted
   [junit4]   2> 697103 INFO  (TEST-TestPullReplica.testRealTimeGet-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRealTimeGet
   [junit4]   2> 697112 INFO  (TEST-TestPullReplica.testKillPullReplica-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testKillPullReplica
   [junit4]   2> 697112 INFO  (qtp1420943459-14322) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_kill_pull_replica&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 697113 INFO  (OverseerThreadFactory-2841-thread-3-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.CreateCollectionCmd Create collection pull_replica_test_kill_pull_replica
   [junit4]   2> 697113 INFO  (OverseerCollectionConfigSetProcessor-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_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> 697316 INFO  (OverseerStateUpdate-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_kill_pull_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_kill_pull_replica_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45685/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 697317 INFO  (OverseerStateUpdate-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_kill_pull_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_kill_pull_replica_shard1_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33041/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 697517 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=pull_replica_test_kill_pull_replica_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_kill_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 697517 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_kill_pull_replica_shard1_replica_p2&action=CREATE&numShards=1&collection=pull_replica_test_kill_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 697620 INFO  (zkCallback-6839-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_kill_pull_replica/state.json] for collection [pull_replica_test_kill_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 697620 INFO  (zkCallback-6838-thread-2-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_kill_pull_replica/state.json] for collection [pull_replica_test_kill_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 697620 INFO  (zkCallback-6839-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_kill_pull_replica/state.json] for collection [pull_replica_test_kill_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 697620 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_kill_pull_replica/state.json] for collection [pull_replica_test_kill_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 698532 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 698532 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 698539 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.s.IndexSchema [pull_replica_test_kill_pull_replica_shard1_replica_p2] Schema name=minimal
   [junit4]   2> 698539 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.s.IndexSchema [pull_replica_test_kill_pull_replica_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 698542 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 698542 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_kill_pull_replica_shard1_replica_p2' using configuration from collection pull_replica_test_kill_pull_replica, trusted=true
   [junit4]   2> 698542 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 698542 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_kill_pull_replica_shard1_replica_n1' using configuration from collection pull_replica_test_kill_pull_replica, trusted=true
   [junit4]   2> 698542 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.core.pull_replica_test_kill_pull_replica.shard1.replica_p2' (registry 'solr.core.pull_replica_test_kill_pull_replica.shard1.replica_p2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 698543 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 698543 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45685.solr.core.pull_replica_test_kill_pull_replica.shard1.replica_n1' (registry 'solr.core.pull_replica_test_kill_pull_replica.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 698543 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.SolrCore [[pull_replica_test_kill_pull_replica_shard1_replica_p2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node1/pull_replica_test_kill_pull_replica_shard1_replica_p2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node1/./pull_replica_test_kill_pull_replica_shard1_replica_p2/data/]
   [junit4]   2> 698543 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 698543 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.c.SolrCore [[pull_replica_test_kill_pull_replica_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node2/pull_replica_test_kill_pull_replica_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node2/./pull_replica_test_kill_pull_replica_shard1_replica_n1/data/]
   [junit4]   2> 698587 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 698587 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 698587 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 698587 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 698588 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 698588 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3af403bf[pull_replica_test_kill_pull_replica_shard1_replica_p2] main]
   [junit4]   2> 698588 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 698588 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 698589 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 698589 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@77a7a98[pull_replica_test_kill_pull_replica_shard1_replica_n1] main]
   [junit4]   2> 698589 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 698589 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 698589 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 698589 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.ZkController pull_replica_test_kill_pull_replica_shard1_replica_p2 starting background replication from leader
   [junit4]   2> 698589 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 698589 INFO  (searcherExecutor-2857-thread-1-processing-n:127.0.0.1:33041_solr x:pull_replica_test_kill_pull_replica_shard1_replica_p2 s:shard1 c:pull_replica_test_kill_pull_replica r:core_node4) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.SolrCore [pull_replica_test_kill_pull_replica_shard1_replica_p2] Registered new searcher Searcher@3af403bf[pull_replica_test_kill_pull_replica_shard1_replica_p2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 698590 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 698590 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 698590 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 698590 INFO  (searcherExecutor-2858-thread-1-processing-n:127.0.0.1:45685_solr 

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

tCommandVersion:0
   [junit4]   2> 2669462 INFO  (coreCloseExecutor-8900-thread-1) [n:127.0.0.1:40885_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_col.shard1.leader, tag=335486924
   [junit4]   2> 2669462 INFO  (jetty-closer-9690-thread-2) [    ] o.a.s.c.Overseer Overseer (id=99298900322156551-127.0.0.1:40583_solr-n_0000000000) closing
   [junit4]   2> 2669462 INFO  (jetty-closer-9690-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3992a025{/solr,null,UNAVAILABLE}
   [junit4]   2> 2669463 INFO  (coreCloseExecutor-8900-thread-1) [n:127.0.0.1:40885_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 2669463 WARN  (OverseerAutoScalingTriggerThread-99298900322156551-127.0.0.1:40583_solr-n_0000000000) [n:127.0.0.1:40583_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2669463 INFO  (coreCloseExecutor-8900-thread-1) [n:127.0.0.1:40885_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@63a07f1e commitCommandVersion:0
   [junit4]   2> 2669463 INFO  (OverseerStateUpdate-99298900322156551-127.0.0.1:40583_solr-n_0000000000) [n:127.0.0.1:40583_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40583_solr
   [junit4]   2> 2669466 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x160c7d2e04a0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2669467 INFO  (jetty-closer-9690-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@224f12f9{/solr,null,UNAVAILABLE}
   [junit4]   2> 2669467 INFO  (zkCallback-9716-thread-1-processing-n:127.0.0.1:40885_solr) [n:127.0.0.1:40885_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40885_solr
   [junit4]   2> 2669481 INFO  (jetty-closer-9690-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5e5d997c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2669481 ERROR (SUITE-TestStressCloudBlindAtomicUpdates-seed#[92FB4DC80E4B3D4F]-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> 2669481 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46341 46341
   [junit4]   2> 2674511 INFO  (Thread-8230) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46341 46341
   [junit4]   2> 2674511 WARN  (Thread-8230) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	36	/solr/collections/test_col/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99298900322156551-127.0.0.1:40583_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_92FB4DC80E4B3D4F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@66fc0fca), locale=sr-Latn, timezone=America/Ensenada
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=143045328,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [CursorMarkTest, TestHttpShardHandlerFactory, IndexSchemaRuntimeFieldTest, OverseerCollectionConfigSetProcessorTest, PeerSyncWithIndexFingerprintCachingTest, ChangedSchemaMergeTest, TestCollectionAPIs, TestConfigSets, DateMathParserTest, TestMergePolicyConfig, TestReversedWildcardFilterFactory, TestConfigReload, TestConfigOverlay, PrimitiveFieldTypeTest, URLClassifyProcessorTest, TestSlowCompositeReaderWrapper, V2StandaloneTest, TestCrossCoreJoin, TestDocTermOrds, TestNodeLostTrigger, TestCustomDocTransformer, TestIndexingPerformance, TestStressLiveNodes, StatelessScriptUpdateProcessorFactoryTest, AddSchemaFieldsUpdateProcessorFactoryTest, OverseerStatusTest, SolrMetricsIntegrationTest, DistributedQueueTest, TestGraphTermsQParserPlugin, SSLMigrationTest, TestSimpleQParserPlugin, BasicZkTest, SliceStateTest, FastVectorHighlighterTest, TestBlendedInfixSuggestions, RuleEngineTest, TestSubQueryTransformerCrossCore, SegmentsInfoRequestHandlerTest, TestStressVersions, TestSegmentSorting, TestNonDefinedSimilarityFactory, SpellCheckComponentTest, TestCollationFieldDocValues, NoCacheHeaderTest, TestHighFrequencyDictionaryFactory, TestPHPSerializedResponseWriter, QueryParsingTest, TestHdfsCloudBackupRestore, TestFastOutputStream, NumberUtilsTest, TestRandomFaceting, TestFieldCacheWithThreads, ActionThrottleTest, HdfsBasicDistributedZkTest, TestFoldingMultitermQuery, CloneFieldUpdateProcessorFactoryTest, TestCodecSupport, TestLegacyNumericRangeQueryBuilder, TemplateUpdateProcessorTest, UpdateParamsTest, TestFieldCacheSort, ConnectionManagerTest, SparseHLLTest, NodeMutatorTest, TestDistribDocBasedVersion, ClassificationUpdateProcessorFactoryTest, AutoAddReplicasIntegrationTest, TestLegacyNumericUtils, SolrPluginUtilsTest, TestLuceneIndexBackCompat, ResponseLogComponentTest, TestShardHandlerFactory, TestCustomSort, TestBinaryField, PeerSyncTest, FullHLLTest, SoftAutoCommitTest, BasicAuthStandaloneTest, TestRandomDVFaceting, TestDelegationWithHadoopAuth, NodeLostTriggerTest, TestFieldTypeResource, SolrInfoBeanTest, PreAnalyzedFieldManagedSchemaCloudTest, CursorPagingTest, TestSuggestSpellingConverter, SimpleMLTQParserTest, TestSortByMinMaxFunction, TestSQLHandler, CollectionStateFormat2Test, TestMiniSolrCloudClusterSSL, TestCloudPivotFacet, FacetPivotSmallTest, AnalysisAfterCoreReloadTest, CoreAdminRequestStatusTest, SolrCoreTest, TestPullReplica, TestSolrConfigHandlerConcurrent, TestUpdate, CheckHdfsIndexTest, TestUtils, RequestLoggingTest, DocValuesTest, DeleteReplicaTest, TestCollapseQParserPlugin, TestSolrXml, DistributedQueryElevationComponentTest, TestXmlQParserPlugin, UtilsToolTest, TestRecoveryHdfs, TestWordDelimiterFilterFactory, TestPKIAuthenticationPlugin, TestRequestForwarding, SpellCheckCollatorTest, ReplicationFactorTest, CustomHighlightComponentTest, MetricsHandlerTest, AnalysisErrorHandlingTest, TestSolrIndexConfig, TestSweetSpotSimilarityFactory, SolrJmxReporterCloudTest, RecoveryAfterSoftCommitTest, TestComputePlanAction, MinimalSchemaTest, TestNumericTerms64, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, TestReplicationHandler, TestDistributedSearch, TestRecovery, ZkControllerTest, TestRealTimeGet, TestJoin, DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, TestBadConfig, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SuggesterFSTTest, SuggesterTSTTest, SuggesterTest, SpatialFilterTest, TestCSVLoader, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, TestSolrDeletionPolicy1, CacheHeaderTest, TestSurroundQueryParser, TestQueryUtils, TestOmitPositions, TermsComponentTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, LoggingHandlerTest, RegexBoostProcessorTest, ReturnFieldsTest, TestCSVResponseWriter, JsonLoaderTest, CSVRequestHandlerTest, SearchHandlerTest, TestSearchPerf, TestConfig, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestIBSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, PreAnalyzedFieldTest, RAMDirectoryFactoryTest, FileUtilsTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestHighlightDedupGrouping, TestEmbeddedSolrServerSchemaAPI, AliasIntegrationTest, AsyncCallRequestStatusResponseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, CreateCollectionCleanupTest, CustomCollectionTest, DeleteShardTest, DistribCursorPagingTest, ForceLeaderTest, LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest, MoveReplicaTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerTaskQueueTest, RemoteQueryErrorTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, TestCloudSearcherWarming, TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, TestLocalFSCloudBackupRestore, TestRequestStatusCollectionAPI, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [559/766 (2!)] on J0 in 24.37s, 5 tests, 1 error <<< FAILURES!

[...truncated 48828 lines...]