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 2017/05/24 08:11:58 UTC

[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+168) - Build # 3577 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3577/
Java: 64bit/jdk-9-ea+168 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdatesDistrib

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

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


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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:39741/_znd","node_name":"127.0.0.1:39741__znd","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"down",           "base_url":"http://127.0.0.1:44735/_znd",           "core":"c8n_1x3_lf_shard1_replica3",           "node_name":"127.0.0.1:44735__znd"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:39741/_znd",           "node_name":"127.0.0.1:39741__znd",           "state":"active",           "leader":"true"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:43231/_znd",           "node_name":"127.0.0.1:43231__znd",           "state":"down"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:39741/_znd","node_name":"127.0.0.1:39741__znd","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:44735/_znd",
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:44735__znd"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:39741/_znd",
          "node_name":"127.0.0.1:39741__znd",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:43231/_znd",
          "node_name":"127.0.0.1:43231__znd",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([466747CE0205A340:CE337814ACF9CEB8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	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:563)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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.update.TestInPlaceUpdatesDistrib.test

Error Message:
Test abandoned because suite timeout was reached.

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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20170524_054421_0641216428104702347669.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 150 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20170524_054428_92214460113915291994114.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20170524_054428_92212180442870108251301.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 26 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20170524_054428_92214961902873026413022.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 1344 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/benchmark/test/temp/junit4-J1-20170524_054611_0884976749585653715970.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[...truncated 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/spatial/test/temp/junit4-J0-20170524_055240_0476124516672003529760.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 11 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/spatial/test/temp/junit4-J1-20170524_055240_04713211171352666532494.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 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20170524_055402_43416150336780377845842.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

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

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

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/suggest/test/temp/junit4-J1-20170524_055456_7766855116009142417613.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 2842 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/init-core-data-001
   [junit4]   2> 1459859 WARN  (SUITE-LeaderFailoverAfterPartitionTest-seed#[466747CE0205A340]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1459859 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[466747CE0205A340]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1459860 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[466747CE0205A340]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 1459860 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[466747CE0205A340]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_znd/
   [junit4]   2> 1459860 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1459861 INFO  (Thread-3571) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1459861 INFO  (Thread-3571) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1459862 ERROR (Thread-3571) [    ] 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> 1459961 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.ZkTestServer start zk server on port:44225
   [junit4]   2> 1459964 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1459965 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1459965 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1459965 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1459966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1459966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1459966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1459967 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1459967 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1459968 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1459968 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1460027 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/control-001/cores/collection1
   [junit4]   2> 1460028 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1460032 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28d6ec91{/_znd,null,AVAILABLE}
   [junit4]   2> 1460033 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3659a3c4{HTTP/1.1,[http/1.1]}{127.0.0.1:41387}
   [junit4]   2> 1460033 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.Server Started @1462564ms
   [junit4]   2> 1460033 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_znd, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/tempDir-001/control/data, hostPort=44735, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/control-001/cores}
   [junit4]   2> 1460033 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1460033 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 1460034 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1460034 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1460034 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T06:20:11.411097Z
   [junit4]   2> 1460035 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1460035 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/control-001/solr.xml
   [junit4]   2> 1460039 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1460039 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44225/solr
   [junit4]   2> 1460062 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1460063 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44735__znd
   [junit4]   2> 1460063 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.Overseer Overseer (id=98016087981293572-127.0.0.1:44735__znd-n_0000000000) starting
   [junit4]   2> 1460065 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44735__znd
   [junit4]   2> 1460066 INFO  (zkCallback-2487-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1460091 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/control-001/cores
   [junit4]   2> 1460091 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1460092 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1460093 INFO  (OverseerStateUpdate-98016087981293572-127.0.0.1:44735__znd-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1461121 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1461128 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1461186 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1461190 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1461190 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1461190 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/control-001/cores/collection1/data/]
   [junit4]   2> 1461190 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1560045e
   [junit4]   2> 1461191 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1461193 WARN  (coreLoadExecutor-6991-thread-1) [    ] 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> 1461208 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1461208 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1461209 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1461209 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1461209 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1461209 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7bb877d9[collection1] main]
   [junit4]   2> 1461210 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1461210 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1461210 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1461210 INFO  (searcherExecutor-6992-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7bb877d9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1461210 INFO  (coreLoadExecutor-6991-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568257409115226112
   [junit4]   2> 1461213 INFO  (coreZkRegister-6984-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1461213 INFO  (coreZkRegister-6984-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1461213 INFO  (coreZkRegister-6984-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44735/_znd/collection1/
   [junit4]   2> 1461213 INFO  (coreZkRegister-6984-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1461213 INFO  (coreZkRegister-6984-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:44735/_znd/collection1/ has no replicas
   [junit4]   2> 1461213 INFO  (coreZkRegister-6984-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1461214 INFO  (coreZkRegister-6984-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44735/_znd/collection1/ shard1
   [junit4]   2> 1461364 INFO  (coreZkRegister-6984-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1461599 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1461599 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44225/solr ready
   [junit4]   2> 1461599 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1461645 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-1-001/cores/collection1
   [junit4]   2> 1461645 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-1-001
   [junit4]   2> 1461645 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1461646 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c69ab58{/_znd,null,AVAILABLE}
   [junit4]   2> 1461646 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@30ce6585{HTTP/1.1,[http/1.1]}{127.0.0.1:45611}
   [junit4]   2> 1461647 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.Server Started @1464178ms
   [junit4]   2> 1461647 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_znd, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/tempDir-001/jetty1, hostPort=35013, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-1-001/cores}
   [junit4]   2> 1461647 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1461647 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 1461647 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1461647 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1461647 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T06:20:13.024612Z
   [junit4]   2> 1461649 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1461649 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-1-001/solr.xml
   [junit4]   2> 1461651 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1461651 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44225/solr
   [junit4]   2> 1461654 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1461655 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1461655 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35013__znd
   [junit4]   2> 1461655 INFO  (zkCallback-2487-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1461655 INFO  (zkCallback-2491-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1461656 INFO  (zkCallback-2496-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1461686 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-1-001/cores
   [junit4]   2> 1461686 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1461687 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1461687 INFO  (OverseerStateUpdate-98016087981293572-127.0.0.1:44735__znd-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1462694 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1462704 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1462797 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1462801 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1462801 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1462801 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1462801 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1560045e
   [junit4]   2> 1462802 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1462805 WARN  (coreLoadExecutor-7002-thread-1) [    ] 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> 1462834 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1462834 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1462834 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1462834 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1462834 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1462835 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4af02650[collection1] main]
   [junit4]   2> 1462835 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1462835 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1462835 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1462836 INFO  (searcherExecutor-7003-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4af02650[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1462836 INFO  (coreLoadExecutor-7002-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568257410820210688
   [junit4]   2> 1462838 INFO  (coreZkRegister-6997-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1462838 INFO  (coreZkRegister-6997-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1462838 INFO  (coreZkRegister-6997-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35013/_znd/collection1/
   [junit4]   2> 1462838 INFO  (coreZkRegister-6997-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1462838 INFO  (coreZkRegister-6997-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:35013/_znd/collection1/ has no replicas
   [junit4]   2> 1462839 INFO  (coreZkRegister-6997-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1462839 INFO  (coreZkRegister-6997-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35013/_znd/collection1/ shard2
   [junit4]   2> 1462990 INFO  (coreZkRegister-6997-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1463233 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-2-001/cores/collection1
   [junit4]   2> 1463233 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-2-001
   [junit4]   2> 1463234 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1463234 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@39d983b4{/_znd,null,AVAILABLE}
   [junit4]   2> 1463234 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6a5fd55d{HTTP/1.1,[http/1.1]}{127.0.0.1:34213}
   [junit4]   2> 1463235 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.Server Started @1465766ms
   [junit4]   2> 1463235 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_znd, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/tempDir-001/jetty2, hostPort=39741, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-2-001/cores}
   [junit4]   2> 1463235 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1463235 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 1463235 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1463235 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1463235 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T06:20:14.612755Z
   [junit4]   2> 1463236 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1463236 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-2-001/solr.xml
   [junit4]   2> 1463239 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1463239 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44225/solr
   [junit4]   2> 1463242 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1463243 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1463244 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39741__znd
   [junit4]   2> 1463244 INFO  (zkCallback-2491-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1463244 INFO  (zkCallback-2487-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1463245 INFO  (zkCallback-2496-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1463245 INFO  (zkCallback-2502-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1463290 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-2-001/cores
   [junit4]   2> 1463290 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1463292 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1463293 INFO  (OverseerStateUpdate-98016087981293572-127.0.0.1:44735__znd-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1464299 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1464305 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1464364 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1464368 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1464368 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1464368 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1464368 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1560045e
   [junit4]   2> 1464369 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1464372 WARN  (coreLoadExecutor-7013-thread-1) [    ] 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> 1464390 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1464390 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1464391 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1464391 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1464391 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1464391 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@682d3e12[collection1] main]
   [junit4]   2> 1464392 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1464392 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1464392 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1464393 INFO  (searcherExecutor-7014-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@682d3e12[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1464393 INFO  (coreLoadExecutor-7013-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568257412452843520
   [junit4]   2> 1464396 INFO  (coreZkRegister-7008-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1464396 INFO  (coreZkRegister-7008-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1464396 INFO  (coreZkRegister-7008-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39741/_znd/collection1/
   [junit4]   2> 1464396 INFO  (coreZkRegister-7008-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1464396 INFO  (coreZkRegister-7008-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:39741/_znd/collection1/ has no replicas
   [junit4]   2> 1464396 INFO  (coreZkRegister-7008-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1464397 INFO  (coreZkRegister-7008-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39741/_znd/collection1/ shard1
   [junit4]   2> 1464548 INFO  (coreZkRegister-7008-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1464846 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-3-001/cores/collection1
   [junit4]   2> 1464846 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-3-001
   [junit4]   2> 1464847 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1464847 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@34bbe3e6{/_znd,null,AVAILABLE}
   [junit4]   2> 1464847 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2cde3294{HTTP/1.1,[http/1.1]}{127.0.0.1:41051}
   [junit4]   2> 1464848 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.e.j.s.Server Started @1467379ms
   [junit4]   2> 1464848 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_znd, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/tempDir-001/jetty3, hostPort=43231, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-3-001/cores}
   [junit4]   2> 1464848 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1464848 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 1464848 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1464848 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1464848 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T06:20:16.225751Z
   [junit4]   2> 1464849 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1464849 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_466747CE0205A340-001/shard-3-001/solr.xml
   [junit4]   2> 1464852 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1464852 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44225/solr
   [junit4]   2> 1464855 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1464856 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1464856 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[466747CE0205A340]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43231__znd
   [junit4]   2> 1464857 INFO  (zkCallback-2491-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1464857 INFO  (zkCallback-2487-thread-1) [    ] o.a.

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

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

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

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

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

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

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

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

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

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

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

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

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20170524_081135_90314237884314002181519.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 494 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20170524_081148_8193807409060653853812.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 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:775: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:727: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid4537.hprof

Total time: 157 minutes 16 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-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+168) - Build # 3579 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3579/
Java: 64bit/jdk-9-ea+168 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey

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

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([EA805E7A445DE23E:61A78DAB055B49BA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
	at org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:437)
	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:563)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "overlay":{     "znodeVersion":0,     "runtimeLib":{"colltest":{         "name":"colltest",         "version":1}}}},  from server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":0,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}}}},  from server:  null
	at __randomizedtesting.SeedInfo.seed([EA805E7A445DE23E:32CD732DB380479E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
	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:563)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 12507 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/init-core-data-001
   [junit4]   2> 449722 WARN  (SUITE-ShardSplitTest-seed#[EA805E7A445DE23E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 449722 INFO  (SUITE-ShardSplitTest-seed#[EA805E7A445DE23E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 449722 INFO  (SUITE-ShardSplitTest-seed#[EA805E7A445DE23E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 449723 INFO  (SUITE-ShardSplitTest-seed#[EA805E7A445DE23E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 449724 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 449724 INFO  (Thread-963) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 449724 INFO  (Thread-963) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 449729 ERROR (Thread-963) [    ] 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> 449824 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkTestServer start zk server on port:33795
   [junit4]   2> 449832 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 449833 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 449834 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 449835 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 449845 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 449845 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 449846 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 449847 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 449847 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 449848 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 449849 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 449915 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/control-001/cores/collection1
   [junit4]   2> 449916 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 449917 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@149dd7b5{/,null,AVAILABLE}
   [junit4]   2> 449918 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@216be9f4{HTTP/1.1,[http/1.1]}{127.0.0.1:40369}
   [junit4]   2> 449918 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.Server Started @451308ms
   [junit4]   2> 449918 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/tempDir-001/control/data, hostPort=40369, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/control-001/cores}
   [junit4]   2> 449918 ERROR (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 449918 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 449918 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 449918 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 449918 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T13:06:10.502672Z
   [junit4]   2> 449923 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 449923 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/control-001/solr.xml
   [junit4]   2> 449927 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 449928 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33795/solr
   [junit4]   2> 449936 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 449936 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40369_
   [junit4]   2> 449937 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.Overseer Overseer (id=98017684377370628-127.0.0.1:40369_-n_0000000000) starting
   [junit4]   2> 449939 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40369_
   [junit4]   2> 449948 INFO  (zkCallback-846-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 449966 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/control-001/cores
   [junit4]   2> 449966 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 449967 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 449968 INFO  (OverseerStateUpdate-98017684377370628-127.0.0.1:40369_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 450979 WARN  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 450980 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 450987 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 451035 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 451040 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 451040 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 451040 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/control-001/cores/collection1/data/]
   [junit4]   2> 451040 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9c97d2e
   [junit4]   2> 451041 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=9, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 451295 WARN  (coreLoadExecutor-2191-thread-1) [    ] 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> 451312 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 451313 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 451313 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 451313 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 451313 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6033579307614721]
   [junit4]   2> 451314 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d00bc72[collection1] main]
   [junit4]   2> 451314 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 451314 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 451314 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 451315 INFO  (searcherExecutor-2192-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d00bc72[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 451315 INFO  (coreLoadExecutor-2191-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568282951705165824
   [junit4]   2> 451318 INFO  (coreZkRegister-2184-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 451318 INFO  (coreZkRegister-2184-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 451318 INFO  (coreZkRegister-2184-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40369/collection1/
   [junit4]   2> 451318 INFO  (coreZkRegister-2184-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 451318 INFO  (coreZkRegister-2184-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:40369/collection1/ has no replicas
   [junit4]   2> 451318 INFO  (coreZkRegister-2184-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 451319 INFO  (coreZkRegister-2184-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40369/collection1/ shard1
   [junit4]   2> 451470 INFO  (coreZkRegister-2184-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 451472 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 451472 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33795/solr ready
   [junit4]   2> 451472 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 451528 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-1-001/cores/collection1
   [junit4]   2> 451529 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-1-001
   [junit4]   2> 451529 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 451530 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45b95280{/,null,AVAILABLE}
   [junit4]   2> 451530 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@653d8a13{HTTP/1.1,[http/1.1]}{127.0.0.1:35605}
   [junit4]   2> 451531 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.Server Started @452921ms
   [junit4]   2> 451531 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/tempDir-001/jetty1, hostPort=35605, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-1-001/cores}
   [junit4]   2> 451531 ERROR (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 451531 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 451531 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 451531 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 451531 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T13:06:12.115365Z
   [junit4]   2> 451532 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 451532 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-1-001/solr.xml
   [junit4]   2> 451535 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 451536 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33795/solr
   [junit4]   2> 451539 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 451539 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 451540 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35605_
   [junit4]   2> 451540 INFO  (zkCallback-846-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 451541 INFO  (zkCallback-850-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 451541 INFO  (zkCallback-855-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 451556 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-1-001/cores
   [junit4]   2> 451556 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 451557 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 451557 INFO  (OverseerStateUpdate-98017684377370628-127.0.0.1:40369_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 452563 WARN  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 452563 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 452578 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 452633 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 452638 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 452639 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 452639 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 452639 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9c97d2e
   [junit4]   2> 452640 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=9, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 452671 WARN  (coreLoadExecutor-2202-thread-1) [    ] 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> 452691 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 452691 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 452691 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 452691 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 452692 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6033579307614721]
   [junit4]   2> 452692 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@64a74d49[collection1] main]
   [junit4]   2> 452693 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 452693 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 452693 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 452694 INFO  (searcherExecutor-2203-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@64a74d49[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 452694 INFO  (coreLoadExecutor-2202-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568282953151152128
   [junit4]   2> 452697 INFO  (coreZkRegister-2197-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 452697 INFO  (coreZkRegister-2197-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 452697 INFO  (coreZkRegister-2197-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35605/collection1/
   [junit4]   2> 452697 INFO  (coreZkRegister-2197-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 452697 INFO  (coreZkRegister-2197-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:35605/collection1/ has no replicas
   [junit4]   2> 452697 INFO  (coreZkRegister-2197-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 452698 INFO  (coreZkRegister-2197-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35605/collection1/ shard2
   [junit4]   2> 452852 INFO  (coreZkRegister-2197-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 453118 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-2-001/cores/collection1
   [junit4]   2> 453119 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-2-001
   [junit4]   2> 453119 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 453120 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61a5d0dd{/,null,AVAILABLE}
   [junit4]   2> 453120 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@78212eb9{HTTP/1.1,[http/1.1]}{127.0.0.1:45893}
   [junit4]   2> 453120 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.Server Started @454511ms
   [junit4]   2> 453120 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/tempDir-001/jetty2, hostPort=45893, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-2-001/cores}
   [junit4]   2> 453121 ERROR (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 453121 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 453121 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 453121 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 453121 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T13:06:13.705164Z
   [junit4]   2> 453122 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 453122 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-2-001/solr.xml
   [junit4]   2> 453125 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 453125 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33795/solr
   [junit4]   2> 453129 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 453129 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 453130 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45893_
   [junit4]   2> 453130 INFO  (zkCallback-846-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 453130 INFO  (zkCallback-855-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 453130 INFO  (zkCallback-850-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 453131 INFO  (zkCallback-861-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 453158 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-2-001/cores
   [junit4]   2> 453158 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 453159 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 453159 INFO  (OverseerStateUpdate-98017684377370628-127.0.0.1:40369_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 454164 WARN  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 454164 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 454182 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 454237 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 454242 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 454242 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 454243 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 454243 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9c97d2e
   [junit4]   2> 454244 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=9, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 454263 WARN  (coreLoadExecutor-2213-thread-1) [    ] 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> 454285 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 454285 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 454286 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 454286 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 454286 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6033579307614721]
   [junit4]   2> 454286 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a61125e[collection1] main]
   [junit4]   2> 454287 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 454287 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 454287 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 454288 INFO  (searcherExecutor-2214-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6a61125e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 454288 INFO  (coreLoadExecutor-2213-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568282954822582272
   [junit4]   2> 454291 INFO  (coreZkRegister-2208-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 454291 INFO  (coreZkRegister-2208-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 454291 INFO  (coreZkRegister-2208-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45893/collection1/
   [junit4]   2> 454291 INFO  (coreZkRegister-2208-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 454291 INFO  (coreZkRegister-2208-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:45893/collection1/ has no replicas
   [junit4]   2> 454291 INFO  (coreZkRegister-2208-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 454292 INFO  (coreZkRegister-2208-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45893/collection1/ shard1
   [junit4]   2> 454442 INFO  (coreZkRegister-2208-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 454722 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-3-001/cores/collection1
   [junit4]   2> 454722 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-3-001
   [junit4]   2> 454722 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 454724 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36d163a7{/,null,AVAILABLE}
   [junit4]   2> 454724 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2961d4c{HTTP/1.1,[http/1.1]}{127.0.0.1:36863}
   [junit4]   2> 454725 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.Server Started @456115ms
   [junit4]   2> 454725 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/tempDir-001/jetty3, hostPort=36863, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-3-001/cores}
   [junit4]   2> 454725 ERROR (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 454725 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 454725 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 454725 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 454725 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T13:06:15.309318Z
   [junit4]   2> 454726 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 454726 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-3-001/solr.xml
   [junit4]   2> 454729 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 454730 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33795/solr
   [junit4]   2> 454734 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 454734 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 454736 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36863_
   [junit4]   2> 454736 INFO  (zkCallback-850-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 454736 INFO  (zkCallback-855-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 454736 INFO  (zkCallback-846-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 454736 INFO  (zkCallback-861-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 454736 INFO  (zkCallback-867-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 454761 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-3-001/cores
   [junit4]   2> 454762 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 454762 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 454763 INFO  (OverseerStateUpdate-98017684377370628-127.0.0.1:40369_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 455768 WARN  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 455769 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 455777 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 455849 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 455856 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 455856 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 455856 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-3-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 455856 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9c97d2e
   [junit4]   2> 455858 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=9, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 455878 WARN  (coreLoadExecutor-2224-thread-1) [    ] 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> 455906 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 455906 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 455907 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 455907 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 455908 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6033579307614721]
   [junit4]   2> 455908 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@345244c3[collection1] main]
   [junit4]   2> 455909 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 455909 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 455909 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 455910 INFO  (searcherExecutor-2225-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@345244c3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 455910 INFO  (coreLoadExecutor-2224-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568282956523372544
   [junit4]   2> 455912 INFO  (coreZkRegister-2219-thread-1) [    ] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 455912 INFO  (updateExecutor-864-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 455912 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 455912 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 455912 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 455913 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 455913 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:35605/collection1/] and I am [http://127.0.0.1:36863/collection1/]
   [junit4]   2> 455913 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:35605]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:36863_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 455915 INFO  (qtp415820682-4448) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 455916 INFO  (qtp415820682-4448) [    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 455916 INFO  (qtp415820682-4448) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:36863_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36863","node_name":"127.0.0.1:36863_","state":"down"}
   [junit4]   2> 456329 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-4-001/cores/collection1
   [junit4]   2> 456330 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-4-001
   [junit4]   2> 456330 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 456332 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4289721{/,null,AVAILABLE}
   [junit4]   2> 456333 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@10977ef0{HTTP/1.1,[http/1.1]}{127.0.0.1:35175}
   [junit4]   2> 456333 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.Server Started @457723ms
   [junit4]   2> 456333 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/tempDir-001/jetty4, hostPort=35175, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-4-001/cores}
   [junit4]   2> 456333 ERROR (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 456333 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 456333 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 456333 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 456333 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T13:06:16.917907Z
   [junit4]   2> 456335 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 456335 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-4-001/solr.xml
   [junit4]   2> 456342 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 456342 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33795/solr
   [junit4]   2> 456348 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 456348 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 456350 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35175_
   [junit4]   2> 456350 INFO  (zkCallback-846-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 456350 INFO  (zkCallback-850-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 456350 INFO  (zkCallback-861-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 456350 INFO  (zkCallback-867-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 456350 INFO  (zkCallback-855-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 456354 INFO  (zkCallback-874-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 456385 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-4-001/cores
   [junit4]   2> 456385 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 456386 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 456387 INFO  (OverseerStateUpdate-98017684377370628-127.0.0.1:40369_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 456916 INFO  (qtp415820682-4448) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:36863_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36863","node_name":"127.0.0.1:36863_","state":"recovering"}
   [junit4]   2> 456916 INFO  (qtp415820682-4448) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 456916 INFO  (qtp415820682-4448) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:36863_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 457393 WARN  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 457394 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 457404 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 457418 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:35605/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 457419 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:36863 START replicas=[http://127.0.0.1:35605/collection1/] nUpdates=100
   [junit4]   2> 457421 INFO  (qtp415820682-4444) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 457421 INFO  (qtp415820682-4444) [    ] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 457422 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 457422 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 457422 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 457422 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 457422 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 457422 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 457422 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 457422 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 457422 INFO  (recoveryExecutor-865-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 457468 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 457474 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 457474 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 457474 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-4-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_EA805E7A445DE23E-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 457475 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@9c97d2e
   [junit4]   2> 457476 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=9, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 457495 WARN  (coreLoadExecutor-2235-thread-1) [    ] 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> 457514 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 457514 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 457514 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 457514 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 457515 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6033579307614721]
   [junit4]   2> 457515 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d7d6580[collection1] main]
   [junit4]   2> 457515 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 457516 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 457516 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 457516 INFO  (searcherExecutor-2236-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d7d6580[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 457517 INFO  (coreLoadExecutor-2235-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568282958208434176
   [junit4]   2> 457519 INFO  (coreZkRegister-2230-thread-1) [    ] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 457519 INFO  (updateExecutor-871-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 457519 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 457519 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 457519 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 457519 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 457519 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:45893/collection1/] and I am [http://127.0.0.1:35175/collection1/]
   [junit4]   2> 457521 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:45893]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:35175_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 457522 INFO  (qtp1907160134-4476) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 457522 INFO  (qtp1907160134-4476) [    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 457522 INFO  (qtp1907160134-4476) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:35175_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"http://127.0.0.1:35175","node_name":"127.0.0.1:35175_","state":"down"}
   [junit4]   2> 457889 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 457890 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 15 for each attempt
   [junit4]   2> 457890 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
   [junit4]   2> 458522 INFO  (qtp1907160134-4476) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:35175_, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"http://127.0.0.1:35175","node_name":"127.0.0.1:35175_","state":"recovering"}
   [junit4]   2> 458522 INFO  (qtp1907160134-4476) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 458522 INFO  (qtp1907160134-4476) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:35175_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 459024 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:45893/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 459024 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:35175 START replicas=[http://127.0.0.1:45893/collection1/] nUpdates=100
   [junit4]   2> 459027 INFO  (qtp1907160134-4472) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 459027 INFO  (qtp1907160134-4472) [    ] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 459028 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 459028 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 459028 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 459028 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 459028 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 459028 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 459028 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 459028 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 459028 INFO  (recoveryExecutor-872-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 459890 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 459892 INFO  (qtp92753298-4414) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 459907 INFO  (qtp92753298-4414) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 459908 INFO  (qtp92753298-4414) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 459908 INFO  (qtp92753298-4414) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 15
   [junit4]   2> 459941 INFO  (qtp1907160134-4474) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 459941 INFO  (qtp1907160134-4474) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 459941 INFO  (qtp1907160134-4474) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 459941 INFO  (qtp1907160134-4474) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45893/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 459966 INFO  (qtp621226725-4538) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 459966 INFO  (qtp621226725-4538) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 459966 INFO  (qtp621226725-4538) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 459966 INFO  (qtp621226725-4538) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45893/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 459967 INFO  (qtp415820682-4445) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 459967 INFO  (qtp415820682-4445) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 459967 INFO  (qtp415820682-4445) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 459967 INFO  (qtp415820682-4445) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45893/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 459969 INFO  (qtp315518609-4499) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 459969 INFO  (qtp315518609-4499) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 459970 INFO  (qtp315518609-4499) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 459970 INFO  (qtp315518609-4499) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45893/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 459970 INFO  (qtp1907160134-4473) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 60
   [junit4]   2> 459972 INFO  (qtp415820682-4446) [    ] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 459973 INFO  (qtp315518609-4500) [    ] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 459975 INFO  (qtp1907160134-4477) [    ] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 459977 INFO  (qtp621226725-4540) [    ] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 461977 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ShardSplitTest Using legacyCloud=false for cluster
   [junit4]   2> 461978 INFO  (qtp92753298-4410) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 461979 INFO  (qtp92753298-4410) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 461981 INFO  (qtp1907160134-4476) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :splitshard with params ranges=80000000-9fffffff&action=SPLITSHARD&collection=collection1&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 461984 INFO  (OverseerThreadFactory-2189-thread-1) [    ] o.a.s.c.SplitShardCmd Split shard invoked
   [junit4]   2> 461984 ERROR (OverseerThreadFactory-2189-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Collection: collection1 operation: splitshard failed:org.apache.solr.common.SolrException: There must be at least two ranges specified to split a shard
   [junit4]   2> 	at org.apache.solr.cloud.SplitShardCmd.split(SplitShardCmd.java:147)
   [junit4]   2> 	at org.apache.solr.cloud.SplitShardCmd.call(SplitShardCmd.java:75)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:226)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 461989 INFO  (qtp1907160134-4476) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={ranges=80000000-9fffffff&action=SPLITSHARD&collection=collection1&shard=shard1&wt=javabin&version=2} status=400 QTime=7
   [junit4]   2> 461992 INFO  (TEST-ShardSplitTest.test-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ShardSplitTest Expected exception:
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45893: There must be at least two ranges specified to split a shard
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:943)
   [junit4]   2> 	at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:554)
   [junit4]   2> 	at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:100)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2> 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]   2> 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomiz

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

Keeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1689923 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@427dbab6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1689923 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@53dba2d0{/,null,UNAVAILABLE}
   [junit4]   2> 1689924 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 41901
   [junit4]   2> 1689924 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=139169037
   [junit4]   2> 1689924 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1689924 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 1689924 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1689925 INFO  (coreCloseExecutor-4563-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7d5adab0
   [junit4]   2> 1689934 INFO  (coreCloseExecutor-4563-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1689935 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.Overseer Overseer (id=98017764054466577-127.0.0.1:41901_-n_0000000004) closing
   [junit4]   2> 1689935 INFO  (OverseerStateUpdate-98017764054466577-127.0.0.1:41901_-n_0000000004) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41901_
   [junit4]   2> 1691435 WARN  (zkCallback-1917-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1691437 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@244ba992{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1691437 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18dea8f2{/,null,UNAVAILABLE}
   [junit4]   2> 1691437 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] 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> 1691438 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[EA805E7A445DE23E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39169 39169
   [junit4]   2> 1691466 INFO  (Thread-2154) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39169 39169
   [junit4]   2> 1691467 WARN  (Thread-2154) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=EA805E7A445DE23E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nnh -Dtests.timezone=Asia/Novosibirsk -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 26.0s J2 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "overlay":{
   [junit4]    >     "znodeVersion":0,
   [junit4]    >     "runtimeLib":{"colltest":{
   [junit4]    >         "name":"colltest",
   [junit4]    >         "version":1}}}},  from server:  null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EA805E7A445DE23E:32CD732DB380479E]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:563)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1691468 INFO  (SUITE-TestDynamicLoading-seed#[EA805E7A445DE23E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_EA805E7A445DE23E-001
   [junit4]   2> May 24, 2017 1:26:52 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=nnh, timezone=Asia/Novosibirsk
   [junit4]   2> NOTE: Linux 4.8.0-52-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=8,threads=1,free=56273896,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetsAPIZkFailure, TestJmxMonitoredMap, BinaryUpdateRequestHandlerTest, RequestHandlersTest, TestLMJelinekMercerSimilarityFactory, TestSolrCoreParser, HttpSolrCallGetCoreTest, TestMacros, HdfsTlogReplayBufferedWhileIndexingTest, TestPerFieldSimilarityClassic, ReplaceNodeTest, TestTestInjection, TemplateUpdateProcessorTest, TestClassNameShortening, DirectUpdateHandlerTest, TestInPlaceUpdatesStandalone, DistributedVersionInfoTest, ConcurrentDeleteAndCreateCollectionTest, TestSolrJ, OpenExchangeRatesOrgProviderTest, QueryParsingTest, TestConfig, TestSolrQueryParser, TestSolrQueryResponse, TestMiniSolrCloudCluster, TestShortCircuitedRequests, TestConfigSetImmutable, FieldMutatingUpdateProcessorTest, TestWriterPerf, OverriddenZkACLAndCredentialsProvidersTest, TestCloudSchemaless, SuggesterTSTTest, TestTolerantUpdateProcessorRandomCloud, TestMinMaxOnMultiValuedField, TestDelegationWithHadoopAuth, TestDynamicFieldResource, TestBulkSchemaConcurrent, NoCacheHeaderTest, HdfsNNFailoverTest, RequestLoggingTest, TestFieldTypeCollectionResource, TestNestedDocsSort, TestAddFieldRealTimeGet, DeleteLastCustomShardedReplicaTest, ClassificationUpdateProcessorFactoryTest, PropertiesRequestHandlerTest, TestSimpleTextCodec, SolrCoreCheckLockOnStartupTest, HLLUtilTest, TestMultiWordSynonyms, CdcrReplicationDistributedZkTest, TestNRTOpen, TestXmlQParserPlugin, CircularListTest, SolrPluginUtilsTest, TestUtils, TestPostingsSolrHighlighter, CdcrVersionReplicationTest, ReplicaListTransformerTest, TestPushWriter, TestEmbeddedSolrServerSchemaAPI, TestLFUCache, TestXIncludeConfig, MigrateRouteKeyTest, TestConfigsApi, LukeRequestHandlerTest, TestGroupingSearch, TestSlowCompositeReaderWrapper, CurrencyFieldXmlFileTest, TestZkChroot, TestManagedSchema, TestCloudInspectUtil, StatsComponentTest, DirectUpdateHandlerOptimizeTest, SuggesterTest, ShardSplitTest, UUIDUpdateProcessorFallbackTest, TestCollectionAPI, TestRestoreCore, TestDFRSimilarityFactory, PluginInfoTest, TestComplexPhraseQParserPlugin, StatelessScriptUpdateProcessorFactoryTest, TestSubQueryTransformerCrossCore, DirectoryFactoryTest, SOLR749Test, TestObjectReleaseTracker, CloneFieldUpdateProcessorFactoryTest, BadComponentTest, CreateCollectionCleanupTest, AnalyticsQueryTest, BasicDistributedZk2Test, TestStressInPlaceUpdates, TestSort, TestDistribDocBasedVersion, TestClassicSimilarityFactory, TestCloudPseudoReturnFields, HdfsChaosMonkeyNothingIsSafeTest, OverseerTest, TestPointFields, TestExtendedDismaxParser, TestRebalanceLeaders, TestSolrDeletionPolicy1, TestReload, CollectionTooManyReplicasTest, PingRequestHandlerTest, PrimitiveFieldTypeTest, TimeZoneUtilsTest, DistributedExpandComponentTest, StressHdfsTest, CachingDirectoryFactoryTest, TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, TestHdfsCloudBackupRestore, TestLeaderElectionZkExpiry, TestLocalFSCloudBackupRestore, TestRandomRequestDistribution, TestSSLRandomization, TestSegmentSorting, BlobRepositoryCloudTest, TestDynamicLoading]
   [junit4] Completed [572/712 (2!)] on J2 in 27.00s, 1 test, 1 failure <<< FAILURES!

[...truncated 36796 lines...]

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_131) - Build # 3578 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3578/
Java: 64bit/jdk1.8.0_131 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

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

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<1>
	at __randomizedtesting.SeedInfo.seed([9A44CC1D64B5503:41D13875D0787A96]: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.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:522)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "overlay":{     "znodeVersion":0,     "runtimeLib":{"colltest":{         "name":"colltest",         "version":1}}}},  from server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":0,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}}}},  from server:  null
	at __randomizedtesting.SeedInfo.seed([9A44CC1D64B5503:D1E961962196F0A3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 11433 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/init-core-data-001
   [junit4]   2> 332215 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[9A44CC1D64B5503]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 332215 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9A44CC1D64B5503]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 332216 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9A44CC1D64B5503]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 332216 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9A44CC1D64B5503]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001
   [junit4]   2> 332216 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9A44CC1D64B5503]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 332216 INFO  (Thread-715) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 332216 INFO  (Thread-715) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 332217 ERROR (Thread-715) [    ] 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> 332316 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9A44CC1D64B5503]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39795
   [junit4]   2> 332321 INFO  (jetty-launcher-388-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 332322 INFO  (jetty-launcher-388-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 332322 INFO  (jetty-launcher-388-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78fa1a34{/solr,null,AVAILABLE}
   [junit4]   2> 332322 INFO  (jetty-launcher-388-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 332324 INFO  (jetty-launcher-388-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 332324 INFO  (jetty-launcher-388-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7d50ae0e{SSL,[ssl, http/1.1]}{127.0.0.1:42395}
   [junit4]   2> 332324 INFO  (jetty-launcher-388-thread-3) [    ] o.e.j.s.Server Started @335077ms
   [junit4]   2> 332324 INFO  (jetty-launcher-388-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42395}
   [junit4]   2> 332324 ERROR (jetty-launcher-388-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 332324 INFO  (jetty-launcher-388-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 332324 INFO  (jetty-launcher-388-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 332324 INFO  (jetty-launcher-388-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 332324 INFO  (jetty-launcher-388-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T10:08:01.202Z
   [junit4]   2> 332325 INFO  (jetty-launcher-388-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ec5e694{/solr,null,AVAILABLE}
   [junit4]   2> 332327 INFO  (jetty-launcher-388-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7c1518f9{SSL,[ssl, http/1.1]}{127.0.0.1:33847}
   [junit4]   2> 332327 INFO  (jetty-launcher-388-thread-2) [    ] o.e.j.s.Server Started @335080ms
   [junit4]   2> 332327 INFO  (jetty-launcher-388-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33847}
   [junit4]   2> 332327 ERROR (jetty-launcher-388-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 332327 INFO  (jetty-launcher-388-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 332327 INFO  (jetty-launcher-388-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f14c79a{/solr,null,AVAILABLE}
   [junit4]   2> 332327 INFO  (jetty-launcher-388-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 332327 INFO  (jetty-launcher-388-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 332327 INFO  (jetty-launcher-388-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T10:08:01.205Z
   [junit4]   2> 332328 INFO  (jetty-launcher-388-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25f5a4d1{/solr,null,AVAILABLE}
   [junit4]   2> 332328 INFO  (jetty-launcher-388-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@77c24122{SSL,[ssl, http/1.1]}{127.0.0.1:40669}
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-4) [    ] o.e.j.s.Server Started @335087ms
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40669}
   [junit4]   2> 332333 INFO  (jetty-launcher-388-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@751c74e8{SSL,[ssl, http/1.1]}{127.0.0.1:36231}
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-1) [    ] o.e.j.s.Server Started @335087ms
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36231}
   [junit4]   2> 332334 ERROR (jetty-launcher-388-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 332334 ERROR (jetty-launcher-388-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.7.0
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T10:08:01.212Z
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 332334 INFO  (jetty-launcher-388-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-24T10:08:01.212Z
   [junit4]   2> 332335 INFO  (jetty-launcher-388-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 332338 INFO  (jetty-launcher-388-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 332342 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15c39ed70470002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 332343 INFO  (jetty-launcher-388-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 332343 INFO  (jetty-launcher-388-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 332344 INFO  (jetty-launcher-388-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 332347 INFO  (jetty-launcher-388-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 332348 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15c39ed70470003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 332348 INFO  (jetty-launcher-388-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39795/solr
   [junit4]   2> 332348 INFO  (jetty-launcher-388-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39795/solr
   [junit4]   2> 332349 INFO  (jetty-launcher-388-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 332349 INFO  (jetty-launcher-388-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 332350 INFO  (jetty-launcher-388-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39795/solr
   [junit4]   2> 332350 INFO  (jetty-launcher-388-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39795/solr
   [junit4]   2> 332368 INFO  (jetty-launcher-388-thread-4) [n:127.0.0.1:40669_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 332368 INFO  (jetty-launcher-388-thread-2) [n:127.0.0.1:33847_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 332368 INFO  (jetty-launcher-388-thread-1) [n:127.0.0.1:36231_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 332368 INFO  (jetty-launcher-388-thread-3) [n:127.0.0.1:42395_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 332369 INFO  (jetty-launcher-388-thread-4) [n:127.0.0.1:40669_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40669_solr
   [junit4]   2> 332369 INFO  (jetty-launcher-388-thread-1) [n:127.0.0.1:36231_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36231_solr
   [junit4]   2> 332369 INFO  (jetty-launcher-388-thread-2) [n:127.0.0.1:33847_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33847_solr
   [junit4]   2> 332369 INFO  (jetty-launcher-388-thread-3) [n:127.0.0.1:42395_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42395_solr
   [junit4]   2> 332369 INFO  (jetty-launcher-388-thread-4) [n:127.0.0.1:40669_solr    ] o.a.s.c.Overseer Overseer (id=98016983849041931-127.0.0.1:40669_solr-n_0000000000) starting
   [junit4]   2> 332370 INFO  (zkCallback-409-thread-1-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 332370 INFO  (zkCallback-408-thread-1-processing-n:127.0.0.1:42395_solr) [n:127.0.0.1:42395_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 332370 INFO  (zkCallback-408-thread-1-processing-n:127.0.0.1:42395_solr) [n:127.0.0.1:42395_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 332370 INFO  (zkCallback-407-thread-1-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 332377 INFO  (zkCallback-410-thread-2-processing-n:127.0.0.1:36231_solr) [n:127.0.0.1:36231_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 332370 INFO  (zkCallback-410-thread-1-processing-n:127.0.0.1:36231_solr) [n:127.0.0.1:36231_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 332380 INFO  (zkCallback-409-thread-1-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 332390 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 332393 INFO  (jetty-launcher-388-thread-4) [n:127.0.0.1:40669_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40669_solr
   [junit4]   2> 332394 INFO  (zkCallback-408-thread-1-processing-n:127.0.0.1:42395_solr) [n:127.0.0.1:42395_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 332394 INFO  (zkCallback-410-thread-1-processing-n:127.0.0.1:36231_solr) [n:127.0.0.1:36231_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 332394 INFO  (zkCallback-409-thread-1-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 332394 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 332414 INFO  (jetty-launcher-388-thread-2) [n:127.0.0.1:33847_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node2/.
   [junit4]   2> 332425 INFO  (jetty-launcher-388-thread-3) [n:127.0.0.1:42395_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node3/.
   [junit4]   2> 332426 INFO  (jetty-launcher-388-thread-4) [n:127.0.0.1:40669_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node4/.
   [junit4]   2> 332462 INFO  (jetty-launcher-388-thread-1) [n:127.0.0.1:36231_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node1/.
   [junit4]   2> 332468 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15c39ed7047000d, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 332470 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9A44CC1D64B5503]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 332470 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9A44CC1D64B5503]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39795/solr ready
   [junit4]   2> 332487 INFO  (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[9A44CC1D64B5503]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames
   [junit4]   2> 332488 INFO  (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[9A44CC1D64B5503]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 332544 ERROR (qtp1259621657-2662) [n:127.0.0.1:42395_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Unknown action: BADACTION
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:210)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:363)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:307)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 332545 INFO  (qtp1259621657-2662) [n:127.0.0.1:42395_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=badactioncollection&action=BADACTION&numShards=2&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 332545 INFO  (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[9A44CC1D64B5503]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionNames
   [junit4]   2> 332559 INFO  (TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[9A44CC1D64B5503]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSpecificConfigsets
   [junit4]   2> 332560 INFO  (TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[9A44CC1D64B5503]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 332562 INFO  (qtp1259621657-2669) [n:127.0.0.1:42395_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf2&name=withconfigset2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 332563 INFO  (OverseerThreadFactory-1519-thread-1-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.CreateCollectionCmd Create collection withconfigset2
   [junit4]   2> 332729 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf2&newCollection=true&name=withconfigset2_shard1_replica1&action=CREATE&numShards=1&collection=withconfigset2&shard=shard1&wt=javabin&version=2
   [junit4]   2> 332729 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 332832 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withconfigset2/state.json] for collection [withconfigset2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 333735 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 333739 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.s.IndexSchema [withconfigset2_shard1_replica1] Schema name=minimal
   [junit4]   2> 333741 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 333741 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'withconfigset2_shard1_replica1' using configuration from collection withconfigset2, trusted=true
   [junit4]   2> 333741 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 333741 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore [[withconfigset2_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node2/withconfigset2_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node2/./withconfigset2_shard1_replica1/data/]
   [junit4]   2> 333741 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@55bd5d8
   [junit4]   2> 333767 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 333767 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 333767 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 333767 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 333768 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@113e3918[withconfigset2_shard1_replica1] main]
   [junit4]   2> 333768 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 333769 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 333769 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 333769 INFO  (searcherExecutor-1528-thread-1-processing-n:127.0.0.1:33847_solr x:withconfigset2_shard1_replica1 s:shard1 c:withconfigset2) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore [withconfigset2_shard1_replica1] Registered new searcher Searcher@113e3918[withconfigset2_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 333769 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568271743212060672
   [junit4]   2> 333772 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 333772 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 333772 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33847/solr/withconfigset2_shard1_replica1/
   [junit4]   2> 333772 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 333772 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SyncStrategy https://127.0.0.1:33847/solr/withconfigset2_shard1_replica1/ has no replicas
   [junit4]   2> 333772 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 333773 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33847/solr/withconfigset2_shard1_replica1/ shard1
   [junit4]   2> 333874 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withconfigset2/state.json] for collection [withconfigset2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 333924 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 333925 INFO  (qtp2130112745-2661) [n:127.0.0.1:33847_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf2&newCollection=true&name=withconfigset2_shard1_replica1&action=CREATE&numShards=1&collection=withconfigset2&shard=shard1&wt=javabin&version=2} status=0 QTime=1197
   [junit4]   2> 333926 INFO  (qtp1259621657-2669) [n:127.0.0.1:42395_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> 334026 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withconfigset2/state.json] for collection [withconfigset2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 334565 INFO  (OverseerCollectionConfigSetProcessor-98016983849041931-127.0.0.1:40669_solr-n_0000000000) [n:127.0.0.1:40669_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> 334927 INFO  (qtp1259621657-2669) [n:127.0.0.1:42395_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf2&name=withconfigset2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2364
   [junit4]   2> 334928 INFO  (TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[9A44CC1D64B5503]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSpecificConfigsets
   [junit4]   2> 334949 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[9A44CC1D64B5503]) [    ] o.a.s.SolrTestCaseJ4 ###Starting addReplicaTest
   [junit4]   2> 334950 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[9A44CC1D64B5503]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 334952 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=withconfigset2&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 334953 INFO  (OverseerThreadFactory-1519-thread-2-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 334955 INFO  (qtp2130112745-2685) [n:127.0.0.1:33847_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.withconfigset2.shard1.replica1
   [junit4]   2> 334955 INFO  (qtp2130112745-2685) [n:127.0.0.1:33847_solr    ] o.a.s.c.SolrCore [withconfigset2_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2e378c46
   [junit4]   2> 335029 INFO  (qtp2130112745-2685) [n:127.0.0.1:33847_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.withconfigset2.shard1.replica1
   [junit4]   2> 335030 INFO  (qtp2130112745-2685) [n:127.0.0.1:33847_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=withconfigset2_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=74
   [junit4]   2> 335732 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=withconfigset2&action=DELETE&wt=javabin&version=2} status=0 QTime=780
   [junit4]   2> 335734 INFO  (qtp1259621657-2671) [n:127.0.0.1:42395_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 335735 INFO  (OverseerThreadFactory-1519-thread-3-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.CreateCollectionCmd Create collection addReplicaColl
   [junit4]   2> 335735 INFO  (OverseerCollectionConfigSetProcessor-98016983849041931-127.0.0.1:40669_solr-n_0000000000) [n:127.0.0.1:40669_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 335946 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 335948 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 335948 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 335996 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 335996 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 336004 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 336004 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 336106 INFO  (zkCallback-410-thread-1-processing-n:127.0.0.1:36231_solr) [n:127.0.0.1:36231_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 336106 INFO  (zkCallback-408-thread-1-processing-n:127.0.0.1:42395_solr) [n:127.0.0.1:42395_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 336106 INFO  (zkCallback-409-thread-1-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 336106 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 336955 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 336955 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 336960 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica1] Schema name=minimal
   [junit4]   2> 336960 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica2] Schema name=minimal
   [junit4]   2> 336961 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 336961 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica1' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 336962 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 336962 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node3/addReplicaColl_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node3/./addReplicaColl_shard2_replica1/data/]
   [junit4]   2> 336962 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 336962 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica2' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 336962 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 336962 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node2/addReplicaColl_shard2_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node2/./addReplicaColl_shard2_replica2/data/]
   [junit4]   2> 336982 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 336982 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 336983 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 336983 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 336983 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@613d1145[addReplicaColl_shard2_replica1] main]
   [junit4]   2> 336984 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 336984 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 336984 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 336984 INFO  (searcherExecutor-1533-thread-1-processing-n:127.0.0.1:42395_solr x:addReplicaColl_shard2_replica1 s:shard2 c:addReplicaColl) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore [addReplicaColl_shard2_replica1] Registered new searcher Searcher@613d1145[addReplicaColl_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 336984 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568271746583232512
   [junit4]   2> 336987 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 336988 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 336988 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 336989 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 336989 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 336989 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@60b350f8[addReplicaColl_shard2_replica2] main]
   [junit4]   2> 336990 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 336990 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 336990 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 336990 INFO  (searcherExecutor-1534-thread-1-processing-n:127.0.0.1:33847_solr x:addReplicaColl_shard2_replica2 s:shard2 c:addReplicaColl) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore [addReplicaColl_shard2_replica2] Registered new searcher Searcher@60b350f8[addReplicaColl_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 336990 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568271746589523968
   [junit4]   2> 337002 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 337006 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica2] Schema name=minimal
   [junit4]   2> 337007 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 337007 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica2' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 337008 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 337008 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node4/addReplicaColl_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node4/./addReplicaColl_shard1_replica2/data/]
   [junit4]   2> 337009 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 337012 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica1] Schema name=minimal
   [junit4]   2> 337014 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 337014 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica1' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 337014 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 337014 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node1/addReplicaColl_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node1/./addReplicaColl_shard1_replica1/data/]
   [junit4]   2> 337039 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 337039 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 337039 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 337039 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 337039 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 337039 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 337040 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 337040 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 337040 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@434c61f0[addReplicaColl_shard1_replica1] main]
   [junit4]   2> 337040 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@41bd6b2e[addReplicaColl_shard1_replica2] main]
   [junit4]   2> 337040 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 337041 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 337041 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 337041 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 337041 INFO  (searcherExecutor-1544-thread-1-processing-n:127.0.0.1:36231_solr x:addReplicaColl_shard1_replica1 s:shard1 c:addReplicaColl) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore [addReplicaColl_shard1_replica1] Registered new searcher Searcher@434c61f0[addReplicaColl_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 337041 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568271746643001344
   [junit4]   2> 337041 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 337041 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 337041 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568271746643001344
   [junit4]   2> 337043 INFO  (searcherExecutor-1543-thread-1-processing-n:127.0.0.1:40669_solr x:addReplicaColl_shard1_replica2 s:shard1 c:addReplicaColl) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore [addReplicaColl_shard1_replica2] Registered new searcher Searcher@41bd6b2e[addReplicaColl_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 337044 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 337044 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 337044 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36231/solr/addReplicaColl_shard1_replica1/
   [junit4]   2> 337044 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard1_replica1 url=https://127.0.0.1:36231/solr START replicas=[https://127.0.0.1:40669/solr/addReplicaColl_shard1_replica2/] nUpdates=100
   [junit4]   2> 337045 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard1_replica1 url=https://127.0.0.1:36231/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 337048 INFO  (qtp792862196-2675) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica2] o.a.s.c.S.Request [addReplicaColl_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 337048 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 337048 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 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> 337048 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 337051 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36231/solr/addReplicaColl_shard1_replica1/ shard1
   [junit4]   2> 337152 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337152 INFO  (zkCallback-410-thread-1-processing-n:127.0.0.1:36231_solr) [n:127.0.0.1:36231_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337152 INFO  (zkCallback-409-thread-1-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337152 INFO  (zkCallback-408-thread-1-processing-n:127.0.0.1:42395_solr) [n:127.0.0.1:42395_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337201 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 337202 INFO  (qtp1575540429-2692) [n:127.0.0.1:36231_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1198
   [junit4]   2> 337305 INFO  (zkCallback-410-thread-1-processing-n:127.0.0.1:36231_solr) [n:127.0.0.1:36231_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337305 INFO  (zkCallback-408-thread-1-processing-n:127.0.0.1:42395_solr) [n:127.0.0.1:42395_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337305 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337305 INFO  (zkCallback-409-thread-1-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337487 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 337487 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 337487 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42395/solr/addReplicaColl_shard2_replica1/
   [junit4]   2> 337487 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard2_replica1 url=https://127.0.0.1:42395/solr START replicas=[https://127.0.0.1:33847/solr/addReplicaColl_shard2_replica2/] nUpdates=100
   [junit4]   2> 337488 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard2_replica1 url=https://127.0.0.1:42395/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 337490 INFO  (qtp2130112745-2665) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2 r:core_node2 x:addReplicaColl_shard2_replica2] o.a.s.c.S.Request [addReplicaColl_shard2_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 337490 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 337490 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 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> 337490 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 337492 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42395/solr/addReplicaColl_shard2_replica1/ shard2
   [junit4]   2> 337594 INFO  (zkCallback-408-thread-1-processing-n:127.0.0.1:42395_solr) [n:127.0.0.1:42395_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337594 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337594 INFO  (zkCallback-410-thread-1-processing-n:127.0.0.1:36231_solr) [n:127.0.0.1:36231_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337594 INFO  (zkCallback-409-thread-1-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337643 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 337644 INFO  (qtp1259621657-2670) [n:127.0.0.1:42395_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2} status=0 QTime=1696
   [junit4]   2> 337745 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337745 INFO  (zkCallback-410-thread-1-processing-n:127.0.0.1:36231_solr) [n:127.0.0.1:36231_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337745 INFO  (zkCallback-409-thread-1-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337745 INFO  (zkCallback-408-thread-1-processing-n:127.0.0.1:42395_solr) [n:127.0.0.1:42395_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 337994 INFO  (qtp2130112745-2686) [n:127.0.0.1:33847_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2} status=0 QTime=2048
   [junit4]   2> 338046 INFO  (qtp792862196-2674) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=2050
   [junit4]   2> 338047 INFO  (qtp1259621657-2671) [n:127.0.0.1:42395_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> 338147 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 338147 INFO  (zkCallback-408-thread-1-processing-n:127.0.0.1:42395_solr) [n:127.0.0.1:42395_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 338147 INFO  (zkCallback-410-thread-1-processing-n:127.0.0.1:36231_solr) [n:127.0.0.1:36231_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 338147 INFO  (zkCallback-409-thread-1-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 339047 INFO  (qtp1259621657-2671) [n:127.0.0.1:42395_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3312
   [junit4]   2> 339051 INFO  (qtp1259621657-2662) [n:127.0.0.1:42395_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:40669_solr&action=ADDREPLICA&collection=addReplicaColl&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 339052 INFO  (OverseerThreadFactory-1519-thread-4-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "node":"127.0.0.1:40669_solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 339052 INFO  (OverseerCollectionConfigSetProcessor-98016983849041931-127.0.0.1:40669_solr-n_0000000000) [n:127.0.0.1:40669_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 339053 INFO  (OverseerThreadFactory-1519-thread-4-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:40669_solr for creating new replica
   [junit4]   2> 339058 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard1_replica3&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 339160 INFO  (zkCallback-410-thread-1-processing-n:127.0.0.1:36231_solr) [n:127.0.0.1:36231_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 339160 INFO  (zkCallback-407-thread-2-processing-n:127.0.0.1:33847_solr) [n:127.0.0.1:33847_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 339161 INFO  (zkCallback-409-thread-2-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 339161 INFO  (zkCallback-408-thread-1-processing-n:127.0.0.1:42395_solr) [n:127.0.0.1:42395_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 340066 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 340078 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica3] Schema name=minimal
   [junit4]   2> 340084 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 340084 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica3' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 340086 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 340086 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node4/addReplicaColl_shard1_replica3], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-001/node4/./addReplicaColl_shard1_replica3/data/]
   [junit4]   2> 340198 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 340198 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 340199 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 340200 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 340207 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@20453dc[addReplicaColl_shard1_replica3] main]
   [junit4]   2> 340208 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 340209 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 340209 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 340209 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568271749964890112
   [junit4]   2> 340212 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.ZkController Core needs to recover:addReplicaColl_shard1_replica3
   [junit4]   2> 340213 INFO  (searcherExecutor-1553-thread-1-processing-n:127.0.0.1:40669_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrCore [addReplicaColl_shard1_replica3] Registered new searcher Searcher@20453dc[addReplicaColl_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 340215 INFO  (qtp792862196-2683) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard1_replica3&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1157
   [junit4]   2> 340221 INFO  (qtp1259621657-2662) [n:127.0.0.1:42395_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:40669_solr&action=ADDREPLICA&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1170
   [junit4]   2> 340223 INFO  (updateExecutor-401-thread-1-processing-n:127.0.0.1:40669_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 340223 INFO  (recoveryExecutor-403-thread-1-processing-n:127.0.0.1:40669_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 340224 INFO  (recoveryExecutor-403-thread-1-processing-n:127.0.0.1:40669_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 340224 INFO  (recoveryExecutor-403-thread-1-processing-n:127.0.0.1:40669_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[addReplicaColl_shard1_replica3]
   [junit4]   2> 340224 INFO  (recoveryExecutor-403-thread-1-processing-n:127.0.0.1:40669_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 340224 INFO  (recoveryExecutor-403-thread-1-processing-n:127.0.0.1:40669_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Publishing state of core [addReplicaColl_shard1_replica3] as recovering, leader is [https://127.0.0.1:36231/solr/addReplicaColl_shard1_replica1/] and I am [https://127.0.0.1:40669/solr/addReplicaColl_shard1_replica3/]
   [junit4]   2> 340224 INFO  (qtp1259621657-2669) [n:127.0.0.1:42395_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=addReplicaColl&shard=shard2&wt=javabin&version=2&property.instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-002 and sendToOCPQueue=true
   [junit4]   2> 340227 INFO  (OverseerCollectionConfigSetProcessor-98016983849041931-127.0.0.1:40669_solr-n_0000000000) [n:127.0.0.1:40669_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 340228 INFO  (OverseerThreadFactory-1519-thread-5-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "property.instanceDir":"/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_9A44CC1D64B5503-001/tempDir-002",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 340236 INFO  (OverseerThreadFactory-1519-thread-5-processing-n:127.0.0.1:40669_solr) [n:127.0.0.1:40669_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:42395_solr for creating new replica
   [junit4]   2> 340251 INFO  (recoveryExecutor-403-thread-1-processing-n:127.0.0.1:40669_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:40669_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:36231/solr]; [WaitForState: action=PREPRECOVERY&core=addReplicaColl_shard1_replica1&nodeName=127.0.0.1:40669_solr&coreNodeName=core_node5&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 340252 INFO  (qtp1259621657-2663) [n:127.0.0.1:42395_solr    ] o.a.s.h.a.CoreAdminOperation core create c

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

nc, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1515700 INFO  (zkCallback-4303-thread-1-processing-n:127.0.0.1:34611_z%2Fne) [n:127.0.0.1:34611_z%2Fne c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4294ad0b
   [junit4]   2> 1515706 INFO  (zkCallback-4303-thread-1-processing-n:127.0.0.1:34611_z%2Fne) [n:127.0.0.1:34611_z%2Fne c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1515706 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[9A44CC1D64B5503]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@40bddc47{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1515706 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[9A44CC1D64B5503]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4349ec59{/z/ne,null,UNAVAILABLE}
   [junit4]   2> 1515707 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[9A44CC1D64B5503]) [    ] 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> 1515707 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[9A44CC1D64B5503]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39703 39703
   [junit4]   2> 1515743 INFO  (Thread-3462) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39703 39703
   [junit4]   2> 1515744 WARN  (Thread-3462) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=9A44CC1D64B5503 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hu -Dtests.timezone=America/Vancouver -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 24.9s J0 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "overlay":{
   [junit4]    >     "znodeVersion":0,
   [junit4]    >     "runtimeLib":{"colltest":{
   [junit4]    >         "name":"colltest",
   [junit4]    >         "version":1}}}},  from server:  null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9A44CC1D64B5503:D1E961962196F0A3]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1515746 INFO  (SUITE-TestDynamicLoading-seed#[9A44CC1D64B5503]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading_9A44CC1D64B5503-001
   [junit4]   2> May 24, 2017 10:27:44 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=hu, timezone=America/Vancouver
   [junit4]   2> NOTE: Linux 4.8.0-52-generic amd64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=8,threads=1,free=127964456,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [BigEndianAscendingWordSerializerTest, TestRawResponseWriter, TestLazyCores, TestStressLiveNodes, TestCustomStream, TestDownShardTolerantSearch, TestChildDocTransformer, TestDistributedSearch, SSLMigrationTest, CoreAdminCreateDiscoverTest, FacetPivotSmallTest, TestInfoStreamLogging, HdfsSyncSliceTest, TestCloudRecovery, TestFaceting, TestRangeQuery, TestDistribIDF, TestCSVLoader, HdfsChaosMonkeySafeLeaderTest, PreAnalyzedFieldManagedSchemaCloudTest, TestRuleBasedAuthorizationPlugin, CursorMarkTest, TestPivotHelperCode, TestGraphTermsQParserPlugin, ConfigureRecoveryStrategyTest, TestRTimerTree, InfoHandlerTest, MBeansHandlerTest, LeaderElectionIntegrationTest, SyncSliceTest, TestPayloadScoreQParserPlugin, TestRandomDVFaceting, FileBasedSpellCheckerTest, TestAuthenticationFramework, FullHLLTest, TestNoOpRegenerator, TestSolrConfigHandler, CollectionsAPIAsyncDistributedZkTest, OutputWriterTest, JSONWriterTest, TestCryptoKeys, ClassificationUpdateProcessorIntegrationTest, TestPerFieldSimilarity, CdcrUpdateLogTest, HighlighterConfigTest, DocExpirationUpdateProcessorFactoryTest, RegexBoostProcessorTest, TestUseDocValuesAsStored2, TestSolrDeletionPolicy2, AliasIntegrationTest, SolrCoreTest, DistributedFacetExistsSmallTest, TestMaxScoreQueryParser, TestFastWriter, TestComponentsName, PeerSyncTest, OverseerCollectionConfigSetProcessorTest, TestRealTimeGet, TestIBSimilarityFactory, LeaderElectionContextKeyTest, HdfsRecoverLeaseTest, TestSolrCloudSnapshots, TestFoldingMultitermQuery, TestLocalFSCloudBackupRestore, TestHdfsUpdateLog, TestFieldCollectionResource, ResponseHeaderTest, TestUninvertingReader, TestSolrFieldCacheMBean, WrapperMergePolicyFactoryTest, DistribJoinFromCollectionTest, TestIntervalFaceting, NodeMutatorTest, BasicDistributedZkTest, TestPerFieldSimilarityWithDefaultOverride, SecurityConfHandlerTest, TestReplicaProperties, XsltUpdateRequestHandlerTest, DateFieldTest, TestConfigSetProperties, TestCrossCoreJoin, TestLegacyFieldCache, SolrIndexMetricsTest, BaseCdcrDistributedZkTest, TestAnalyzeInfixSuggestions, DeleteStatusTest, SolrGraphiteReporterTest, CurrencyFieldOpenExchangeTest, CursorPagingTest, TestPathTrie, SolrRequestParserTest, TestImpersonationWithHadoopAuth, BlockJoinFacetDistribTest, TestFieldCacheSortRandom, TestRestManager, UniqFieldsUpdateProcessorFactoryTest, TestSolrConfigHandlerConcurrent, TestOmitPositions, TestSolr4Spatial, ReturnFieldsTest, NumericFieldsTest, TestFunctionQuery, TestReplicationHandler, StandardRequestHandlerTest, HdfsUnloadDistributedZkTest, TestJmxIntegration, CacheHeaderTest, DefaultValueUpdateProcessorTest, DistributedFacetPivotSmallAdvancedTest, BlobRepositoryCloudTest, DisMaxRequestHandlerTest, TestDFISimilarityFactory, SolrMetricReporterTest, JvmMetricsTest, ChaosMonkeySafeLeaderTest, BasicZkTest, RecoveryZkTest, TestRandomFaceting, ZkCLITest, TestRecovery, TestJoin, QueryElevationComponentTest, ConvertedLegacyTest, TestBadConfig, TestIndexSearcher, HighlighterTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, CoreAdminHandlerTest, DocValuesTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, DebugComponentTest, TestSurroundQueryParser, TestReversedWildcardFilterFactory, TestQueryTypes, TestValueSourceCache, TermVectorComponentTest, RequiredFieldsTest, TestSolrQueryParser, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, AlternateDirectoryTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, ScriptEngineTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, AssignTest, CdcrBootstrapTest, CollectionsAPISolrJTest, DeleteNodeTest, DistribDocExpirationUpdateProcessorTest, MissingSegmentRecoveryTest, MoveReplicaTest, OverseerRolesTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, RollingRestartTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestLeaderInitiatedRecoveryThread, TestOnReconnectListenerSupport, TestSSLRandomization, TestSizeLimitedDistributedMap, TestStressCloudBlindAtomicUpdates, TlogReplayBufferedWhileIndexingTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRestartWhileUpdatingTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, ZkStateReaderTest, ZkStateWriterTest, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestBackupRepositoryFactory, TestConfigSetImmutable, TestCorePropertiesReload, TestDynamicLoading]
   [junit4] Completed [570/712 (2!)] on J0 in 25.88s, 1 test, 1 failure <<< FAILURES!

[...truncated 43890 lines...]