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

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4454 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4454/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([979EE4A4CC8EA76C:1FCADB7E6272CA94]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


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

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([979EE4A4CC8EA76C:FA62405976C6586B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:312)
	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 1839 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/temp/junit4-J0-20180221_165604_1399215324853972783955.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/temp/junit4-J1-20180221_165604_1397519095270887048836.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 290 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/test-framework/test/temp/junit4-J0-20180221_170319_8167428295802954273818.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/test-framework/test/temp/junit4-J1-20180221_170319_8176506211350941367112.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 1065 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/common/test/temp/junit4-J1-20180221_170433_49216582134714312907796.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/common/test/temp/junit4-J0-20180221_170433_49213077465718723689437.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 238 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J1-20180221_170637_81214138273375673012171.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 J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J0-20180221_170637_8128340004794680667569.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 253 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20180221_170649_8887524106750479803878.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20180221_170649_8889347185493233730587.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 162 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J0-20180221_170720_27915142179599237890677.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J1-20180221_170720_2792269312546345075594.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 166 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J0-20180221_170725_1114766155375684525291.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J1-20180221_170725_11117317918181445815545.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 176 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J1-20180221_170729_0383331131459711524145.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J0-20180221_170729_0388809197984036010012.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 159 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J0-20180221_170737_51511687620217704234518.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J1-20180221_170737_5152962905456907081128.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 167 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J0-20180221_170744_2475034743791494125467.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J1-20180221_170744_24715445087648866850179.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 175 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/uima/test/temp/junit4-J0-20180221_170748_2918543574935011008098.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 157 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J1-20180221_170803_133991256020693009336.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J0-20180221_170803_1336399853723617562229.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 1401 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/benchmark/test/temp/junit4-J0-20180221_170839_1993073753657253365919.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/benchmark/test/temp/junit4-J1-20180221_170839_2024069868409781991459.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 254 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/classification/test/temp/junit4-J1-20180221_170854_91815763004965334883944.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/classification/test/temp/junit4-J0-20180221_170854_91815384191182422441351.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 258 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/codecs/test/temp/junit4-J0-20180221_170920_9258471440568246402558.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/codecs/test/temp/junit4-J1-20180221_170920_92814036474336214053309.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 234 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/demo/test/temp/junit4-J1-20180221_171149_1366326832277483468273.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/demo/test/temp/junit4-J0-20180221_171149_1366537904790944503746.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 J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/expressions/test/temp/junit4-J0-20180221_171153_27961503209239579392.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/expressions/test/temp/junit4-J1-20180221_171153_279185406190901161143.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 232 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/facet/test/temp/junit4-J0-20180221_171200_0117700975987141655616.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/facet/test/temp/junit4-J1-20180221_171200_0128161602532456806675.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 182 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/grouping/test/temp/junit4-J1-20180221_171240_7826437330237863129177.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/grouping/test/temp/junit4-J0-20180221_171240_78215034435245370433637.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 J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/highlighter/test/temp/junit4-J0-20180221_171249_71410817837074272369307.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/highlighter/test/temp/junit4-J1-20180221_171249_7148074616646035124227.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 163 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/join/test/temp/junit4-J1-20180221_171313_3577638329016769740121.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/join/test/temp/junit4-J0-20180221_171313_3544576706552078978017.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/memory/test/temp/junit4-J0-20180221_171332_3005789336773402050070.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/memory/test/temp/junit4-J1-20180221_171332_3001039988530024098412.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 189 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/misc/test/temp/junit4-J0-20180221_171340_56510622135944652151272.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 J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/misc/test/temp/junit4-J1-20180221_171340_5651382366139521811593.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 304 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queries/test/temp/junit4-J1-20180221_171401_7026734606524053740791.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queries/test/temp/junit4-J0-20180221_171401_70216232245428645435598.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 232 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queryparser/test/temp/junit4-J1-20180221_171411_41118005973543874271307.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queryparser/test/temp/junit4-J0-20180221_171411_4114371258061227221840.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 212 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/replicator/test/temp/junit4-J1-20180221_171423_657538205923660534237.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/replicator/test/temp/junit4-J0-20180221_171423_6573981314512061486465.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 207 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/sandbox/test/temp/junit4-J0-20180221_171439_27112668923431353896871.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/sandbox/test/temp/junit4-J1-20180221_171439_2724603884167137515416.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 320 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J1-20180221_171517_9868654369789764516650.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J0-20180221_171517_9865168817103623649043.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 151 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial/test/temp/junit4-J0-20180221_171541_7945269939871465237426.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 186 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial3d/test/temp/junit4-J0-20180221_171544_3755396385696935219635.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 J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial3d/test/temp/junit4-J1-20180221_171544_3757953698130762922652.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 260 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/suggest/test/temp/junit4-J1-20180221_171601_22114281325645513275500.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/suggest/test/temp/junit4-J0-20180221_171601_22016150338529325936963.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 3182 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeNoTargetTest
   [junit4]   2> 3108487 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[979EE4A4CC8EA76C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_979EE4A4CC8EA76C-001/init-core-data-001
   [junit4]   2> 3108489 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[979EE4A4CC8EA76C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3108490 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[979EE4A4CC8EA76C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3108490 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[979EE4A4CC8EA76C]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_979EE4A4CC8EA76C-001/tempDir-001
   [junit4]   2> 3108490 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[979EE4A4CC8EA76C]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3108491 INFO  (Thread-2169) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3108491 INFO  (Thread-2169) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3108496 ERROR (Thread-2169) [    ] 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> 3108594 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[979EE4A4CC8EA76C]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:54254
   [junit4]   2> 3108608 INFO  (zkConnectionManagerCallback-2649-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108616 INFO  (jetty-launcher-2646-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3108616 INFO  (jetty-launcher-2646-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3108617 INFO  (jetty-launcher-2646-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3108619 INFO  (jetty-launcher-2646-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3108619 INFO  (jetty-launcher-2646-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3108619 INFO  (jetty-launcher-2646-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3108620 INFO  (jetty-launcher-2646-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@329d5c97{/solr,null,AVAILABLE}
   [junit4]   2> 3108621 INFO  (jetty-launcher-2646-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3108621 INFO  (jetty-launcher-2646-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3108621 INFO  (jetty-launcher-2646-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3108622 INFO  (jetty-launcher-2646-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b2b6646{/solr,null,AVAILABLE}
   [junit4]   2> 3108623 INFO  (jetty-launcher-2646-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@64387b06{HTTP/1.1,[http/1.1]}{127.0.0.1:54256}
   [junit4]   2> 3108623 INFO  (jetty-launcher-2646-thread-2) [    ] o.e.j.s.Server Started @3110720ms
   [junit4]   2> 3108623 INFO  (jetty-launcher-2646-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54256}
   [junit4]   2> 3108624 ERROR (jetty-launcher-2646-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3108645 INFO  (jetty-launcher-2646-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@558c0030{HTTP/1.1,[http/1.1]}{127.0.0.1:54257}
   [junit4]   2> 3108645 INFO  (jetty-launcher-2646-thread-3) [    ] o.e.j.s.Server Started @3110742ms
   [junit4]   2> 3108645 INFO  (jetty-launcher-2646-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54257}
   [junit4]   2> 3108645 INFO  (jetty-launcher-2646-thread-6) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3108645 ERROR (jetty-launcher-2646-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3108646 INFO  (jetty-launcher-2646-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3108646 INFO  (jetty-launcher-2646-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3108644 INFO  (jetty-launcher-2646-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3108643 INFO  (jetty-launcher-2646-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3108646 INFO  (jetty-launcher-2646-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3108646 INFO  (jetty-launcher-2646-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3108646 INFO  (jetty-launcher-2646-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3108646 INFO  (jetty-launcher-2646-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3108646 INFO  (jetty-launcher-2646-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3108646 INFO  (jetty-launcher-2646-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-21T18:09:14.002559Z
   [junit4]   2> 3108643 INFO  (jetty-launcher-2646-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3108646 INFO  (jetty-launcher-2646-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3108647 INFO  (jetty-launcher-2646-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-21T18:09:14.002999Z
   [junit4]   2> 3108648 INFO  (jetty-launcher-2646-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3108648 INFO  (jetty-launcher-2646-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3108648 INFO  (jetty-launcher-2646-thread-6) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3108650 INFO  (jetty-launcher-2646-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3108650 INFO  (jetty-launcher-2646-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3108651 INFO  (jetty-launcher-2646-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3108651 INFO  (jetty-launcher-2646-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@53233a2{/solr,null,AVAILABLE}
   [junit4]   2> 3108652 INFO  (jetty-launcher-2646-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4dd3186b{/solr,null,AVAILABLE}
   [junit4]   2> 3108652 INFO  (jetty-launcher-2646-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1bb4d6b3{HTTP/1.1,[http/1.1]}{127.0.0.1:54260}
   [junit4]   2> 3108652 INFO  (jetty-launcher-2646-thread-6) [    ] o.e.j.s.Server Started @3110749ms
   [junit4]   2> 3108652 INFO  (jetty-launcher-2646-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54260}
   [junit4]   2> 3108652 ERROR (jetty-launcher-2646-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3108653 INFO  (jetty-launcher-2646-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3108653 INFO  (jetty-launcher-2646-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3108653 INFO  (jetty-launcher-2646-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3108653 INFO  (jetty-launcher-2646-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-21T18:09:14.009405Z
   [junit4]   2> 3108655 INFO  (jetty-launcher-2646-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3fd38381{HTTP/1.1,[http/1.1]}{127.0.0.1:54259}
   [junit4]   2> 3108655 INFO  (jetty-launcher-2646-thread-1) [    ] o.e.j.s.Server Started @3110752ms
   [junit4]   2> 3108655 INFO  (jetty-launcher-2646-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54259}
   [junit4]   2> 3108655 ERROR (jetty-launcher-2646-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3108656 INFO  (jetty-launcher-2646-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3108656 INFO  (jetty-launcher-2646-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3108656 INFO  (jetty-launcher-2646-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3108656 INFO  (jetty-launcher-2646-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-21T18:09:14.012212Z
   [junit4]   2> 3108656 INFO  (zkConnectionManagerCallback-2651-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108657 INFO  (jetty-launcher-2646-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3108658 INFO  (jetty-launcher-2646-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3108658 INFO  (jetty-launcher-2646-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3108658 INFO  (jetty-launcher-2646-thread-5) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3108660 INFO  (zkConnectionManagerCallback-2653-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108662 INFO  (jetty-launcher-2646-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1cba5915{/solr,null,AVAILABLE}
   [junit4]   2> 3108662 INFO  (jetty-launcher-2646-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@761c4922{HTTP/1.1,[http/1.1]}{127.0.0.1:54264}
   [junit4]   2> 3108663 INFO  (jetty-launcher-2646-thread-5) [    ] o.e.j.s.Server Started @3110760ms
   [junit4]   2> 3108663 INFO  (jetty-launcher-2646-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54264}
   [junit4]   2> 3108663 ERROR (jetty-launcher-2646-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3108664 INFO  (jetty-launcher-2646-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3108664 INFO  (jetty-launcher-2646-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3108664 INFO  (jetty-launcher-2646-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3108664 INFO  (jetty-launcher-2646-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-21T18:09:14.020446Z
   [junit4]   2> 3108665 INFO  (zkConnectionManagerCallback-2655-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108665 INFO  (jetty-launcher-2646-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3108667 INFO  (jetty-launcher-2646-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3108667 INFO  (jetty-launcher-2646-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37859ea4{/solr,null,AVAILABLE}
   [junit4]   2> 3108667 INFO  (jetty-launcher-2646-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e996255{HTTP/1.1,[http/1.1]}{127.0.0.1:54266}
   [junit4]   2> 3108668 INFO  (jetty-launcher-2646-thread-4) [    ] o.e.j.s.Server Started @3110765ms
   [junit4]   2> 3108668 INFO  (jetty-launcher-2646-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54266}
   [junit4]   2> 3108668 ERROR (jetty-launcher-2646-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3108670 INFO  (jetty-launcher-2646-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3108670 INFO  (jetty-launcher-2646-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3108670 INFO  (jetty-launcher-2646-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3108670 INFO  (jetty-launcher-2646-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-21T18:09:14.026630Z
   [junit4]   2> 3108675 INFO  (zkConnectionManagerCallback-2657-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108676 INFO  (zkConnectionManagerCallback-2659-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108677 INFO  (jetty-launcher-2646-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3108677 INFO  (zkConnectionManagerCallback-2661-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108678 INFO  (jetty-launcher-2646-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3108678 INFO  (jetty-launcher-2646-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3108679 INFO  (jetty-launcher-2646-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54254/solr
   [junit4]   2> 3108681 INFO  (jetty-launcher-2646-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54254/solr
   [junit4]   2> 3108688 INFO  (jetty-launcher-2646-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54254/solr
   [junit4]   2> 3108690 INFO  (zkConnectionManagerCallback-2665-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108692 INFO  (zkConnectionManagerCallback-2669-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108693 INFO  (jetty-launcher-2646-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54254/solr
   [junit4]   2> 3108696 INFO  (zkConnectionManagerCallback-2677-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108697 INFO  (jetty-launcher-2646-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54254/solr
   [junit4]   2> 3108699 INFO  (zkConnectionManagerCallback-2673-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108701 INFO  (zkConnectionManagerCallback-2681-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108702 INFO  (jetty-launcher-2646-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54254/solr
   [junit4]   2> 3108703 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100266ffa07000a, likely client has closed socket
   [junit4]   2> 3108706 INFO  (zkConnectionManagerCallback-2685-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108707 INFO  (zkConnectionManagerCallback-2687-thread-1-processing-n:127.0.0.1:54264_solr) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108709 INFO  (zkConnectionManagerCallback-2691-thread-1-processing-n:127.0.0.1:54260_solr) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108713 INFO  (zkConnectionManagerCallback-2693-thread-1-processing-n:127.0.0.1:54259_solr) [n:127.0.0.1:54259_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108716 INFO  (zkConnectionManagerCallback-2695-thread-1-processing-n:127.0.0.1:54266_solr) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108718 INFO  (zkConnectionManagerCallback-2689-thread-1-processing-n:127.0.0.1:54257_solr) [n:127.0.0.1:54257_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108815 INFO  (zkConnectionManagerCallback-2701-thread-1-processing-n:127.0.0.1:54256_solr) [n:127.0.0.1:54256_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3108835 INFO  (jetty-launcher-2646-thread-5) [n:127.0.0.1:54264_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3108838 INFO  (jetty-launcher-2646-thread-5) [n:127.0.0.1:54264_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54264_solr
   [junit4]   2> 3108846 INFO  (jetty-launcher-2646-thread-5) [n:127.0.0.1:54264_solr    ] o.a.s.c.Overseer Overseer (id=72099856415916045-127.0.0.1:54264_solr-n_0000000000) starting
   [junit4]   2> 3108891 INFO  (jetty-launcher-2646-thread-2) [n:127.0.0.1:54256_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3108892 INFO  (jetty-launcher-2646-thread-3) [n:127.0.0.1:54257_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3108894 INFO  (jetty-launcher-2646-thread-5) [n:127.0.0.1:54264_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54264_solr
   [junit4]   2> 3108895 INFO  (jetty-launcher-2646-thread-2) [n:127.0.0.1:54256_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54256_solr
   [junit4]   2> 3108897 INFO  (jetty-launcher-2646-thread-3) [n:127.0.0.1:54257_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54257_solr
   [junit4]   2> 3108900 INFO  (OverseerStateUpdate-72099856415916045-127.0.0.1:54264_solr-n_0000000000) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3108902 INFO  (zkCallback-2688-thread-1-processing-n:127.0.0.1:54257_solr) [n:127.0.0.1:54257_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3108902 INFO  (zkCallback-2700-thread-1-processing-n:127.0.0.1:54256_solr) [n:127.0.0.1:54256_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3108919 INFO  (zkCallback-2686-thread-1-processing-n:127.0.0.1:54264_solr) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3108920 INFO  (zkCallback-2688-thread-1-processing-n:127.0.0.1:54257_solr) [n:127.0.0.1:54257_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3108923 INFO  (zkCallback-2700-thread-1-processing-n:127.0.0.1:54256_solr) [n:127.0.0.1:54256_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3108968 INFO  (jetty-launcher-2646-thread-2) [n:127.0.0.1:54256_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54256.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3108984 INFO  (jetty-launcher-2646-thread-5) [n:127.0.0.1:54264_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54264.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3108999 INFO  (jetty-launcher-2646-thread-2) [n:127.0.0.1:54256_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54256.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3108999 INFO  (jetty-launcher-2646-thread-2) [n:127.0.0.1:54256_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54256.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109001 INFO  (jetty-launcher-2646-thread-2) [n:127.0.0.1:54256_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_979EE4A4CC8EA76C-001/tempDir-001/node2/.
   [junit4]   2> 3109004 INFO  (jetty-launcher-2646-thread-5) [n:127.0.0.1:54264_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54264.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109004 INFO  (jetty-launcher-2646-thread-5) [n:127.0.0.1:54264_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54264.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109006 INFO  (jetty-launcher-2646-thread-5) [n:127.0.0.1:54264_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_979EE4A4CC8EA76C-001/tempDir-001/node5/.
   [junit4]   2> 3109063 INFO  (jetty-launcher-2646-thread-1) [n:127.0.0.1:54259_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3109065 INFO  (jetty-launcher-2646-thread-3) [n:127.0.0.1:54257_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54257.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109071 INFO  (jetty-launcher-2646-thread-1) [n:127.0.0.1:54259_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3109075 INFO  (jetty-launcher-2646-thread-1) [n:127.0.0.1:54259_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54259_solr
   [junit4]   2> 3109077 INFO  (zkCallback-2686-thread-1-processing-n:127.0.0.1:54264_solr) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3109077 INFO  (zkCallback-2688-thread-1-processing-n:127.0.0.1:54257_solr) [n:127.0.0.1:54257_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3109078 INFO  (zkCallback-2700-thread-1-processing-n:127.0.0.1:54256_solr) [n:127.0.0.1:54256_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3109078 INFO  (zkCallback-2692-thread-1-processing-n:127.0.0.1:54259_solr) [n:127.0.0.1:54259_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3109093 INFO  (jetty-launcher-2646-thread-6) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3109100 INFO  (jetty-launcher-2646-thread-4) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3109101 INFO  (jetty-launcher-2646-thread-6) [n:127.0.0.1:54260_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3109105 INFO  (jetty-launcher-2646-thread-6) [n:127.0.0.1:54260_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54260_solr
   [junit4]   2> 3109106 INFO  (zkCallback-2700-thread-1-processing-n:127.0.0.1:54256_solr) [n:127.0.0.1:54256_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3109107 INFO  (zkCallback-2688-thread-1-processing-n:127.0.0.1:54257_solr) [n:127.0.0.1:54257_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3109107 INFO  (zkCallback-2686-thread-1-processing-n:127.0.0.1:54264_solr) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3109107 INFO  (zkCallback-2692-thread-1-processing-n:127.0.0.1:54259_solr) [n:127.0.0.1:54259_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3109107 INFO  (zkCallback-2690-thread-1-processing-n:127.0.0.1:54260_solr) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3109118 INFO  (jetty-launcher-2646-thread-3) [n:127.0.0.1:54257_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54257.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109119 INFO  (jetty-launcher-2646-thread-3) [n:127.0.0.1:54257_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54257.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109120 INFO  (jetty-launcher-2646-thread-3) [n:127.0.0.1:54257_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_979EE4A4CC8EA76C-001/tempDir-001/node3/.
   [junit4]   2> 3109129 INFO  (zkCallback-2694-thread-1-processing-n:127.0.0.1:54266_solr) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3109132 INFO  (jetty-launcher-2646-thread-4) [n:127.0.0.1:54266_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3109137 INFO  (jetty-launcher-2646-thread-4) [n:127.0.0.1:54266_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54266_solr
   [junit4]   2> 3109140 INFO  (zkCallback-2688-thread-1-processing-n:127.0.0.1:54257_solr) [n:127.0.0.1:54257_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3109140 INFO  (zkCallback-2686-thread-1-processing-n:127.0.0.1:54264_solr) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3109140 INFO  (zkCallback-2700-thread-1-processing-n:127.0.0.1:54256_solr) [n:127.0.0.1:54256_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3109140 INFO  (zkCallback-2690-thread-1-processing-n:127.0.0.1:54260_solr) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3109140 INFO  (zkCallback-2692-thread-1-processing-n:127.0.0.1:54259_solr) [n:127.0.0.1:54259_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3109141 INFO  (zkCallback-2694-thread-1-processing-n:127.0.0.1:54266_solr) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 3109145 INFO  (jetty-launcher-2646-thread-1) [n:127.0.0.1:54259_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54259.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109244 INFO  (jetty-launcher-2646-thread-1) [n:127.0.0.1:54259_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54259.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109244 INFO  (jetty-launcher-2646-thread-1) [n:127.0.0.1:54259_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54259.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109246 INFO  (jetty-launcher-2646-thread-1) [n:127.0.0.1:54259_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_979EE4A4CC8EA76C-001/tempDir-001/node1/.
   [junit4]   2> 3109292 INFO  (jetty-launcher-2646-thread-4) [n:127.0.0.1:54266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54266.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109339 INFO  (jetty-launcher-2646-thread-6) [n:127.0.0.1:54260_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54260.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109368 INFO  (jetty-launcher-2646-thread-4) [n:127.0.0.1:54266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54266.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109368 INFO  (jetty-launcher-2646-thread-4) [n:127.0.0.1:54266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54266.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109376 INFO  (jetty-launcher-2646-thread-4) [n:127.0.0.1:54266_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_979EE4A4CC8EA76C-001/tempDir-001/node4/.
   [junit4]   2> 3109403 INFO  (jetty-launcher-2646-thread-6) [n:127.0.0.1:54260_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54260.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109403 INFO  (jetty-launcher-2646-thread-6) [n:127.0.0.1:54260_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54260.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71cfd43b
   [junit4]   2> 3109404 INFO  (jetty-launcher-2646-thread-6) [n:127.0.0.1:54260_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_979EE4A4CC8EA76C-001/tempDir-001/node6/.
   [junit4]   2> 3109642 INFO  (zkConnectionManagerCallback-2711-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3109647 INFO  (zkConnectionManagerCallback-2715-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3109650 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[979EE4A4CC8EA76C]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 3109651 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[979EE4A4CC8EA76C]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54254/solr ready
   [junit4]   2> 3109710 INFO  (TEST-ReplaceNodeNoTargetTest.test-seed#[979EE4A4CC8EA76C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3109713 INFO  (zkConnectionManagerCallback-2717-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3109715 INFO  (TEST-ReplaceNodeNoTargetTest.test-seed#[979EE4A4CC8EA76C]) [    ] o.a.s.c.ReplaceNodeNoTargetTest total_jettys: 6
   [junit4]   2> 3109756 INFO  (qtp1666480476-14589) [n:127.0.0.1:54256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 3109759 INFO  (qtp807402278-14598) [n:127.0.0.1:54257_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3109780 INFO  (qtp274501909-14597) [n:127.0.0.1:54259_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3109784 INFO  (qtp2048017799-14618) [n:127.0.0.1:54260_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3109788 INFO  (qtp1879624672-14638) [n:127.0.0.1:54264_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3109792 INFO  (qtp392818952-14629) [n:127.0.0.1:54266_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3109795 INFO  (qtp807402278-14592) [n:127.0.0.1:54257_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=54
   [junit4]   2> 3109798 INFO  (qtp807402278-14594) [n:127.0.0.1:54257_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=2&collection.configName=conf1&name=replacenodetest_coll_notarget&nrtReplicas=2&action=CREATE&numShards=5&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3109802 INFO  (OverseerThreadFactory-5371-thread-1-processing-n:127.0.0.1:54264_solr) [n:127.0.0.1:54264_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection replacenodetest_coll_notarget
   [junit4]   2> 3109813 INFO  (qtp1666480476-14601) [n:127.0.0.1:54256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3109815 INFO  (qtp807402278-14599) [n:127.0.0.1:54257_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3109817 INFO  (qtp274501909-14613) [n:127.0.0.1:54259_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3109824 INFO  (qtp2048017799-14622) [n:127.0.0.1:54260_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=5
   [junit4]   2> 3109826 INFO  (qtp1879624672-14647) [n:127.0.0.1:54264_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3109828 INFO  (qtp392818952-14633) [n:127.0.0.1:54266_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3109867 INFO  (OverseerThreadFactory-5371-thread-1-processing-n:127.0.0.1:54264_solr) [n:127.0.0.1:54264_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 644874084 sessionWrapper.createTime 644874045813118, this.sessionWrapper.createTime 644874045813118 
   [junit4]   2> 3109998 INFO  (OverseerStateUpdate-72099856415916045-127.0.0.1:54264_solr-n_0000000000) [n:127.0.0.1:54264_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54266/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3110006 INFO  (OverseerStateUpdate-72099856415916045-127.0.0.1:54264_solr-n_0000000000) [n:127.0.0.1:54264_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54264/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3110015 INFO  (OverseerStateUpdate-72099856415916045-127.0.0.1:54264_solr-n_0000000000) [n:127.0.0.1:54264_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54260/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3110020 INFO  (OverseerStateUpdate-72099856415916045-127.0.0.1:54264_solr-n_0000000000) [n:127.0.0.1:54264_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54259/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3110031 INFO  (OverseerStateUpdate-72099856415916045-127.0.0.1:54264_solr-n_0000000000) [n:127.0.0.1:54264_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54257/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3110038 INFO  (OverseerStateUpdate-72099856415916045-127.0.0.1:54264_solr-n_0000000000) [n:127.0.0.1:54264_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54256/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3110065 INFO  (OverseerStateUpdate-72099856415916045-127.0.0.1:54264_solr-n_0000000000) [n:127.0.0.1:54264_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard4_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54256/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3110074 INFO  (OverseerStateUpdate-72099856415916045-127.0.0.1:54264_solr-n_0000000000) [n:127.0.0.1:54264_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard4_replica_n13",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54257/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3110076 INFO  (OverseerStateUpdate-72099856415916045-127.0.0.1:54264_solr-n_0000000000) [n:127.0.0.1:54264_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard5_replica_n15",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54259/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3110078 INFO  (OverseerStateUpdate-72099856415916045-127.0.0.1:54264_solr-n_0000000000) [n:127.0.0.1:54264_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard5_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54260/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3110287 INFO  (qtp1879624672-14647) [n:127.0.0.1:54264_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard1_replica_n2&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3110287 INFO  (qtp1879624672-14647) [n:127.0.0.1:54264_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3110287 INFO  (qtp392818952-14633) [n:127.0.0.1:54266_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard1_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3110288 INFO  (qtp392818952-14633) [n:127.0.0.1:54266_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3110288 INFO  (qtp2048017799-14622) [n:127.0.0.1:54260_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard2_replica_n4&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3110288 INFO  (qtp274501909-14613) [n:127.0.0.1:54259_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard2_replica_n6&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3110288 INFO  (qtp2048017799-14622) [n:127.0.0.1:54260_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3110289 INFO  (qtp274501909-14613) [n:127.0.0.1:54259_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3110290 INFO  (qtp807402278-14599) [n:127.0.0.1:54257_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard3_replica_n8&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3110290 INFO  (qtp807402278-14599) [n:127.0.0.1:54257_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3110290 INFO  (qtp1666480476-14601) [n:127.0.0.1:54256_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node14&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard3_replica_n10&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3110291 INFO  (qtp1666480476-14601) [n:127.0.0.1:54256_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3110292 INFO  (qtp1666480476-14602) [n:127.0.0.1:54256_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node17&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard4_replica_n12&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3110292 INFO  (qtp274501909-14612) [n:127.0.0.1:54259_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node19&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard5_replica_n15&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3110292 INFO  (qtp807402278-14603) [n:127.0.0.1:54257_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node18&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard4_replica_n13&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3110292 INFO  (qtp2048017799-14623) [n:127.0.0.1:54260_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node20&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard5_replica_n16&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3110426 INFO  (zkCallback-2690-thread-1-processing-n:127.0.0.1:54260_solr) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3110426 INFO  (zkCallback-2692-thread-1-processing-n:127.0.0.1:54259_solr) [n:127.0.0.1:54259_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3110426 INFO  (zkCallback-2694-thread-1-processing-n:127.0.0.1:54266_solr) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3110426 INFO  (zkCallback-2688-thread-1-processing-n:127.0.0.1:54257_solr) [n:127.0.0.1:54257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3110426 INFO  (zkCallback-2690-thread-2-processing-n:127.0.0.1:54260_solr) [n:127.0.0.1:54260_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3110426 INFO  (zkCallback-2700-thread-1-processing-n:127.0.0.1:54256_solr) [n:127.0.0.1:54256_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3110427 INFO  (zkCallback-2692-thread-2-processing-n:127.0.0.1:54259_solr) [n:127.0.0.1:54259_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3110427 INFO  (zkCallback-2694-thread-2-processing-n:127.0.0.1:54266_solr) [n:127.0.0.1:54266_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3110427 INFO  (zkCallback-2688-thread-2-processing-n:127.0.0.1:54257_solr) [n:127.0.0.1:54257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3110427 INFO  (zkCallback-2700-thread-2-processing-n:127.0.0.1:54256_solr) [n:127.0.0.1:54256_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3110427 INFO  (zkCallback-2686-thread-1-processing-n:127.0.0.1:54264_solr) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3110428 INFO  (zkCallback-2686-thread-2-processing-n:127.0.0.1:54264_solr) [n:127.0.0.1:54264_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 3111348 INFO  (qtp1666480476-14601) [n:127.0.0.1:54256_solr c:replacenodetest_coll_notarget s:shard3 r:core_node14 x:replacenodetest_coll_notarget_shard3_replica_n10] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3111350 INFO  (qtp1666480476-14602) [n:127.0.0.1:54256_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n12] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3111354 INFO  (qtp392818952-14633) [n:127.0.0.1:54266_solr c:replacenodetest_coll_notarget s:shard1 r:core_node3 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3111384 INFO  (qtp1879624672-14647) [n:127.0.0.1:54264_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3111391 INFO  (qtp807402278-14599) [n:127.0.0.1:54257_solr c:replacenodetest_coll_notarg

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

t/temp/junit4-J0-20180221_183614_4532459254671851856214.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/temp/junit4-J1-20180221_183614_4534805724874952741967.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 1469 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-analysis-extras/test/temp/junit4-J0-20180221_184051_502629683442766341142.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-analysis-extras/test/temp/junit4-J1-20180221_184051_50211365572428850844183.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 791 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-analytics/test/temp/junit4-J0-20180221_184106_3332634363145776522365.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-analytics/test/temp/junit4-J1-20180221_184106_3354836257040024519899.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 562 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20180221_184213_61412080755750081272072.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20180221_184213_6148644265070443557197.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 1278 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20180221_184238_09315620951051044617182.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20180221_184238_09211349229213723218625.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 658 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20180221_184252_62617326418061924163492.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20180221_184252_626845487144485955129.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 567 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-cell/test/temp/junit4-J0-20180221_184327_2479264113313067774294.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-cell/test/temp/junit4-J1-20180221_184327_24712488850554214125560.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 570 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J0-20180221_184345_05914435936518477387358.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J1-20180221_184345_0592227290646320728991.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 667 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20180221_184400_026710851016614101743.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20180221_184400_02617979076075317209015.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 610 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-uima/test/temp/junit4-J1-20180221_184438_8351272753713006528317.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-uima/test/temp/junit4-J0-20180221_184438_83513513469777027356006.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 557 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20180221_184458_662732495306503399212.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 32484 lines...]

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4459 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4459/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC

15 tests failed.
FAILED:  org.apache.solr.prometheus.collector.SolrCollectorTest.testSolrCollector

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@16a77d0f  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@16a77d0f
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:F8E233E609354130]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.collector.SolrCollectorTest.testSolrCollector(SolrCollectorTest.java:59)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.collector.SolrCollectorTest.testCollect

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@4073ae72  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@4073ae72
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:F1D881A6C8997E17]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.collector.SolrCollectorTest.testCollect(SolrCollectorTest.java:71)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testSetMetricsConfig

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@60cd6676  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@60cd6676
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:28A88CF54CA23F6]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testSetMetricsConfig(SolrCollectorConfigTest.java:56)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testGetCollectionsConfig

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@33c42b1a  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@33c42b1a
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:7953EE7EEA51EEEE]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testGetCollectionsConfig(SolrCollectorConfigTest.java:69)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testSetCollectionsConfig

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@4a9923e2  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@4a9923e2
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:E98D077D096B8F25]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testSetCollectionsConfig(SolrCollectorConfigTest.java:78)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testSetQueryConfigs

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@17a97ee0  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@17a97ee0
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:6957506F31D4BA81]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testSetQueryConfigs(SolrCollectorConfigTest.java:100)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testGetQueryConfigs

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@31f5a8a8  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@31f5a8a8
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:21C7AE7BFED38C46]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testGetQueryConfigs(SolrCollectorConfigTest.java:91)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testCollectorConfig

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@7506b49a  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@7506b49a
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:7179C9D223AF4821]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testCollectorConfig(SolrCollectorConfigTest.java:38)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testGetMetricsConfig

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@f52e265  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@f52e265
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:6F40AAB3A450E31D]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest.testGetMetricsConfig(SolrCollectorConfigTest.java:47)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.exporter.SolrExporterTest.testExecute

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@d6bdcf  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@d6bdcf
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:D24F6B6B9EFDDA4]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.exporter.SolrExporterTest.testExecute(SolrExporterTest.java:60)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @16bafe57
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.scraper.config.SolrScraperConfigTest.testScraperConfig

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@4ba51d11  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@4ba51d11
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:659390FDBCE28DF7]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.scraper.config.SolrScraperConfigTest.testScraperConfig(SolrScraperConfigTest.java:38)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.scraper.config.SolrScraperConfigTest.testGetQueryConfig

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@6103b3cb  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@6103b3cb
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:AB0E80C9773AE53B]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.scraper.config.SolrScraperConfigTest.testGetQueryConfig(SolrScraperConfigTest.java:71)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


FAILED:  org.apache.solr.prometheus.scraper.config.SolrScraperConfigTest.testGetJsonQueries

Error Message:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@697a6a0c  in 'reader', line 18, column 1:     ping:     ^ Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30  in 'reader', line 19, column 3:       query:       ^ 

Stack Trace:
Cannot create property=ping for JavaBean=org.apache.solr.prometheus.collector.config.SolrCollectorConfig@697a6a0c
 in 'reader', line 18, column 1:
    ping:
    ^
Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30
 in 'reader', line 19, column 3:
      query:
      ^

	at __randomizedtesting.SeedInfo.seed([3C94E4BBAB182223:EB1037117F55FB0D]:0)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196)
	at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161)
	at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147)
	at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
	at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:484)
	at org.apache.solr.prometheus.scraper.config.SolrScraperConfigTest.testGetJsonQueries(SolrScraperConfigTest.java:49)
	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)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make boolean java.beans.FeatureDescriptor.isTransient() accessible: module java.desktop does not "opens java.beans" to unnamed module @7021cc30
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:337)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:281)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:198)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:192)
	at org.yaml.snakeyaml.introspector.PropertyUtils.isTransient(PropertyUtils.java:129)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getPropertiesMap(PropertyUtils.java:91)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:182)
	at org.yaml.snakeyaml.introspector.PropertyUtils.getProperty(PropertyUtils.java:178)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.getProperty(Constructor.java:285)
	at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:209)
	... 47 more


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

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([CBC472E643A039ED:43904D3CED5C5415]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:81)
	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.RandomizedRun

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

h XML reports: org.apache.solr.cloud.TestUtilizeNode. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4] OK      12.5s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete
   [junit4] OK      11.8s J0 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds
   [junit4] OK      11.7s J0 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds
   [junit4] OK      11.9s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds
   [junit4] OK      9.06s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxDocs
   [junit4] OK      11.7s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds
   [junit4] OK      11.9s J0 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds
   [junit4] OK      11.9s J0 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds
   [junit4] OK      12.2s J0 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete
   [junit4] OK      12.3s J0 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete
   [junit4] Completed [3/10] on J0 in 120.77s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4] OK      12.6s J1 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete
   [junit4] OK      11.7s J1 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds
   [junit4] OK      11.7s J1 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds
   [junit4] OK      11.9s J1 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds
   [junit4] OK      9.06s J1 | SoftAutoCommitTest.testSoftAndHardCommitMaxDocs
   [junit4] OK      11.7s J1 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds
   [junit4] OK      11.9s J1 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds
   [junit4] OK      11.9s J1 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds
   [junit4] OK      12.2s J1 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete
   [junit4] OK      12.2s J1 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete
   [junit4] Completed [4/10] on J1 in 117.71s, 10 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.update.SoftAutoCommitTest. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.TestUtilizeNode
   [junit4] OK      5.79s J1 | TestUtilizeNode.test
   [junit4] Completed [5/10] on J1 in 11.99s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4] OK      12.3s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete
   [junit4] OK      11.6s J0 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds
   [junit4] OK      11.9s J0 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds
   [junit4] OK      11.9s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds
   [junit4] OK      9.05s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxDocs
   [junit4] OK      11.7s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds
   [junit4] OK      11.9s J0 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds
   [junit4] OK      11.9s J0 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds
   [junit4] OK      12.2s J0 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete
   [junit4] OK      12.2s J0 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete
   [junit4] Completed [6/10] on J0 in 117.08s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4] OK      12.3s J1 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete
   [junit4] OK      11.7s J1 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds
   [junit4] OK      11.7s J1 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds
   [junit4] OK      11.9s J1 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds
   [junit4] OK      9.06s J1 | SoftAutoCommitTest.testSoftAndHardCommitMaxDocs
   [junit4] OK      11.7s J1 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds
   [junit4] OK      11.9s J1 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds
   [junit4] OK      11.9s J1 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds
   [junit4] OK      12.3s J1 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete
   [junit4] OK      12.3s J1 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete
   [junit4] Completed [7/10] on J1 in 117.16s, 10 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestUtilizeNode
   [junit4] OK      5.65s J1 | TestUtilizeNode.test
   [junit4] Completed [8/10] on J1 in 11.72s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestUtilizeNode
   [junit4] OK      5.66s J1 | TestUtilizeNode.test
   [junit4] Completed [9/10] on J1 in 11.95s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4] OK      12.2s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete
   [junit4] OK      11.7s J0 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds
   [junit4] OK      11.7s J0 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeRapidAdds
   [junit4] OK      11.8s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeMixedAdds
   [junit4] OK      9.20s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxDocs
   [junit4] OK      11.7s J0 | SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds
   [junit4] OK      11.9s J0 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds
   [junit4] OK      11.9s J0 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeMixedAdds
   [junit4] OK      12.2s J0 | SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeDelete
   [junit4] OK      12.2s J0 | SoftAutoCommitTest.testHardCommitWithinAndSoftCommitMaxTimeDelete
   [junit4] Completed [10/10] on J0 in 116.95s, 10 tests
   [junit4] 
   [junit4] JVM J0:     0.92 ..   356.73 =   355.82s
   [junit4] JVM J1:     0.92 ..   305.28 =   304.36s
   [junit4] Execution time total: 5 minutes 56 seconds
   [junit4] Tests summary: 10 suites, 55 tests
   [junit4] Could not remove temporary path: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 569.76s | org.apache.solr.cloud.BasicDistributedZkTest
[junit4:tophints] 333.25s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 273.89s | org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
[junit4:tophints] 219.81s | org.apache.solr.update.TestInPlaceUpdatesDistrib
[junit4:tophints] 154.31s | org.apache.solr.cloud.ForceLeaderTest

-check-totals:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/Users/jenkins/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.4.13.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

test-nocompile:

BUILD SUCCESSFUL
Total time: 5 minutes 59 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestUtilizeNode
[repro]   0/5 failed: org.apache.solr.update.SoftAutoCommitTest
[repro]   2/5 failed: org.apache.solr.prometheus.exporter.SolrExporterTest
[repro]   3/5 failed: org.apache.solr.prometheus.collector.SolrCollectorTest
[repro]   3/5 failed: org.apache.solr.prometheus.collector.config.SolrCollectorConfigTest
[repro]   3/5 failed: org.apache.solr.prometheus.scraper.config.SolrScraperConfigTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
+ rm -f /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/tmp.ETKjX8Oz
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=df0f141907b0701d7b1f1fc297ae33ef901844a0, workspace=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX
[WARNINGS] Computing warning deltas based on reference build #4457
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

RE: [JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4458 - Failure!

Posted by Uwe Schindler <uw...@thetaphi.de>.
I fixed this for MacOS and Solaris. Steve missed to check the ANT version in the "Tools Environment".

Uwe

-----
Uwe Schindler
Achterdiek 19, D-28357 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
> Sent: Friday, February 23, 2018 10:59 AM
> To: dev@lucene.apache.org
> Subject: [JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4458
> - Failure!
> 
> Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4458/
> Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
> 
> No tests ran.
> 
> Build Log:
> [...truncated 13166 lines...]
>    [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
>    [junit4]   2> 1696288 INFO  (SUITE-FullSolrCloudDistribCmdsTest-
> seed#[E4AEC87AD39772B3]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom
> sanity checks: test.solr.allowed.securerandom=null &
> java.security.egd=file:/dev/./urandom
>    [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-
> master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/init-core-data-001
>    [junit4]   2> 1696289 WARN  (SUITE-FullSolrCloudDistribCmdsTest-
> seed#[E4AEC87AD39772B3]-worker) [    ] o.a.s.SolrTestCaseJ4
> startTrackingSearchers: numOpens=10 numCloses=10
>    [junit4]   2> 1696289 INFO  (SUITE-FullSolrCloudDistribCmdsTest-
> seed#[E4AEC87AD39772B3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using
> PointFields (NUMERIC_POINTS_SYSPROP=true)
> w/NUMERIC_DOCVALUES_SYSPROP=true
>    [junit4]   2> 1696296 INFO  (SUITE-FullSolrCloudDistribCmdsTest-
> seed#[E4AEC87AD39772B3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized
> ssl (false) and clientAuth (false) via:
> @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache
> .org/jira/browse/SOLR-5776) w/ MAC_OS_X supressed clientAuth
>    [junit4]   2> 1696296 INFO  (SUITE-FullSolrCloudDistribCmdsTest-
> seed#[E4AEC87AD39772B3]-worker) [    ]
> o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
>    [junit4]   2> 1696298 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST
> SERVER
>    [junit4]   2> 1696298 INFO  (Thread-3704) [    ] o.a.s.c.ZkTestServer client
> port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 1696299 INFO  (Thread-3704) [    ] o.a.s.c.ZkTestServer Starting
> server
>    [junit4]   2> 1696302 ERROR (Thread-3704) [    ] 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> 1696399 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkTestServer start zk server on
> port:60299
>    [junit4]   2> 1696417 INFO  (zkConnectionManagerCallback-4020-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1696424 INFO  (zkConnectionManagerCallback-4022-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1696438 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-
> files/solr/collection1/conf/solrconfig-tlog.xml to
> /configs/conf1/solrconfig.xml
>    [junit4]   2> 1696443 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-
> files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
>    [junit4]   2> 1696446 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-
> files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to
> /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 1696449 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-
> files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
>    [junit4]   2> 1696455 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-
> files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
>    [junit4]   2> 1696466 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-
> files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
>    [junit4]   2> 1696478 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-
> files/solr/collection1/conf/enumsConfig.xml to
> /configs/conf1/enumsConfig.xml
>    [junit4]   2> 1696488 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-
> files/solr/collection1/conf/open-exchange-rates.json to
> /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 1696498 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-
> files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to
> /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 1696508 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-
> files/solr/collection1/conf/old_synonyms.txt to
> /configs/conf1/old_synonyms.txt
>    [junit4]   2> 1696516 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-
> files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
>    [junit4]   2> 1696524 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will
> use NRT replicas unless explicitly asked otherwise
>    [junit4]   2> 1698059 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build
> timestamp: 2017-11-21T21:27:37Z, git hash:
> 82b8fb23f757335bb3329d540ce37a2a2615f0a8
>    [junit4]   2> 1698062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session DefaultSessionIdManager
> workerName=node0
>    [junit4]   2> 1698062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session No SessionScavenger set,
> using defaults
>    [junit4]   2> 1698062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session Scavenging every 660000ms
>    [junit4]   2> 1698062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@7b6ed5cb{/,null,AVAILABLE}
>    [junit4]   2> 1698065 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.AbstractConnector Started
> ServerConnector@5e3646b8{HTTP/1.1,[http/1.1]}{127.0.0.1:60302}
>    [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server Started @1701844ms
>    [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/tempDir-001/control/data, hostContext=/, hostPort=60302,
> coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/control-001/cores}
>    [junit4]   2> 1698066 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java
> Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _
> Welcome to Apache Solr™ version 8.0.0
>    [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _
> Starting in cloud mode on port null
>    [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|
> Install dir: null
>    [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|
> Start time: 2018-02-23T09:00:41.090Z
>    [junit4]   2> 1698068 INFO  (zkConnectionManagerCallback-4024-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1698069 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml
> from SolrHome (not found in ZooKeeper)
>    [junit4]   2> 1698069 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Loading container
> configuration from /Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/control-001/solr.xml
>    [junit4]   2> 1698076 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration
> parameter autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 1698076 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration
> parameter autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 1698076 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a, but no JMX
> reporters were configured - adding default JMX reporter.
>    [junit4]   2> 1698080 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkContainer Zookeeper
> client=127.0.0.1:60299/solr
>    [junit4]   2> 1698081 INFO  (zkConnectionManagerCallback-4028-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1698084 INFO  (zkConnectionManagerCallback-4030-thread-1-
> processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1698378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ] o.a.s.c.Overseer
> Overseer (id=null) closing
>    [junit4]   2> 1698379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ]
> o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60302_
>    [junit4]   2> 1698380 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ] o.a.s.c.Overseer
> Overseer (id=72109023952371716-127.0.0.1:60302_-n_0000000000) starting
>    [junit4]   2> 1698419 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ] o.a.s.c.ZkController
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60302_
>    [junit4]   2> 1698437 INFO  (OverseerStateUpdate-72109023952371716-
> 127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 1698836 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
> 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1698912 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
> enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1698914 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty')
> enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1698924 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ]
> o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/control-001/cores
>    [junit4]   2> 1699068 INFO  (zkConnectionManagerCallback-4036-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1699071 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 1699073 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:60299/solr ready
>    [junit4]   2> 1699075 INFO  (qtp182226460-18373) [n:127.0.0.1:60302_    ]
> o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
> replicationFactor=1&collection.configName=conf1&name=control_collection
> &nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:60
> 302_&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 1699080 INFO  (OverseerThreadFactory-7826-thread-1-
> processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ]
> o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
>    [junit4]   2> 1699199 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ]
> o.a.s.h.a.CoreAdminOperation core create command
> qt=/admin/cores&collection.configName=conf1&newCollection=true&name=
> control_collection_shard1_replica_n1&action=CREATE&numShards=1&collec
> tion=control_collection&shard=shard1&wt=javabin&version=2&replicaType=
> NRT
>    [junit4]   2> 1699200 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ]
> o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
> transient cores
>    [junit4]   2> 1699308 INFO  (zkCallback-4029-thread-1-processing-
> n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/control_collection/state.json] for collection
> [control_collection] has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 1700226 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
>    [junit4]   2> 1700240 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema
> name=test
>    [junit4]   2> 1700406 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
>    [junit4]   2> 1700433 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.CoreContainer Creating SolrCore
> 'control_collection_shard1_replica_n1' using configuration from collection
> control_collection, trusted=true
>    [junit4]   2> 1700433 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.control_collection.shard1.replica_n1' (registry
> 'solr.core.control_collection.shard1.replica_n1') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1700433 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
>    [junit4]   2> 1700433 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new
> SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/control-001/cores/control_collection_shard1_replica_n1],
> dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/control-001/cores/control_collection_shard1_replica_n1/data/]
>    [junit4]   2> 1700448 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>    [junit4]   2> 1700486 WARN  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
> requestHandler,name = /dump,class = DumpRequestHandler,attributes =
> {initParams=a, name=/dump, class=DumpRequestHandler},args =
> {defaults={a=A,b=B}}}
>    [junit4]   2> 1700799 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.UpdateLog
>    [junit4]   2> 1700799 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
> numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 1700800 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 1700800 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 1700803 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=30, maxMergeAtOnceExplicit=40,
> maxMergedSegmentMB=13.4248046875, floorSegmentMB=1.13671875,
> forceMergeDeletesPctAllowed=12.314599913182427, segmentsPerTier=36.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
>    [junit4]   2> 1700803 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.s.SolrIndexSearcher Opening
> [Searcher@45f8d2b7[control_collection_shard1_replica_n1] main]
>    [junit4]   2> 1700805 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf1
>    [junit4]   2> 1700805 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json
> using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1700806 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 1700806 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.UpdateLog Could not find max version in index or recent updates,
> using new clock 1593181673965486080
>    [junit4]   2> 1700806 INFO  (searcherExecutor-7829-thread-1-processing-
> n:127.0.0.1:60302_ x:control_collection_shard1_replica_n1 s:shard1
> c:control_collection) [n:127.0.0.1:60302_ c:control_collection s:shard1
> x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
> [control_collection_shard1_replica_n1] Registered new searcher
> Searcher@45f8d2b7[control_collection_shard1_replica_n1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1700820 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 1700820 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>    [junit4]   2> 1700821 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.SyncStrategy Sync replicas to
> http://127.0.0.1:60302/control_collection_shard1_replica_n1/
>    [junit4]   2> 1700821 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
>    [junit4]   2> 1700821 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.SyncStrategy
> http://127.0.0.1:60302/control_collection_shard1_replica_n1/ has no
> replicas
>    [junit4]   2> 1700821 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
> election, clear LIR
>    [junit4]   2> 1700826 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext I am the new leader:
> http://127.0.0.1:60302/control_collection_shard1_replica_n1/ shard1
>    [junit4]   2> 1700930 INFO  (zkCallback-4029-thread-2-processing-
> n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/control_collection/state.json] for collection
> [control_collection] has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 1700933 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ZkController I am the leader, no recovery necessary
>    [junit4]   2> 1700942 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
> params={qt=/admin/cores&collection.configName=conf1&newCollection=tru
> e&name=control_collection_shard1_replica_n1&action=CREATE&numShards
> =1&collection=control_collection&shard=shard1&wt=javabin&version=2&rep
> licaType=NRT} status=0 QTime=1743
>    [junit4]   2> 1700963 INFO  (qtp182226460-18373) [n:127.0.0.1:60302_    ]
> o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
> 30 seconds. Check all shard replicas
>    [junit4]   2> 1701040 INFO  (zkCallback-4029-thread-2-processing-
> n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/control_collection/state.json] for collection
> [control_collection] has occurred - updating... (live nodes size: [1])
>    [junit4]   2> 1701084 INFO  (OverseerCollectionConfigSetProcessor-
> 72109023952371716-127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_
> ] 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> 1701963 INFO  (qtp182226460-18373) [n:127.0.0.1:60302_    ]
> o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
> params={replicationFactor=1&collection.configName=conf1&name=control_c
> ollection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127
> .0.0.1:60302_&wt=javabin&version=2} status=0 QTime=2888
>    [junit4]   2> 1701972 INFO  (zkConnectionManagerCallback-4040-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1701974 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 1701976 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:60299/solr ready
>    [junit4]   2> 1701977 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire
> sessions:false cause connection loss:false
>    [junit4]   2> 1701978 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ]
> o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
> replicationFactor=1&collection.configName=conf1&name=collection1&nrtRe
> plicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&w
> t=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 1701983 INFO  (OverseerThreadFactory-7826-thread-2-
> processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ]
> o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
>    [junit4]   2> 1701984 WARN  (OverseerThreadFactory-7826-thread-2-
> processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ]
> o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection
> (collection1) without cores.
>    [junit4]   2> 1702195 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ]
> o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
> 30 seconds. Check all shard replicas
>    [junit4]   2> 1702195 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ]
> o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
> params={replicationFactor=1&collection.configName=conf1&name=collectio
> n1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFor
> mat=2&wt=javabin&version=2} status=0 QTime=217
>    [junit4]   2> 1703469 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create
> jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-1-001 of type NRT
>    [junit4]   2> 1703477 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build
> timestamp: 2017-11-21T21:27:37Z, git hash:
> 82b8fb23f757335bb3329d540ce37a2a2615f0a8
>    [junit4]   2> 1703482 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session DefaultSessionIdManager
> workerName=node0
>    [junit4]   2> 1703482 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session No SessionScavenger set,
> using defaults
>    [junit4]   2> 1703482 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session Scavenging every 660000ms
>    [junit4]   2> 1703484 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@2db67ecb{/,null,AVAILABLE}
>    [junit4]   2> 1703486 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.AbstractConnector Started
> ServerConnector@7ab2e597{HTTP/1.1,[http/1.1]}{127.0.0.1:60311}
>    [junit4]   2> 1703487 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server Started @1707265ms
>    [junit4]   2> 1703488 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml,
> hostContext=/, hostPort=60311,
> coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-1-001/cores}
>    [junit4]   2> 1703489 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java
> Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 1703490 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _
> Welcome to Apache Solr™ version 8.0.0
>    [junit4]   2> 1703490 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _
> Starting in cloud mode on port null
>    [junit4]   2> 1703491 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|
> Install dir: null
>    [junit4]   2> 1703491 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|
> Start time: 2018-02-23T09:00:46.515Z
>    [junit4]   2> 1703497 INFO  (zkConnectionManagerCallback-4042-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1703501 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml
> from SolrHome (not found in ZooKeeper)
>    [junit4]   2> 1703501 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Loading container
> configuration from /Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-1-001/solr.xml
>    [junit4]   2> 1703519 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration
> parameter autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 1703520 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration
> parameter autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 1703523 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a, but no JMX
> reporters were configured - adding default JMX reporter.
>    [junit4]   2> 1703552 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkContainer Zookeeper
> client=127.0.0.1:60299/solr
>    [junit4]   2> 1703557 INFO  (zkConnectionManagerCallback-4046-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1703565 INFO  (zkConnectionManagerCallback-4048-thread-1-
> processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1703605 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader
> Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 1703612 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ] o.a.s.c.Overseer
> Overseer (id=null) closing
>    [junit4]   2> 1703618 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ] o.a.s.c.ZkController
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60311_
>    [junit4]   2> 1703621 INFO  (zkCallback-4029-thread-2-processing-
> n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 1703623 INFO  (zkCallback-4039-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 1703625 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 1703958 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
> 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1703985 INFO  (OverseerCollectionConfigSetProcessor-
> 72109023952371716-127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_
> ] 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> 1704049 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
> enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1704051 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty')
> enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1704063 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ]
> o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-1-001/cores
>    [junit4]   2> 1704198 INFO  (qtp182226460-18375) [n:127.0.0.1:60302_    ]
> o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
> params
> node=127.0.0.1:60311_&action=ADDREPLICA&collection=collection1&shard=
> shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 1704203 INFO  (OverseerThreadFactory-7826-thread-3-
> processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ]
> o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:60311_ for creating new
> replica
>    [junit4]   2> 1704208 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_    ]
> o.a.s.h.a.CoreAdminOperation core create command
> qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_r
> eplica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabi
> n&version=2&replicaType=NRT
>    [junit4]   2> 1704209 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_    ]
> o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
> transient cores
>    [junit4]   2> 1704215 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [2])
>    [junit4]   2> 1705235 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig
> Using Lucene MatchVersion: 8.0.0
>    [junit4]   2> 1705245 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
>    [junit4]   2> 1705323 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
>    [junit4]   2> 1705357 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61'
> using configuration from collection collection1, trusted=true
>    [junit4]   2> 1705357 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.collection1.shard2.replica_n61' (registry
> 'solr.core.collection1.shard2.replica_n61') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1705358 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore
> solr.RecoveryStrategy.Builder
>    [junit4]   2> 1705358 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore
> [[collection1_shard2_replica_n61] ] Opening new SolrCore at
> [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-1-001/cores/collection1_shard2_replica_n61],
> dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
>    [junit4]   2> 1705370 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>    [junit4]   2> 1705381 WARN  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
> requestHandler,name = /dump,class = DumpRequestHandler,attributes =
> {initParams=a, name=/dump, class=DumpRequestHandler},args =
> {defaults={a=A,b=B}}}
>    [junit4]   2> 1705496 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.UpdateLog
>    [junit4]   2> 1705496 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog
> Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
> numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 1705504 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 1705504 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 1705533 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=30, maxMergeAtOnceExplicit=40,
> maxMergedSegmentMB=13.4248046875, floorSegmentMB=1.13671875,
> forceMergeDeletesPctAllowed=12.314599913182427, segmentsPerTier=36.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
>    [junit4]   2> 1705550 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.s.SolrIndexSearcher Opening
> [Searcher@5eb2dedf[collection1_shard2_replica_n61] main]
>    [junit4]   2> 1705556 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf1
>    [junit4]   2> 1705558 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json
> using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1705564 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 1705564 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog
> Could not find max version in index or recent updates, using new clock
> 1593181678954610688
>    [junit4]   2> 1705565 INFO  (searcherExecutor-7840-thread-1-processing-
> n:127.0.0.1:60311_ x:collection1_shard2_replica_n61 s:shard2 c:collection1)
> [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher
> Searcher@5eb2dedf[collection1_shard2_replica_n61]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>    [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy
> Sync replicas to http://127.0.0.1:60311/collection1_shard2_replica_n61/
>    [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy
> Sync Success - now sync replicas to me
>    [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy
> http://127.0.0.1:60311/collection1_shard2_replica_n61/ has no replicas
>    [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
> election, clear LIR
>    [junit4]   2> 1705586 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61]
> o.a.s.c.ShardLeaderElectionContext I am the new leader:
> http://127.0.0.1:60311/collection1_shard2_replica_n61/ shard2
>    [junit4]   2> 1705689 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [2])
>    [junit4]   2> 1705738 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController
> I am the leader, no recovery necessary
>    [junit4]   2> 1705747 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_
> c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall
> [admin] webapp=null path=/admin/cores
> params={qt=/admin/cores&collection.configName=conf1&name=collection1
> _shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2
> &wt=javabin&version=2&replicaType=NRT} status=0 QTime=1539
>    [junit4]   2> 1705753 INFO  (qtp182226460-18375) [n:127.0.0.1:60302_    ]
> o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
> params={node=127.0.0.1:60311_&action=ADDREPLICA&collection=collection
> 1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1554
>    [junit4]   2> 1705843 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [2])
>    [junit4]   2> 1706204 INFO  (OverseerCollectionConfigSetProcessor-
> 72109023952371716-127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_
> ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-
> work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from
> ZooKeeper
>    [junit4]   2> 1706582 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create
> jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-2-001 of type NRT
>    [junit4]   2> 1706583 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build
> timestamp: 2017-11-21T21:27:37Z, git hash:
> 82b8fb23f757335bb3329d540ce37a2a2615f0a8
>    [junit4]   2> 1706584 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session DefaultSessionIdManager
> workerName=node0
>    [junit4]   2> 1706584 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session No SessionScavenger set,
> using defaults
>    [junit4]   2> 1706584 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session Scavenging every 660000ms
>    [junit4]   2> 1706584 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@7f89ae8c{/,null,AVAILABLE}
>    [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.AbstractConnector Started
> ServerConnector@1091ac03{HTTP/1.1,[http/1.1]}{127.0.0.1:60316}
>    [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server Started @1710363ms
>    [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/,
> hostPort=60316, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-
> master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-2-001/cores}
>    [junit4]   2> 1706585 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java
> Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _
> Welcome to Apache Solr™ version 8.0.0
>    [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _
> Starting in cloud mode on port null
>    [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|
> Install dir: null
>    [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|
> Start time: 2018-02-23T09:00:49.609Z
>    [junit4]   2> 1706587 INFO  (zkConnectionManagerCallback-4052-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1706588 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml
> from SolrHome (not found in ZooKeeper)
>    [junit4]   2> 1706588 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Loading container
> configuration from /Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-2-001/solr.xml
>    [junit4]   2> 1706595 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration
> parameter autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 1706595 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration
> parameter autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 1706596 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a, but no JMX
> reporters were configured - adding default JMX reporter.
>    [junit4]   2> 1706600 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkContainer Zookeeper
> client=127.0.0.1:60299/solr
>    [junit4]   2> 1706602 INFO  (zkConnectionManagerCallback-4056-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1706610 INFO  (zkConnectionManagerCallback-4058-thread-1-
> processing-n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1706639 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader
> Updated live nodes from ZooKeeper... (0) -> (2)
>    [junit4]   2> 1706645 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ] o.a.s.c.Overseer
> Overseer (id=null) closing
>    [junit4]   2> 1706652 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ] o.a.s.c.ZkController
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60316_
>    [junit4]   2> 1706655 INFO  (zkCallback-4029-thread-2-processing-
> n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 1706655 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 1706656 INFO  (zkCallback-4039-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 1706658 INFO  (zkCallback-4057-thread-1-processing-
> n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 1706861 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
> 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1706926 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
> enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1706926 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty')
> enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1706940 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ]
> o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-2-001/cores
>    [junit4]   2> 1707066 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ]
> o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
> params
> node=127.0.0.1:60316_&action=ADDREPLICA&collection=collection1&shard=
> shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 1707071 INFO  (OverseerThreadFactory-7826-thread-4-
> processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ]
> o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:60316_ for creating new
> replica
>    [junit4]   2> 1707075 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_    ]
> o.a.s.h.a.CoreAdminOperation core create command
> qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_r
> eplica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabi
> n&version=2&replicaType=NRT
>    [junit4]   2> 1707077 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_    ]
> o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
> transient cores
>    [junit4]   2> 1707185 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [3])
>    [junit4]   2> 1707185 INFO  (zkCallback-4057-thread-1-processing-
> n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [3])
>    [junit4]   2> 1708099 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig
> Using Lucene MatchVersion: 8.0.0
>    [junit4]   2> 1708109 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
>    [junit4]   2> 1708327 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
>    [junit4]   2> 1708361 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63'
> using configuration from collection collection1, trusted=true
>    [junit4]   2> 1708361 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.collection1.shard3.replica_n63' (registry
> 'solr.core.collection1.shard3.replica_n63') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1708361 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore
> solr.RecoveryStrategy.Builder
>    [junit4]   2> 1708361 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore
> [[collection1_shard3_replica_n63] ] Opening new SolrCore at
> [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-2-001/cores/collection1_shard3_replica_n63],
> dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
>    [junit4]   2> 1708375 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>    [junit4]   2> 1708405 WARN  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
> requestHandler,name = /dump,class = DumpRequestHandler,attributes =
> {initParams=a, name=/dump, class=DumpRequestHandler},args =
> {defaults={a=A,b=B}}}
>    [junit4]   2> 1708698 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.UpdateLog
>    [junit4]   2> 1708698 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog
> Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
> numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 1708699 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 1708699 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 1708707 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=30, maxMergeAtOnceExplicit=40,
> maxMergedSegmentMB=13.4248046875, floorSegmentMB=1.13671875,
> forceMergeDeletesPctAllowed=12.314599913182427, segmentsPerTier=36.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
>    [junit4]   2> 1708711 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.s.SolrIndexSearcher Opening
> [Searcher@58de4926[collection1_shard3_replica_n63] main]
>    [junit4]   2> 1708716 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf1
>    [junit4]   2> 1708718 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json
> using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1708724 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 1708725 INFO  (searcherExecutor-7851-thread-1-processing-
> n:127.0.0.1:60316_ x:collection1_shard3_replica_n63 s:shard3 c:collection1)
> [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher
> Searcher@58de4926[collection1_shard3_replica_n63]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1708726 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog
> Could not find max version in index or recent updates, using new clock
> 1593181682269159424
>    [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>    [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy
> Sync replicas to http://127.0.0.1:60316/collection1_shard3_replica_n63/
>    [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy
> Sync Success - now sync replicas to me
>    [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy
> http://127.0.0.1:60316/collection1_shard3_replica_n63/ has no replicas
>    [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
> election, clear LIR
>    [junit4]   2> 1708748 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63]
> o.a.s.c.ShardLeaderElectionContext I am the new leader:
> http://127.0.0.1:60316/collection1_shard3_replica_n63/ shard3
>    [junit4]   2> 1708851 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [3])
>    [junit4]   2> 1708851 INFO  (zkCallback-4057-thread-1-processing-
> n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [3])
>    [junit4]   2> 1708856 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController
> I am the leader, no recovery necessary
>    [junit4]   2> 1708864 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_
> c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall
> [admin] webapp=null path=/admin/cores
> params={qt=/admin/cores&collection.configName=conf1&name=collection1
> _shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3
> &wt=javabin&version=2&replicaType=NRT} status=0 QTime=1789
>    [junit4]   2> 1708869 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ]
> o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
> params={node=127.0.0.1:60316_&action=ADDREPLICA&collection=collection
> 1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1802
>    [junit4]   2> 1708969 INFO  (zkCallback-4057-thread-1-processing-
> n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [3])
>    [junit4]   2> 1708969 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [3])
>    [junit4]   2> 1709071 INFO  (OverseerCollectionConfigSetProcessor-
> 72109023952371716-127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_
> ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-
> work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from
> ZooKeeper
>    [junit4]   2> 1709965 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create
> jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-3-001 of type NRT
>    [junit4]   2> 1709980 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build
> timestamp: 2017-11-21T21:27:37Z, git hash:
> 82b8fb23f757335bb3329d540ce37a2a2615f0a8
>    [junit4]   2> 1709983 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session DefaultSessionIdManager
> workerName=node0
>    [junit4]   2> 1709984 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session No SessionScavenger set,
> using defaults
>    [junit4]   2> 1709984 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session Scavenging every 660000ms
>    [junit4]   2> 1709986 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@4344c8d{/,null,AVAILABLE}
>    [junit4]   2> 1709986 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.AbstractConnector Started
> ServerConnector@31616f1e{HTTP/1.1,[http/1.1]}{127.0.0.1:60321}
>    [junit4]   2> 1709986 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server Started @1713764ms
>    [junit4]   2> 1709986 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/,
> hostPort=60321, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-
> master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-3-001/cores}
>    [junit4]   2> 1709987 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java
> Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 1709989 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _
> Welcome to Apache Solr™ version 8.0.0
>    [junit4]   2> 1709990 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _
> Starting in cloud mode on port null
>    [junit4]   2> 1709990 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|
> Install dir: null
>    [junit4]   2> 1709990 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|
> Start time: 2018-02-23T09:00:53.014Z
>    [junit4]   2> 1710009 INFO  (zkConnectionManagerCallback-4062-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1710016 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml
> from SolrHome (not found in ZooKeeper)
>    [junit4]   2> 1710016 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Loading container
> configuration from /Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-3-001/solr.xml
>    [junit4]   2> 1710061 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration
> parameter autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 1710061 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration
> parameter autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 1710066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a, but no JMX
> reporters were configured - adding default JMX reporter.
>    [junit4]   2> 1710070 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkContainer Zookeeper
> client=127.0.0.1:60299/solr
>    [junit4]   2> 1710072 INFO  (zkConnectionManagerCallback-4066-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1710075 INFO  (zkConnectionManagerCallback-4068-thread-1-
> processing-n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1710090 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader
> Updated live nodes from ZooKeeper... (0) -> (3)
>    [junit4]   2> 1710095 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ] o.a.s.c.Overseer
> Overseer (id=null) closing
>    [junit4]   2> 1710098 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ] o.a.s.c.ZkController
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60321_
>    [junit4]   2> 1710102 INFO  (zkCallback-4057-thread-1-processing-
> n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 1710102 INFO  (zkCallback-4029-thread-2-processing-
> n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 1710102 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 1710102 INFO  (zkCallback-4039-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 1710104 INFO  (zkCallback-4067-thread-1-processing-
> n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 1710320 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
> 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1710330 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
> enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1710330 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty')
> enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1710331 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ]
> o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-3-001/cores
>    [junit4]   2> 1710558 INFO  (qtp182226460-18375) [n:127.0.0.1:60302_    ]
> o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
> params
> node=127.0.0.1:60321_&action=ADDREPLICA&collection=collection1&shard=
> shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 1710564 INFO  (OverseerThreadFactory-7826-thread-5-
> processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ]
> o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:60321_ for creating new
> replica
>    [junit4]   2> 1710569 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_    ]
> o.a.s.h.a.CoreAdminOperation core create command
> qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_r
> eplica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabi
> n&version=2&replicaType=NRT
>    [junit4]   2> 1710570 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_    ]
> o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
> transient cores
>    [junit4]   2> 1710678 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [4])
>    [junit4]   2> 1710678 INFO  (zkCallback-4057-thread-1-processing-
> n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [4])
>    [junit4]   2> 1710678 INFO  (zkCallback-4067-thread-1-processing-
> n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [4])
>    [junit4]   2> 1711593 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig
> Using Lucene MatchVersion: 8.0.0
>    [junit4]   2> 1711603 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
>    [junit4]   2> 1711733 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
>    [junit4]   2> 1711756 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65'
> using configuration from collection collection1, trusted=true
>    [junit4]   2> 1711756 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.collection1.shard1.replica_n65' (registry
> 'solr.core.collection1.shard1.replica_n65') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1711756 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore
> solr.RecoveryStrategy.Builder
>    [junit4]   2> 1711756 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore
> [[collection1_shard1_replica_n65] ] Opening new SolrCore at
> [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-3-001/cores/collection1_shard1_replica_n65],
> dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
>    [junit4]   2> 1711759 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
>    [junit4]   2> 1711848 WARN  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
> requestHandler,name = /dump,class = DumpRequestHandler,attributes =
> {initParams=a, name=/dump, class=DumpRequestHandler},args =
> {defaults={a=A,b=B}}}
>    [junit4]   2> 1711995 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.UpdateLog
>    [junit4]   2> 1711995 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog
> Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
> numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 1711996 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 1711996 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 1712004 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=30, maxMergeAtOnceExplicit=40,
> maxMergedSegmentMB=13.4248046875, floorSegmentMB=1.13671875,
> forceMergeDeletesPctAllowed=12.314599913182427, segmentsPerTier=36.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
>    [junit4]   2> 1712016 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.s.SolrIndexSearcher Opening
> [Searcher@2bd364e8[collection1_shard1_replica_n65] main]
>    [junit4]   2> 1712020 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf1
>    [junit4]   2> 1712023 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json
> using ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1712028 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 1712030 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog
> Could not find max version in index or recent updates, using new clock
> 1593181685734703104
>    [junit4]   2> 1712030 INFO  (searcherExecutor-7862-thread-1-processing-
> n:127.0.0.1:60321_ x:collection1_shard1_replica_n65 s:shard1 c:collection1)
> [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher
> Searcher@2bd364e8[collection1_shard1_replica_n65]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1712063 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 1712063 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>    [junit4]   2> 1712063 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy
> Sync replicas to http://127.0.0.1:60321/collection1_shard1_replica_n65/
>    [junit4]   2> 1712064 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy
> Sync Success - now sync replicas to me
>    [junit4]   2> 1712065 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy
> http://127.0.0.1:60321/collection1_shard1_replica_n65/ has no replicas
>    [junit4]   2> 1712066 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
> election, clear LIR
>    [junit4]   2> 1712076 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65]
> o.a.s.c.ShardLeaderElectionContext I am the new leader:
> http://127.0.0.1:60321/collection1_shard1_replica_n65/ shard1
>    [junit4]   2> 1712178 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [4])
>    [junit4]   2> 1712178 INFO  (zkCallback-4057-thread-1-processing-
> n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [4])
>    [junit4]   2> 1712178 INFO  (zkCallback-4067-thread-1-processing-
> n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [4])
>    [junit4]   2> 1712182 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ZkController
> I am the leader, no recovery necessary
>    [junit4]   2> 1712191 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_
> c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.HttpSolrCall
> [admin] webapp=null path=/admin/cores
> params={qt=/admin/cores&collection.configName=conf1&name=collection1
> _shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1
> &wt=javabin&version=2&replicaType=NRT} status=0 QTime=1622
>    [junit4]   2> 1712194 INFO  (qtp182226460-18375) [n:127.0.0.1:60302_    ]
> o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
> params={node=127.0.0.1:60321_&action=ADDREPLICA&collection=collection
> 1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1636
>    [junit4]   2> 1712295 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [4])
>    [junit4]   2> 1712295 INFO  (zkCallback-4057-thread-1-processing-
> n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [4])
>    [junit4]   2> 1712295 INFO  (zkCallback-4067-thread-1-processing-
> n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader A cluster
> state change: [WatchedEvent state:SyncConnected type:NodeDataChanged
> path:/collections/collection1/state.json] for collection [collection1] has
> occurred - updating... (live nodes size: [4])
>    [junit4]   2> 1712569 INFO  (OverseerCollectionConfigSetProcessor-
> 72109023952371716-127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_
> ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-
> work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from
> ZooKeeper
>    [junit4]   2> 1713086 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create
> jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-4-001 of type NRT
>    [junit4]   2> 1713090 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build
> timestamp: 2017-11-21T21:27:37Z, git hash:
> 82b8fb23f757335bb3329d540ce37a2a2615f0a8
>    [junit4]   2> 1713096 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session DefaultSessionIdManager
> workerName=node0
>    [junit4]   2> 1713096 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session No SessionScavenger set,
> using defaults
>    [junit4]   2> 1713097 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session Scavenging every 600000ms
>    [junit4]   2> 1713099 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@2909cccb{/,null,AVAILABLE}
>    [junit4]   2> 1713102 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.AbstractConnector Started
> ServerConnector@7bd26a96{HTTP/1.1,[http/1.1]}{127.0.0.1:60326}
>    [junit4]   2> 1713102 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server Started @1716880ms
>    [junit4]   2> 1713102 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml,
> hostContext=/, hostPort=60326,
> coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-
> master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-4-001/cores}
>    [junit4]   2> 1713104 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java
> Option solr.log.dir. Logging may be missing or incomplete.
>    [junit4]   2> 1713106 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _
> Welcome to Apache Solr™ version 8.0.0
>    [junit4]   2> 1713107 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _
> Starting in cloud mode on port null
>    [junit4]   2> 1713107 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|
> Install dir: null
>    [junit4]   2> 1713107 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|
> Start time: 2018-02-23T09:00:56.131Z
>    [junit4]   2> 1713116 INFO  (zkConnectionManagerCallback-4072-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1713123 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml
> from SolrHome (not found in ZooKeeper)
>    [junit4]   2> 1713123 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Loading container
> configuration from /Users/jenkins/workspace/Lucene-Solr-master-
> MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-4-001/solr.xml
>    [junit4]   2> 1713164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration
> parameter autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 1713164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration
> parameter autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 1713171 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a, but no JMX
> reporters were configured - adding default JMX reporter.
>    [junit4]   2> 1713192 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkContainer Zookeeper
> client=127.0.0.1:60299/solr
>    [junit4]   2> 1713193 INFO  (zkConnectionManagerCallback-4076-thread-1) [
> ] o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1713195 INFO  (zkConnectionManagerCallback-4078-thread-1-
> processing-n:127.0.0.1:60326_) [n:127.0.0.1:60326_    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 1713210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ] o.a.s.c.c.ZkStateReader
> Updated live nodes from ZooKeeper... (0) -> (4)
>    [junit4]   2> 1713214 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ] o.a.s.c.Overseer
> Overseer (id=null) closing
>    [junit4]   2> 1713218 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ] o.a.s.c.ZkController
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60326_
>    [junit4]   2> 1713222 INFO  (zkCallback-4057-thread-1-processing-
> n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 1713222 INFO  (zkCallback-4047-thread-1-processing-
> n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 1713223 INFO  (zkCallback-4067-thread-1-processing-
> n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 1713223 INFO  (zkCallback-4029-thread-2-processing-
> n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 1713223 INFO  (zkCallback-4039-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 1713225 INFO  (zkCallback-4077-thread-1-processing-
> n:127.0.0.1:60326_) [n:127.0.0.1:60326_    ] o.a.s.c.c.ZkStateReader Updated
> live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 1713698 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
> 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1713707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
> enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1713707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty')
> enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
>    [junit4]   2> 1713709 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-
> seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ]
> o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
> /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-
> core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-
> master-MacOSX/solr/build/solr-
> core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD3977
> 2B3-001/shard-4-001/cores
>    [junit4]   2> 1713769 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ]
> o.a.s.h.a.Collec
> 
> [...truncated too long message...]
> 
> rCoreSnapshots, TestPostingsSolrHighlighter,
> ConcurrentDeleteAndCreateCollectionTest, TestMaxScoreQueryParser,
> HLLSerializationTest, TestCollectionsAPIViaSolrCloudCluster,
> TestBulkSchemaAPI, TestSubQueryTransformerDistrib,
> TestSizeLimitedDistributedMap, HdfsBasicDistributedZk2Test,
> HdfsChaosMonkeyNothingIsSafeTest, PropertiesRequestHandlerTest,
> SOLR749Test, TestLazyCores, SolrCloudExampleTest, CoreSorterTest,
> TestRemoteStreaming, TestReloadDeadlock, TestSchemaSimilarityResource,
> TestElisionMultitermQuery, TestJoin, TestInPlaceUpdatesStandalone,
> TestNonDefinedSimilarityFactory, DocValuesMissingTest,
> DistributedQueryComponentOptimizationTest,
> TestEmbeddedSolrServerSchemaAPI, TestManagedStopFilterFactory,
> FacetPivotSmallTest, TestPseudoReturnFields, TestZkChroot,
> ClassificationUpdateProcessorTest, CdcrReplicationHandlerTest,
> TestReplicationHandlerBackup, TestIBSimilarityFactory,
> TestMaxTokenLenTokenizer, DeleteNodeTest, BasicDistributedZkTest,
> ChaosMonkeySafeLeaderTest, BasicZkTest, FullSolrCloudDistribCmdsTest]
>    [junit4] Completed [371/778 (1!)] on J0 in 80.02s, 1 test, 1 failure <<<
> FAILURES!
> 
> [...truncated 4618 lines...]
>    [junit4] Suite:
> org.apache.solr.analytics.legacy.facet.LegacyQueryFacetCloudTest
>    [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-
> master-MacOSX/solr/build/contrib/solr-
> analytics/test/J1/temp/solr.analytics.legacy.facet.LegacyQueryFacetCloudTes
> t_D7BA6AAFA08DECAE-001/init-core-data-001
>    [junit4]   2> Feb 23, 2018 9:43:15 AM
> com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
>    [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked
> thread(s).
>    [junit4]   2> Feb 23, 2018 9:43:35 AM
> com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
>    [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at
> org.apache.solr.analytics.legacy.facet.LegacyQueryFacetCloudTest:
>    [junit4]   2>    1) Thread[id=1365, name=qtp780146536-1365,
> state=TIMED_WAITING, group=TGRP-LegacyQueryFacetCloudTest]
>    [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
>    [junit4]   2>         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>    [junit4]   2>         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awa
> it(AbstractQueuedSynchronizer.java:2163)
>    [junit4]   2>         at
> org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reserv
> edWait(ReservedThreadExecutor.java:308)
>    [junit4]   2>         at
> org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(R
> eservedThreadExecutor.java:373)
>    [junit4]   2>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.j
> ava:708)
>    [junit4]   2>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.ja
> va:626)
>    [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2> Feb 23, 2018 9:43:35 AM
> com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
>    [junit4]   2> INFO: Starting to interrupt leaked threads:
>    [junit4]   2>    1) Thread[id=1365, name=qtp780146536-1365,
> state=TIMED_WAITING, group=TGRP-LegacyQueryFacetCloudTest]
>    [junit4]   2> Feb 23, 2018 9:43:38 AM
> com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
>    [junit4]   2> SEVERE: There are still zombie threads that couldn't be
> terminated:
>    [junit4]   2>    1) Thread[id=1365, name=qtp780146536-1365,
> state=TIMED_WAITING, group=TGRP-LegacyQueryFacetCloudTest]
>    [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
>    [junit4]   2>         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>    [junit4]   2>         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awa
> it(AbstractQueuedSynchronizer.java:2163)
>    [junit4]   2>         at
> org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reserv
> edWait(ReservedThreadExecutor.java:308)
>    [junit4]   2>         at
> org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(R
> eservedThreadExecutor.java:373)
>    [junit4]   2>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.j
> ava:708)
>    [junit4]   2>         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.ja
> va:626)
>    [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70):
> {string_sd=PostingsFormat(name=LuceneVarGapDocFreqInterval),
> id=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
> docValues:{long_ld=DocValuesFormat(name=Asserting),
> date_dtd=DocValuesFormat(name=Asserting),
> _version_=DocValuesFormat(name=Lucene70),
> string_sd=DocValuesFormat(name=Asserting),
> int_id=DocValuesFormat(name=Asserting),
> id=DocValuesFormat(name=Asserting),
> double_dd=DocValuesFormat(name=Lucene70),
> float_fd=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=248,
> maxMBSortInHeap=5.171520950324513,
> sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@18b
> ea35), locale=nl-NL, timezone=America/Nome
>    [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144
> (64-bit)/cpus=3,threads=2,free=64456816,total=250085376
>    [junit4]   2> NOTE: All tests run in this JVM: [FloatFieldsTest,
> CastingDoubleValueStreamTest, AbstractAnalyticsFieldTest,
> MultFunctionTest, LegacyNoFacetCloudTest, LegacyRangeFacetTest,
> GTEFunctionTest, SubtractFunctionTest, LegacyAbstractAnalyticsCloudTest,
> ExistsFunctionTest, DivideFunctionTest, CastingIntValueStreamTest,
> CastingLongValueStreamTest, PivotFacetTest, LTFunctionTest,
> CastingBooleanValueStreamTest, OrFunctionTest, AndFunctionTest,
> LegacyFieldFacetTest, NoFacetTest, RangeFacetTest, IfFunctionTest,
> RemoveFunctionTest, RoundFunctionTest, LegacyExpressionTest,
> LegacyFunctionTest, LegacyFieldFacetExtrasCloudTest,
> LegacyQueryFacetCloudTest]
>    [junit4]   2> NOTE: reproduce with: ant test  -
> Dtestcase=LegacyQueryFacetCloudTest -Dtests.seed=D7BA6AAFA08DECAE -
> Dtests.slow=true -Dtests.locale=nl-NL -Dtests.timezone=America/Nome -
> Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
>    [junit4] ERROR   0.00s J1 | LegacyQueryFacetCloudTest (suite) <<<
>    [junit4]    > Throwable #1:
> com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from
> SUITE scope at
> org.apache.solr.analytics.legacy.facet.LegacyQueryFacetCloudTest:
>    [junit4]    >    1) Thread[id=1365, name=qtp780146536-1365,
> state=TIMED_WAITING, group=TGRP-LegacyQueryFacetCloudTest]
>    [junit4]    >         at sun.misc.Unsafe.park(Native Method)
>    [junit4]    >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>    [junit4]    >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awa
> it(AbstractQueuedSynchronizer.java:2163)
>    [junit4]    >         at
> org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reserv
> edWait(ReservedThreadExecutor.java:308)
>    [junit4]    >         at
> org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(R
> eservedThreadExecutor.java:373)
>    [junit4]    >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.j
> ava:708)
>    [junit4]    >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.ja
> va:626)
>    [junit4]    >         at java.lang.Thread.run(Thread.java:748)
>    [junit4]    > 	at
> __randomizedtesting.SeedInfo.seed([D7BA6AAFA08DECAE]:0)Throwable #2:
> com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
> threads that couldn't be terminated:
>    [junit4]    >    1) Thread[id=1365, name=qtp780146536-1365,
> state=TIMED_WAITING, group=TGRP-LegacyQueryFacetCloudTest]
>    [junit4]    >         at sun.misc.Unsafe.park(Native Method)
>    [junit4]    >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>    [junit4]    >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awa
> it(AbstractQueuedSynchronizer.java:2163)
>    [junit4]    >         at
> org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reserv
> edWait(ReservedThreadExecutor.java:308)
>    [junit4]    >         at
> org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(R
> eservedThreadExecutor.java:373)
>    [junit4]    >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.j
> ava:708)
>    [junit4]    >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.ja
> va:626)
>    [junit4]    >         at java.lang.Thread.run(Thread.java:748)
>    [junit4]    > 	at
> __randomizedtesting.SeedInfo.seed([D7BA6AAFA08DECAE]:0)
>    [junit4] Completed [78/78 (1!)] on J1 in 57.46s, 1 test, 2 errors <<<
> FAILURES!
> 
> [...truncated 46905 lines...]
> [repro] Jenkins log URL:
> file:///var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/tmp.Jw7R2LUb
> 
> [repro] Revision: df0f141907b0701d7b1f1fc297ae33ef901844a0
> 
> [repro] Repro line:  ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -
> Dtests.method=test -Dtests.seed=E4AEC87AD39772B3 -Dtests.slow=true -
> Dtests.locale=mk-MK -Dtests.timezone=Asia/Aden -Dtests.asserts=true -
> Dtests.file.encoding=UTF-8
> 
> [repro] Repro line:  ant test  -Dtestcase=LegacyQueryFacetCloudTest -
> Dtests.seed=D7BA6AAFA08DECAE -Dtests.slow=true -Dtests.locale=nl-NL -
> Dtests.timezone=America/Nome -Dtests.asserts=true -
> Dtests.file.encoding=ISO-8859-1
> 
> [repro] ant clean
> 
> [...truncated 1 lines...]
> [repro] Setting last failure code to 32512
> 
> [repro] Traceback (most recent call last):
> 
> [...truncated 3 lines...]
>     raise RuntimeError('ERROR: "ant clean" failed.  See above.')
> RuntimeError: ERROR: "ant clean" failed.  See above.
> 
> + rm -f
> /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/tmp.Jw7R2LUb
> Build step 'Execute shell' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were
> found. Configuration error?
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


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

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

No tests ran.

Build Log:
[...truncated 13166 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 1696288 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[E4AEC87AD39772B3]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/init-core-data-001
   [junit4]   2> 1696289 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[E4AEC87AD39772B3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 1696289 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[E4AEC87AD39772B3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1696296 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[E4AEC87AD39772B3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1696296 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[E4AEC87AD39772B3]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1696298 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1696298 INFO  (Thread-3704) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1696299 INFO  (Thread-3704) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1696302 ERROR (Thread-3704) [    ] 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> 1696399 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkTestServer start zk server on port:60299
   [junit4]   2> 1696417 INFO  (zkConnectionManagerCallback-4020-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1696424 INFO  (zkConnectionManagerCallback-4022-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1696438 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1696443 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1696446 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1696449 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1696455 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1696466 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1696478 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1696488 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1696498 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1696508 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1696516 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1696524 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1698059 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1698062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1698062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1698062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1698062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b6ed5cb{/,null,AVAILABLE}
   [junit4]   2> 1698065 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5e3646b8{HTTP/1.1,[http/1.1]}{127.0.0.1:60302}
   [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server Started @1701844ms
   [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/tempDir-001/control/data, hostContext=/, hostPort=60302, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/control-001/cores}
   [junit4]   2> 1698066 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1698066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-23T09:00:41.090Z
   [junit4]   2> 1698068 INFO  (zkConnectionManagerCallback-4024-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1698069 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1698069 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/control-001/solr.xml
   [junit4]   2> 1698076 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1698076 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1698076 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1698080 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60299/solr
   [junit4]   2> 1698081 INFO  (zkConnectionManagerCallback-4028-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1698084 INFO  (zkConnectionManagerCallback-4030-thread-1-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1698378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1698379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60302_
   [junit4]   2> 1698380 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ] o.a.s.c.Overseer Overseer (id=72109023952371716-127.0.0.1:60302_-n_0000000000) starting
   [junit4]   2> 1698419 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60302_
   [junit4]   2> 1698437 INFO  (OverseerStateUpdate-72109023952371716-127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1698836 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1698912 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1698914 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1698924 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60302_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/control-001/cores
   [junit4]   2> 1699068 INFO  (zkConnectionManagerCallback-4036-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1699071 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1699073 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60299/solr ready
   [junit4]   2> 1699075 INFO  (qtp182226460-18373) [n:127.0.0.1:60302_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:60302_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1699080 INFO  (OverseerThreadFactory-7826-thread-1-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1699199 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1699200 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1699308 INFO  (zkCallback-4029-thread-1-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1700226 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1700240 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1700406 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1700433 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1700433 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1700433 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1700433 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1700448 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1700486 WARN  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1700799 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1700799 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1700800 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1700800 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1700803 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=13.4248046875, floorSegmentMB=1.13671875, forceMergeDeletesPctAllowed=12.314599913182427, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1700803 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@45f8d2b7[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1700805 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1700805 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1700806 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1700806 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593181673965486080
   [junit4]   2> 1700806 INFO  (searcherExecutor-7829-thread-1-processing-n:127.0.0.1:60302_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@45f8d2b7[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1700820 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1700820 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1700821 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60302/control_collection_shard1_replica_n1/
   [junit4]   2> 1700821 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1700821 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:60302/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1700821 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1700826 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60302/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1700930 INFO  (zkCallback-4029-thread-2-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1700933 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1700942 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1743
   [junit4]   2> 1700963 INFO  (qtp182226460-18373) [n:127.0.0.1:60302_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1701040 INFO  (zkCallback-4029-thread-2-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1701084 INFO  (OverseerCollectionConfigSetProcessor-72109023952371716-127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_    ] 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> 1701963 INFO  (qtp182226460-18373) [n:127.0.0.1:60302_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:60302_&wt=javabin&version=2} status=0 QTime=2888
   [junit4]   2> 1701972 INFO  (zkConnectionManagerCallback-4040-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1701974 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1701976 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60299/solr ready
   [junit4]   2> 1701977 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1701978 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1701983 INFO  (OverseerThreadFactory-7826-thread-2-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1701984 WARN  (OverseerThreadFactory-7826-thread-2-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1702195 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1702195 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=217
   [junit4]   2> 1703469 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-1-001 of type NRT
   [junit4]   2> 1703477 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1703482 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1703482 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1703482 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1703484 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2db67ecb{/,null,AVAILABLE}
   [junit4]   2> 1703486 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7ab2e597{HTTP/1.1,[http/1.1]}{127.0.0.1:60311}
   [junit4]   2> 1703487 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server Started @1707265ms
   [junit4]   2> 1703488 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=60311, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-1-001/cores}
   [junit4]   2> 1703489 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1703490 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1703490 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1703491 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1703491 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-23T09:00:46.515Z
   [junit4]   2> 1703497 INFO  (zkConnectionManagerCallback-4042-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1703501 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1703501 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-1-001/solr.xml
   [junit4]   2> 1703519 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1703520 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1703523 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1703552 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60299/solr
   [junit4]   2> 1703557 INFO  (zkConnectionManagerCallback-4046-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1703565 INFO  (zkConnectionManagerCallback-4048-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1703605 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1703612 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1703618 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60311_
   [junit4]   2> 1703621 INFO  (zkCallback-4029-thread-2-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1703623 INFO  (zkCallback-4039-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1703625 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1703958 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1703985 INFO  (OverseerCollectionConfigSetProcessor-72109023952371716-127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_    ] 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> 1704049 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1704051 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1704063 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60311_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-1-001/cores
   [junit4]   2> 1704198 INFO  (qtp182226460-18375) [n:127.0.0.1:60302_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:60311_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1704203 INFO  (OverseerThreadFactory-7826-thread-3-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:60311_ for creating new replica
   [junit4]   2> 1704208 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1704209 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1704215 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1705235 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1705245 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 1705323 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1705357 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 1705357 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1705358 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1705358 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 1705370 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1705381 WARN  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1705496 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1705496 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1705504 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1705504 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1705533 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=13.4248046875, floorSegmentMB=1.13671875, forceMergeDeletesPctAllowed=12.314599913182427, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1705550 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@5eb2dedf[collection1_shard2_replica_n61] main]
   [junit4]   2> 1705556 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1705558 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1705564 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1705564 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593181678954610688
   [junit4]   2> 1705565 INFO  (searcherExecutor-7840-thread-1-processing-n:127.0.0.1:60311_ x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@5eb2dedf[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60311/collection1_shard2_replica_n61/
   [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:60311/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 1705578 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1705586 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60311/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 1705689 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1705738 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1705747 INFO  (qtp77518644-18421) [n:127.0.0.1:60311_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1539
   [junit4]   2> 1705753 INFO  (qtp182226460-18375) [n:127.0.0.1:60302_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:60311_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1554
   [junit4]   2> 1705843 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1706204 INFO  (OverseerCollectionConfigSetProcessor-72109023952371716-127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1706582 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-2-001 of type NRT
   [junit4]   2> 1706583 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1706584 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1706584 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1706584 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1706584 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f89ae8c{/,null,AVAILABLE}
   [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1091ac03{HTTP/1.1,[http/1.1]}{127.0.0.1:60316}
   [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server Started @1710363ms
   [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=60316, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-2-001/cores}
   [junit4]   2> 1706585 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1706585 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-23T09:00:49.609Z
   [junit4]   2> 1706587 INFO  (zkConnectionManagerCallback-4052-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1706588 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1706588 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-2-001/solr.xml
   [junit4]   2> 1706595 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1706595 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1706596 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1706600 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60299/solr
   [junit4]   2> 1706602 INFO  (zkConnectionManagerCallback-4056-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1706610 INFO  (zkConnectionManagerCallback-4058-thread-1-processing-n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1706639 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1706645 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1706652 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60316_
   [junit4]   2> 1706655 INFO  (zkCallback-4029-thread-2-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1706655 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1706656 INFO  (zkCallback-4039-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1706658 INFO  (zkCallback-4057-thread-1-processing-n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1706861 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1706926 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1706926 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1706940 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60316_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-2-001/cores
   [junit4]   2> 1707066 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:60316_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1707071 INFO  (OverseerThreadFactory-7826-thread-4-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:60316_ for creating new replica
   [junit4]   2> 1707075 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1707077 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1707185 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1707185 INFO  (zkCallback-4057-thread-1-processing-n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1708099 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1708109 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 1708327 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1708361 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63' using configuration from collection collection1, trusted=true
   [junit4]   2> 1708361 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n63' (registry 'solr.core.collection1.shard3.replica_n63') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1708361 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1708361 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 1708375 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1708405 WARN  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1708698 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1708698 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1708699 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1708699 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1708707 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=13.4248046875, floorSegmentMB=1.13671875, forceMergeDeletesPctAllowed=12.314599913182427, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1708711 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@58de4926[collection1_shard3_replica_n63] main]
   [junit4]   2> 1708716 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1708718 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1708724 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1708725 INFO  (searcherExecutor-7851-thread-1-processing-n:127.0.0.1:60316_ x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@58de4926[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1708726 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593181682269159424
   [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60316/collection1_shard3_replica_n63/
   [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:60316/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 1708742 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1708748 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60316/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 1708851 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1708851 INFO  (zkCallback-4057-thread-1-processing-n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1708856 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1708864 INFO  (qtp485309935-18453) [n:127.0.0.1:60316_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1789
   [junit4]   2> 1708869 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:60316_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1802
   [junit4]   2> 1708969 INFO  (zkCallback-4057-thread-1-processing-n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1708969 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1709071 INFO  (OverseerCollectionConfigSetProcessor-72109023952371716-127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1709965 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-3-001 of type NRT
   [junit4]   2> 1709980 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1709983 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1709984 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1709984 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1709986 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4344c8d{/,null,AVAILABLE}
   [junit4]   2> 1709986 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@31616f1e{HTTP/1.1,[http/1.1]}{127.0.0.1:60321}
   [junit4]   2> 1709986 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server Started @1713764ms
   [junit4]   2> 1709986 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=60321, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-3-001/cores}
   [junit4]   2> 1709987 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1709989 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1709990 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1709990 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1709990 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-23T09:00:53.014Z
   [junit4]   2> 1710009 INFO  (zkConnectionManagerCallback-4062-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1710016 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1710016 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-3-001/solr.xml
   [junit4]   2> 1710061 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1710061 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1710066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1710070 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60299/solr
   [junit4]   2> 1710072 INFO  (zkConnectionManagerCallback-4066-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1710075 INFO  (zkConnectionManagerCallback-4068-thread-1-processing-n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1710090 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1710095 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1710098 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60321_
   [junit4]   2> 1710102 INFO  (zkCallback-4057-thread-1-processing-n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1710102 INFO  (zkCallback-4029-thread-2-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1710102 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1710102 INFO  (zkCallback-4039-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1710104 INFO  (zkCallback-4067-thread-1-processing-n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1710320 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1710330 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1710330 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1710331 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60321_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-3-001/cores
   [junit4]   2> 1710558 INFO  (qtp182226460-18375) [n:127.0.0.1:60302_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:60321_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1710564 INFO  (OverseerThreadFactory-7826-thread-5-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:60321_ for creating new replica
   [junit4]   2> 1710569 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1710570 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1710678 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1710678 INFO  (zkCallback-4057-thread-1-processing-n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1710678 INFO  (zkCallback-4067-thread-1-processing-n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1711593 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1711603 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 1711733 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1711756 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65' using configuration from collection collection1, trusted=true
   [junit4]   2> 1711756 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n65' (registry 'solr.core.collection1.shard1.replica_n65') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1711756 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1711756 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 1711759 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1711848 WARN  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1711995 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1711995 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1711996 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1711996 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1712004 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=13.4248046875, floorSegmentMB=1.13671875, forceMergeDeletesPctAllowed=12.314599913182427, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1712016 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.SolrIndexSearcher Opening [Searcher@2bd364e8[collection1_shard1_replica_n65] main]
   [junit4]   2> 1712020 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1712023 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1712028 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1712030 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593181685734703104
   [junit4]   2> 1712030 INFO  (searcherExecutor-7862-thread-1-processing-n:127.0.0.1:60321_ x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher Searcher@2bd364e8[collection1_shard1_replica_n65] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1712063 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1712063 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1712063 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60321/collection1_shard1_replica_n65/
   [junit4]   2> 1712064 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1712065 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy http://127.0.0.1:60321/collection1_shard1_replica_n65/ has no replicas
   [junit4]   2> 1712066 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1712076 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60321/collection1_shard1_replica_n65/ shard1
   [junit4]   2> 1712178 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712178 INFO  (zkCallback-4057-thread-1-processing-n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712178 INFO  (zkCallback-4067-thread-1-processing-n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712182 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1712191 INFO  (qtp1843680587-18484) [n:127.0.0.1:60321_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1622
   [junit4]   2> 1712194 INFO  (qtp182226460-18375) [n:127.0.0.1:60302_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:60321_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1636
   [junit4]   2> 1712295 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712295 INFO  (zkCallback-4057-thread-1-processing-n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712295 INFO  (zkCallback-4067-thread-1-processing-n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1712569 INFO  (OverseerCollectionConfigSetProcessor-72109023952371716-127.0.0.1:60302_-n_0000000000) [n:127.0.0.1:60302_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1713086 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-4-001 of type NRT
   [junit4]   2> 1713090 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1713096 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1713096 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1713097 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1713099 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2909cccb{/,null,AVAILABLE}
   [junit4]   2> 1713102 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7bd26a96{HTTP/1.1,[http/1.1]}{127.0.0.1:60326}
   [junit4]   2> 1713102 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.e.j.s.Server Started @1716880ms
   [junit4]   2> 1713102 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=60326, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-4-001/cores}
   [junit4]   2> 1713104 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1713106 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1713107 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1713107 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1713107 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-23T09:00:56.131Z
   [junit4]   2> 1713116 INFO  (zkConnectionManagerCallback-4072-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1713123 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1713123 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-4-001/solr.xml
   [junit4]   2> 1713164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1713164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1713171 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1713192 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60299/solr
   [junit4]   2> 1713193 INFO  (zkConnectionManagerCallback-4076-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1713195 INFO  (zkConnectionManagerCallback-4078-thread-1-processing-n:127.0.0.1:60326_) [n:127.0.0.1:60326_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1713210 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1713214 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1713218 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60326_
   [junit4]   2> 1713222 INFO  (zkCallback-4057-thread-1-processing-n:127.0.0.1:60316_) [n:127.0.0.1:60316_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1713222 INFO  (zkCallback-4047-thread-1-processing-n:127.0.0.1:60311_) [n:127.0.0.1:60311_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1713223 INFO  (zkCallback-4067-thread-1-processing-n:127.0.0.1:60321_) [n:127.0.0.1:60321_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1713223 INFO  (zkCallback-4029-thread-2-processing-n:127.0.0.1:60302_) [n:127.0.0.1:60302_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1713223 INFO  (zkCallback-4039-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1713225 INFO  (zkCallback-4077-thread-1-processing-n:127.0.0.1:60326_) [n:127.0.0.1:60326_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1713698 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1713707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1713707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74c5d06a
   [junit4]   2> 1713709 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[E4AEC87AD39772B3]) [n:127.0.0.1:60326_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_E4AEC87AD39772B3-001/shard-4-001/cores
   [junit4]   2> 1713769 INFO  (qtp182226460-18377) [n:127.0.0.1:60302_    ] o.a.s.h.a.Collec

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

rCoreSnapshots, TestPostingsSolrHighlighter, ConcurrentDeleteAndCreateCollectionTest, TestMaxScoreQueryParser, HLLSerializationTest, TestCollectionsAPIViaSolrCloudCluster, TestBulkSchemaAPI, TestSubQueryTransformerDistrib, TestSizeLimitedDistributedMap, HdfsBasicDistributedZk2Test, HdfsChaosMonkeyNothingIsSafeTest, PropertiesRequestHandlerTest, SOLR749Test, TestLazyCores, SolrCloudExampleTest, CoreSorterTest, TestRemoteStreaming, TestReloadDeadlock, TestSchemaSimilarityResource, TestElisionMultitermQuery, TestJoin, TestInPlaceUpdatesStandalone, TestNonDefinedSimilarityFactory, DocValuesMissingTest, DistributedQueryComponentOptimizationTest, TestEmbeddedSolrServerSchemaAPI, TestManagedStopFilterFactory, FacetPivotSmallTest, TestPseudoReturnFields, TestZkChroot, ClassificationUpdateProcessorTest, CdcrReplicationHandlerTest, TestReplicationHandlerBackup, TestIBSimilarityFactory, TestMaxTokenLenTokenizer, DeleteNodeTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicZkTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed [371/778 (1!)] on J0 in 80.02s, 1 test, 1 failure <<< FAILURES!

[...truncated 4618 lines...]
   [junit4] Suite: org.apache.solr.analytics.legacy.facet.LegacyQueryFacetCloudTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-analytics/test/J1/temp/solr.analytics.legacy.facet.LegacyQueryFacetCloudTest_D7BA6AAFA08DECAE-001/init-core-data-001
   [junit4]   2> Feb 23, 2018 9:43:15 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> Feb 23, 2018 9:43:35 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.analytics.legacy.facet.LegacyQueryFacetCloudTest: 
   [junit4]   2>    1) Thread[id=1365, name=qtp780146536-1365, state=TIMED_WAITING, group=TGRP-LegacyQueryFacetCloudTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 23, 2018 9:43:35 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=1365, name=qtp780146536-1365, state=TIMED_WAITING, group=TGRP-LegacyQueryFacetCloudTest]
   [junit4]   2> Feb 23, 2018 9:43:38 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=1365, name=qtp780146536-1365, state=TIMED_WAITING, group=TGRP-LegacyQueryFacetCloudTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {string_sd=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{long_ld=DocValuesFormat(name=Asserting), date_dtd=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene70), string_sd=DocValuesFormat(name=Asserting), int_id=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Asserting), double_dd=DocValuesFormat(name=Lucene70), float_fd=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=248, maxMBSortInHeap=5.171520950324513, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@18bea35), locale=nl-NL, timezone=America/Nome
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=2,free=64456816,total=250085376
   [junit4]   2> NOTE: All tests run in this JVM: [FloatFieldsTest, CastingDoubleValueStreamTest, AbstractAnalyticsFieldTest, MultFunctionTest, LegacyNoFacetCloudTest, LegacyRangeFacetTest, GTEFunctionTest, SubtractFunctionTest, LegacyAbstractAnalyticsCloudTest, ExistsFunctionTest, DivideFunctionTest, CastingIntValueStreamTest, CastingLongValueStreamTest, PivotFacetTest, LTFunctionTest, CastingBooleanValueStreamTest, OrFunctionTest, AndFunctionTest, LegacyFieldFacetTest, NoFacetTest, RangeFacetTest, IfFunctionTest, RemoveFunctionTest, RoundFunctionTest, LegacyExpressionTest, LegacyFunctionTest, LegacyFieldFacetExtrasCloudTest, LegacyQueryFacetCloudTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LegacyQueryFacetCloudTest -Dtests.seed=D7BA6AAFA08DECAE -Dtests.slow=true -Dtests.locale=nl-NL -Dtests.timezone=America/Nome -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | LegacyQueryFacetCloudTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.analytics.legacy.facet.LegacyQueryFacetCloudTest: 
   [junit4]    >    1) Thread[id=1365, name=qtp780146536-1365, state=TIMED_WAITING, group=TGRP-LegacyQueryFacetCloudTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7BA6AAFA08DECAE]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=1365, name=qtp780146536-1365, state=TIMED_WAITING, group=TGRP-LegacyQueryFacetCloudTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7BA6AAFA08DECAE]:0)
   [junit4] Completed [78/78 (1!)] on J1 in 57.46s, 1 test, 2 errors <<< FAILURES!

[...truncated 46905 lines...]
[repro] Jenkins log URL: file:///var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/tmp.Jw7R2LUb

[repro] Revision: df0f141907b0701d7b1f1fc297ae33ef901844a0

[repro] Repro line:  ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.method=test -Dtests.seed=E4AEC87AD39772B3 -Dtests.slow=true -Dtests.locale=mk-MK -Dtests.timezone=Asia/Aden -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=LegacyQueryFacetCloudTest -Dtests.seed=D7BA6AAFA08DECAE -Dtests.slow=true -Dtests.locale=nl-NL -Dtests.timezone=America/Nome -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

[...truncated 1 lines...]
[repro] Setting last failure code to 32512

[repro] Traceback (most recent call last):

[...truncated 3 lines...]
    raise RuntimeError('ERROR: "ant clean" failed.  See above.')
RuntimeError: ERROR: "ant clean" failed.  See above.

+ rm -f /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/tmp.Jw7R2LUb
Build step 'Execute shell' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

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

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([B79C66358F9DA715:3FC859EF2161CAED]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Task 3001 did not complete, final state: FAILED expected same:<COMPLETED> was not:<FAILED>

Stack Trace:
java.lang.AssertionError: Task 3001 did not complete, final state: FAILED expected same:<COMPLETED> was not:<FAILED>
	at __randomizedtesting.SeedInfo.seed([B79C66358F9DA715:3FC859EF2161CAED]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotSame(Assert.java:641)
	at org.junit.Assert.assertSame(Assert.java:580)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:227)
	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13320 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 1824611 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[B79C66358F9DA715]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/init-core-data-001
   [junit4]   2> 1824612 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[B79C66358F9DA715]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 1824612 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[B79C66358F9DA715]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1824619 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[B79C66358F9DA715]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1824619 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[B79C66358F9DA715]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1824621 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1824621 INFO  (Thread-3892) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1824621 INFO  (Thread-3892) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1824625 ERROR (Thread-3892) [    ] 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> 1824722 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.ZkTestServer start zk server on port:50450
   [junit4]   2> 1824745 INFO  (zkConnectionManagerCallback-4269-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1824748 INFO  (zkConnectionManagerCallback-4271-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1824758 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1824761 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1824764 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1824766 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1824769 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1824771 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1824774 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1824776 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1824779 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1824781 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1824784 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1824787 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1825162 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1825163 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1825163 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1825163 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1825163 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b5365ab{/,null,AVAILABLE}
   [junit4]   2> 1825164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@78bd2820{HTTP/1.1,[http/1.1]}{127.0.0.1:50458}
   [junit4]   2> 1825164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.Server Started @1829603ms
   [junit4]   2> 1825164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=50458, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/control-001/cores}
   [junit4]   2> 1825164 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1825164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1825164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1825164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1825164 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-23T00:45:57.914Z
   [junit4]   2> 1825166 INFO  (zkConnectionManagerCallback-4273-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1825168 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1825168 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/control-001/solr.xml
   [junit4]   2> 1825173 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1825174 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1825174 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1825178 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50450/solr
   [junit4]   2> 1825180 INFO  (zkConnectionManagerCallback-4277-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1825183 INFO  (zkConnectionManagerCallback-4279-thread-1-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1825337 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50458_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1825338 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50458_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50458_
   [junit4]   2> 1825340 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50458_    ] o.a.s.c.Overseer Overseer (id=72107078715572228-127.0.0.1:50458_-n_0000000000) starting
   [junit4]   2> 1825353 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50458_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50458_
   [junit4]   2> 1825355 INFO  (OverseerStateUpdate-72107078715572228-127.0.0.1:50458_-n_0000000000) [n:127.0.0.1:50458_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1825435 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50458_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1825443 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50458_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1825443 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50458_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1825444 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50458_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/control-001/cores
   [junit4]   2> 1825475 INFO  (zkConnectionManagerCallback-4285-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1825477 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1825479 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50450/solr ready
   [junit4]   2> 1825480 INFO  (qtp1862414969-20136) [n:127.0.0.1:50458_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:50458_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1825483 INFO  (OverseerThreadFactory-8425-thread-1-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1825595 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1825596 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1825703 INFO  (zkCallback-4278-thread-1-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1826625 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1826634 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1826696 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1826720 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1826720 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1826720 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1826720 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1826722 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1826724 WARN  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1826784 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1826784 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1826786 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1826786 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1826786 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5934344200077167]
   [junit4]   2> 1826786 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5fdca981[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1826790 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1826791 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1826792 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1826792 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593150547733512192
   [junit4]   2> 1826793 INFO  (searcherExecutor-8428-thread-1-processing-n:127.0.0.1:50458_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@5fdca981[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1826803 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1826804 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1826804 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50458/control_collection_shard1_replica_n1/
   [junit4]   2> 1826804 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1826804 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:50458/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1826804 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1826811 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50458/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1826914 INFO  (zkCallback-4278-thread-1-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1826922 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1826925 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1329
   [junit4]   2> 1826929 INFO  (qtp1862414969-20136) [n:127.0.0.1:50458_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1827026 INFO  (zkCallback-4278-thread-1-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1827496 INFO  (OverseerCollectionConfigSetProcessor-72107078715572228-127.0.0.1:50458_-n_0000000000) [n:127.0.0.1:50458_    ] 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> 1827932 INFO  (qtp1862414969-20136) [n:127.0.0.1:50458_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:50458_&wt=javabin&version=2} status=0 QTime=2451
   [junit4]   2> 1827937 INFO  (zkConnectionManagerCallback-4289-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827939 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1827941 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50450/solr ready
   [junit4]   2> 1827941 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1827942 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1827944 INFO  (OverseerThreadFactory-8425-thread-2-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1827945 WARN  (OverseerThreadFactory-8425-thread-2-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1828162 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1828162 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=220
   [junit4]   2> 1828498 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-1-001 of type NRT
   [junit4]   2> 1828498 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1828499 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1828499 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1828499 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1828500 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3daea8e{/,null,AVAILABLE}
   [junit4]   2> 1828500 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4ea445a0{HTTP/1.1,[http/1.1]}{127.0.0.1:50481}
   [junit4]   2> 1828500 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.Server Started @1832939ms
   [junit4]   2> 1828500 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=50481, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-1-001/cores}
   [junit4]   2> 1828500 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1828500 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1828500 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1828500 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1828500 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-23T00:46:01.250Z
   [junit4]   2> 1828502 INFO  (zkConnectionManagerCallback-4291-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1828503 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1828503 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-1-001/solr.xml
   [junit4]   2> 1828509 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1828510 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1828510 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1828514 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50450/solr
   [junit4]   2> 1828516 INFO  (zkConnectionManagerCallback-4295-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1828519 INFO  (zkConnectionManagerCallback-4297-thread-1-processing-n:127.0.0.1:50481_) [n:127.0.0.1:50481_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1828531 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50481_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1828535 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50481_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1828538 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50481_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50481_
   [junit4]   2> 1828540 INFO  (zkCallback-4288-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1828540 INFO  (zkCallback-4278-thread-1-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1828540 INFO  (zkCallback-4296-thread-1-processing-n:127.0.0.1:50481_) [n:127.0.0.1:50481_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1828614 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50481_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1828622 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50481_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1828622 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50481_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1828624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50481_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-1-001/cores
   [junit4]   2> 1828656 INFO  (qtp1862414969-20138) [n:127.0.0.1:50458_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:50481_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1828660 INFO  (OverseerCollectionConfigSetProcessor-72107078715572228-127.0.0.1:50458_-n_0000000000) [n:127.0.0.1:50458_    ] 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> 1828660 INFO  (OverseerThreadFactory-8425-thread-3-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:50481_ for creating new replica
   [junit4]   2> 1828664 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1828665 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1829696 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1829715 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 1829771 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1829794 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 1829795 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1829795 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1829795 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 1829796 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1829798 WARN  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1829852 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1829852 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1829853 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1829853 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1829854 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5934344200077167]
   [junit4]   2> 1829854 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@403f75ae[collection1_shard2_replica_n61] main]
   [junit4]   2> 1829856 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1829856 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1829857 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1829857 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593150550947397632
   [junit4]   2> 1829858 INFO  (searcherExecutor-8439-thread-1-processing-n:127.0.0.1:50481_ x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@403f75ae[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1829868 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1829868 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1829868 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50481/collection1_shard2_replica_n61/
   [junit4]   2> 1829869 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1829869 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:50481/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 1829869 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1829874 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50481/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 1830045 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1830048 INFO  (qtp1884702536-20185) [n:127.0.0.1:50481_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1384
   [junit4]   2> 1830051 INFO  (qtp1862414969-20138) [n:127.0.0.1:50458_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:50481_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1395
   [junit4]   2> 1830376 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-2-001 of type NRT
   [junit4]   2> 1830377 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1830378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1830378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1830378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1830378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e54074{/,null,AVAILABLE}
   [junit4]   2> 1830379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@16fce7cd{HTTP/1.1,[http/1.1]}{127.0.0.1:50486}
   [junit4]   2> 1830379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.Server Started @1834817ms
   [junit4]   2> 1830379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=50486, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-2-001/cores}
   [junit4]   2> 1830379 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1830379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1830379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1830379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1830379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-23T00:46:03.129Z
   [junit4]   2> 1830381 INFO  (zkConnectionManagerCallback-4301-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830382 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1830383 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-2-001/solr.xml
   [junit4]   2> 1830388 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1830388 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1830389 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1830392 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50450/solr
   [junit4]   2> 1830394 INFO  (zkConnectionManagerCallback-4305-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830397 INFO  (zkConnectionManagerCallback-4307-thread-1-processing-n:127.0.0.1:50486_) [n:127.0.0.1:50486_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830409 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50486_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1830413 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50486_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1830416 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50486_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50486_
   [junit4]   2> 1830418 INFO  (zkCallback-4278-thread-1-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1830418 INFO  (zkCallback-4288-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1830418 INFO  (zkCallback-4296-thread-1-processing-n:127.0.0.1:50481_) [n:127.0.0.1:50481_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1830419 INFO  (zkCallback-4306-thread-1-processing-n:127.0.0.1:50486_) [n:127.0.0.1:50486_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1830529 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50486_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1830537 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50486_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1830537 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50486_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1830539 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50486_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-2-001/cores
   [junit4]   2> 1830584 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:50486_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1830588 INFO  (OverseerCollectionConfigSetProcessor-72107078715572228-127.0.0.1:50458_-n_0000000000) [n:127.0.0.1:50458_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1830588 INFO  (OverseerThreadFactory-8425-thread-4-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:50486_ for creating new replica
   [junit4]   2> 1830592 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1830592 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1831613 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1831625 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 1831683 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1831706 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63' using configuration from collection collection1, trusted=true
   [junit4]   2> 1831706 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n63' (registry 'solr.core.collection1.shard3.replica_n63') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1831706 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1831706 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 1831708 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1831710 WARN  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1831767 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1831767 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1831768 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1831768 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1831769 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5934344200077167]
   [junit4]   2> 1831769 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d1157de[collection1_shard3_replica_n63] main]
   [junit4]   2> 1831771 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1831771 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1831772 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1831772 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593150552955420672
   [junit4]   2> 1831773 INFO  (searcherExecutor-8450-thread-1-processing-n:127.0.0.1:50486_ x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@3d1157de[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1831784 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1831784 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1831784 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50486/collection1_shard3_replica_n63/
   [junit4]   2> 1831784 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1831784 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:50486/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 1831784 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1831790 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50486/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 1831941 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1831943 INFO  (qtp1146583136-20216) [n:127.0.0.1:50486_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1351
   [junit4]   2> 1831946 INFO  (qtp1862414969-20140) [n:127.0.0.1:50458_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:50486_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1361
   [junit4]   2> 1832291 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-3-001 of type NRT
   [junit4]   2> 1832291 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1832293 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1832293 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1832293 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1832293 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@603f9415{/,null,AVAILABLE}
   [junit4]   2> 1832294 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@56450827{HTTP/1.1,[http/1.1]}{127.0.0.1:50491}
   [junit4]   2> 1832294 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.Server Started @1836733ms
   [junit4]   2> 1832294 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=50491, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-3-001/cores}
   [junit4]   2> 1832294 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1832294 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1832294 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1832294 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1832294 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-23T00:46:05.044Z
   [junit4]   2> 1832296 INFO  (zkConnectionManagerCallback-4311-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1832297 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1832297 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-3-001/solr.xml
   [junit4]   2> 1832303 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1832303 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1832310 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1832314 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50450/solr
   [junit4]   2> 1832315 INFO  (zkConnectionManagerCallback-4315-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1832318 INFO  (zkConnectionManagerCallback-4317-thread-1-processing-n:127.0.0.1:50491_) [n:127.0.0.1:50491_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1832330 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50491_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1832334 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50491_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1832338 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50491_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50491_
   [junit4]   2> 1832341 INFO  (zkCallback-4278-thread-2-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1832341 INFO  (zkCallback-4296-thread-1-processing-n:127.0.0.1:50481_) [n:127.0.0.1:50481_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1832341 INFO  (zkCallback-4288-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1832341 INFO  (zkCallback-4306-thread-1-processing-n:127.0.0.1:50486_) [n:127.0.0.1:50486_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1832342 INFO  (zkCallback-4316-thread-1-processing-n:127.0.0.1:50491_) [n:127.0.0.1:50491_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1832447 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50491_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1832458 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50491_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1832458 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50491_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1832460 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [n:127.0.0.1:50491_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-3-001/cores
   [junit4]   2> 1832510 INFO  (qtp1862414969-20138) [n:127.0.0.1:50458_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:50491_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1832514 INFO  (OverseerCollectionConfigSetProcessor-72107078715572228-127.0.0.1:50458_-n_0000000000) [n:127.0.0.1:50458_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1832514 INFO  (OverseerThreadFactory-8425-thread-5-processing-n:127.0.0.1:50458_) [n:127.0.0.1:50458_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:50491_ for creating new replica
   [junit4]   2> 1832517 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1832518 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1833550 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1833567 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 1833680 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1833719 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65' using configuration from collection collection1, trusted=true
   [junit4]   2> 1833720 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n65' (registry 'solr.core.collection1.shard1.replica_n65') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db0f126
   [junit4]   2> 1833720 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1833720 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 1833726 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1833744 WARN  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1833849 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1833849 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1833851 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1833851 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1833852 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5934344200077167]
   [junit4]   2> 1833852 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d9e13fe[collection1_shard1_replica_n65] main]
   [junit4]   2> 1833854 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1833854 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1833855 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1833855 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593150555139604480
   [junit4]   2> 1833855 INFO  (searcherExecutor-8461-thread-1-processing-n:127.0.0.1:50491_ x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher Searcher@5d9e13fe[collection1_shard1_replica_n65] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1833863 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1833863 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1833863 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50491/collection1_shard1_replica_n65/
   [junit4]   2> 1833864 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1833864 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy http://127.0.0.1:50491/collection1_shard1_replica_n65/ has no replicas
   [junit4]   2> 1833864 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1833869 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50491/collection1_shard1_replica_n65/ shard1
   [junit4]   2> 1833976 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1833979 INFO  (qtp1855756107-20247) [n:127.0.0.1:50491_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1461
   [junit4]   2> 1833982 INFO  (qtp1862414969-20138) [n:127.0.0.1:50458_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:50491_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1471
   [junit4]   2> 1834521 INFO  (OverseerCollectionConfigSetProcessor-72107078715572228-127.0.0.1:50458_-n_0000000000) [n:127.0.0.1:50458_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1834558 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-4-001 of type NRT
   [junit4]   2> 1834558 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1834559 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1834559 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1834559 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1834560 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ba2bad3{/,null,AVAILABLE}
   [junit4]   2> 1834560 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@592d2328{HTTP/1.1,[http/1.1]}{127.0.0.1:50497}
   [junit4]   2> 1834560 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.e.j.s.Server Started @1838999ms
   [junit4]   2> 1834560 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/, hostPort=50497, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B79C66358F9DA715-001/shard-4-001/cores}
   [junit4]   2> 1834560 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1834560 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1834560 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1834560 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1834560 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B79C66358F9DA715]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-23T00:46:07.310Z
   [junit4]   2> 1834562 INFO  (zkConnectionManagerCall

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

olr/collections/ocptest3/terms/shard2
   [junit4]   2> 	2	/solr/collections/ocptest4/terms/shard2
   [junit4]   2> 	2	/solr/collections/ocptest3/terms/shard3
   [junit4]   2> 	2	/solr/collections/ocptest4/terms/shard3
   [junit4]   2> 	2	/solr/collections/ocptest3/terms/shard1
   [junit4]   2> 	2	/solr/collections/ocptest4/terms/shard4
   [junit4]   2> 	2	/solr/collections/ocptest3/terms/shard4
   [junit4]   2> 	2	/solr/collections/ocptest2/terms/shard3
   [junit4]   2> 	2	/solr/collections/ocptest1/terms/shard4
   [junit4]   2> 	2	/solr/collections/ocptest2/terms/shard4
   [junit4]   2> 	2	/solr/collections/ocptest1/terms/shard3
   [junit4]   2> 	2	/solr/collections/ocptest1/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/ocptest1/state.json
   [junit4]   2> 	4	/solr/collections/ocptest3/state.json
   [junit4]   2> 	4	/solr/collections/ocptest2/state.json
   [junit4]   2> 	4	/solr/collections/ocptest4/state.json
   [junit4]   2> 	4	/solr/collections/ocptest_shardsplit/state.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiThreadedOCPTest -Dtests.method=test -Dtests.seed=B79C66358F9DA715 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=Pacific/Gambier -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 38.5s J0 | MultiThreadedOCPTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Task 3001 did not complete, final state: FAILED expected same:<COMPLETED> was not:<FAILED>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B79C66358F9DA715:3FC859EF2161CAED]:0)
   [junit4]    > 	at org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:227)
   [junit4]    > 	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:65)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.MultiThreadedOCPTest_B79C66358F9DA715-001
   [junit4]   2> Feb 23, 2018 12:57:47 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5edff1ce), locale=sl-SI, timezone=Pacific/Gambier
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=89508392,total=513802240
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrVersionReplicationTest, TestSimDistributedQueue, TestInPlaceUpdatesStandalone, TestCoreBackup, ZkStateWriterTest, TestUtils, SubstringBytesRefFilterTest, DistributedQueryComponentOptimizationTest, TestNestedDocsSort, SchemaVersionSpecificBehaviorTest, TestManagedStopFilterFactory, AlternateDirectoryTest, TestSimpleQParserPlugin, TestComplexPhraseQParserPlugin, BasicDistributedZkTest, TestGraphTermsQParserPlugin, ReplaceNodeTest, TestManagedSchemaThreadSafety, SparseHLLTest, TestSQLHandlerNonCloud, TestTolerantUpdateProcessorRandomCloud, JavabinLoaderTest, LukeRequestHandlerTest, TestNamedUpdateProcessors, UninvertDocValuesMergePolicyTest, TestSubQueryTransformer, TestPartialUpdateDeduplication, TestFunctionQuery, TestMultiWordSynonyms, TestManagedSynonymGraphFilterFactory, TestSolrCoreSnapshots, TestReload, TestSolrJ, TestHdfsUpdateLog, ConfigSetsAPITest, TestFaceting, DeleteNodeTest, TestReloadAndDeleteDocs, CollectionReloadTest, JvmMetricsTest, ZkCLITest, XmlUpdateRequestHandlerTest, TestFoldingMultitermQuery, TestGroupingSearch, SolrGangliaReporterTest, SolrTestCaseJ4Test, GraphQueryTest, TestFieldCache, TestOmitPositions, BasicAuthIntegrationTest, MigrateRouteKeyTest, TestAuthenticationFramework, TestGraphMLResponseWriter, TestReRankQParserPlugin, DistribCursorPagingTest, ZkNodePropsTest, CreateCollectionCleanupTest, TestApiFramework, TestPKIAuthenticationPlugin, TestMiniSolrCloudClusterSSL, TestHighlightDedupGrouping, CurrencyFieldTypeTest, CoreSorterTest, TestSchemaManager, OverseerModifyCollectionTest, BufferStoreTest, TestTlogReplica, TestQueryUtils, TestRestoreCore, TestEmbeddedSolrServerAdminHandler, TestExportWriter, TestManagedSchema, TermVectorComponentDistributedTest, SpellCheckCollatorWithCollapseTest, CachingDirectoryFactoryTest, TestReplicationHandler, TestRTimerTree, HLLSerializationTest, TestBinaryField, TestBinaryResponseWriter, TestUseDocValuesAsStored2, CdcrUpdateLogTest, RequiredFieldsTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestSegmentSorting, PeerSyncWithIndexFingerprintCachingTest, DistributedFacetPivotLargeTest, IndexSchemaRuntimeFieldTest, SystemLogListenerTest, TestDownShardTolerantSearch, RAMDirectoryFactoryTest, SolrIndexConfigTest, TestRequestStatusCollectionAPI, DateFieldTest, TestSolr4Spatial2, DirectSolrSpellCheckerTest, CloudExitableDirectoryReaderTest, TestSystemIdResolver, TestFieldTypeCollectionResource, TestSchemaNameResource, TestSimpleTextCodec, SearchHandlerTest, CacheHeaderTest, TestCollationFieldDocValues, LIRRollingUpdatesTest, BaseCdcrDistributedZkTest, DocExpirationUpdateProcessorFactoryTest, TestDistribDocBasedVersion, BigEndianAscendingWordSerializerTest, OpenExchangeRatesOrgProviderTest, SolrPluginUtilsTest, TestFieldCollectionResource, HdfsBasicDistributedZk2Test, TestSolrXml, TestFieldCacheVsDocValues, SOLR749Test, DistributedMLTComponentTest, TestMergePolicyConfig, TestElisionMultitermQuery, QueryElevationComponentTest, TestSolrConfigHandlerConcurrent, TestRealTimeGet, DistributedExpandComponentTest, CollectionsAPISolrJTest, BinaryUpdateRequestHandlerTest, TestCloudManagedSchema, TestIndexSearcher, DistanceUnitsTest, DistributedFacetPivotWhiteBoxTest, SolrMetricReporterTest, TestBlendedInfixSuggestions, SpatialRPTFieldTypeTest, TestCloudRecovery, V2ApiIntegrationTest, SolrShardReporterTest, MoveReplicaTest, TestSolrCloudWithDelegationTokens, SuggesterTSTTest, ResourceLoaderTest, TestRangeQuery, OutputWriterTest, SSLMigrationTest, HdfsTlogReplayBufferedWhileIndexingTest, PingRequestHandlerTest, AddReplicaTest, RecoveryZkTest, TestComputePlanAction, TestJsonFacets, TestBM25SimilarityFactory, TestRawTransformer, DateMathParserTest, ForceLeaderTest, JSONWriterTest, BlockCacheTest, TestRequestForwarding, HdfsRecoveryZkTest, FileUtilsTest, SegmentsInfoRequestHandlerTest, TestQuerySenderNoQuery, TestLargeCluster, ResponseHeaderTest, HdfsAutoAddReplicasIntegrationTest, HdfsChaosMonkeyNothingIsSafeTest, TlogReplayBufferedWhileIndexingTest, CursorMarkTest, ComputePlanActionTest, NodeMutatorTest, CustomHighlightComponentTest, TestNonDefinedSimilarityFactory, TestPivotHelperCode, MetricTriggerTest, HdfsNNFailoverTest, SynonymTokenizerTest, TestFiltering, QueryResultKeyTest, TestCloudInspectUtil, TestDistribIDF, TestXmlQParser, TestPseudoReturnFields, TestFreeTextSuggestions, HdfsLockFactoryTest, OpenCloseCoreStressTest, TestRandomRequestDistribution, HdfsCollectionsAPIDistributedZkTest, TestTrie, TestIBSimilarityFactory, SpellingQueryConverterTest, DeleteShardTest, WordBreakSolrSpellCheckerTest, UnloadDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, TestRecovery, ZkControllerTest, TestStressReorder, TestJoin, DistributedTermsComponentTest, TestCoreContainer, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, DocValuesTest, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestRemoteStreaming, SolrInfoBeanTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, TermsComponentTest, MoreLikeThisHandlerTest, LoggingHandlerTest, IndexSchemaTest, TestCollationField, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestFastOutputStream, PluginInfoTest, TestSuggestSpellingConverter, CursorPagingTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, ConnectionReuseTest, AssignBackwardCompatibilityTest, ConnectionManagerTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, DocValuesNotIndexedTest, HttpPartitionOnCommitTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MultiThreadedOCPTest]
   [junit4] Completed [548/778 (2!)] on J0 in 39.01s, 1 test, 1 failure <<< FAILURES!

[...truncated 50865 lines...]

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

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

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testScheduledTrigger

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

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


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

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

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




Build Log:
[...truncated 12533 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> 613093 INFO  (SUITE-TriggerIntegrationTest-seed#[54F47F6708D5BAE4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_54F47F6708D5BAE4-001/init-core-data-001
   [junit4]   2> 613094 WARN  (SUITE-TriggerIntegrationTest-seed#[54F47F6708D5BAE4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 613094 INFO  (SUITE-TriggerIntegrationTest-seed#[54F47F6708D5BAE4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 613098 INFO  (SUITE-TriggerIntegrationTest-seed#[54F47F6708D5BAE4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 613099 INFO  (SUITE-TriggerIntegrationTest-seed#[54F47F6708D5BAE4]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_54F47F6708D5BAE4-001/tempDir-001
   [junit4]   2> 613099 INFO  (SUITE-TriggerIntegrationTest-seed#[54F47F6708D5BAE4]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 613099 INFO  (Thread-903) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 613099 INFO  (Thread-903) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 613102 ERROR (Thread-903) [    ] 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> 613203 INFO  (SUITE-TriggerIntegrationTest-seed#[54F47F6708D5BAE4]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:49472
   [junit4]   2> 613296 INFO  (zkConnectionManagerCallback-2633-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 613301 INFO  (jetty-launcher-2630-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 613301 INFO  (jetty-launcher-2630-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 613303 INFO  (jetty-launcher-2630-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 613303 INFO  (jetty-launcher-2630-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 613303 INFO  (jetty-launcher-2630-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 613303 INFO  (jetty-launcher-2630-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25a77c07{/solr,null,AVAILABLE}
   [junit4]   2> 613303 INFO  (jetty-launcher-2630-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 613303 INFO  (jetty-launcher-2630-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 613303 INFO  (jetty-launcher-2630-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 613304 INFO  (jetty-launcher-2630-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7343068f{/solr,null,AVAILABLE}
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@34bf105a{HTTP/1.1,[http/1.1]}{127.0.0.1:49482}
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3a05d9ba{HTTP/1.1,[http/1.1]}{127.0.0.1:49483}
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-1) [    ] o.e.j.s.Server Started @617466ms
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-2) [    ] o.e.j.s.Server Started @617466ms
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49482}
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49483}
   [junit4]   2> 613305 ERROR (jetty-launcher-2630-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 613305 ERROR (jetty-launcher-2630-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-22T12:55:38.197Z
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 613305 INFO  (jetty-launcher-2630-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-22T12:55:38.197Z
   [junit4]   2> 613307 INFO  (zkConnectionManagerCallback-2636-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 613308 INFO  (zkConnectionManagerCallback-2637-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 613308 INFO  (jetty-launcher-2630-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 613308 INFO  (jetty-launcher-2630-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 613317 INFO  (jetty-launcher-2630-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49472/solr
   [junit4]   2> 613317 INFO  (jetty-launcher-2630-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49472/solr
   [junit4]   2> 613319 INFO  (zkConnectionManagerCallback-2643-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 613319 INFO  (zkConnectionManagerCallback-2645-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 613322 INFO  (zkConnectionManagerCallback-2647-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 613323 INFO  (zkConnectionManagerCallback-2649-thread-1-processing-n:127.0.0.1:49483_solr) [n:127.0.0.1:49483_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 613477 INFO  (jetty-launcher-2630-thread-2) [n:127.0.0.1:49483_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 613477 INFO  (jetty-launcher-2630-thread-1) [n:127.0.0.1:49482_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 613478 INFO  (jetty-launcher-2630-thread-2) [n:127.0.0.1:49483_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49483_solr
   [junit4]   2> 613479 INFO  (jetty-launcher-2630-thread-1) [n:127.0.0.1:49482_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49482_solr
   [junit4]   2> 613480 INFO  (jetty-launcher-2630-thread-2) [n:127.0.0.1:49483_solr    ] o.a.s.c.Overseer Overseer (id=72104285611098118-127.0.0.1:49483_solr-n_0000000000) starting
   [junit4]   2> 613483 INFO  (zkCallback-2648-thread-1-processing-n:127.0.0.1:49483_solr) [n:127.0.0.1:49483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 613483 INFO  (zkCallback-2646-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 613495 DEBUG (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 613496 DEBUG (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 613497 INFO  (jetty-launcher-2630-thread-2) [n:127.0.0.1:49483_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49483_solr
   [junit4]   2> 613497 DEBUG (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:49482_solr]
   [junit4]   2> 613497 DEBUG (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 613497 DEBUG (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 613499 INFO  (zkCallback-2648-thread-1-processing-n:127.0.0.1:49483_solr) [n:127.0.0.1:49483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 613499 INFO  (zkCallback-2646-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 613501 DEBUG (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 613502 DEBUG (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 613502 DEBUG (ScheduledTrigger-2200-thread-1) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 613613 INFO  (jetty-launcher-2630-thread-2) [n:127.0.0.1:49483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49483.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 613615 INFO  (jetty-launcher-2630-thread-1) [n:127.0.0.1:49482_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49482.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 613620 INFO  (jetty-launcher-2630-thread-2) [n:127.0.0.1:49483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49483.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 613620 INFO  (jetty-launcher-2630-thread-2) [n:127.0.0.1:49483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49483.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 613621 INFO  (jetty-launcher-2630-thread-1) [n:127.0.0.1:49482_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49482.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 613621 INFO  (jetty-launcher-2630-thread-1) [n:127.0.0.1:49482_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49482.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 613621 INFO  (jetty-launcher-2630-thread-2) [n:127.0.0.1:49483_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_54F47F6708D5BAE4-001/tempDir-001/node2/.
   [junit4]   2> 613622 INFO  (jetty-launcher-2630-thread-1) [n:127.0.0.1:49482_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_54F47F6708D5BAE4-001/tempDir-001/node1/.
   [junit4]   2> 613666 INFO  (zkConnectionManagerCallback-2655-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 613670 INFO  (zkConnectionManagerCallback-2659-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 613672 INFO  (SUITE-TriggerIntegrationTest-seed#[54F47F6708D5BAE4]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 613674 INFO  (SUITE-TriggerIntegrationTest-seed#[54F47F6708D5BAE4]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49472/solr ready
   [junit4]   2> 613693 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testContinueTriggersOnOverseerRestart
   [junit4]   2> 613696 INFO  (qtp552238129-7509) [n:127.0.0.1:49482_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 613703 INFO  (qtp552238129-7509) [n:127.0.0.1:49482_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 613704 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .auto_add_replicas
   [junit4]   2> 613707 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 613707 DEBUG (zkCallback-2648-thread-1-processing-n:127.0.0.1:49483_solr) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 613708 DEBUG (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 613708 DEBUG (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 613708 DEBUG (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 613708 DEBUG (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 613709 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 613711 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3a05d9ba{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 613712 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=818926883
   [junit4]   2> 613712 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 613712 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f0dc5fe: rootName = solr_49483, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4e3d22b
   [junit4]   2> 613721 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 613721 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@221e101b: rootName = solr_49483, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@213a48a4
   [junit4]   2> 613725 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 613726 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f547ab9: rootName = solr_49483, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4a181cbd
   [junit4]   2> 613728 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49483_solr
   [junit4]   2> 613729 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 613729 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 613730 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.Overseer Overseer (id=72104285611098118-127.0.0.1:49483_solr-n_0000000000) closing
   [junit4]   2> 613730 INFO  (zkCallback-2646-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 613730 INFO  (zkCallback-2648-thread-1-processing-n:127.0.0.1:49483_solr) [n:127.0.0.1:49483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 613730 INFO  (OverseerStateUpdate-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49483_solr
   [junit4]   2> 613732 INFO  (zkCallback-2658-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 613732 WARN  (OverseerAutoScalingTriggerThread-72104285611098118-127.0.0.1:49483_solr-n_0000000000) [n:127.0.0.1:49483_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 613733 INFO  (zkCallback-2658-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 613733 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 613735 INFO  (zkCallback-2646-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49482_solr
   [junit4]   2> 613735 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7343068f{/solr,null,UNAVAILABLE}
   [junit4]   2> 613735 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 613737 INFO  (zkCallback-2646-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.Overseer Overseer (id=72104285611098117-127.0.0.1:49482_solr-n_0000000001) starting
   [junit4]   2> 613747 DEBUG (OverseerAutoScalingTriggerThread-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 613748 DEBUG (OverseerAutoScalingTriggerThread-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 613748 DEBUG (OverseerAutoScalingTriggerThread-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:49482_solr]
   [junit4]   2> 613748 DEBUG (OverseerAutoScalingTriggerThread-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion -1
   [junit4]   2> 613748 DEBUG (OverseerAutoScalingTriggerThread-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 613752 DEBUG (OverseerAutoScalingTriggerThread-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 613752 DEBUG (OverseerAutoScalingTriggerThread-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 613753 DEBUG (ScheduledTrigger-2209-thread-1) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 614764 DEBUG (ScheduledTrigger-2209-thread-1) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 615767 DEBUG (ScheduledTrigger-2209-thread-2) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 616777 DEBUG (ScheduledTrigger-2209-thread-1) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 617781 DEBUG (ScheduledTrigger-2209-thread-1) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 618738 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 618740 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 618741 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 618741 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 618741 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@299b06bf{/solr,null,AVAILABLE}
   [junit4]   2> 618742 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f905835{HTTP/1.1,[http/1.1]}{127.0.0.1:49678}
   [junit4]   2> 618742 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.Server Started @622903ms
   [junit4]   2> 618742 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49678}
   [junit4]   2> 618742 ERROR (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 618744 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 618744 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 618744 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 618745 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-22T12:55:43.636Z
   [junit4]   2> 618748 INFO  (zkConnectionManagerCallback-2662-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 618749 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 618760 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49472/solr
   [junit4]   2> 618761 INFO  (zkConnectionManagerCallback-2666-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 618765 INFO  (zkConnectionManagerCallback-2668-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 618777 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 618780 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49678_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 618784 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49678_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49678_solr
   [junit4]   2> 618790 DEBUG (ScheduledTrigger-2209-thread-1) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 618790 INFO  (zkCallback-2646-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 618790 INFO  (zkCallback-2658-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 618790 INFO  (zkCallback-2658-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 618791 INFO  (zkCallback-2667-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 618897 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49678_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49678.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 618907 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49678_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49678.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 618907 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49678_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49678.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 618909 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49678_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_54F47F6708D5BAE4-001/tempDir-001/node3/.
   [junit4]   2> 618951 INFO  (qtp552238129-7511) [n:127.0.0.1:49482_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 618958 INFO  (qtp552238129-7511) [n:127.0.0.1:49482_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 618964 INFO  (qtp552238129-7511) [n:127.0.0.1:49482_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 618966 INFO  (qtp1500863989-7586) [n:127.0.0.1:49678_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 618966 DEBUG (qtp1500863989-7582) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 618967 INFO  (qtp1500863989-7582) [n:127.0.0.1:49678_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 618968 DEBUG (zkCallback-2646-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 618968 DEBUG (zkCallback-2646-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:49482_solr, 127.0.0.1:49678_solr]
   [junit4]   2> 618968 DEBUG (zkCallback-2646-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR instantiated with properties: {event=nodeAdded, waitFor=3, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 618969 DEBUG (zkCallback-2646-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:49482_solr, 127.0.0.1:49678_solr]
   [junit4]   2> 618969 DEBUG (OverseerAutoScalingTriggerThread-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 618971 INFO  (OverseerAutoScalingTriggerThread-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 618973 DEBUG (ScheduledTrigger-2209-thread-3) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 618973 DEBUG (ScheduledTrigger-2209-thread-3) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 618974 DEBUG (OverseerAutoScalingTriggerThread-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 618974 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@34bf105a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 618975 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=396635959
   [junit4]   2> 618975 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 618975 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b7ba7cf: rootName = solr_49482, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@372f5603
   [junit4]   2> 618981 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 618986 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@62e746e0: rootName = solr_49482, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@213a48a4
   [junit4]   2> 618989 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 618989 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@17462851: rootName = solr_49482, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4a181cbd
   [junit4]   2> 618991 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49482_solr
   [junit4]   2> 618993 INFO  (zkCallback-2667-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 618993 INFO  (zkCallback-2658-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 618994 INFO  (zkCallback-2646-thread-1-processing-n:127.0.0.1:49482_solr) [n:127.0.0.1:49482_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 618994 INFO  (zkCallback-2658-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 618994 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 618995 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 618995 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.Overseer Overseer (id=72104285611098117-127.0.0.1:49482_solr-n_0000000001) closing
   [junit4]   2> 618995 INFO  (OverseerStateUpdate-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49482_solr
   [junit4]   2> 618997 WARN  (OverseerAutoScalingTriggerThread-72104285611098117-127.0.0.1:49482_solr-n_0000000001) [n:127.0.0.1:49482_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 618998 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 619000 INFO  (zkCallback-2667-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49678_solr
   [junit4]   2> 619000 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25a77c07{/solr,null,UNAVAILABLE}
   [junit4]   2> 619001 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 619001 INFO  (zkCallback-2667-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.Overseer Overseer (id=72104285611098123-127.0.0.1:49678_solr-n_0000000002) starting
   [junit4]   2> 619011 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 619012 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:49678_solr]
   [junit4]   2> 619012 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR instantiated with properties: {event=nodeAdded, waitFor=3, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 619012 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:49678_solr]
   [junit4]   2> 619012 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion -1
   [junit4]   2> 619012 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 619013 INFO  (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 619015 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Adding lost node from marker path: 127.0.0.1:49482_solr
   [junit4]   2> 619015 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 619015 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 619016 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 619017 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 620026 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 620027 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 620027 DEBUG (ScheduledTrigger-2220-thread-3) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 621037 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 621037 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 621037 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 622040 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 622041 DEBUG (ScheduledTrigger-2220-thread-3) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 622041 DEBUG (ScheduledTrigger-2220-thread-3) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 623043 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 623043 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 623043 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 624045 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 624045 DEBUG (ScheduledTrigger-2220-thread-3) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 624045 DEBUG (ScheduledTrigger-2220-thread-3) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 625045 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 625045 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 625046 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 626049 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 626049 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 626049 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 627052 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 627052 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 627052 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 628062 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 628062 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 628063 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 629009 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 629014 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629014 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629014 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 629016 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@163adea0{/solr,null,AVAILABLE}
   [junit4]   2> 629017 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1d13153f{HTTP/1.1,[http/1.1]}{127.0.0.1:49694}
   [junit4]   2> 629017 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.Server Started @633178ms
   [junit4]   2> 629017 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49694}
   [junit4]   2> 629017 ERROR (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 629019 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 629019 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629019 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 629019 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-22T12:55:53.911Z
   [junit4]   2> 629022 INFO  (zkConnectionManagerCallback-2672-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629023 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 629039 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49472/solr
   [junit4]   2> 629040 INFO  (zkConnectionManagerCallback-2676-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629044 INFO  (zkConnectionManagerCallback-2678-thread-1-processing-n:127.0.0.1:49694_solr) [n:127.0.0.1:49694_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629058 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 629063 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 629063 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 629063 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 629063 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49694_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 629067 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49694_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49694_solr
   [junit4]   2> 629070 INFO  (zkCallback-2658-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 629070 INFO  (zkCallback-2658-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 629071 INFO  (zkCallback-2667-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 629071 INFO  (zkCallback-2677-thread-1-processing-n:127.0.0.1:49694_solr) [n:127.0.0.1:49694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 629256 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49694_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49694.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 629267 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49694_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49694.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 629267 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49694_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49694.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 629269 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49694_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_54F47F6708D5BAE4-001/tempDir-001/node4/.
   [junit4]   2> 630069 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 630069 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 630069 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 630069 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:49694_solr at time 712473834718701
   [junit4]   2> 631070 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 631070 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 631070 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 632072 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 632072 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 632072 DEBUG (ScheduledTrigger-2220-thread-1) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 633073 DEBUG (ScheduledTrigger-2220-thread-4) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 633073 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 633073 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 633073 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR firing registered processor for nodes: [127.0.0.1:49694_solr] added at times [712473834718701], now=712476839030116
   [junit4]   2> 633073 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"287fdbdd485edT9w99e7gkpgkf7okkwm1pzk3e1",
   [junit4]   2>   "source":"node_added_triggerCTOOR",
   [junit4]   2>   "eventTime":712473834718701,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[712473834718701],
   [junit4]   2>     "nodeNames":["127.0.0.1:49694_solr"]}}
   [junit4]   2> 633074 DEBUG (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_triggerCTOOR]
   [junit4]   2> 633074 INFO  (ScheduledTrigger-2220-thread-2) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 633075 DEBUG (AutoscalingActionExecutor-2221-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"287fdbdd485edT9w99e7gkpgkf7okkwm1pzk3e1",
   [junit4]   2>   "source":"node_added_triggerCTOOR",
   [junit4]   2>   "eventTime":712473834718701,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[712473834718701],
   [junit4]   2>     "_enqueue_time_":712476839592603,
   [junit4]   2>     "nodeNames":["127.0.0.1:49694_solr"]}}
   [junit4]   2> 633075 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[54F47F6708D5BAE4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testContinueTriggersOnOverseerRestart
   [junit4]   2> 633081 DEBUG (AutoscalingActionExecutor-2221-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 633082 DEBUG (AutoscalingActionExecutor-2221-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerCTOOR after 5000ms
   [junit4]   2> 633082 DEBUG (AutoscalingActionExecutor-2221-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 6 ms for event id=287fdbdd485edT9w99e7gkpgkf7okkwm1pzk3e1
   [junit4]   2> 633098 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSetProperties
   [junit4]   2> 633100 INFO  (qtp1500863989-7584) [n:127.0.0.1:49678_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 633108 INFO  (qtp1500863989-7584) [n:127.0.0.1:49678_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 633108 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .auto_add_replicas
   [junit4]   2> 633113 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: node_added_triggerCTOOR
   [junit4]   2> 633115 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 633116 DEBUG (zkCallback-2667-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 633116 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 633116 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 633116 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 633117 DEBUG (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 633117 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 633121 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7f905835{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 633121 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=845514796
   [junit4]   2> 633121 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 633121 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@374ce7b6: rootName = solr_49678, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@43cf27a7
   [junit4]   2> 633134 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 633134 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@134bf37f: rootName = solr_49678, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@213a48a4
   [junit4]   2> 633139 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 633139 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68bafbaa: rootName = solr_49678, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4a181cbd
   [junit4]   2> 633142 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49678_solr
   [junit4]   2> 633144 INFO  (zkCallback-2677-thread-1-processing-n:127.0.0.1:49694_solr) [n:127.0.0.1:49694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 633144 INFO  (zkCallback-2658-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 633144 INFO  (zkCallback-2667-thread-1-processing-n:127.0.0.1:49678_solr) [n:127.0.0.1:49678_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 633144 INFO  (zkCallback-2658-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 633145 INFO  (zkCallback-2658-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 633145 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 633145 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 633146 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.Overseer Overseer (id=72104285611098123-127.0.0.1:49678_solr-n_0000000002) closing
   [junit4]   2> 633146 INFO  (OverseerStateUpdate-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49678_solr
   [junit4]   2> 633146 WARN  (OverseerAutoScalingTriggerThread-72104285611098123-127.0.0.1:49678_solr-n_0000000002) [n:127.0.0.1:49678_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 633147 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 633149 INFO  (zkCallback-2677-thread-1-processing-n:127.0.0.1:49694_solr) [n:127.0.0.1:49694_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49694_solr
   [junit4]   2> 633149 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@299b06bf{/solr,null,UNAVAILABLE}
   [junit4]   2> 633149 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 633151 INFO  (zkCallback-2677-thread-1-processing-n:127.0.0.1:49694_solr) [n:127.0.0.1:49694_solr    ] o.a.s.c.Overseer Overseer (id=72104285611098126-127.0.0.1:49694_solr-n_0000000003) starting
   [junit4]   2> 633164 DEBUG (OverseerAutoScalingTriggerThread-72104285611098126-127.0.0.1:49694_solr-n_0000000003) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 633165 DEBUG (OverseerAutoScalingTriggerThread-72104285611098126-127.0.0.1:49694_solr-n_0000000003) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 633165 DEBUG (OverseerAutoScalingTriggerThread-72104285611098126-127.0.0.1:49694_solr-n_0000000003) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:49694_solr]
   [junit4]   2> 633165 DEBUG (OverseerAutoScalingTriggerThread-72104285611098126-127.0.0.1:49694_solr-n_0000000003) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion -1
   [junit4]   2> 633165 DEBUG (OverseerAutoScalingTriggerThread-72104285611098126-127.0.0.1:49694_solr-n_0000000003) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 633169 DEBUG (OverseerAutoScalingTriggerThread-72104285611098126-127.0.0.1:49694_solr-n_0000000003) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 633169 DEBUG (OverseerAutoScalingTriggerThread-72104285611098126-127.0.0.1:49694_solr-n_0000000003) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 633169 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 634177 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 635188 DEBUG (ScheduledTrigger-2231-thread-2) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 636189 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 637197 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 638163 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 638164 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 638164 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 638164 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 638165 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3847d0cf{/solr,null,AVAILABLE}
   [junit4]   2> 638165 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@70560678{HTTP/1.1,[http/1.1]}{127.0.0.1:49726}
   [junit4]   2> 638165 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.Server Started @642326ms
   [junit4]   2> 638165 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49726}
   [junit4]   2> 638165 ERROR (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 638166 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 638166 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 638166 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 638166 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-22T12:56:03.058Z
   [junit4]   2> 638168 INFO  (zkConnectionManagerCallback-2683-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638169 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 638183 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49472/solr
   [junit4]   2> 638185 INFO  (zkConnectionManagerCallback-2687-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638188 INFO  (zkConnectionManagerCallback-2689-thread-1-processing-n:127.0.0.1:49726_solr) [n:127.0.0.1:49726_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 638197 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 638201 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49726_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 638205 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49726_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 638209 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49726_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49726_solr
   [junit4]   2> 638211 INFO  (zkCallback-2677-thread-1-processing-n:127.0.0.1:49694_solr) [n:127.0.0.1:49694_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 638211 INFO  (zkCallback-2658-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 638211 INFO  (zkCallback-2658-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 638211 INFO  (zkCallback-2658-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 638212 INFO  (zkCallback-2688-thread-1-processing-n:127.0.0.1:49726_solr) [n:127.0.0.1:49726_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 638325 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49726_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49726.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 638332 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49726_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49726.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 638332 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49726_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49726.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@343231f8
   [junit4]   2> 638333 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [n:127.0.0.1:49726_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_54F47F6708D5BAE4-001/tempDir-001/node5/.
   [junit4]   2> 639207 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 639376 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 1 to: 4
   [junit4]   2> 640214 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 641225 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 642235 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 643239 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 643389 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 4 to: 1
   [junit4]   2> 644249 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 645260 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 646270 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 647280 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 648285 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 649295 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 650305 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 651316 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 652326 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 653336 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 653420 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerCorePoolSize from: 4 to: 6
   [junit4]   2> 654346 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 655357 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 656365 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 657375 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 658386 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 659388 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 660399 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 661409 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 662419 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 663420 DEBUG (ScheduledTrigger-2231-thread-1) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 663449 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[54F47F6708D5BAE4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSetProperties
   [junit4]   2> 663466 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[54F47F6708D5BAE4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTrigger
   [junit4]   2> 663469 INFO  (qtp703754933-7616) [n:127.0.0.1:49694_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 663477 INFO  (qtp703754933-7616) [n:127.0.0.1:49694_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 663478 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .auto_add_replicas
   [junit4]   2> 663479 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 7
   [junit4]   2> 663480 DEBUG (zkCallback-2677-thread-1-processing-n:127.0.0.1:49694_solr) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 663480 DEBUG (OverseerAutoScalingTriggerThread-72104285611098126-127.0.0.1:49694_solr-n_0000000003) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 663480 DEBUG (OverseerAutoScalingTriggerThread-72104285611098126-127.0.0.1:49694_solr-n_0000000003) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 663480 DEBUG (OverseerAutoScalingTriggerThread-72104285611098126-127.0.0.1:49694_solr-n_0000000003) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 663481 DEBUG (OverseerAutoScalingTriggerThread-72104285611098126-127.0.0.1:49694_solr-n_0000000003) [n:127.0.0.1:49694_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 663481 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[54F47F6708D5BAE4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 663484 INFO  (TEST-TriggerIntegrationTest.testNodeLostTrigger-seed#[54F47F6708D5BAE4]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1d13153f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 663484 INFO 

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

hHandlerTest, TestSolrDeletionPolicy1, ComputePlanActionTest, WordBreakSolrSpellCheckerTest, TestPointFields, TestCloudInspectUtil, LukeRequestHandlerTest, DistribCursorPagingTest, HttpSolrCallGetCoreTest, TestLeaderElectionWithEmptyReplica, LIRRollingUpdatesTest, OverriddenZkACLAndCredentialsProvidersTest, TestSolrConfigHandler, RAMDirectoryFactoryTest, RegexBytesRefFilterTest, MoveReplicaHDFSFailoverTest, RemoteQueryErrorTest, TestConfigReload, ClassificationUpdateProcessorIntegrationTest, NodeLostTriggerTest, SolrInfoBeanTest, TestFieldCacheWithThreads, DistributedVersionInfoTest, TestIBSimilarityFactory, BasicDistributedZkTest, TestFunctionQuery, PingRequestHandlerTest, TestDocTermOrds, TestLRUStatsCache, RequestLoggingTest, TestDownShardTolerantSearch, TestReplicationHandler, TestAddFieldRealTimeGet, TestChildDocTransformer, StatsReloadRaceTest, LeaderFailoverAfterPartitionTest, TestEmbeddedSolrServerAdminHandler, BadCopyFieldTest, TestMacros, FastVectorHighlighterTest, MetricUtilsTest, TestPayloadCheckQParserPlugin, DistribJoinFromCollectionTest, CdcrReplicationDistributedZkTest, TestDelegationWithHadoopAuth, TestHashQParserPlugin, MigrateRouteKeyTest, DistributedMLTComponentTest, TestClusterStateProvider, TestScoreJoinQPNoScore, TestUninvertingReader, TestJavabinTupleStreamParser, FullHLLTest, TestPseudoReturnFields, DeleteInactiveReplicaTest, TestAuthorizationFramework, UtilsToolTest, CollectionReloadTest, DistributedDebugComponentTest, CollectionsAPIAsyncDistributedZkTest, SolrMetricManagerTest, TestMinMaxOnMultiValuedField, TestBM25SimilarityFactory, RecoveryZkTest, TestLegacyNumericRangeQueryBuilder, SolrIndexMetricsTest, TestNRTOpen, SolrGraphiteReporterTest, AnalysisErrorHandlingTest, RankQueryTest, TestEmbeddedSolrServerSchemaAPI, TestMiniSolrCloudClusterSSL, SpatialFilterTest, AtomicUpdatesTest, TestStressInPlaceUpdates, TestManagedSynonymFilterFactory, ShardRoutingCustomTest, DirectSolrSpellCheckerTest, TestHighFrequencyDictionaryFactory, FieldMutatingUpdateProcessorTest, TestConfigSetsAPIExclusivity, SolrMetricsIntegrationTest, TestJoin, TestAuthenticationFramework, TestFieldResource, StatsComponentTest, TestRuleBasedAuthorizationPlugin, SuggestComponentContextFilterQueryTest, HighlighterTest, TestGenericDistributedQueue, OverseerModifyCollectionTest, PathHierarchyTokenizerFactoryTest, TestClusterProperties, TestManagedSchemaAPI, IndexSchemaRuntimeFieldTest, TestQueryUtils, SolrCloudReportersTest, TestHttpShardHandlerFactory, DirectUpdateHandlerOptimizeTest, TestStandardQParsers, StressHdfsTest, V2StandaloneTest, ConnectionReuseTest, TestNoOpRegenerator, TestFieldCacheSortRandom, DistributedQueryComponentCustomSortTest, TermsComponentTest, TestPolicyCloud, HighlighterMaxOffsetTest, RestartWhileUpdatingTest, TestSolrCloudWithSecureImpersonation, TestTolerantSearch, CollectionsAPISolrJTest, CreateCollectionCleanupTest, TestSystemIdResolver, TestRequestStatusCollectionAPI, TestFoldingMultitermQuery, SolrIndexSplitterTest, TestExceedMaxTermLength, ConfigSetsAPITest, TestSweetSpotSimilarityFactory, TestSolrCoreParser, TestComplexPhraseLeadingWildcard, HdfsRestartWhileUpdatingTest, TestCustomStream, AnalyticsMergeStrategyTest, SharedFSAutoReplicaFailoverTest, TestExactSharedStatsCache, SecurityConfHandlerTest, TestSolrCLIRunExample, SolrPluginUtilsTest, TestSolrJ, TestSubQueryTransformerCrossCore, TestRetrieveFieldsOptimizer, BasicZkTest, TestRealTimeGet, NodeMutatorTest, TemplateUpdateProcessorTest, HdfsThreadLeakTest, DistributedQueryElevationComponentTest, ZkNodePropsTest, BigEndianAscendingWordDeserializerTest, TestSolrCloudSnapshots, CloudExitableDirectoryReaderTest, DistributedSuggestComponentTest, BlockJoinFacetDistribTest, OpenCloseCoreStressTest, TestDistributedStatsComponentCardinality, CopyFieldTest, InfixSuggestersTest, TestMergePolicyConfig, StatelessScriptUpdateProcessorFactoryTest, TestQueryWrapperFilter, TestCloudRecovery, TestDefaultStatsCache, TestTrieFacet, TestSolrCloudWithHadoopAuthPlugin, TestJsonRequest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestRecoveryHdfs, SchemaVersionSpecificBehaviorTest, VMParamsZkACLAndCredentialsProvidersTest, DistributedFacetExistsSmallTest, CursorPagingTest, TestCollationField, TestNumericTerms32, SuggesterFSTTest, PeerSyncReplicationTest, TestFaceting, TestCryptoKeys, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, FullSolrCloudDistribCmdsTest, TestZkChroot, ZkCLITest, TestRecovery, ZkControllerTest, TestStressReorder, TestReload, TestRangeQuery, TestSolr4Spatial, TestGroupingSearch, PeerSyncTest, TestIndexSearcher, ShowFileRequestHandlerTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SolrRequestParserTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, PolyFieldTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DebugComponentTest, CacheHeaderTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration, TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, SearchHandlerTest, TestLFUCache, SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery, SolrIndexConfigTest, BadComponentTest, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestBinaryField, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestPhraseSuggestions, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestFastWriter, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, AssignBackwardCompatibilityTest, AsyncCallRequestStatusResponseTest, CleanupOldIndexTest, CollectionStateFormat2Test, ConcurrentCreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, DeleteStatusTest, ForceLeaderTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MultiThreadedOCPTest, ReplaceNodeTest, ReplicationFactorTest, RollingRestartTest, TestConfigSetsAPI, TestDistributedMap, TestLockTree, TestPrepRecovery, TestRandomFlRTGCloud, TestRandomRequestDistribution, TestShortCircuitedRequests, TestSkipOverseerOperations, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, ZkFailoverTest, ConcurrentDeleteAndCreateCollectionTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, TestDistribStateManager, TestLargeCluster, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, HDFSCollectionsAPITest, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoverLeaseTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateReaderTest, ZkStateWriterTest, BlobRepositoryCloudTest, ConfigureRecoveryStrategyTest, CoreSorterTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest, TestBackupRepositoryFactory, TestConfigSetImmutable, TestConfigSetProperties, TestDirectoryFactory, TestDynamicLoading, TestReqParamsAPI, TestSQLHandler, V2ApiIntegrationTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [642/779 (2!)] on J0 in 19.95s, 1 test, 1 failure <<< FAILURES!

[...truncated 25904 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: jdk-non-portable
[forbidden-apis] Reading bundled API signatures: jdk-reflection
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.5
[forbidden-apis] Reading API signatures: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.System#currentTimeMillis() [Use RTimer/TimeOut/System.nanoTime for time comparisons, and `new Date()` output/debugging/stats of timestamps. If for some miscellaneous reason, you absolutely need to use this, use a SuppressForbidden.]
[forbidden-apis]   in org.apache.solr.cloud.autoscaling.ScheduledTriggerTest (ScheduledTriggerTest.java:80)
[forbidden-apis] Scanned 3978 class file(s) for forbidden API invocations (in 7.16s), 1 error(s).

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:618: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:117: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:376: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/common-build.xml:535: Check for forbidden API calls failed, see log.

Total time: 109 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:51746/solr]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:51746/solr]
	at __randomizedtesting.SeedInfo.seed([FCEF794CD188444C:C45C5DB2F67B909D]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51746/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
	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)
	... 44 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:51746 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 48 more




Build Log:
[...truncated 13957 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/init-core-data-001
   [junit4]   2> 3711142 WARN  (SUITE-AutoAddReplicasPlanActionTest-seed#[FCEF794CD188444C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=15 numCloses=15
   [junit4]   2> 3711143 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[FCEF794CD188444C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3711147 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[FCEF794CD188444C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3711147 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[FCEF794CD188444C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3711148 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[FCEF794CD188444C]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001
   [junit4]   2> 3711148 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[FCEF794CD188444C]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3711148 INFO  (Thread-5773) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3711148 INFO  (Thread-5773) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3711156 ERROR (Thread-5773) [    ] 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> 3711251 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[FCEF794CD188444C]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:51743
   [junit4]   2> 3711265 INFO  (zkConnectionManagerCallback-8728-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711276 INFO  (jetty-launcher-8725-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3711276 INFO  (jetty-launcher-8725-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3711276 INFO  (jetty-launcher-8725-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3711277 INFO  (jetty-launcher-8725-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3711277 INFO  (jetty-launcher-8725-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3711277 INFO  (jetty-launcher-8725-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3711278 INFO  (jetty-launcher-8725-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3711278 INFO  (jetty-launcher-8725-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3711278 INFO  (jetty-launcher-8725-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3711279 INFO  (jetty-launcher-8725-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3711279 INFO  (jetty-launcher-8725-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3711279 INFO  (jetty-launcher-8725-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3711279 INFO  (jetty-launcher-8725-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ef97893{/solr,null,AVAILABLE}
   [junit4]   2> 3711279 INFO  (jetty-launcher-8725-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10583b3{/solr,null,AVAILABLE}
   [junit4]   2> 3711280 INFO  (jetty-launcher-8725-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@179ad2f1{HTTP/1.1,[http/1.1]}{127.0.0.1:51746}
   [junit4]   2> 3711280 INFO  (jetty-launcher-8725-thread-1) [    ] o.e.j.s.Server Started @3715910ms
   [junit4]   2> 3711280 INFO  (jetty-launcher-8725-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51746}
   [junit4]   2> 3711280 INFO  (jetty-launcher-8725-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@214ff85{HTTP/1.1,[http/1.1]}{127.0.0.1:51745}
   [junit4]   2> 3711280 ERROR (jetty-launcher-8725-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3711280 INFO  (jetty-launcher-8725-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57895d7e{/solr,null,AVAILABLE}
   [junit4]   2> 3711280 INFO  (jetty-launcher-8725-thread-2) [    ] o.e.j.s.Server Started @3715910ms
   [junit4]   2> 3711280 INFO  (jetty-launcher-8725-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7c92abc5{HTTP/1.1,[http/1.1]}{127.0.0.1:51747}
   [junit4]   2> 3711280 INFO  (jetty-launcher-8725-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51745}
   [junit4]   2> 3711280 INFO  (jetty-launcher-8725-thread-3) [    ] o.e.j.s.Server Started @3715910ms
   [junit4]   2> 3711280 INFO  (jetty-launcher-8725-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51747}
   [junit4]   2> 3711281 ERROR (jetty-launcher-8725-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3711281 INFO  (jetty-launcher-8725-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3711281 INFO  (jetty-launcher-8725-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3711281 INFO  (jetty-launcher-8725-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3711281 INFO  (jetty-launcher-8725-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-22T03:49:48.611Z
   [junit4]   2> 3711281 ERROR (jetty-launcher-8725-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3711281 INFO  (jetty-launcher-8725-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3711281 INFO  (jetty-launcher-8725-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3711281 INFO  (jetty-launcher-8725-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3711281 INFO  (jetty-launcher-8725-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-22T03:49:48.611Z
   [junit4]   2> 3711282 INFO  (jetty-launcher-8725-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3711282 INFO  (jetty-launcher-8725-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3711282 INFO  (jetty-launcher-8725-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3711282 INFO  (jetty-launcher-8725-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-22T03:49:48.612Z
   [junit4]   2> 3711284 INFO  (zkConnectionManagerCallback-8734-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711284 INFO  (zkConnectionManagerCallback-8730-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711285 INFO  (zkConnectionManagerCallback-8732-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711285 INFO  (jetty-launcher-8725-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3711285 INFO  (jetty-launcher-8725-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3711285 INFO  (jetty-launcher-8725-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3711311 INFO  (jetty-launcher-8725-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51743/solr
   [junit4]   2> 3711311 INFO  (jetty-launcher-8725-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51743/solr
   [junit4]   2> 3711311 INFO  (jetty-launcher-8725-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51743/solr
   [junit4]   2> 3711313 INFO  (zkConnectionManagerCallback-8741-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711313 INFO  (zkConnectionManagerCallback-8744-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711313 INFO  (zkConnectionManagerCallback-8746-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711316 INFO  (zkConnectionManagerCallback-8748-thread-1-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711316 INFO  (zkConnectionManagerCallback-8752-thread-1-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711317 INFO  (zkConnectionManagerCallback-8751-thread-1-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711470 INFO  (jetty-launcher-8725-thread-3) [n:127.0.0.1:51747_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3711470 INFO  (jetty-launcher-8725-thread-2) [n:127.0.0.1:51745_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3711470 INFO  (jetty-launcher-8725-thread-1) [n:127.0.0.1:51746_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3711471 INFO  (jetty-launcher-8725-thread-3) [n:127.0.0.1:51747_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51747_solr
   [junit4]   2> 3711472 INFO  (jetty-launcher-8725-thread-2) [n:127.0.0.1:51745_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51745_solr
   [junit4]   2> 3711472 INFO  (jetty-launcher-8725-thread-1) [n:127.0.0.1:51746_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51746_solr
   [junit4]   2> 3711472 INFO  (jetty-launcher-8725-thread-3) [n:127.0.0.1:51747_solr    ] o.a.s.c.Overseer Overseer (id=72102139338817544-127.0.0.1:51747_solr-n_0000000000) starting
   [junit4]   2> 3711477 INFO  (zkCallback-8747-thread-1-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3711480 INFO  (zkCallback-8749-thread-1-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3711483 INFO  (zkCallback-8750-thread-1-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3711503 INFO  (jetty-launcher-8725-thread-3) [n:127.0.0.1:51747_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51747_solr
   [junit4]   2> 3711515 INFO  (zkCallback-8749-thread-1-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3711515 INFO  (zkCallback-8747-thread-1-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3711515 INFO  (zkCallback-8750-thread-1-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3711594 INFO  (jetty-launcher-8725-thread-1) [n:127.0.0.1:51746_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51746.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3711600 INFO  (jetty-launcher-8725-thread-1) [n:127.0.0.1:51746_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51746.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3711600 INFO  (jetty-launcher-8725-thread-1) [n:127.0.0.1:51746_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51746.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3711601 INFO  (jetty-launcher-8725-thread-1) [n:127.0.0.1:51746_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node1/.
   [junit4]   2> 3711622 INFO  (jetty-launcher-8725-thread-3) [n:127.0.0.1:51747_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51747.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3711640 INFO  (jetty-launcher-8725-thread-3) [n:127.0.0.1:51747_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51747.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3711640 INFO  (jetty-launcher-8725-thread-3) [n:127.0.0.1:51747_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51747.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3711641 INFO  (jetty-launcher-8725-thread-3) [n:127.0.0.1:51747_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node3/.
   [junit4]   2> 3711711 INFO  (jetty-launcher-8725-thread-2) [n:127.0.0.1:51745_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51745.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3711717 INFO  (jetty-launcher-8725-thread-2) [n:127.0.0.1:51745_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51745.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3711718 INFO  (jetty-launcher-8725-thread-2) [n:127.0.0.1:51745_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51745.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3711719 INFO  (jetty-launcher-8725-thread-2) [n:127.0.0.1:51745_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node2/.
   [junit4]   2> 3711759 INFO  (zkConnectionManagerCallback-8760-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711763 INFO  (zkConnectionManagerCallback-8764-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3711766 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[FCEF794CD188444C]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3711767 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[FCEF794CD188444C]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51743/solr ready
   [junit4]   2> 3711932 INFO  (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[FCEF794CD188444C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 3711934 INFO  (qtp756155695-35269) [n:127.0.0.1:51747_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:51746_solr,127.0.0.1:51747_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3711946 INFO  (OverseerThreadFactory-12505-thread-1-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 3712072 INFO  (OverseerStateUpdate-72102139338817544-127.0.0.1:51747_solr-n_0000000000) [n:127.0.0.1:51747_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51746/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3712076 INFO  (OverseerStateUpdate-72102139338817544-127.0.0.1:51747_solr-n_0000000000) [n:127.0.0.1:51747_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51747/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3712080 INFO  (OverseerStateUpdate-72102139338817544-127.0.0.1:51747_solr-n_0000000000) [n:127.0.0.1:51747_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51746/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3712084 INFO  (OverseerStateUpdate-72102139338817544-127.0.0.1:51747_solr-n_0000000000) [n:127.0.0.1:51747_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51747/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3712302 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3712302 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3712302 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3712303 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3712303 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3712310 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3712425 INFO  (zkCallback-8750-thread-1-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3712425 INFO  (zkCallback-8747-thread-1-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3712425 INFO  (zkCallback-8747-thread-2-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3712425 INFO  (zkCallback-8747-thread-3-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3712426 INFO  (zkCallback-8750-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3713342 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3713343 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3713343 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3713360 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3713361 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 3713361 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3713365 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3713365 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3713365 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51746.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3713366 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3713366 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node1/testSimple1_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 3713366 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 3713366 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3713368 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3713368 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3713378 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3713378 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3713378 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51747.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3713378 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3713378 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node3/testSimple1_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 3713378 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51747.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3713378 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3713378 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3713378 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3713378 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node3/testSimple1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 3713378 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51746.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3713379 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3713379 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node1/testSimple1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 3713457 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3713457 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3713457 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3713457 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3713459 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3713459 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3713459 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3713459 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3713462 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@95b9a88[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 3713463 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2984eb16[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 3713464 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3713464 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3713465 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3713465 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3713465 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3713465 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3713465 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593071517874257920
   [junit4]   2> 3713466 INFO  (searcherExecutor-12515-thread-1-processing-n:127.0.0.1:51746_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@95b9a88[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3713466 INFO  (searcherExecutor-12514-thread-1-processing-n:127.0.0.1:51747_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@2984eb16[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3713466 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593071517875306496
   [junit4]   2> 3713469 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3713469 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3713471 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3713472 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3713472 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
   [junit4]   2> 3713478 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@163d480b[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 3713478 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3713478 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3713478 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51747/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 3713479 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:51747/solr START replicas=[http://127.0.0.1:51746/solr/testSimple1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 3713479 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3713480 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3713480 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3713480 INFO  (qtp1569374868-35292) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.S.Request [testSimple1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3713480 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593071517889986560
   [junit4]   2> 3713481 INFO  (searcherExecutor-12513-thread-1-processing-n:127.0.0.1:51747_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@163d480b[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3713491 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3713495 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3713495 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3713496 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3713497 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3713498 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a992e50[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 3713499 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3713500 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3713500 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3713500 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593071517910958080
   [junit4]   2> 3713501 INFO  (searcherExecutor-12512-thread-1-processing-n:127.0.0.1:51746_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@5a992e50[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3713602 INFO  (zkCallback-8747-thread-3-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3713602 INFO  (zkCallback-8747-thread-1-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3713602 INFO  (zkCallback-8750-thread-3-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3713602 INFO  (zkCallback-8750-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3713602 INFO  (zkCallback-8747-thread-2-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3713789 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:51747/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3713789 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3713790 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3713790 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3713796 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51747/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 3713908 INFO  (zkCallback-8747-thread-2-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3713908 INFO  (zkCallback-8750-thread-3-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3713908 INFO  (zkCallback-8747-thread-3-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3713908 INFO  (zkCallback-8750-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3713908 INFO  (zkCallback-8747-thread-1-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3713963 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3713966 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1663
   [junit4]   2> 3713993 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3713993 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3713993 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51747/solr/testSimple1_shard2_replica_n6/
   [junit4]   2> 3713994 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:51747/solr START replicas=[http://127.0.0.1:51746/solr/testSimple1_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 3713995 INFO  (qtp1569374868-35288) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.S.Request [testSimple1_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3714077 INFO  (zkCallback-8750-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714077 INFO  (zkCallback-8750-thread-3-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714077 INFO  (zkCallback-8747-thread-2-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714077 INFO  (zkCallback-8747-thread-3-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714077 INFO  (zkCallback-8747-thread-1-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714304 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:51747/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3714304 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3714304 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3714304 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3714311 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51747/solr/testSimple1_shard2_replica_n6/ shard2
   [junit4]   2> 3714418 INFO  (zkCallback-8750-thread-3-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714418 INFO  (zkCallback-8747-thread-1-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714418 INFO  (zkCallback-8747-thread-2-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714418 INFO  (zkCallback-8747-thread-3-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714418 INFO  (zkCallback-8750-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714430 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3714432 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2130
   [junit4]   2> 3714491 INFO  (qtp1569374868-35285) [n:127.0.0.1:51746_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_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=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2188
   [junit4]   2> 3714520 INFO  (qtp1569374868-35290) [n:127.0.0.1:51746_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2210
   [junit4]   2> 3714526 INFO  (qtp756155695-35269) [n:127.0.0.1:51747_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> 3714631 INFO  (zkCallback-8750-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714631 INFO  (zkCallback-8747-thread-2-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714631 INFO  (zkCallback-8747-thread-1-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714631 INFO  (zkCallback-8747-thread-3-processing-n:127.0.0.1:51746_solr) [n:127.0.0.1:51746_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3714631 INFO  (zkCallback-8750-thread-3-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3715527 INFO  (qtp756155695-35269) [n:127.0.0.1:51747_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:51746_solr,127.0.0.1:51747_solr&wt=javabin&version=2} status=0 QTime=3593
   [junit4]   2> 3715528 INFO  (qtp756155695-35271) [n:127.0.0.1:51747_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:51747_solr,127.0.0.1:51745_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3715532 INFO  (OverseerThreadFactory-12505-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 3715533 INFO  (OverseerCollectionConfigSetProcessor-72102139338817544-127.0.0.1:51747_solr-n_0000000000) [n:127.0.0.1:51747_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> 3715749 INFO  (OverseerStateUpdate-72102139338817544-127.0.0.1:51747_solr-n_0000000000) [n:127.0.0.1:51747_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51747/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3715753 INFO  (OverseerStateUpdate-72102139338817544-127.0.0.1:51747_solr-n_0000000000) [n:127.0.0.1:51747_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51745/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3715975 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3715976 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3715983 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3716099 INFO  (zkCallback-8750-thread-3-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3716099 INFO  (zkCallback-8750-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3716099 INFO  (zkCallback-8749-thread-2-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3716099 INFO  (zkCallback-8749-thread-1-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717012 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3717012 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3717042 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3717043 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3717046 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3717046 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 3717046 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3717047 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 3717047 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51747.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3717047 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51745.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27f07d12
   [junit4]   2> 3717047 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3717047 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3717047 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node3/testSimple2_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node3/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 3717047 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node2/testSimple2_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001/tempDir-001/node2/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 3717141 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3717141 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3717141 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3717141 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3717143 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3717143 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3717143 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3717143 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3717144 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@58e004f4[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 3717144 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d32a8ee[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 3717146 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3717146 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3717146 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3717146 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3717147 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3717147 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3717147 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593071521735114752
   [junit4]   2> 3717147 INFO  (searcherExecutor-12533-thread-1-processing-n:127.0.0.1:51745_solr x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@58e004f4[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3717148 INFO  (searcherExecutor-12532-thread-1-processing-n:127.0.0.1:51747_solr x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@d32a8ee[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3717147 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593071521735114752
   [junit4]   2> 3717154 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
   [junit4]   2> 3717160 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3717160 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3717160 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51747/solr/testSimple2_shard1_replica_n1/
   [junit4]   2> 3717161 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=http://127.0.0.1:51747/solr START replicas=[http://127.0.0.1:51745/solr/testSimple2_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 3717162 INFO  (qtp540356135-35281) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.S.Request [testSimple2_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3717264 INFO  (zkCallback-8749-thread-1-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717264 INFO  (zkCallback-8750-thread-3-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717264 INFO  (zkCallback-8749-thread-2-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717264 INFO  (zkCallback-8750-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717471 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=http://127.0.0.1:51747/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3717471 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3717471 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3717471 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3717478 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51747/solr/testSimple2_shard1_replica_n1/ shard1
   [junit4]   2> 3717587 INFO  (zkCallback-8749-thread-2-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717587 INFO  (zkCallback-8750-thread-3-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717587 INFO  (zkCallback-8750-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717587 INFO  (zkCallback-8749-thread-1-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717646 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3717649 INFO  (qtp756155695-35275) [n:127.0.0.1:51747_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_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=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1673
   [junit4]   2> 3717760 INFO  (zkCallback-8749-thread-1-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717760 INFO  (zkCallback-8749-thread-2-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717760 INFO  (zkCallback-8750-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3717760 INFO  (zkCallback-8750-thread-3-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3718173 INFO  (qtp540356135-35277) [n:127.0.0.1:51745_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2196
   [junit4]   2> 3718176 INFO  (qtp756155695-35271) [n:127.0.0.1:51747_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> 3718284 INFO  (zkCallback-8750-thread-3-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3718284 INFO  (zkCallback-8749-thread-2-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3718284 INFO  (zkCallback-8749-thread-1-processing-n:127.0.0.1:51745_solr) [n:127.0.0.1:51745_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3718284 INFO  (zkCallback-8750-thread-2-processing-n:127.0.0.1:51747_solr) [n:127.0.0.1:51747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3719186 INFO  (qtp756155695-35271) [n:127.0.0.1:51747_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:51747_solr,127.0.0.1:51745_solr&wt=javabin&version=2} status=0 QTime=3658
   [junit4]   2> 3719187 INFO  (qtp756155695-35273) [n:127.0.0.1:51747_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&autoAddReplicas=false&name=testSimple3&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=127.0.0.1:51746_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3719190 INFO  (OverseerThreadFactory-12505-thread-3-processing-n:127.0.0.1:51747_solr) [n:127.0.0

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

    ] 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> 3725543 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[FCEF794CD188444C]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51743 51743
   [junit4]   2> 3725598 INFO  (Thread-5773) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51743 51743
   [junit4]   2> 3726021 WARN  (Thread-5773) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections/testSimple1/terms/shard1
   [junit4]   2> 	6	/solr/collections/testSimple1/terms/shard2
   [junit4]   2> 	5	/solr/collections/testSimple2/terms/shard1
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/testSimple3/terms/shard3
   [junit4]   2> 	3	/solr/collections/testSimple3/terms/shard2
   [junit4]   2> 	3	/solr/collections/testSimple3/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/collections/testSimple1/state.json
   [junit4]   2> 	16	/solr/collections/testSimple2/state.json
   [junit4]   2> 	14	/solr/collections/testSimple3/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72102139338817544-127.0.0.1:51747_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/testSimple1/leader_elect/shard2/election/72102139338817544-core_node8-n_0000000000
   [junit4]   2> 	2	/solr/collections/testSimple1/leader_elect/shard1/election/72102139338817544-core_node5-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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_FCEF794CD188444C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=359, maxMBSortInHeap=6.795457520840598, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@86691e0), locale=ar-LB, timezone=Chile/EasterIsland
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=230316288,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [NoCacheHeaderTest, TestSolrCLIRunExample, QueryParsingTest, TestRTGBase, TestFieldTypeResource, SimpleMLTQParserTest, UtilsToolTest, MetricsHandlerTest, EchoParamsTest, TestNoOpRegenerator, TermVectorComponentTest, UUIDUpdateProcessorFallbackTest, TestDynamicLoading, SaslZkACLProviderTest, DocValuesMultiTest, TestManagedSchemaAPI, TestSearcherReuse, BlockJoinFacetSimpleTest, TestCollectionAPIs, TestConfigSetsAPIZkFailure, ClusterStateTest, ReplicationFactorTest, TestStandardQParsers, BitVectorTest, ZkFailoverTest, DistribDocExpirationUpdateProcessorTest, TestInfoStreamLogging, RulesTest, TestClusterStateProvider, SimplePostToolTest, TestCodecSupport, TestShortCircuitedRequests, TestLegacyNumericRangeQueryBuilder, TimeRoutedAliasUpdateProcessorTest, TriLevelCompositeIdRoutingTest, FieldAnalysisRequestHandlerTest, StressHdfsTest, SolrCoreCheckLockOnStartupTest, DocValuesNotIndexedTest, TestLRUCache, AddSchemaFieldsUpdateProcessorFactoryTest, TestPolicyCloud, TestPointFields, TestReversedWildcardFilterFactory, TestStressLucene, TestNumericRangeQuery64, DirectUpdateHandlerTest, MetricUtilsTest, StatsReloadRaceTest, JsonLoaderTest, ConfigureRecoveryStrategyTest, AutoAddReplicasIntegrationTest, TestHashPartitioner, TestValueSourceCache, AnalysisErrorHandlingTest, ImplicitSnitchTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestReplicaProperties, SearchRateTriggerTest, TestSSLRandomization, TestIndexingPerformance, BasicDistributedZk2Test, TestUninvertingReader, TestSolr4Spatial, TestUpdate, TestCloudNestedDocsSort, XsltUpdateRequestHandlerTest, SuggestComponentContextFilterQueryTest, SpellCheckCollatorTest, TimeZoneUtilsTest, IndexBasedSpellCheckerTest, SoftAutoCommitTest, DistributedQueueTest, TestNRTOpen, TestCustomDocTransformer, FullSolrCloudDistribCmdsTest, TestSmileRequest, TestDeleteCollectionOnDownNodes, TestDFRSimilarityFactory, TestUtilizeNode, TestInPlaceUpdatesDistrib, ZkControllerTest, TestTrieFacet, IndexSchemaTest, TestNodeAddedTrigger, TestWordDelimiterFilterFactory, CdcrBidirectionalTest, ShardSplitTest, ConjunctionSolrSpellCheckerTest, DefaultValueUpdateProcessorTest, AsyncCallRequestStatusResponseTest, TestPolicyCloud, TestRestManager, TestFieldCacheReopen, ExecutePlanActionTest, TestDistributedMissingSort, TestSolrCloudSnapshots, AutoScalingHandlerTest, LeaderElectionContextKeyTest, TestAddFieldRealTimeGet, TestDocTermOrds, AliasIntegrationTest, TestFastWriter, HdfsRecoverLeaseTest, BadCopyFieldTest, PeerSyncTest, MissingSegmentRecoveryTest, HDFSCollectionsAPITest, HdfsDirectoryFactoryTest, DOMUtilTest, SolrCloudReportersTest, TestUseDocValuesAsStored, TestHdfsCloudBackupRestore, TestSolrConfigHandler, RequestLoggingTest, ResponseLogComponentTest, TestManagedSynonymFilterFactory, TestHttpShardHandlerFactory, NodeAddedTriggerTest, UpdateRequestProcessorFactoryTest, CollectionsAPIDistributedZkTest, FullHLLTest, TestLeaderElectionZkExpiry, TestSearchPerf, TestReqParamsAPI, DocValuesTest, DebugComponentTest, DataDrivenBlockJoinTest, TestScoreJoinQPNoScore, TestStressVersions, TestEmbeddedSolrServerConstructors, TestAuthorizationFramework, TestFuzzyAnalyzedSuggestions, TestDefaultStatsCache, TestManagedResource, AnalyticsMergeStrategyTest, ConnectionManagerTest, TestLuceneMatchVersion, DistributedFacetExistsSmallTest, URLClassifyProcessorTest, TestMissingGroups, TestCloudSchemaless, SuggesterWFSTTest, TestConfig, TestCloudJSONFacetJoinDomain, TestBulkSchemaConcurrent, OverseerRolesTest, HighlighterMaxOffsetTest, ReplaceNodeNoTargetTest, ZkStateReaderTest, TestRandomFlRTGCloud, ClassificationUpdateProcessorIntegrationTest, DistributedFacetPivotLongTailTest, TestExclusionRuleCollectionAccess, TestRetrieveFieldsOptimizer, TestGenericDistributedQueue, TestLuceneIndexBackCompat, TestComplexPhraseLeadingWildcard, TestQueryWrapperFilter, ShufflingReplicaListTransformerTest, TestConfigSetsAPI, HdfsDirectoryTest, SolrCmdDistributorTest, CdcrRequestHandlerTest, HttpTriggerListenerTest, CloneFieldUpdateProcessorFactoryTest, InfixSuggestersTest, TestHdfsBackupRestoreCore, ConcurrentCreateRoutedAliasTest, TestJavabinTupleStreamParser, TestExceedMaxTermLength, TestCopyFieldCollectionResource, SolrXmlInZkTest, TestConfigReload, DistributedIntervalFacetingTest, TestStressRecovery, TestSchemaVersionResource, TestLMDirichletSimilarityFactory, ChaosMonkeySafeLeaderTest, TestSchemalessBufferedUpdates, TestObjectReleaseTracker, CdcrReplicationDistributedZkTest, TestNumericTerms32, HdfsThreadLeakTest, TemplateUpdateProcessorTest, RecoveryAfterSoftCommitTest, HttpPartitionTest, TestStressReorder, ConvertedLegacyTest, BasicFunctionalityTest, TestBadConfig, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, CoreAdminHandlerTest, TestTrie, SpatialFilterTest, PolyFieldTest, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, DistanceFunctionTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestWriterPerf, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestJmxIntegration, MBeansHandlerTest, PreAnalyzedFieldTest, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestSolrJ, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, AssignBackwardCompatibilityTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistributedVersionInfoTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, LIRRollingUpdatesTest, LeaderFailureAfterFreshStartTest, MigrateRouteKeyTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, OverseerTaskQueueTest, PeerSyncReplicationTest, RemoteQueryErrorTest, RestartWhileUpdatingTest, RollingRestartTest, SSLMigrationTest, SolrCLIZkUtilsTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCloudRecovery, TestCloudSearcherWarming, TestClusterProperties, TestCryptoKeys, TestDistribDocBasedVersion, TestDistributedMap, TestLeaderElectionWithEmptyReplica, TestLeaderInitiatedRecoveryThread, TestLockTree, TestOnReconnectListenerSupport, TestPullReplica, TestRandomRequestDistribution, TestRebalanceLeaders, TestSkipOverseerOperations, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, TestStressInPlaceUpdates, TestStressLiveNodes, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, VMParamsZkACLAndCredentialsProvidersTest, ZkShardTermsTest, AssignTest, CollectionTooManyReplicasTest, CustomCollectionTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestLocalFSCloudBackupRestore, AutoAddReplicasPlanActionTest]
   [junit4] Completed [593/778 (1!)] on J1 in 14.90s, 1 test, 1 error <<< FAILURES!

[...truncated 49163 lines...]