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

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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig

Error Message:
expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   "cluster-preferences":[{"maximize":"freedisk"}],   "triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       "event":"nodeLost",       "waitFor":30,       "actions":[         {           "name":"auto_add_replicas_plan",           "class":"solr.AutoAddReplicasPlanAction"},         {           "name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       "enabled":true}},   "listeners":{".auto_add_replicas.system":{       "trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         "STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         "BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       "beforeAction":[]}},   "properties":{}}> but was: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   "cluster-preferences":[{"maximize":"freedisk"}],   "triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       "event":"nodeLost",       "waitFor":30,       "actions":[         {           "name":"auto_add_replicas_plan",           "class":"solr.AutoAddReplicasPlanAction"},         {           "name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       "enabled":true}},   "listeners":{".auto_add_replicas.system":{       "trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         "STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         "BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       "beforeAction":[]}},   "properties":{}}>

Stack Trace:
java.lang.AssertionError: expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}> but was: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}>
	at __randomizedtesting.SeedInfo.seed([9BCE24F751F83839:A446275F46AEC8DE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig(TestClusterStateProvider.java:214)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1783 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/core/test/temp/junit4-J0-20180113_221750_6828371918048065214549.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/test-framework/test/temp/junit4-J1-20180113_222511_75013767743645905989147.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 1057 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/common/test/temp/junit4-J1-20180113_222628_8473460141092996955673.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/common/test/temp/junit4-J0-20180113_222628_8478463985320893229804.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 224 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J0-20180113_222916_6315807616299792386555.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J1-20180113_222916_63115878190083601409753.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 252 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20180113_222932_5256016161975068088060.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

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

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J0-20180113_222955_1681625793358245240748.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J0-20180113_222959_6637857345370710016327.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

[...truncated 162 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J0-20180113_223002_9501441916503240698322.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 J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J1-20180113_223002_9508365344470806295543.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 151 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J0-20180113_223012_1399012746204482993020.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J1-20180113_223012_1396605356845355072051.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 159 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J0-20180113_223017_31615365253818671809738.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

[...truncated 167 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/analysis/uima/test/temp/junit4-J0-20180113_223020_70810884483867650870993.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 152 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J1-20180113_223033_4148203430049649952643.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J0-20180113_223033_4148108446479066352089.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 1304 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/benchmark/test/temp/junit4-J1-20180113_223059_8962461362053610533757.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/benchmark/test/temp/junit4-J0-20180113_223059_8943006070202146693680.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 234 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/classification/test/temp/junit4-J1-20180113_223114_56215801081914427640991.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/classification/test/temp/junit4-J0-20180113_223114_5616385441519971729199.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 259 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/codecs/test/temp/junit4-J1-20180113_223128_45718404537339432443501.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

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

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

[...truncated 164 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/expressions/test/temp/junit4-J0-20180113_223302_21210242155270059171648.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 J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/expressions/test/temp/junit4-J1-20180113_223302_212884421725416822363.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 229 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/facet/test/temp/junit4-J0-20180113_223308_49313931781447652786175.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

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

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

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/grouping/test/temp/junit4-J0-20180113_223335_97817820399765354728575.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 246 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/highlighter/test/temp/junit4-J1-20180113_223345_64415659286337243991736.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

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

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

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

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

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/misc/test/temp/junit4-J1-20180113_223424_42914970815158401228809.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 301 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queries/test/temp/junit4-J1-20180113_223441_54416951100525202911384.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queries/test/temp/junit4-J0-20180113_223441_5445009215071047276279.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 227 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queryparser/test/temp/junit4-J0-20180113_223449_73418412152320634772421.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/queryparser/test/temp/junit4-J1-20180113_223449_7342684891614588076254.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 187 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/replicator/test/temp/junit4-J1-20180113_223458_42615411422375434271366.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 23 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/replicator/test/temp/junit4-J0-20180113_223458_42610351450602995526982.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 202 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/sandbox/test/temp/junit4-J1-20180113_223512_49213010325042249854472.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 21 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/sandbox/test/temp/junit4-J0-20180113_223512_49118179787873174482210.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 317 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J1-20180113_223554_6604049419018485412321.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 171 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial3d/test/temp/junit4-J0-20180113_223613_48110940032363103630143.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: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/spatial3d/test/temp/junit4-J1-20180113_223613_4819667589277017600961.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/build/suggest/test/temp/junit4-J1-20180113_223633_71715580090352848912738.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 1839 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_9BCE24F751F83839-001/init-core-data-001
   [junit4]   2> 453647 WARN  (SUITE-TestClusterStateProvider-seed#[9BCE24F751F83839]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 453647 INFO  (SUITE-TestClusterStateProvider-seed#[9BCE24F751F83839]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 453647 INFO  (SUITE-TestClusterStateProvider-seed#[9BCE24F751F83839]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 453647 INFO  (SUITE-TestClusterStateProvider-seed#[9BCE24F751F83839]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 453648 INFO  (SUITE-TestClusterStateProvider-seed#[9BCE24F751F83839]-worker) [    ] o.a.s.c.a.s.TestClusterStateProvider ####### Using simulated components? true
   [junit4]   2> 453648 INFO  (SUITE-TestClusterStateProvider-seed#[9BCE24F751F83839]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_9BCE24F751F83839-001/tempDir-001
   [junit4]   2> 453648 INFO  (SUITE-TestClusterStateProvider-seed#[9BCE24F751F83839]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 453648 INFO  (Thread-452) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 453648 INFO  (Thread-452) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 453654 ERROR (Thread-452) [    ] 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> 453753 INFO  (SUITE-TestClusterStateProvider-seed#[9BCE24F751F83839]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:50688
   [junit4]   2> 453765 INFO  (zkConnectionManagerCallback-598-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453769 INFO  (jetty-launcher-595-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 453769 INFO  (jetty-launcher-595-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 453769 INFO  (jetty-launcher-595-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 453771 INFO  (jetty-launcher-595-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b7577d3{/solr,null,AVAILABLE}
   [junit4]   2> 453772 INFO  (jetty-launcher-595-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@845f31d{/solr,null,AVAILABLE}
   [junit4]   2> 453773 INFO  (jetty-launcher-595-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2d0c13f{/solr,null,AVAILABLE}
   [junit4]   2> 453773 INFO  (jetty-launcher-595-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@22909903{HTTP/1.1,[http/1.1]}{127.0.0.1:50690}
   [junit4]   2> 453773 INFO  (jetty-launcher-595-thread-2) [    ] o.e.j.s.Server Started @455807ms
   [junit4]   2> 453773 INFO  (jetty-launcher-595-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50690}
   [junit4]   2> 453773 INFO  (jetty-launcher-595-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6307eba0{HTTP/1.1,[http/1.1]}{127.0.0.1:50691}
   [junit4]   2> 453773 INFO  (jetty-launcher-595-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@12042b79{HTTP/1.1,[http/1.1]}{127.0.0.1:50692}
   [junit4]   2> 453773 INFO  (jetty-launcher-595-thread-3) [    ] o.e.j.s.Server Started @455807ms
   [junit4]   2> 453773 INFO  (jetty-launcher-595-thread-1) [    ] o.e.j.s.Server Started @455807ms
   [junit4]   2> 453773 INFO  (jetty-launcher-595-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50691}
   [junit4]   2> 453773 ERROR (jetty-launcher-595-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 453773 ERROR (jetty-launcher-595-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 453773 INFO  (jetty-launcher-595-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 453773 INFO  (jetty-launcher-595-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 453774 INFO  (jetty-launcher-595-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 453774 INFO  (jetty-launcher-595-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 453774 INFO  (jetty-launcher-595-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 453774 INFO  (jetty-launcher-595-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 453774 INFO  (jetty-launcher-595-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-13T22:45:07.728643Z
   [junit4]   2> 453774 INFO  (jetty-launcher-595-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-13T22:45:07.728695Z
   [junit4]   2> 453774 INFO  (jetty-launcher-595-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50692}
   [junit4]   2> 453774 ERROR (jetty-launcher-595-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 453774 INFO  (jetty-launcher-595-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 453775 INFO  (jetty-launcher-595-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 453775 INFO  (jetty-launcher-595-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 453775 INFO  (jetty-launcher-595-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-13T22:45:07.729036Z
   [junit4]   2> 453776 INFO  (zkConnectionManagerCallback-601-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453776 INFO  (zkConnectionManagerCallback-602-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453776 INFO  (zkConnectionManagerCallback-604-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453777 INFO  (jetty-launcher-595-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 453777 INFO  (jetty-launcher-595-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 453777 INFO  (jetty-launcher-595-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 453782 INFO  (jetty-launcher-595-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50688/solr
   [junit4]   2> 453782 INFO  (jetty-launcher-595-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50688/solr
   [junit4]   2> 453783 INFO  (jetty-launcher-595-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50688/solr
   [junit4]   2> 453784 INFO  (zkConnectionManagerCallback-611-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453785 INFO  (zkConnectionManagerCallback-614-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453786 INFO  (zkConnectionManagerCallback-616-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453788 INFO  (zkConnectionManagerCallback-618-thread-1-processing-n:127.0.0.1:50691_solr) [n:127.0.0.1:50691_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453788 INFO  (zkConnectionManagerCallback-620-thread-1-processing-n:127.0.0.1:50690_solr) [n:127.0.0.1:50690_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453790 INFO  (zkConnectionManagerCallback-622-thread-1-processing-n:127.0.0.1:50692_solr) [n:127.0.0.1:50692_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453977 INFO  (jetty-launcher-595-thread-2) [n:127.0.0.1:50690_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 453977 INFO  (jetty-launcher-595-thread-1) [n:127.0.0.1:50692_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 453978 INFO  (jetty-launcher-595-thread-2) [n:127.0.0.1:50690_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50690_solr
   [junit4]   2> 453978 INFO  (jetty-launcher-595-thread-3) [n:127.0.0.1:50691_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 453978 INFO  (jetty-launcher-595-thread-1) [n:127.0.0.1:50692_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50692_solr
   [junit4]   2> 453979 INFO  (jetty-launcher-595-thread-2) [n:127.0.0.1:50690_solr    ] o.a.s.c.Overseer Overseer (id=99344941554532360-127.0.0.1:50690_solr-n_0000000000) starting
   [junit4]   2> 453980 INFO  (zkCallback-621-thread-1-processing-n:127.0.0.1:50692_solr) [n:127.0.0.1:50692_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 453981 INFO  (zkCallback-617-thread-1-processing-n:127.0.0.1:50691_solr) [n:127.0.0.1:50691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 453982 INFO  (zkCallback-619-thread-1-processing-n:127.0.0.1:50690_solr) [n:127.0.0.1:50690_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 453983 INFO  (jetty-launcher-595-thread-3) [n:127.0.0.1:50691_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50691_solr
   [junit4]   2> 453984 INFO  (zkCallback-621-thread-1-processing-n:127.0.0.1:50692_solr) [n:127.0.0.1:50692_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 453984 INFO  (zkCallback-617-thread-1-processing-n:127.0.0.1:50691_solr) [n:127.0.0.1:50691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 453985 INFO  (zkCallback-619-thread-1-processing-n:127.0.0.1:50690_solr) [n:127.0.0.1:50690_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 454012 INFO  (jetty-launcher-595-thread-2) [n:127.0.0.1:50690_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50690_solr
   [junit4]   2> 454014 INFO  (zkCallback-619-thread-1-processing-n:127.0.0.1:50690_solr) [n:127.0.0.1:50690_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 454014 INFO  (zkCallback-621-thread-1-processing-n:127.0.0.1:50692_solr) [n:127.0.0.1:50692_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 454014 INFO  (zkCallback-617-thread-1-processing-n:127.0.0.1:50691_solr) [n:127.0.0.1:50691_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 454054 INFO  (jetty-launcher-595-thread-1) [n:127.0.0.1:50692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50692.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 454083 INFO  (jetty-launcher-595-thread-3) [n:127.0.0.1:50691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50691.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 454087 INFO  (jetty-launcher-595-thread-2) [n:127.0.0.1:50690_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50690.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 454096 INFO  (jetty-launcher-595-thread-1) [n:127.0.0.1:50692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50692.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 454096 INFO  (jetty-launcher-595-thread-1) [n:127.0.0.1:50692_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50692.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 454100 INFO  (jetty-launcher-595-thread-1) [n:127.0.0.1:50692_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_9BCE24F751F83839-001/tempDir-001/node1/.
   [junit4]   2> 454119 INFO  (jetty-launcher-595-thread-3) [n:127.0.0.1:50691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50691.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 454120 INFO  (jetty-launcher-595-thread-3) [n:127.0.0.1:50691_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50691.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 454123 INFO  (jetty-launcher-595-thread-3) [n:127.0.0.1:50691_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_9BCE24F751F83839-001/tempDir-001/node3/.
   [junit4]   2> 454123 INFO  (jetty-launcher-595-thread-2) [n:127.0.0.1:50690_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50690.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 454124 INFO  (jetty-launcher-595-thread-2) [n:127.0.0.1:50690_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50690.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 454125 INFO  (jetty-launcher-595-thread-2) [n:127.0.0.1:50690_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_9BCE24F751F83839-001/tempDir-001/node2/.
   [junit4]   2> 454195 INFO  (zkConnectionManagerCallback-630-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 454198 INFO  (zkConnectionManagerCallback-634-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 454199 INFO  (SUITE-TestClusterStateProvider-seed#[9BCE24F751F83839]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 454201 INFO  (SUITE-TestClusterStateProvider-seed#[9BCE24F751F83839]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50688/solr ready
   [junit4]   2> 454210 INFO  (qtp1906797725-2429) [n:127.0.0.1:50690_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&replicationFactor=2&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 454220 INFO  (OverseerThreadFactory-1236-thread-1-processing-n:127.0.0.1:50690_solr) [n:127.0.0.1:50690_solr    ] o.a.s.c.CreateCollectionCmd Create collection .system
   [junit4]   2> 454330 INFO  (OverseerStateUpdate-99344941554532360-127.0.0.1:50690_solr-n_0000000000) [n:127.0.0.1:50690_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:50691/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 454334 INFO  (OverseerStateUpdate-99344941554532360-127.0.0.1:50690_solr-n_0000000000) [n:127.0.0.1:50690_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:50692/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 454337 INFO  (OverseerStateUpdate-99344941554532360-127.0.0.1:50690_solr-n_0000000000) [n:127.0.0.1:50690_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:50690/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 454550 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 454550 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 454550 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 454550 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 454554 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 454555 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 454670 INFO  (zkCallback-619-thread-1-processing-n:127.0.0.1:50690_solr) [n:127.0.0.1:50690_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 454670 INFO  (zkCallback-617-thread-1-processing-n:127.0.0.1:50691_solr) [n:127.0.0.1:50691_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 454670 INFO  (zkCallback-621-thread-1-processing-n:127.0.0.1:50692_solr) [n:127.0.0.1:50692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 454670 INFO  (zkCallback-619-thread-2-processing-n:127.0.0.1:50690_solr) [n:127.0.0.1:50690_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 454670 INFO  (zkCallback-621-thread-2-processing-n:127.0.0.1:50692_solr) [n:127.0.0.1:50692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 454671 INFO  (zkCallback-617-thread-2-processing-n:127.0.0.1:50691_solr) [n:127.0.0.1:50691_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 455576 WARN  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.Config You should not use LATEST as luceneMatchVersion property: if you use this setting, and then Solr upgrades to a newer release of Lucene, sizable changes may happen. If precise back compatibility is important then you should instead explicitly specify an actual Lucene version.
   [junit4]   2> 455577 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 455577 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 455578 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 455586 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 455586 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 455586 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 455591 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.IndexSchema [.system_shard1_replica_p4] Schema name=_system collection or core
   [junit4]   2> 455591 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 455596 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 455597 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 455598 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 455600 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 455608 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/.system/managed-schema
   [junit4]   2> 455608 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 455608 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 455613 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to /configs/.system/schema.xml.bak
   [junit4]   2> 455613 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using configuration from collection .system, trusted=true
   [junit4]   2> 455613 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50692.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 455613 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 455613 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_9BCE24F751F83839-001/tempDir-001/node1/.system_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_9BCE24F751F83839-001/tempDir-001/node1/./.system_shard1_replica_n2/data/]
   [junit4]   2> 455614 WARN  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.ManagedIndexSchemaFactory Error persisting managed schema resource managed-schema
   [junit4]   2> org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /configs/.system/schema.xml
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:243)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:242)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.zkUgradeToManagedSchema(ManagedIndexSchemaFactory.java:349)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.upgradeToManagedSchema(ManagedIndexSchemaFactory.java:268)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:186)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1087)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1039)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:954)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:426)
   [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:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 455619 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_p4' using configuration from collection .system, trusted=true
   [junit4]   2> 455619 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50690.solr.core..system.shard1.replica_p4' (registry 'solr.core..system.shard1.replica_p4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 455619 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 455619 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore [[.system_shard1_replica_p4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_9BCE24F751F83839-001/tempDir-001/node2/.system_shard1_replica_p4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_9BCE24F751F83839-001/tempDir-001/node2/./.system_shard1_replica_p4/data/]
   [junit4]   2> 455621 WARN  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory Error persisting managed schema resource managed-schema
   [junit4]   2> org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /configs/.system/schema.xml
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:243)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:242)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.zkUgradeToManagedSchema(ManagedIndexSchemaFactory.java:349)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.upgradeToManagedSchema(ManagedIndexSchemaFactory.java:268)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:186)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1087)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1039)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:954)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:426)
   [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:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 455622 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using configuration from collection .system, trusted=true
   [junit4]   2> 455622 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50691.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@43b67d72
   [junit4]   2> 455622 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 455622 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_9BCE24F751F83839-001/tempDir-001/node3/.system_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_9BCE24F751F83839-001/tempDir-001/node3/./.system_shard1_replica_n1/data/]
   [junit4]   2> 455698 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 455698 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 455699 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 455700 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 455712 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 455712 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 455716 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 455716 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 455724 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 455724 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 455744 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@206de6dc[.system_shard1_replica_n2] main]
   [junit4]   2> 455745 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.SolrIndexSearcher Opening [Searcher@3781d512[.system_shard1_replica_p4] main]
   [junit4]   2> 455746 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 455746 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 455747 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 455747 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 455749 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 455749 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 455750 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@28f2784c[.system_shard1_replica_n1] main]
   [junit4]   2> 455751 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 455751 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 455751 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 455752 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589519067073478656
   [junit4]   2> 455752 INFO  (searcherExecutor-1243-thread-1-processing-n:127.0.0.1:50692_solr x:.system_shard1_replica_n2 s:shard1 c:.system r:core_node5) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@206de6dc[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 455752 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 455753 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 455753 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 455755 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 455756 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.IndexSchema [.system_shard1_replica_p4] Schema name=_system collection or core
   [junit4]   2> 455759 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 455759 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 455762 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 455762 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 10 ms
   [junit4]   2> 455762 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 455763 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 8 ms
   [junit4]   2> 455765 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 455765 INFO  (searcherExecutor-1245-thread-1-processing-n:127.0.0.1:50691_solr x:.system_shard1_replica_n1 s:shard1 c:.system r:core_node3) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@28f2784c[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 455765 INFO  (qtp290253981-2435) [n:127.0.0.1:50691_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589519067087110144
   [junit4]   2> 455772 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 455773 INFO  (searcherExecutor-1244-thread-1-processing-n:127.0.0.1:50690_solr x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore [.system_shard1_replica_p4] Registered new searcher Searcher@3781d512[.system_shard1_replica_p4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 455774 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.ZkController .system_shard1_replica_p4 starting background replication from leader
   [junit4]   2> 455780 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 455790 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 455791 INFO  (qtp1906797725-2432) [n:127.0.0.1:50690_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 455870 INFO  (zkCallback-619-thread-3-processing-n:127.0.0.1:50690_solr) [n:127.0.0.1:50690_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 455870 INFO  (zkCallback-617-thread-2-processing-n:127.0.0.1:50691_solr) [n:127.0.0.1:50691_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 455870 INFO  (zkCallback-621-thread-2-processing-n:127.0.0.1:50692_solr) [n:127.0.0.1:50692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 455871 INFO  (zkCallback-621-thread-1-processing-n:127.0.0.1:50692_solr) [n:127.0.0.1:50692_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 455870 INFO  (zkCallback-617-thread-1-processing-n:127.0.0.1:50691_solr) [n:127.0.0.1:50691_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 455870 INFO  (zkCallback-619-thread-2-processing-n:127.0.0.1:50690_solr) [n:127.0.0.1:50690_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 456265 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 456265 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 456265 INFO  (qtp1437390159-2436) [n:127.0.0.1:50692_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o

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

st/temp/junit4-J0-20180113_233428_781362888062219501243.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/temp/junit4-J1-20180113_233428_782215964787435093648.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 1460 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-analysis-extras/test/temp/junit4-J1-20180113_233901_47016583142363686935153.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

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

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

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

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

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

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

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J0-20180113_234227_924144234328179186736.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 654 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20180113_234247_5093617891913810884163.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

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

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

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

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

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

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

Error Message:
Could not find collection:collection2

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




Build Log:
[...truncated 12876 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 2059258 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[5FCF99FE871EC427]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/init-core-data-001
   [junit4]   2> 2059258 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[5FCF99FE871EC427]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=88 numCloses=88
   [junit4]   2> 2059259 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[5FCF99FE871EC427]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2059261 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[5FCF99FE871EC427]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2059262 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[5FCF99FE871EC427]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2059263 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2059263 INFO  (Thread-3346) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2059263 INFO  (Thread-3346) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2059266 ERROR (Thread-3346) [    ] 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> 2059373 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.ZkTestServer start zk server on port:65484
   [junit4]   2> 2059395 INFO  (zkConnectionManagerCallback-5219-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2059399 INFO  (zkConnectionManagerCallback-5221-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2059407 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2059410 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2059412 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2059414 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2059416 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2059418 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2059420 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2059422 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2059423 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2059425 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2059427 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2059430 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2059699 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2059701 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e56d5c1{/,null,AVAILABLE}
   [junit4]   2> 2059702 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@597c7ccc{HTTP/1.1,[http/1.1]}{127.0.0.1:65487}
   [junit4]   2> 2059702 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.Server Started @2063758ms
   [junit4]   2> 2059702 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/tempDir-001/control/data, hostContext=/, hostPort=65487, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/control-001/cores}
   [junit4]   2> 2059702 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2059702 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2059702 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2059702 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2059702 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-16T02:57:30.845Z
   [junit4]   2> 2059704 INFO  (zkConnectionManagerCallback-5223-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2059705 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2059705 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/control-001/solr.xml
   [junit4]   2> 2059709 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2059710 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2059710 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2059713 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65484/solr
   [junit4]   2> 2059715 INFO  (zkConnectionManagerCallback-5227-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2059717 INFO  (zkConnectionManagerCallback-5229-thread-1-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2059856 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65487_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2059857 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65487_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65487_
   [junit4]   2> 2059858 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65487_    ] o.a.s.c.Overseer Overseer (id=99357258573938692-127.0.0.1:65487_-n_0000000000) starting
   [junit4]   2> 2059868 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65487_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65487_
   [junit4]   2> 2059870 INFO  (OverseerStateUpdate-99357258573938692-127.0.0.1:65487_-n_0000000000) [n:127.0.0.1:65487_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2059935 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65487_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2059943 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65487_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2059944 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65487_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2059945 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65487_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/control-001/cores
   [junit4]   2> 2059971 INFO  (zkConnectionManagerCallback-5235-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2059972 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2059974 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65484/solr ready
   [junit4]   2> 2059976 INFO  (qtp92634993-19569) [n:127.0.0.1:65487_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:65487_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2059979 INFO  (OverseerThreadFactory-7464-thread-1-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2060090 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2060091 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2060206 INFO  (zkCallback-5228-thread-1-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2061114 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2061133 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2061186 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2061206 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 2061207 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2061207 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2061207 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2061209 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=48.6142578125, floorSegmentMB=0.44921875, forceMergeDeletesPctAllowed=12.059525875173682, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4598697490875375
   [junit4]   2> 2061211 WARN  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2061253 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2061253 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2061254 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2061254 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2061254 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=48.9775390625, floorSegmentMB=0.234375, forceMergeDeletesPctAllowed=9.512652682163388, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8175206040097754
   [junit4]   2> 2061255 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a4dc70[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2061256 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2061257 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2061257 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2061257 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589716139271782400
   [junit4]   2> 2061258 INFO  (searcherExecutor-7467-thread-1-processing-n:127.0.0.1:65487_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@6a4dc70[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2061263 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2061263 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2061263 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65487/control_collection_shard1_replica_n1/
   [junit4]   2> 2061263 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2061263 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:65487/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2061263 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2061269 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65487/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2061380 INFO  (zkCallback-5228-thread-2-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2061432 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2061433 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1343
   [junit4]   2> 2061442 INFO  (qtp92634993-19569) [n:127.0.0.1:65487_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2061537 INFO  (zkCallback-5228-thread-2-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2061992 INFO  (OverseerCollectionConfigSetProcessor-99357258573938692-127.0.0.1:65487_-n_0000000000) [n:127.0.0.1:65487_    ] 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> 2062447 INFO  (qtp92634993-19569) [n:127.0.0.1:65487_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:65487_&wt=javabin&version=2} status=0 QTime=2471
   [junit4]   2> 2062454 INFO  (zkConnectionManagerCallback-5239-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2062455 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2062457 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65484/solr ready
   [junit4]   2> 2062457 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2062458 INFO  (qtp92634993-19574) [n:127.0.0.1:65487_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2062462 INFO  (OverseerThreadFactory-7464-thread-2-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2062464 WARN  (OverseerThreadFactory-7464-thread-2-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2062674 INFO  (qtp92634993-19574) [n:127.0.0.1:65487_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2062675 INFO  (qtp92634993-19574) [n:127.0.0.1:65487_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=216
   [junit4]   2> 2062969 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-1-001 of type NRT
   [junit4]   2> 2062969 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2062970 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6fcacc0d{/,null,AVAILABLE}
   [junit4]   2> 2062971 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@227f2ade{HTTP/1.1,[http/1.1]}{127.0.0.1:65502}
   [junit4]   2> 2062971 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.Server Started @2067027ms
   [junit4]   2> 2062971 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=65502, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-1-001/cores}
   [junit4]   2> 2062971 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2062971 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2062972 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2062972 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2062972 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-16T02:57:34.115Z
   [junit4]   2> 2062973 INFO  (zkConnectionManagerCallback-5241-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2062975 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2062975 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-1-001/solr.xml
   [junit4]   2> 2062980 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2062980 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2062980 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2062983 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65484/solr
   [junit4]   2> 2062985 INFO  (zkConnectionManagerCallback-5245-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2062988 INFO  (zkConnectionManagerCallback-5247-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2062998 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2063002 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65502_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2063005 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65502_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65502_
   [junit4]   2> 2063006 INFO  (zkCallback-5228-thread-2-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2063007 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2063007 INFO  (zkCallback-5238-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2063084 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65502_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2063093 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65502_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2063093 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65502_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2063094 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65502_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-1-001/cores
   [junit4]   2> 2063121 INFO  (qtp92634993-19567) [n:127.0.0.1:65487_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:65502_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2063125 INFO  (OverseerCollectionConfigSetProcessor-99357258573938692-127.0.0.1:65487_-n_0000000000) [n:127.0.0.1:65487_    ] 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> 2063126 INFO  (OverseerThreadFactory-7464-thread-3-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:65502_ for creating new replica
   [junit4]   2> 2063130 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2063131 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2063237 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2064149 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2064173 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 2064233 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2064254 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 2064254 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2064255 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2064255 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 2064256 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=48.6142578125, floorSegmentMB=0.44921875, forceMergeDeletesPctAllowed=12.059525875173682, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4598697490875375
   [junit4]   2> 2064258 WARN  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2064301 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2064301 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2064303 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2064303 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2064304 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=48.9775390625, floorSegmentMB=0.234375, forceMergeDeletesPctAllowed=9.512652682163388, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8175206040097754
   [junit4]   2> 2064304 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@72f04efd[collection1_shard2_replica_n61] main]
   [junit4]   2> 2064305 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2064306 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2064306 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2064306 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589716142468890624
   [junit4]   2> 2064307 INFO  (searcherExecutor-7478-thread-1-processing-n:127.0.0.1:65502_ x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@72f04efd[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2064312 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2064312 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2064313 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65502/collection1_shard2_replica_n61/
   [junit4]   2> 2064313 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2064313 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:65502/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 2064313 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2064318 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65502/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 2064422 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2064431 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2064433 INFO  (qtp962787781-19617) [n:127.0.0.1:65502_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1302
   [junit4]   2> 2064436 INFO  (qtp92634993-19567) [n:127.0.0.1:65487_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:65502_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1314
   [junit4]   2> 2064534 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2064704 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-2-001 of type NRT
   [junit4]   2> 2064705 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2064706 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f6cec49{/,null,AVAILABLE}
   [junit4]   2> 2064706 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c186df4{HTTP/1.1,[http/1.1]}{127.0.0.1:65507}
   [junit4]   2> 2064706 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.Server Started @2068763ms
   [junit4]   2> 2064706 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=65507, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-2-001/cores}
   [junit4]   2> 2064707 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2064707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2064707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2064707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2064707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-16T02:57:35.850Z
   [junit4]   2> 2064709 INFO  (zkConnectionManagerCallback-5251-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064710 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2064710 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-2-001/solr.xml
   [junit4]   2> 2064715 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2064715 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2064715 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2064719 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65484/solr
   [junit4]   2> 2064720 INFO  (zkConnectionManagerCallback-5255-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064723 INFO  (zkConnectionManagerCallback-5257-thread-1-processing-n:127.0.0.1:65507_) [n:127.0.0.1:65507_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2064733 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65507_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2064736 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65507_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2064739 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65507_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65507_
   [junit4]   2> 2064741 INFO  (zkCallback-5238-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2064741 INFO  (zkCallback-5228-thread-2-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2064741 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2064741 INFO  (zkCallback-5256-thread-1-processing-n:127.0.0.1:65507_) [n:127.0.0.1:65507_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2064813 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65507_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2064821 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65507_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2064822 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65507_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2064823 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65507_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-2-001/cores
   [junit4]   2> 2064856 INFO  (qtp92634993-19570) [n:127.0.0.1:65487_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:65507_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2064859 INFO  (OverseerCollectionConfigSetProcessor-99357258573938692-127.0.0.1:65487_-n_0000000000) [n:127.0.0.1:65487_    ] 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> 2064860 INFO  (OverseerThreadFactory-7464-thread-4-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:65507_ for creating new replica
   [junit4]   2> 2064864 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2064865 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2064981 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2064981 INFO  (zkCallback-5256-thread-1-processing-n:127.0.0.1:65507_) [n:127.0.0.1:65507_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2065889 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2065915 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 2065981 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2066003 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63' using configuration from collection collection1, trusted=true
   [junit4]   2> 2066003 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n63' (registry 'solr.core.collection1.shard3.replica_n63') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2066003 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2066003 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 2066005 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=48.6142578125, floorSegmentMB=0.44921875, forceMergeDeletesPctAllowed=12.059525875173682, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4598697490875375
   [junit4]   2> 2066007 WARN  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2066054 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2066054 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2066055 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2066055 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2066056 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=48.9775390625, floorSegmentMB=0.234375, forceMergeDeletesPctAllowed=9.512652682163388, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8175206040097754
   [junit4]   2> 2066056 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@386039f6[collection1_shard3_replica_n63] main]
   [junit4]   2> 2066057 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2066058 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2066058 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2066058 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589716144305995776
   [junit4]   2> 2066059 INFO  (searcherExecutor-7489-thread-1-processing-n:127.0.0.1:65507_ x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@386039f6[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2066064 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2066064 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2066064 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65507/collection1_shard3_replica_n63/
   [junit4]   2> 2066065 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2066065 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:65507/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 2066065 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2066069 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65507/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 2066172 INFO  (zkCallback-5256-thread-1-processing-n:127.0.0.1:65507_) [n:127.0.0.1:65507_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2066172 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2066187 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2066189 INFO  (qtp2079438969-19649) [n:127.0.0.1:65507_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1324
   [junit4]   2> 2066192 INFO  (qtp92634993-19570) [n:127.0.0.1:65487_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:65507_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1336
   [junit4]   2> 2066291 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2066291 INFO  (zkCallback-5256-thread-1-processing-n:127.0.0.1:65507_) [n:127.0.0.1:65507_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2066447 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-3-001 of type NRT
   [junit4]   2> 2066447 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2066449 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@228f4594{/,null,AVAILABLE}
   [junit4]   2> 2066449 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@69f01fe4{HTTP/1.1,[http/1.1]}{127.0.0.1:65512}
   [junit4]   2> 2066449 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.Server Started @2070505ms
   [junit4]   2> 2066450 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=65512, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-3-001/cores}
   [junit4]   2> 2066450 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2066450 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2066450 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2066450 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2066450 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-16T02:57:37.593Z
   [junit4]   2> 2066452 INFO  (zkConnectionManagerCallback-5261-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2066453 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2066453 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-3-001/solr.xml
   [junit4]   2> 2066457 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2066457 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2066458 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2066461 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65484/solr
   [junit4]   2> 2066463 INFO  (zkConnectionManagerCallback-5265-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2066465 INFO  (zkConnectionManagerCallback-5267-thread-1-processing-n:127.0.0.1:65512_) [n:127.0.0.1:65512_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2066476 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65512_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2066479 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65512_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2066482 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65512_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65512_
   [junit4]   2> 2066484 INFO  (zkCallback-5238-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2066484 INFO  (zkCallback-5256-thread-1-processing-n:127.0.0.1:65507_) [n:127.0.0.1:65507_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2066484 INFO  (zkCallback-5228-thread-2-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2066484 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2066484 INFO  (zkCallback-5266-thread-1-processing-n:127.0.0.1:65512_) [n:127.0.0.1:65512_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2066538 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65512_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2066546 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65512_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2066546 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65512_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2066547 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65512_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-3-001/cores
   [junit4]   2> 2066588 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:65512_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2066591 INFO  (OverseerCollectionConfigSetProcessor-99357258573938692-127.0.0.1:65487_-n_0000000000) [n:127.0.0.1:65487_    ] 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> 2066592 INFO  (OverseerThreadFactory-7464-thread-5-processing-n:127.0.0.1:65487_) [n:127.0.0.1:65487_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:65512_ for creating new replica
   [junit4]   2> 2066598 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2066598 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2066711 INFO  (zkCallback-5266-thread-1-processing-n:127.0.0.1:65512_) [n:127.0.0.1:65512_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2066711 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2066711 INFO  (zkCallback-5256-thread-1-processing-n:127.0.0.1:65507_) [n:127.0.0.1:65507_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2067621 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2067645 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 2067702 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2067722 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65' using configuration from collection collection1, trusted=true
   [junit4]   2> 2067722 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n65' (registry 'solr.core.collection1.shard1.replica_n65') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e
   [junit4]   2> 2067722 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2067722 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 2067724 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=48.6142578125, floorSegmentMB=0.44921875, forceMergeDeletesPctAllowed=12.059525875173682, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4598697490875375
   [junit4]   2> 2067726 WARN  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2067768 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2067768 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2067769 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2067769 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2067770 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=48.9775390625, floorSegmentMB=0.234375, forceMergeDeletesPctAllowed=9.512652682163388, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8175206040097754
   [junit4]   2> 2067770 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c49f146[collection1_shard1_replica_n65] main]
   [junit4]   2> 2067771 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2067772 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2067772 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2067772 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589716146103255040
   [junit4]   2> 2067773 INFO  (searcherExecutor-7500-thread-1-processing-n:127.0.0.1:65512_ x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher Searcher@5c49f146[collection1_shard1_replica_n65] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2067778 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2067778 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2067778 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65512/collection1_shard1_replica_n65/
   [junit4]   2> 2067778 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2067778 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy http://127.0.0.1:65512/collection1_shard1_replica_n65/ has no replicas
   [junit4]   2> 2067778 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2067783 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65512/collection1_shard1_replica_n65/ shard1
   [junit4]   2> 2067891 INFO  (zkCallback-5266-thread-1-processing-n:127.0.0.1:65512_) [n:127.0.0.1:65512_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2067891 INFO  (zkCallback-5256-thread-1-processing-n:127.0.0.1:65507_) [n:127.0.0.1:65507_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2067891 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2067942 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2067944 INFO  (qtp1509247103-19680) [n:127.0.0.1:65512_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1346
   [junit4]   2> 2067947 INFO  (qtp92634993-19571) [n:127.0.0.1:65487_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:65512_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1359
   [junit4]   2> 2068048 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:65502_) [n:127.0.0.1:65502_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2068048 INFO  (zkCallback-5266-thread-1-processing-n:127.0.0.1:65512_) [n:127.0.0.1:65512_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2068048 INFO  (zkCallback-5256-thread-1-processing-n:127.0.0.1:65507_) [n:127.0.0.1:65507_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2068223 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-4-001 of type NRT
   [junit4]   2> 2068223 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2068224 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4eba4d21{/,null,AVAILABLE}
   [junit4]   2> 2068225 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7558c3be{HTTP/1.1,[http/1.1]}{127.0.0.1:65517}
   [junit4]   2> 2068225 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.Server Started @2072281ms
   [junit4]   2> 2068225 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=65517, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-4-001/cores}
   [junit4]   2> 2068225 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2068226 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2068226 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2068226 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2068226 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-16T02:57:39.369Z
   [junit4]   2> 2068228 INFO  (zkConnectionManagerCallback-5271-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2068229 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2068229 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001/shard-4-001/solr.xml
   [junit4]   2> 2068234 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2068234 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2068235 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@53862e8e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2068238 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65484/solr
   [junit4]   2> 2068239 INFO  (zkConnectionManagerCallback-5275-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2068242 INFO  (zkConnectionManagerCallback-5277-thread-1-processing-n:127.0.0.1:65517_) [n:127.0.0.1:65517_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2068252 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [n:127.0.0.1:65517_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2068256 INFO  (TEST-FullSolrCloudDistrib

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

va:748)
   [junit4]   2> 2121646 WARN  (OverseerAutoScalingTriggerThread-99357258573938709-127.0.0.1:65523_-n_0000000005) [n:127.0.0.1:65523_    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed, exiting.
   [junit4]   2> 2121647 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@d33f1db{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2121648 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5633d4a7{/,null,UNAVAILABLE}
   [junit4]   2> 2121648 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 65530
   [junit4]   2> 2121649 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] 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> 2121649 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[5FCF99FE871EC427]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:65484 65484
   [junit4]   2> 2121664 INFO  (Thread-3346) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:65484 65484
   [junit4]   2> 2122653 WARN  (Thread-3346) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	11	/solr/configs/conf1
   [junit4]   2> 	7	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/clusterprops.json
   [junit4]   2> 	15	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/collection1/state.json
   [junit4]   2> 	5	/solr/collections/collection2/state.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/collections/collection2/leader_elect/shard1/election/99357258573938692-core_node5-n_0000000000
   [junit4]   2> 	2	/solr/collections/collection2/leader_elect/shard6/election/99357258573938709-core_node38-n_0000000000
   [junit4]   2> 	2	/solr/collections/collection2/leader_elect/shard2/election/99357258573938706-core_node12-n_0000000000
   [junit4]   2> 	2	/solr/collections/collection2/leader_elect/shard4/election/99357258573938692-core_node28-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/99357258573938700-127.0.0.1:65507_-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/live_nodes
   [junit4]   2> 	15	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.method=test -Dtests.seed=5FCF99FE871EC427 -Dtests.slow=true -Dtests.locale=he -Dtests.timezone=America/Anchorage -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 63.4s J0 | FullSolrCloudDistribCmdsTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find collection:collection2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5FCF99FE871EC427:D79BA62429E2A9DF]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:913)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_5FCF99FE871EC427-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@517c0043), locale=he, timezone=America/Anchorage
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=61066080,total=432832512
   [junit4]   2> NOTE: All tests run in this JVM: [SpellCheckComponentTest, TestApiFramework, MoveReplicaHDFSTest, RecoveryZkTest, DistributedSpellCheckComponentTest, TestOmitPositions, SolrTestCaseJ4Test, TestRangeQuery, AnalysisErrorHandlingTest, TestSearcherReuse, CurrencyRangeFacetCloudTest, TestPushWriter, TestConfigsApi, TestShortCircuitedRequests, TestQueryWrapperFilter, DisMaxRequestHandlerTest, TestIntervalFaceting, TestSolrConfigHandlerConcurrent, TestConfigOverlay, MetricUtilsTest, ZkStateWriterTest, SolrJmxReporterCloudTest, TestIndexingPerformance, WordBreakSolrSpellCheckerTest, AssignBackwardCompatibilityTest, ComputePlanActionTest, TestTrieFacet, FastVectorHighlighterTest, CdcrReplicationHandlerTest, UninvertDocValuesMergePolicyTest, ReturnFieldsTest, TestInfoStreamLogging, TestIBSimilarityFactory, ResponseLogComponentTest, TestUnifiedSolrHighlighter, TestAddFieldRealTimeGet, OverseerTest, NoCacheHeaderTest, JvmMetricsTest, DistributedFacetPivotLargeTest, TestMissingGroups, AutoscalingHistoryHandlerTest, CdcrBootstrapTest, ChaosMonkeySafeLeaderWithPullReplicasTest, HdfsWriteToMultipleCollectionsTest, TestLockTree, MinimalSchemaTest, TriLevelCompositeIdRoutingTest, TestSolrQueryResponse, RequestHandlersTest, FullHLLTest, TestLeaderInitiatedRecoveryThread, TestWriterPerf, IgnoreCommitOptimizeUpdateProcessorFactoryTest, HLLUtilTest, TestLeaderElectionWithEmptyReplica, BaseCdcrDistributedZkTest, NumberUtilsTest, PreAnalyzedUpdateProcessorTest, HighlighterConfigTest, TestSolrDeletionPolicy2, CloneFieldUpdateProcessorFactoryTest, DocValuesMissingTest, TestManagedSchema, TestNRTOpen, AsyncCallRequestStatusResponseTest, TestRandomDVFaceting, DistribCursorPagingTest, TestSweetSpotSimilarityFactory, TestFieldCacheReopen, TestFileDictionaryLookup, ForceLeaderTest, TestBulkSchemaAPI, TestPseudoReturnFields, RequestLoggingTest, TestStressRecovery, DistributedQueryElevationComponentTest, TestReplicationHandlerBackup, TestSolrCloudWithKerberosAlt, TestJmxIntegration, TestDynamicFieldCollectionResource, DirectUpdateHandlerOptimizeTest, TestPivotHelperCode, TestHighFrequencyDictionaryFactory, BadIndexSchemaTest, TestShardHandlerFactory, TestFilteredDocIdSet, TestExportWriter, BinaryUpdateRequestHandlerTest, TestConfigSetProperties, UniqFieldsUpdateProcessorFactoryTest, TestRestoreCore, NotRequiredUniqueKeyTest, TestFieldTypeCollectionResource, TestDistributedSearch, SolrCoreMetricManagerTest, DistributedFacetPivotSmallAdvancedTest, TestPayloadCheckQParserPlugin, SolrCmdDistributorTest, TestSolrCoreProperties, SegmentsInfoRequestHandlerTest, SliceStateTest, TestSSLRandomization, TestPhraseSuggestions, TestBinaryResponseWriter, TestRebalanceLeaders, TestInPlaceUpdatesDistrib, SolrGangliaReporterTest, TestFiltering, SpatialRPTFieldTypeTest, TestFieldCacheSortRandom, SystemLogListenerTest, SignatureUpdateProcessorFactoryTest, TestTolerantSearch, TestExceedMaxTermLength, TestSubQueryTransformer, TestManagedStopFilterFactory, TestSchemaNameResource, ZkCLITest, TestSolrCloudSnapshots, DistribJoinFromCollectionTest, TestCSVResponseWriter, TestXmlQParserPlugin, LargeFieldTest, CoreSorterTest, SolrRequestParserTest, BlobRepositoryCloudTest, AtomicUpdatesTest, TestStressLiveNodes, ReplaceNodeTest, DirectSolrConnectionTest, TestMacroExpander, TestRuleBasedAuthorizationPlugin, UUIDUpdateProcessorFallbackTest, ConfigSetsAPITest, TestCloudRecovery, PrimUtilsTest, TestCloudInspectUtil, DataDrivenBlockJoinTest, ConvertedLegacyTest, TestLFUCache, DistributedFacetPivotWhiteBoxTest, FacetPivotSmallTest, DirectUpdateHandlerTest, TestSolr4Spatial, TestCollationFieldDocValues, TestSortByMinMaxFunction, TestJsonRequest, SuggesterTest, TestDefaultStatsCache, FieldAnalysisRequestHandlerTest, ChaosMonkeyNothingIsSafeTest, TestExpandComponent, SyncSliceTest, TestRecovery, TestSchemaSimilarityResource, CSVRequestHandlerTest, TestQuerySenderListener, SchemaApiFailureTest, DistributedTermsComponentTest, DefaultValueUpdateProcessorTest, ManagedSchemaRoundRobinCloudTest, TestFieldCollectionResource, ShowFileRequestHandlerTest, CoreAdminRequestStatusTest, SortByFunctionTest, HttpSolrCallGetCoreTest, IndexSchemaTest, TestNumericTerms32, TriggerIntegrationTest, TestUtilizeNode, TestHighlightDedupGrouping, TestDFRSimilarityFactory, TestLegacyTerms, TestSkipOverseerOperations, MissingSegmentRecoveryTest, CursorPagingTest, BlockJoinFacetDistribTest, SuggesterWFSTTest, XsltUpdateRequestHandlerTest, ConnectionReuseTest, ExitableDirectoryReaderTest, TestObjectReleaseTracker, SolrInfoBeanTest, DeleteInactiveReplicaTest, MultiTermTest, HdfsTlogReplayBufferedWhileIndexingTest, TestBlobHandler, JSONWriterTest, JavabinLoaderTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, LeaderElectionIntegrationTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed [394/768 (1!)] on J0 in 63.41s, 1 test, 1 failure <<< FAILURES!

[...truncated 49363 lines...]

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

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

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

Error Message:
Could not find collection:collection2

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


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig

Error Message:
expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   "cluster-preferences":[{"maximize":"freedisk"}],   "triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       "event":"nodeLost",       "waitFor":30,       "actions":[         {           "name":"auto_add_replicas_plan",           "class":"solr.AutoAddReplicasPlanAction"},         {           "name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       "enabled":true}},   "listeners":{".auto_add_replicas.system":{       "trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         "STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         "BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       "beforeAction":[]}},   "properties":{}}> but was: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   "cluster-preferences":[{"maximize":"freedisk"}],   "triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       "event":"nodeLost",       "waitFor":30,       "actions":[         {           "name":"auto_add_replicas_plan",           "class":"solr.AutoAddReplicasPlanAction"},         {           "name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       "enabled":true}},   "listeners":{".auto_add_replicas.system":{       "trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         "STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         "BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       "beforeAction":[]}},   "properties":{}}>

Stack Trace:
java.lang.AssertionError: expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}> but was: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}>
	at __randomizedtesting.SeedInfo.seed([CBC0D2121F158A56:F448D1BA08437AB1]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig(TestClusterStateProvider.java:214)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11819 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/init-core-data-001
   [junit4]   2> 415350 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[CBC0D2121F158A56]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 415351 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[CBC0D2121F158A56]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 415351 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[CBC0D2121F158A56]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776") w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 415351 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[CBC0D2121F158A56]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 415351 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[CBC0D2121F158A56]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 415352 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 415353 INFO  (Thread-637) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 415353 INFO  (Thread-637) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 415355 ERROR (Thread-637) [    ] 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> 415457 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.ZkTestServer start zk server on port:61384
   [junit4]   2> 415637 INFO  (zkConnectionManagerCallback-2643-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415646 INFO  (zkConnectionManagerCallback-2645-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415657 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 415661 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 415665 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 415668 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 415669 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 415676 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 415678 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 415681 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 415683 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 415685 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 415687 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 415690 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 416415 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 416419 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d3fbac2{/,null,AVAILABLE}
   [junit4]   2> 416425 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@34e8d17a{HTTP/1.1,[http/1.1]}{127.0.0.1:61392}
   [junit4]   2> 416425 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.Server Started @418690ms
   [junit4]   2> 416425 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/tempDir-001/control/data, hostPort=61392, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/control-001/cores}
   [junit4]   2> 416425 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 416425 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 416425 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 416425 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 416425 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-15T13:25:28.318589Z
   [junit4]   2> 416430 INFO  (zkConnectionManagerCallback-2647-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 416431 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 416431 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/control-001/solr.xml
   [junit4]   2> 416434 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 416434 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 416434 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 416437 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61384/solr
   [junit4]   2> 416439 INFO  (zkConnectionManagerCallback-2651-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 416444 INFO  (zkConnectionManagerCallback-2653-thread-1-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 416635 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61392_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 416636 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61392_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61392_
   [junit4]   2> 416639 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61392_    ] o.a.s.c.Overseer Overseer (id=99354065452924932-127.0.0.1:61392_-n_0000000000) starting
   [junit4]   2> 416673 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61392_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61392_
   [junit4]   2> 416677 INFO  (zkCallback-2652-thread-1-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 416746 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61392_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 416759 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61392_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 416759 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61392_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 416761 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61392_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/control-001/cores
   [junit4]   2> 416780 INFO  (zkConnectionManagerCallback-2659-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 416783 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 416785 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61384/solr ready
   [junit4]   2> 416820 INFO  (qtp495366098-5226) [n:127.0.0.1:61392_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:61392_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 416823 INFO  (OverseerThreadFactory-1363-thread-1-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 416936 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 416936 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 417062 INFO  (zkCallback-2652-thread-1-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 417973 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 417984 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 418047 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 418094 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 418094 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 418095 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 418095 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 418097 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@22142b44
   [junit4]   2> 418100 WARN  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 418225 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 418225 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 418227 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 418227 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 418227 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=78.7255859375, floorSegmentMB=1.935546875, forceMergeDeletesPctAllowed=12.79642065080871, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 418228 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@46cd377f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 418229 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 418230 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 418231 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 418232 INFO  (searcherExecutor-1366-thread-1-processing-n:127.0.0.1:61392_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@46cd377f[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 418232 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589665050263552000
   [junit4]   2> 418246 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 418246 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 418246 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61392/control_collection_shard1_replica_n1/
   [junit4]   2> 418246 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 418246 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:61392/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 418246 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 418258 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61392/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 418361 INFO  (zkCallback-2652-thread-1-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 418374 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 418398 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1461
   [junit4]   2> 418403 INFO  (qtp495366098-5226) [n:127.0.0.1:61392_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 418481 INFO  (zkCallback-2652-thread-1-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 418836 INFO  (OverseerCollectionConfigSetProcessor-99354065452924932-127.0.0.1:61392_-n_0000000000) [n:127.0.0.1:61392_    ] 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> 419413 INFO  (qtp495366098-5226) [n:127.0.0.1:61392_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:61392_&wt=javabin&version=2} status=0 QTime=2593
   [junit4]   2> 419418 INFO  (zkConnectionManagerCallback-2663-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 419419 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 419426 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61384/solr ready
   [junit4]   2> 419426 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 419427 INFO  (qtp495366098-5231) [n:127.0.0.1:61392_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 419430 INFO  (OverseerThreadFactory-1363-thread-2-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 419432 WARN  (OverseerThreadFactory-1363-thread-2-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 419652 INFO  (qtp495366098-5231) [n:127.0.0.1:61392_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 419652 INFO  (qtp495366098-5231) [n:127.0.0.1:61392_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=224
   [junit4]   2> 420057 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-1-001 of type NRT
   [junit4]   2> 420057 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 420059 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c18aadd{/,null,AVAILABLE}
   [junit4]   2> 420059 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f462776{HTTP/1.1,[http/1.1]}{127.0.0.1:61401}
   [junit4]   2> 420059 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.Server Started @422325ms
   [junit4]   2> 420059 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/tempDir-001/jetty1, hostPort=61401, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 420060 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 420062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 420062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 420062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 420062 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-15T13:25:31.955523Z
   [junit4]   2> 420064 INFO  (zkConnectionManagerCallback-2665-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 420066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 420066 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-1-001/solr.xml
   [junit4]   2> 420068 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 420068 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 420069 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 420072 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61384/solr
   [junit4]   2> 420073 INFO  (zkConnectionManagerCallback-2669-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 420077 INFO  (zkConnectionManagerCallback-2671-thread-1-processing-n:127.0.0.1:61401_) [n:127.0.0.1:61401_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 420087 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61401_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 420090 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61401_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 420094 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61401_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61401_
   [junit4]   2> 420097 INFO  (zkCallback-2662-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 420097 INFO  (zkCallback-2652-thread-2-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 420097 INFO  (zkCallback-2670-thread-1-processing-n:127.0.0.1:61401_) [n:127.0.0.1:61401_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 420182 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61401_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 420193 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61401_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 420193 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61401_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 420195 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61401_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-1-001/cores
   [junit4]   2> 420225 INFO  (qtp495366098-5224) [n:127.0.0.1:61392_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:61401_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 420229 INFO  (OverseerCollectionConfigSetProcessor-99354065452924932-127.0.0.1:61392_-n_0000000000) [n:127.0.0.1:61392_    ] 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> 420229 INFO  (OverseerThreadFactory-1363-thread-3-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:61401_ for creating new replica
   [junit4]   2> 420235 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 420235 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 421258 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 421274 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 421377 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 421415 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 421415 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 421415 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 421415 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 421418 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@3affc1e2
   [junit4]   2> 421422 WARN  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 421482 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 421482 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 421483 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 421484 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 421485 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=78.7255859375, floorSegmentMB=1.935546875, forceMergeDeletesPctAllowed=12.79642065080871, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 421486 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@60f34391[collection1_shard2_replica_n61] main]
   [junit4]   2> 421490 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 421490 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 421491 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 421491 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589665053680861184
   [junit4]   2> 421494 INFO  (searcherExecutor-1377-thread-1-processing-n:127.0.0.1:61401_ x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@60f34391[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 421498 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 421498 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 421498 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61401/collection1_shard2_replica_n61/
   [junit4]   2> 421498 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 421498 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:61401/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 421498 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 421503 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61401/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 421676 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 421679 INFO  (qtp1498104260-5275) [n:127.0.0.1:61401_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1444
   [junit4]   2> 421683 INFO  (qtp495366098-5224) [n:127.0.0.1:61392_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:61401_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1458
   [junit4]   2> 421963 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-2-001 of type NRT
   [junit4]   2> 421963 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 421964 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@402abe4a{/,null,AVAILABLE}
   [junit4]   2> 421965 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5b919bcd{HTTP/1.1,[http/1.1]}{127.0.0.1:61410}
   [junit4]   2> 421965 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.Server Started @424230ms
   [junit4]   2> 421965 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/tempDir-001/jetty2, hostPort=61410, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-2-001/cores}
   [junit4]   2> 421965 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 421966 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 421966 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 421966 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 421966 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-15T13:25:33.859152Z
   [junit4]   2> 421968 INFO  (zkConnectionManagerCallback-2675-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421969 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 421969 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-2-001/solr.xml
   [junit4]   2> 421992 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 421992 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 421992 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 421995 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61384/solr
   [junit4]   2> 421997 INFO  (zkConnectionManagerCallback-2679-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 422000 INFO  (zkConnectionManagerCallback-2681-thread-1-processing-n:127.0.0.1:61410_) [n:127.0.0.1:61410_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 422011 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61410_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 422015 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61410_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 422018 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61410_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61410_
   [junit4]   2> 422020 INFO  (zkCallback-2652-thread-1-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 422021 INFO  (zkCallback-2662-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 422021 INFO  (zkCallback-2670-thread-1-processing-n:127.0.0.1:61401_) [n:127.0.0.1:61401_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 422021 INFO  (zkCallback-2680-thread-1-processing-n:127.0.0.1:61410_) [n:127.0.0.1:61410_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 422059 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61410_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 422069 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61410_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 422069 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61410_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 422071 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61410_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-2-001/cores
   [junit4]   2> 422104 INFO  (qtp495366098-5228) [n:127.0.0.1:61392_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:61410_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 422107 INFO  (OverseerCollectionConfigSetProcessor-99354065452924932-127.0.0.1:61392_-n_0000000000) [n:127.0.0.1:61392_    ] 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> 422107 INFO  (OverseerThreadFactory-1363-thread-4-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:61410_ for creating new replica
   [junit4]   2> 422114 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 422114 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 423140 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 423169 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 423250 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 423286 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63' using configuration from collection collection1, trusted=true
   [junit4]   2> 423287 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n63' (registry 'solr.core.collection1.shard3.replica_n63') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 423287 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 423287 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 423290 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@1054cec1
   [junit4]   2> 423293 WARN  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 423344 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 423344 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 423345 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 423346 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 423347 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=78.7255859375, floorSegmentMB=1.935546875, forceMergeDeletesPctAllowed=12.79642065080871, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 423347 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@36710f16[collection1_shard3_replica_n63] main]
   [junit4]   2> 423349 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 423349 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 423349 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 423349 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589665055629115392
   [junit4]   2> 423355 INFO  (searcherExecutor-1388-thread-1-processing-n:127.0.0.1:61410_ x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@36710f16[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 423359 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 423359 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 423359 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61410/collection1_shard3_replica_n63/
   [junit4]   2> 423359 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 423359 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:61410/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 423359 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 423364 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61410/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 423485 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 423488 INFO  (qtp467058492-5306) [n:127.0.0.1:61410_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1373
   [junit4]   2> 423491 INFO  (qtp495366098-5228) [n:127.0.0.1:61392_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:61410_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1387
   [junit4]   2> 423796 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-3-001 of type NRT
   [junit4]   2> 423798 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 423800 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25999096{/,null,AVAILABLE}
   [junit4]   2> 423801 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@33b726de{HTTP/1.1,[http/1.1]}{127.0.0.1:61415}
   [junit4]   2> 423801 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.Server Started @426066ms
   [junit4]   2> 423801 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/tempDir-001/jetty3, hostPort=61415, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 423802 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 423802 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 423802 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 423802 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 423802 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-15T13:25:35.695785Z
   [junit4]   2> 423804 INFO  (zkConnectionManagerCallback-2685-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 423806 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 423806 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-3-001/solr.xml
   [junit4]   2> 423809 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 423809 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 423810 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 423812 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61384/solr
   [junit4]   2> 423814 INFO  (zkConnectionManagerCallback-2689-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 423817 INFO  (zkConnectionManagerCallback-2691-thread-1-processing-n:127.0.0.1:61415_) [n:127.0.0.1:61415_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 423828 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61415_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 423832 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61415_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 423835 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61415_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61415_
   [junit4]   2> 423839 INFO  (zkCallback-2680-thread-1-processing-n:127.0.0.1:61410_) [n:127.0.0.1:61410_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 423839 INFO  (zkCallback-2662-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 423839 INFO  (zkCallback-2652-thread-2-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 423839 INFO  (zkCallback-2670-thread-1-processing-n:127.0.0.1:61401_) [n:127.0.0.1:61401_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 423840 INFO  (zkCallback-2690-thread-1-processing-n:127.0.0.1:61415_) [n:127.0.0.1:61415_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 423877 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61415_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 423891 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61415_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 423891 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61415_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 423893 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [n:127.0.0.1:61415_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-3-001/cores
   [junit4]   2> 423929 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:61415_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 423933 INFO  (OverseerCollectionConfigSetProcessor-99354065452924932-127.0.0.1:61392_-n_0000000000) [n:127.0.0.1:61392_    ] 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> 423934 INFO  (OverseerThreadFactory-1363-thread-5-processing-n:127.0.0.1:61392_) [n:127.0.0.1:61392_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:61415_ for creating new replica
   [junit4]   2> 423941 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 423942 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 424967 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 424986 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 425067 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 425091 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65' using configuration from collection collection1, trusted=true
   [junit4]   2> 425092 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n65' (registry 'solr.core.collection1.shard1.replica_n65') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd
   [junit4]   2> 425092 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 425092 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 425096 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@11b21f12
   [junit4]   2> 425105 WARN  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 425159 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 425159 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 425161 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 425161 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 425164 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=78.7255859375, floorSegmentMB=1.935546875, forceMergeDeletesPctAllowed=12.79642065080871, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 425166 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.SolrIndexSearcher Opening [Searcher@4bfb1750[collection1_shard1_replica_n65] main]
   [junit4]   2> 425168 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 425169 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 425170 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 425170 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589665057538572288
   [junit4]   2> 425172 INFO  (searcherExecutor-1399-thread-1-processing-n:127.0.0.1:61415_ x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher Searcher@4bfb1750[collection1_shard1_replica_n65] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 425177 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 425177 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 425177 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61415/collection1_shard1_replica_n65/
   [junit4]   2> 425177 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 425177 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy http://127.0.0.1:61415/collection1_shard1_replica_n65/ has no replicas
   [junit4]   2> 425177 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 425183 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61415/collection1_shard1_replica_n65/ shard1
   [junit4]   2> 425321 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 425325 INFO  (qtp1283061144-5337) [n:127.0.0.1:61415_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1383
   [junit4]   2> 425329 INFO  (qtp495366098-5227) [n:127.0.0.1:61392_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:61415_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1399
   [junit4]   2> 425997 INFO  (OverseerCollectionConfigSetProcessor-99354065452924932-127.0.0.1:61392_-n_0000000000) [n:127.0.0.1:61392_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 426042 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-4-001 of type NRT
   [junit4]   2> 426043 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 426045 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@365ac5ad{/,null,AVAILABLE}
   [junit4]   2> 426045 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@98315d2{HTTP/1.1,[http/1.1]}{127.0.0.1:61421}
   [junit4]   2> 426045 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.e.j.s.Server Started @428310ms
   [junit4]   2> 426045 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/tempDir-001/jetty4, hostPort=61421, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-4-001/cores}
   [junit4]   2> 426046 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 426046 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 426046 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 426046 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 426046 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-15T13:25:37.939910Z
   [junit4]   2> 426048 INFO  (zkConnectionManagerCallback-2695-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 426050 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 426050 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CBC0D2121F158A56-001/shard-4-001/solr.xml
   [junit4]   2> 426065 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 426065 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 426065 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[CBC0D2121F158A56]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4330bbfd, but no JMX re

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

dPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3456018 INFO  (jetty-closer-6822-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@65e9208f{/solr,null,UNAVAILABLE}
   [junit4]   2> 3456019 INFO  (jetty-closer-6822-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@506aa546{/solr,null,UNAVAILABLE}
   [junit4]   2> 3456022 ERROR (SUITE-TestClusterStateProvider-seed#[CBC0D2121F158A56]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3456023 INFO  (SUITE-TestClusterStateProvider-seed#[CBC0D2121F158A56]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58914 58914
   [junit4]   2> 3456038 INFO  (Thread-5461) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58914 58914
   [junit4]   2> 3456158 WARN  (Thread-5461) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/configs/.system
   [junit4]   2> 	3	/solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/collections/.system/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_CBC0D2121F158A56-001
   [junit4]   2> Jan 15, 2018 2:16:07 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=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@8c8f962), locale=si-LK, timezone=Africa/Johannesburg
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=129386328,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SuggestComponentTest, BlobRepositoryCloudTest, TestCloudInspectUtil, TestAtomicUpdateErrorCases, TestSimDistributedQueue, TestStandardQParsers, TestSolrCoreParser, AutoscalingHistoryHandlerTest, TestLegacyFieldReuse, DeleteShardTest, BlockJoinFacetDistribTest, JavabinLoaderTest, CloneFieldUpdateProcessorFactoryTest, NoCacheHeaderTest, TestConfigSetsAPIExclusivity, TestReversedWildcardFilterFactory, CollectionTooManyReplicasTest, TestReplicationHandlerBackup, DistributedVersionInfoTest, TestJsonFacetRefinement, CurrencyRangeFacetCloudTest, BigEndianAscendingWordDeserializerTest, TestRandomFlRTGCloud, CdcrReplicationHandlerTest, MultiTermTest, AutoAddReplicasPlanActionTest, MissingSegmentRecoveryTest, TestFieldCacheReopen, TestDistributedSearch, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, TriggerIntegrationTest, SortByFunctionTest, UpdateLogTest, AtomicUpdatesTest, SSLMigrationTest, LeaderInitiatedRecoveryOnCommitTest, TestSolrCLIRunExample, TestRuleBasedAuthorizationPlugin, TestCursorMarkWithoutUniqueKey, TestRawTransformer, TestBulkSchemaAPI, DateFieldTest, HttpPartitionTest, TestInfoStreamLogging, SignatureUpdateProcessorFactoryTest, RegexBoostProcessorTest, RecoveryZkTest, TestJoin, SpatialHeatmapFacetsTest, ZkFailoverTest, RequiredFieldsTest, LegacyCloudClusterPropTest, HdfsRecoveryZkTest, AnalysisErrorHandlingTest, OverseerCollectionConfigSetProcessorTest, HttpSolrCallGetCoreTest, TestManagedSchemaThreadSafety, TestShardHandlerFactory, TestCustomSort, SolrSlf4jReporterTest, TestSweetSpotSimilarityFactory, SimpleMLTQParserTest, PathHierarchyTokenizerFactoryTest, UUIDUpdateProcessorFallbackTest, WordBreakSolrSpellCheckerTest, TestAuthenticationFramework, TestCloudNestedDocsSort, DistributedFacetPivotSmallAdvancedTest, TestSolrCloudWithKerberosAlt, TestHashQParserPlugin, TestFieldCollectionResource, TimeRoutedAliasUpdateProcessorTest, HighlighterConfigTest, TestLegacyTerms, DistribJoinFromCollectionTest, JSONWriterTest, SuggesterTest, ShowFileRequestHandlerTest, SolrIndexMetricsTest, DistributedSpellCheckComponentTest, DistributedQueryElevationComponentTest, TestXIncludeConfig, BlockDirectoryTest, TestRequestForwarding, CheckHdfsIndexTest, LeaderElectionTest, TestPushWriter, DistributedTermsComponentTest, TestJsonRequest, TriLevelCompositeIdRoutingTest, StatsComponentTest, XsltUpdateRequestHandlerTest, SpatialFilterTest, OverseerTaskQueueTest, TestSQLHandlerNonCloud, CachingDirectoryFactoryTest, TestExceedMaxTermLength, SimpleCollectionCreateDeleteTest, DocValuesMissingTest, TestLeaderInitiatedRecoveryThread, RankQueryTest, HdfsTlogReplayBufferedWhileIndexingTest, CleanupOldIndexTest, TestConfigSetProperties, PropertiesRequestHandlerTest, TestQuerySenderListener, TestUtils, LeaderFailoverAfterPartitionTest, TemplateUpdateProcessorTest, DistributedExpandComponentTest, SliceStateTest, TestUninvertingReader, CSVRequestHandlerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ManagedSchemaRoundRobinCloudTest, TestLegacyNumericRangeQueryBuilder, TestRebalanceLeaders, TestSkipOverseerOperations, SuggesterWFSTTest, HdfsNNFailoverTest, HdfsBasicDistributedZkTest, BinaryUpdateRequestHandlerTest, SolrCloudExampleTest, TestConfigOverlay, TestRecovery, LargeFieldTest, OutOfBoxZkACLAndCredentialsProvidersTest, DirectUpdateHandlerTest, CollectionsAPISolrJTest, TestSmileRequest, TestCloudPivotFacet, OverseerTest, TestDelegationWithHadoopAuth, TestUnifiedSolrHighlighter, TestMissingGroups, TestCryptoKeys, TestPayloadCheckQParserPlugin, FastVectorHighlighterTest, ShardSplitTest, TestComputePlanAction, TestBinaryField, CustomHighlightComponentTest, BitVectorTest, TestScoreJoinQPNoScore, TestApiFramework, SolrJmxReporterCloudTest, CdcrVersionReplicationTest, TestInPlaceUpdatesDistrib, CollectionReloadTest, ExitableDirectoryReaderTest, TestAuthorizationFramework, TestSchemaManager, TestFuzzyAnalyzedSuggestions, BooleanFieldTest, HdfsDirectoryTest, ZkStateWriterTest, TestExpandComponent, QueryParsingTest, TestCSVResponseWriter, TestFieldCacheWithThreads, ForceLeaderTest, TestNoOpRegenerator, SpatialRPTFieldTypeTest, FieldAnalysisRequestHandlerTest, JvmMetricsTest, DeleteNodeTest, FullHLLTest, MultiThreadedOCPTest, HdfsChaosMonkeySafeLeaderTest, NotRequiredUniqueKeyTest, RecoveryAfterSoftCommitTest, SuggesterTSTTest, AlternateDirectoryTest, TestSearcherReuse, TestCollectionsAPIViaSolrCloudCluster, TestSolrCloudWithHadoopAuthPlugin, SegmentsInfoRequestHandlerTest, TestNumericRangeQuery32, TestCloudRecovery, AsyncCallRequestStatusResponseTest, TestNumericTerms32, TestPullReplica, TestIBSimilarityFactory, CoreSorterTest, TestStressCloudBlindAtomicUpdates, UUIDFieldTest, SuggesterFSTTest, CurrencyFieldTypeTest, MetricUtilsTest, BasicDistributedZk2Test, UnloadDistributedZkTest, ShardRoutingTest, ClusterStateUpdateTest, ZkSolrClientTest, ShardRoutingCustomTest, TestDistributedGrouping, TestRealTimeGet, TestStressVersions, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestFiltering, TestLazyCores, SpellCheckCollatorTest, SolrRequestParserTest, TestTrie, TestCSVLoader, SolrCoreCheckLockOnStartupTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SolrInfoBeanTest, DebugComponentTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, TestOmitPositions, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestIndexingPerformance, TestSolrQueryParser, IndexSchemaTest, TestCollationField, ReturnFieldsTest, MBeansHandlerTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest, TestDocSet, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, TestPhraseSuggestions, TestCharFilters, TestCodecSupport, EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, AddReplicaTest, AssignBackwardCompatibilityTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CustomCollectionTest, DistribCursorPagingTest, MoveReplicaHDFSTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, ReplaceNodeTest, TestCloudJSONFacetJoinDomain, TestClusterProperties, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestLockTree, TestOnReconnectListenerSupport, TestPullReplicaErrorHandling, TestSizeLimitedDistributedMap, TestUtilizeNode, ComputePlanActionTest, HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, MetricTriggerTest, NodeAddedTriggerTest, NodeLostTriggerTest, SearchRateTriggerTest, TestClusterStateProvider]
   [junit4] Completed [582/768 (2!)] on J0 in 10.43s, 2 tests, 1 failure <<< FAILURES!

[...truncated 41430 lines...]

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

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

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

Error Message:
Could not find collection:collection2

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


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

Error Message:
action wasn't interrupted

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


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index 0 out-of-bounds for length 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index 0 out-of-bounds for length 0
	at __randomizedtesting.SeedInfo.seed([B9CE510E408EE2B9:AD860A5B63895FA7]:0)
	at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
	at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
	at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
	at java.base/java.util.Objects.checkIndex(Objects.java:372)
	at java.base/java.util.ArrayList.get(ArrayList.java:439)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig

Error Message:
expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   "cluster-preferences":[{"maximize":"freedisk"}],   "triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       "event":"nodeLost",       "waitFor":30,       "actions":[         {           "name":"auto_add_replicas_plan",           "class":"solr.AutoAddReplicasPlanAction"},         {           "name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       "enabled":true}},   "listeners":{".auto_add_replicas.system":{       "trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         "STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         "BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       "beforeAction":[]}},   "properties":{}}> but was: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   "cluster-preferences":[{"maximize":"freedisk"}],   "triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       "event":"nodeLost",       "waitFor":30,       "actions":[         {           "name":"auto_add_replicas_plan",           "class":"solr.AutoAddReplicasPlanAction"},         {           "name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       "enabled":true}},   "listeners":{".auto_add_replicas.system":{       "trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         "STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         "BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       "beforeAction":[]}},   "properties":{}}>

Stack Trace:
java.lang.AssertionError: expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}> but was: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}>
	at __randomizedtesting.SeedInfo.seed([B9CE510E408EE2B9:864652A657D8125E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig(TestClusterStateProvider.java:214)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12771 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 1358958 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[B9CE510E408EE2B9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/init-core-data-001
   [junit4]   2> 1358959 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[B9CE510E408EE2B9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1358959 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[B9CE510E408EE2B9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1358960 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[B9CE510E408EE2B9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776") w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1358960 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[B9CE510E408EE2B9]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1358961 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1358961 INFO  (Thread-2239) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1358961 INFO  (Thread-2239) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1358964 ERROR (Thread-2239) [    ] 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> 1359067 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.ZkTestServer start zk server on port:59517
   [junit4]   2> 1359082 INFO  (zkConnectionManagerCallback-2938-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359085 INFO  (zkConnectionManagerCallback-2940-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359094 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1359098 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1359100 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1359102 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1359105 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1359107 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1359110 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1359112 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1359115 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1359117 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1359120 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1359123 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1359452 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1359454 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6553abf1{/,null,AVAILABLE}
   [junit4]   2> 1359454 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5a1e6084{HTTP/1.1,[http/1.1]}{127.0.0.1:59522}
   [junit4]   2> 1359454 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.Server Started @1362099ms
   [junit4]   2> 1359454 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/tempDir-001/control/data, hostPort=59522, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/control-001/cores}
   [junit4]   2> 1359455 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1359455 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1359455 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1359455 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1359455 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-15T01:22:50.678365Z
   [junit4]   2> 1359456 INFO  (zkConnectionManagerCallback-2942-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359458 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1359458 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/control-001/solr.xml
   [junit4]   2> 1359460 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1359460 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1359460 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1359463 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59517/solr
   [junit4]   2> 1359464 INFO  (zkConnectionManagerCallback-2946-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359467 INFO  (zkConnectionManagerCallback-2948-thread-1-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359602 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59522_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1359603 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59522_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59522_
   [junit4]   2> 1359605 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59522_    ] o.a.s.c.Overseer Overseer (id=99351224004509700-127.0.0.1:59522_-n_0000000000) starting
   [junit4]   2> 1359616 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59522_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59522_
   [junit4]   2> 1359619 INFO  (OverseerStateUpdate-99351224004509700-127.0.0.1:59522_-n_0000000000) [n:127.0.0.1:59522_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1359656 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59522_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1359665 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59522_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1359665 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59522_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1359666 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59522_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/control-001/cores
   [junit4]   2> 1359689 INFO  (zkConnectionManagerCallback-2954-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1359690 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1359692 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59517/solr ready
   [junit4]   2> 1359695 INFO  (qtp1874108158-13191) [n:127.0.0.1:59522_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:59522_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1359698 INFO  (OverseerThreadFactory-5377-thread-1-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1359806 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1359806 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1359912 INFO  (zkCallback-2947-thread-1-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1360837 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1360854 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1360932 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1360954 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1360955 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1360955 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1360955 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1360956 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.38024668755975866]
   [junit4]   2> 1360959 WARN  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1360996 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1360996 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1360998 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1360998 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1360999 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=41.7890625, floorSegmentMB=0.6279296875, forceMergeDeletesPctAllowed=26.9141567755506, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6250882839385279
   [junit4]   2> 1360999 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2c7bef9f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1361001 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1361001 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1361001 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1361002 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589619586210201600
   [junit4]   2> 1361002 INFO  (searcherExecutor-5380-thread-1-processing-n:127.0.0.1:59522_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@2c7bef9f[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1361008 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1361008 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1361008 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59522/control_collection_shard1_replica_n1/
   [junit4]   2> 1361008 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1361008 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:59522/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1361008 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1361014 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59522/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1361122 INFO  (zkCallback-2947-thread-1-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1361136 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1361138 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1332
   [junit4]   2> 1361142 INFO  (qtp1874108158-13191) [n:127.0.0.1:59522_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1361242 INFO  (zkCallback-2947-thread-1-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1361710 INFO  (OverseerCollectionConfigSetProcessor-99351224004509700-127.0.0.1:59522_-n_0000000000) [n:127.0.0.1:59522_    ] 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> 1362151 INFO  (qtp1874108158-13191) [n:127.0.0.1:59522_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:59522_&wt=javabin&version=2} status=0 QTime=2456
   [junit4]   2> 1362155 INFO  (zkConnectionManagerCallback-2958-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1362156 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1362158 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59517/solr ready
   [junit4]   2> 1362158 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1362159 INFO  (qtp1874108158-13196) [n:127.0.0.1:59522_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1362161 INFO  (OverseerThreadFactory-5377-thread-2-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1362163 WARN  (OverseerThreadFactory-5377-thread-2-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1362374 INFO  (qtp1874108158-13196) [n:127.0.0.1:59522_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1362374 INFO  (qtp1874108158-13196) [n:127.0.0.1:59522_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=215
   [junit4]   2> 1362634 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-1-001 of type NRT
   [junit4]   2> 1362635 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1362636 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@468c4559{/,null,AVAILABLE}
   [junit4]   2> 1362636 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6286cbb7{HTTP/1.1,[http/1.1]}{127.0.0.1:59535}
   [junit4]   2> 1362636 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.Server Started @1365281ms
   [junit4]   2> 1362637 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/tempDir-001/jetty1, hostPort=59535, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-1-001/cores}
   [junit4]   2> 1362637 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1362637 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1362638 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1362638 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1362638 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-15T01:22:53.861230Z
   [junit4]   2> 1362639 INFO  (zkConnectionManagerCallback-2960-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1362641 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1362641 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-1-001/solr.xml
   [junit4]   2> 1362643 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1362643 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1362643 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1362643 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59517/solr
   [junit4]   2> 1362649 INFO  (zkConnectionManagerCallback-2964-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1362652 INFO  (zkConnectionManagerCallback-2966-thread-1-processing-n:127.0.0.1:59535_) [n:127.0.0.1:59535_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1362663 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59535_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1362666 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59535_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1362670 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59535_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59535_
   [junit4]   2> 1362671 INFO  (zkCallback-2957-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1362671 INFO  (zkCallback-2947-thread-1-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1362672 INFO  (zkCallback-2965-thread-1-processing-n:127.0.0.1:59535_) [n:127.0.0.1:59535_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1362714 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59535_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1362725 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59535_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1362725 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59535_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1362726 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59535_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-1-001/cores
   [junit4]   2> 1362752 INFO  (qtp1874108158-13189) [n:127.0.0.1:59522_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59535_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1362755 INFO  (OverseerCollectionConfigSetProcessor-99351224004509700-127.0.0.1:59522_-n_0000000000) [n:127.0.0.1:59522_    ] 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> 1362755 INFO  (OverseerThreadFactory-5377-thread-3-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:59535_ for creating new replica
   [junit4]   2> 1362759 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1362759 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1363781 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1363790 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 1363847 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1363869 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 1363869 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1363869 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1363869 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 1363872 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.38024668755975866]
   [junit4]   2> 1363874 WARN  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1363915 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1363915 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1363925 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1363925 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1363926 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=41.7890625, floorSegmentMB=0.6279296875, forceMergeDeletesPctAllowed=26.9141567755506, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6250882839385279
   [junit4]   2> 1363926 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b64a81f[collection1_shard2_replica_n61] main]
   [junit4]   2> 1363928 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1363928 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1363928 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1363929 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589619589279383552
   [junit4]   2> 1363930 INFO  (searcherExecutor-5391-thread-1-processing-n:127.0.0.1:59535_ x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@1b64a81f[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1363934 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1363934 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1363934 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59535/collection1_shard2_replica_n61/
   [junit4]   2> 1363934 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1363934 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:59535/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 1363934 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1363939 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59535/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 1364103 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1364106 INFO  (qtp1527303365-13240) [n:127.0.0.1:59535_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1346
   [junit4]   2> 1364108 INFO  (qtp1874108158-13189) [n:127.0.0.1:59522_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:59535_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1356
   [junit4]   2> 1364357 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-2-001 of type NRT
   [junit4]   2> 1364357 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1364359 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65b5410a{/,null,AVAILABLE}
   [junit4]   2> 1364359 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@72a79184{HTTP/1.1,[http/1.1]}{127.0.0.1:59541}
   [junit4]   2> 1364359 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.Server Started @1367003ms
   [junit4]   2> 1364359 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/tempDir-001/jetty2, hostPort=59541, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 1364359 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1364360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1364360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1364360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1364360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-15T01:22:55.583436Z
   [junit4]   2> 1364361 INFO  (zkConnectionManagerCallback-2970-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364362 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1364362 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-2-001/solr.xml
   [junit4]   2> 1364364 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1364364 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1364365 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1364367 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59517/solr
   [junit4]   2> 1364368 INFO  (zkConnectionManagerCallback-2974-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364371 INFO  (zkConnectionManagerCallback-2976-thread-1-processing-n:127.0.0.1:59541_) [n:127.0.0.1:59541_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364380 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59541_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1364384 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59541_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1364387 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59541_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59541_
   [junit4]   2> 1364388 INFO  (zkCallback-2957-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1364388 INFO  (zkCallback-2947-thread-2-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1364388 INFO  (zkCallback-2965-thread-1-processing-n:127.0.0.1:59535_) [n:127.0.0.1:59535_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1364389 INFO  (zkCallback-2975-thread-1-processing-n:127.0.0.1:59541_) [n:127.0.0.1:59541_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1364423 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59541_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1364433 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59541_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1364433 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59541_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1364435 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59541_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-2-001/cores
   [junit4]   2> 1364467 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59541_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1364473 INFO  (OverseerCollectionConfigSetProcessor-99351224004509700-127.0.0.1:59522_-n_0000000000) [n:127.0.0.1:59522_    ] 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> 1364473 INFO  (OverseerThreadFactory-5377-thread-4-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:59541_ for creating new replica
   [junit4]   2> 1364477 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1364477 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1365491 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1365499 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 1365551 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1365570 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63' using configuration from collection collection1, trusted=true
   [junit4]   2> 1365570 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n63' (registry 'solr.core.collection1.shard3.replica_n63') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1365570 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1365570 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 1365572 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.38024668755975866]
   [junit4]   2> 1365574 WARN  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1365612 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1365612 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1365613 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1365613 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1365614 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=41.7890625, floorSegmentMB=0.6279296875, forceMergeDeletesPctAllowed=26.9141567755506, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6250882839385279
   [junit4]   2> 1365614 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@5bd4be89[collection1_shard3_replica_n63] main]
   [junit4]   2> 1365616 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1365616 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1365617 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1365617 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589619591049379840
   [junit4]   2> 1365618 INFO  (searcherExecutor-5402-thread-1-processing-n:127.0.0.1:59541_ x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@5bd4be89[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1365623 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1365623 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1365623 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59541/collection1_shard3_replica_n63/
   [junit4]   2> 1365623 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1365623 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:59541/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 1365623 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1365628 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59541/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 1365799 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1365804 INFO  (qtp789406509-13271) [n:127.0.0.1:59541_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1327
   [junit4]   2> 1365810 INFO  (qtp1874108158-13192) [n:127.0.0.1:59522_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:59541_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1342
   [junit4]   2> 1366082 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-3-001 of type NRT
   [junit4]   2> 1366082 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1366084 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5344dc6e{/,null,AVAILABLE}
   [junit4]   2> 1366084 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@223aae57{HTTP/1.1,[http/1.1]}{127.0.0.1:59548}
   [junit4]   2> 1366084 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.e.j.s.Server Started @1368728ms
   [junit4]   2> 1366084 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/tempDir-001/jetty3, hostPort=59548, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-3-001/cores}
   [junit4]   2> 1366084 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1366085 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1366085 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1366085 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1366085 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-15T01:22:57.308519Z
   [junit4]   2> 1366087 INFO  (zkConnectionManagerCallback-2980-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1366088 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1366088 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-3-001/solr.xml
   [junit4]   2> 1366091 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1366091 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1366091 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1366094 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59517/solr
   [junit4]   2> 1366096 INFO  (zkConnectionManagerCallback-2984-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1366099 INFO  (zkConnectionManagerCallback-2986-thread-1-processing-n:127.0.0.1:59548_) [n:127.0.0.1:59548_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1366109 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59548_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1366113 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59548_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1366116 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59548_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59548_
   [junit4]   2> 1366118 INFO  (zkCallback-2957-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1366118 INFO  (zkCallback-2975-thread-1-processing-n:127.0.0.1:59541_) [n:127.0.0.1:59541_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1366118 INFO  (zkCallback-2947-thread-1-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1366118 INFO  (zkCallback-2965-thread-1-processing-n:127.0.0.1:59535_) [n:127.0.0.1:59535_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1366119 INFO  (zkCallback-2985-thread-1-processing-n:127.0.0.1:59548_) [n:127.0.0.1:59548_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1366195 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59548_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1366207 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59548_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1366207 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59548_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1366209 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[B9CE510E408EE2B9]) [n:127.0.0.1:59548_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-3-001/cores
   [junit4]   2> 1366248 INFO  (qtp1874108158-13191) [n:127.0.0.1:59522_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59548_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1366252 INFO  (OverseerCollectionConfigSetProcessor-99351224004509700-127.0.0.1:59522_-n_0000000000) [n:127.0.0.1:59522_    ] 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> 1366252 INFO  (OverseerThreadFactory-5377-thread-5-processing-n:127.0.0.1:59522_) [n:127.0.0.1:59522_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:59548_ for creating new replica
   [junit4]   2> 1366258 INFO  (qtp1602836248-13302) [n:127.0.0.1:59548_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1366259 INFO  (qtp1602836248-13302) [n:127.0.0.1:59548_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1367279 INFO  (qtp1602836248-13302) [n:127.0.0.1:59548_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1367297 INFO  (qtp1602836248-13302) [n:127.0.0.1:59548_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 1367353 INFO  (qtp1602836248-13302) [n:127.0.0.1:59548_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1367373 INFO  (qtp1602836248-13302) [n:127.0.0.1:59548_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65' using configuration from collection collection1, trusted=true
   [junit4]   2> 1367373 INFO  (qtp1602836248-13302) [n:127.0.0.1:59548_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n65' (registry 'solr.core.collection1.shard1.replica_n65') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1526ea16
   [junit4]   2> 1367373 INFO  (qtp1602836248-13302) [n:127.0.0.1:59548_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1367373 INFO  (qtp1602836248-13302) [n:127.0.0.1:59548_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_B9CE510E408EE2B9-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 1367375 INFO  (qtp1602836248-13302) [n:127.0.0.1:59548_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.38024668755975866]
   [junit4]   2> 1367377 WARN  (qtp1602836248-13302) [n:127.0.0.1:59548_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attr

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

	/solr/overseer_elect/election/99351357560455201-127.0.0.1:65383_solr-n_0000000009
   [junit4]   2> 	2	/solr/overseer_elect/election/99351357560455173-127.0.0.1:65068_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/live_nodes
   [junit4]   2> 	19	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_trigger
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_trigger
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_B9CE510E408EE2B9-001
   [junit4]   2> Jan 15, 2018 1:59:26 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=Lucene50(blocksize=128), x_s=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1891, maxMBSortInHeap=7.249717136918359, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@793608), locale=pl-PL, timezone=Pacific/Yap
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=153463056,total=516947968
   [junit4]   2> NOTE: All tests run in this JVM: [TestMiniSolrCloudClusterSSL, DistributedQueueTest, SolrXmlInZkTest, StressHdfsTest, MoveReplicaTest, ZkSolrClientTest, TestInitParams, TestDeleteCollectionOnDownNodes, TestBulkSchemaConcurrent, AddBlockUpdateTest, ConfigureRecoveryStrategyTest, BlockJoinFacetRandomTest, OpenCloseCoreStressTest, RulesTest, BasicDistributedZk2Test, TestCoreAdminApis, TestNumericTerms64, PeerSyncTest, TestBackupRepositoryFactory, TestNodeAddedTrigger, TestFieldCache, TestSystemCollAutoCreate, TestStressVersions, TestPointFields, SolrJmxReporterTest, TestLegacyNumericUtils, ConcurrentDeleteAndCreateCollectionTest, TestConfigSetsAPI, TestReloadAndDeleteDocs, OverriddenZkACLAndCredentialsProvidersTest, SoftAutoCommitTest, TestLRUCache, TestHashPartitioner, AssignTest, TestPolicyCloud, TestGeoJSONResponseWriter, ResponseHeaderTest, TestSearchPerf, PeerSyncWithIndexFingerprintCachingTest, TestManagedSchemaAPI, TestSizeLimitedDistributedMap, TestNestedDocsSort, DeleteReplicaTest, EchoParamsTest, TestElisionMultitermQuery, CoreMergeIndexesAdminHandlerTest, TestCustomDocTransformer, TestMacros, CloudExitableDirectoryReaderTest, TestConfigSets, DistributedFacetPivotLongTailTest, SolrPluginUtilsTest, TestRetrieveFieldsOptimizer, NodeMutatorTest, ClassificationUpdateProcessorTest, TestConfigSetsAPIZkFailure, ConnectionManagerTest, TestInPlaceUpdatesStandalone, TestIndexSearcher, TestStreamBody, TestSolrCloudWithDelegationTokens, ClassificationUpdateProcessorFactoryTest, StatsReloadRaceTest, TestHdfsUpdateLog, HighlighterMaxOffsetTest, GraphQueryTest, TestHdfsBackupRestoreCore, TestMaxTokenLenTokenizer, DebugComponentTest, StatelessScriptUpdateProcessorFactoryTest, TestDocSet, HdfsRecoverLeaseTest, TestTolerantUpdateProcessorRandomCloud, TestLuceneIndexBackCompat, TestFunctionQuery, TestTrackingShardHandlerFactory, HealthCheckHandlerTest, ParsingFieldUpdateProcessorsTest, TestNamedUpdateProcessors, MetricsConfigTest, LeaderInitiatedRecoveryOnShardRestartTest, JsonLoaderTest, TestPrepRecovery, TestTriggerIntegration, TestValueSourceCache, CopyFieldTest, DocValuesMultiTest, HLLSerializationTest, TestCloudSchemaless, AnalyticsQueryTest, TestSolrCoreSnapshots, TestConfigReload, SimplePostToolTest, TestScoreJoinQPScore, TestRandomFaceting, TestTestInjection, TestComponentsName, DocValuesNotIndexedTest, TestStressReorder, CacheHeaderTest, TestManagedResource, TestStressUserVersions, WrapperMergePolicyFactoryTest, TestSchemaVersionResource, TestCloudJSONFacetJoinDomain, FileUtilsTest, SolrGraphiteReporterTest, SearchRateTriggerTest, SpellCheckCollatorWithCollapseTest, TestFieldTypeResource, TestLMJelinekMercerSimilarityFactory, LeaderElectionIntegrationTest, TestCloudPseudoReturnFields, TestJavabinTupleStreamParser, TestZkAclsWithHadoopAuth, TestInitQParser, TestWordDelimiterFilterFactory, SampleTest, TestCollapseQParserPlugin, SynonymTokenizerTest, TestCoreContainer, LukeRequestHandlerTest, OpenExchangeRatesOrgProviderTest, MBeansHandlerTest, TestComplexPhraseQParserPlugin, AliasIntegrationTest, TestQueryUtils, DistributedFacetExistsSmallTest, HdfsRestartWhileUpdatingTest, TestXmlQParser, TestRTimerTree, TestTlogReplica, ExplicitHLLTest, SecurityConfHandlerTest, IndexSchemaRuntimeFieldTest, TestGroupingSearch, TestExactStatsCache, SpellPossibilityIteratorTest, TestHttpShardHandlerFactory, ShardRoutingCustomTest, TestNonDefinedSimilarityFactory, ChangedSchemaMergeTest, CdcrBidirectionalTest, SimpleFacetsTest, SolrCoreCheckLockOnStartupTest, TestLeaderElectionZkExpiry, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, SolrMetricsIntegrationTest, DistributedDebugComponentTest, TestRTGBase, TestStressLucene, InfixSuggestersTest, TestSolrXml, PeerSyncReplicationTest, DOMUtilTest, DistributedSuggestComponentTest, TestCollectionAPI, PingRequestHandlerTest, DeleteLastCustomShardedReplicaTest, PKIAuthenticationIntegrationTest, TestLuceneMatchVersion, TestPartialUpdateDeduplication, TestCharFilters, DistributedFacetSimpleRefinementLongTailTest, CloudMLTQParserTest, FullSolrCloudDistribCmdsTest, MoreLikeThisHandlerTest, TestNumericRangeQuery64, TestFastOutputStream, DateRangeFieldTest, TestDocumentBuilder, OverseerStatusTest, TermVectorComponentTest, TestJettySolrRunner, DocumentBuilderTest, TestAnalyzedSuggestions, TestPostingsSolrHighlighter, TestDistribIDF, AutoScalingHandlerTest, TestRandomCollapseQParserPlugin, TestCollationField, TestReloadDeadlock, CustomCollectionTest, MoveReplicaHDFSFailoverTest, TestRemoteStreaming, TestUniqueKeyFieldResource, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, TestZkChroot, TestRandomDVFaceting, TestDistributedGrouping, TestFaceting, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestReload, DistributedTermsComponentTest, TestRangeQuery, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, QueryElevationComponentTest, ConvertedLegacyTest, TestSort, TestFiltering, BasicFunctionalityTest, TestLazyCores, TestBadConfig, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, TestTrie, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, TestSolrDeletionPolicy1, SolrInfoBeanTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, SearchHandlerTest, TestLFUCache, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, TestQuerySenderNoQuery, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, NumericFieldsTest, TestConfig, ExternalFileFieldSortTest, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCodecSupport, TestXIncludeConfig, TestPerFieldSimilarity, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, ZkNodePropsTest, SystemInfoHandlerTest, DistributedMLTComponentTest, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, ActionThrottleTest, AddReplicaTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, CollectionReloadTest, CollectionStateFormat2Test, CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, CollectionsAPISolrJTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, ReplaceNodeTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudSearcherWarming, TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, TestOnReconnectListenerSupport, TestPullReplica, TestPullReplicaErrorHandling, TestRandomRequestDistribution, TestRequestForwarding, TestRequestStatusCollectionAPI, TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, VMParamsZkACLAndCredentialsProvidersTest, AutoAddReplicasIntegrationTest, SystemLogListenerTest, TriggerIntegrationTest]
   [junit4] Completed [607/768 (4!)] on J1 in 159.15s, 14 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 41303 lines...]

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

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

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node5:{"core":"c8n_1x3_lf_shard1_replica_t2","base_url":"http://127.0.0.1:53308","node_name":"127.0.0.1:53308_","state":"active","type":"TLOG","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node4":{           "state":"down",           "base_url":"http://127.0.0.1:53301",           "core":"c8n_1x3_lf_shard1_replica_t1",           "node_name":"127.0.0.1:53301_",           "type":"TLOG"},         "core_node5":{           "core":"c8n_1x3_lf_shard1_replica_t2",           "base_url":"http://127.0.0.1:53308",           "node_name":"127.0.0.1:53308_",           "state":"active",           "type":"TLOG",           "leader":"true"},         "core_node6":{           "core":"c8n_1x3_lf_shard1_replica_t3",           "base_url":"http://127.0.0.1:53294",           "node_name":"127.0.0.1:53294_",           "state":"down",           "type":"TLOG"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"0",   "tlogReplicas":"3"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node5:{"core":"c8n_1x3_lf_shard1_replica_t2","base_url":"http://127.0.0.1:53308","node_name":"127.0.0.1:53308_","state":"active","type":"TLOG","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "state":"down",
          "base_url":"http://127.0.0.1:53301",
          "core":"c8n_1x3_lf_shard1_replica_t1",
          "node_name":"127.0.0.1:53301_",
          "type":"TLOG"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_t2",
          "base_url":"http://127.0.0.1:53308",
          "node_name":"127.0.0.1:53308_",
          "state":"active",
          "type":"TLOG",
          "leader":"true"},
        "core_node6":{
          "core":"c8n_1x3_lf_shard1_replica_t3",
          "base_url":"http://127.0.0.1:53294",
          "node_name":"127.0.0.1:53294_",
          "state":"down",
          "type":"TLOG"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"0",
  "tlogReplicas":"3"}
	at __randomizedtesting.SeedInfo.seed([1E9017AB66D85A3B:96C42871C82437C3]: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:169)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig

Error Message:
expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   "cluster-preferences":[{"maximize":"freedisk"}],   "triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       "event":"nodeLost",       "waitFor":30,       "actions":[         {           "name":"auto_add_replicas_plan",           "class":"solr.AutoAddReplicasPlanAction"},         {           "name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       "enabled":true}},   "listeners":{".auto_add_replicas.system":{       "trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         "STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         "BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       "beforeAction":[]}},   "properties":{}}> but was: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   "cluster-preferences":[{"maximize":"freedisk"}],   "triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       "event":"nodeLost",       "waitFor":30,       "actions":[         {           "name":"auto_add_replicas_plan",           "class":"solr.AutoAddReplicasPlanAction"},         {           "name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       "enabled":true}},   "listeners":{".auto_add_replicas.system":{       "trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         "STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         "BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       "beforeAction":[]}},   "properties":{}}>

Stack Trace:
java.lang.AssertionError: expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}> but was: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}>
	at __randomizedtesting.SeedInfo.seed([1E9017AB66D85A3B:21181403718EAADC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig(TestClusterStateProvider.java:214)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12617 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider
   [junit4]   2> 1345527 INFO  (SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/init-core-data-001
   [junit4]   2> 1345528 WARN  (SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1345529 INFO  (SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1345532 INFO  (SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1345532 INFO  (SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [    ] o.a.s.c.a.s.TestClusterStateProvider ####### Using simulated components? true
   [junit4]   2> 1345537 INFO  (SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001
   [junit4]   2> 1345537 INFO  (SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1345537 INFO  (Thread-2095) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1345538 INFO  (Thread-2095) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1345541 ERROR (Thread-2095) [    ] 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> 1345638 INFO  (SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:64374
   [junit4]   2> 1345663 INFO  (zkConnectionManagerCallback-4654-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345669 INFO  (jetty-launcher-4651-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1345669 INFO  (jetty-launcher-4651-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1345669 INFO  (jetty-launcher-4651-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1345673 INFO  (jetty-launcher-4651-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2277db70{/solr,null,AVAILABLE}
   [junit4]   2> 1345673 INFO  (jetty-launcher-4651-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f4c0986{/solr,null,AVAILABLE}
   [junit4]   2> 1345673 INFO  (jetty-launcher-4651-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@95b1cf2{HTTP/1.1,[http/1.1]}{127.0.0.1:64377}
   [junit4]   2> 1345673 INFO  (jetty-launcher-4651-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@21ceda9b{HTTP/1.1,[http/1.1]}{127.0.0.1:64376}
   [junit4]   2> 1345673 INFO  (jetty-launcher-4651-thread-3) [    ] o.e.j.s.Server Started @1349978ms
   [junit4]   2> 1345673 INFO  (jetty-launcher-4651-thread-1) [    ] o.e.j.s.Server Started @1349979ms
   [junit4]   2> 1345673 INFO  (jetty-launcher-4651-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64377}
   [junit4]   2> 1345673 INFO  (jetty-launcher-4651-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64376}
   [junit4]   2> 1345673 ERROR (jetty-launcher-4651-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1345673 ERROR (jetty-launcher-4651-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ab62804{/solr,null,AVAILABLE}
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-14T11:47:45.608Z
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@38b2fb7d{HTTP/1.1,[http/1.1]}{127.0.0.1:64378}
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-2) [    ] o.e.j.s.Server Started @1349979ms
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64378}
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1345674 INFO  (jetty-launcher-4651-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-14T11:47:45.608Z
   [junit4]   2> 1345674 ERROR (jetty-launcher-4651-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1345675 INFO  (jetty-launcher-4651-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1345675 INFO  (jetty-launcher-4651-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1345675 INFO  (jetty-launcher-4651-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1345675 INFO  (jetty-launcher-4651-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-14T11:47:45.609Z
   [junit4]   2> 1345680 INFO  (zkConnectionManagerCallback-4656-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345681 INFO  (jetty-launcher-4651-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1345684 INFO  (zkConnectionManagerCallback-4660-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345685 INFO  (zkConnectionManagerCallback-4658-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345686 INFO  (jetty-launcher-4651-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1345686 INFO  (jetty-launcher-4651-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1345699 INFO  (jetty-launcher-4651-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64374/solr
   [junit4]   2> 1345699 INFO  (jetty-launcher-4651-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64374/solr
   [junit4]   2> 1345702 INFO  (zkConnectionManagerCallback-4668-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345703 INFO  (zkConnectionManagerCallback-4666-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345704 INFO  (jetty-launcher-4651-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64374/solr
   [junit4]   2> 1345708 INFO  (zkConnectionManagerCallback-4672-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345709 INFO  (zkConnectionManagerCallback-4676-thread-1-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345709 INFO  (zkConnectionManagerCallback-4674-thread-1-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345712 INFO  (zkConnectionManagerCallback-4678-thread-1-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345923 INFO  (jetty-launcher-4651-thread-1) [n:127.0.0.1:64376_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1345923 INFO  (jetty-launcher-4651-thread-3) [n:127.0.0.1:64377_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1345924 INFO  (jetty-launcher-4651-thread-1) [n:127.0.0.1:64376_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64376_solr
   [junit4]   2> 1345924 INFO  (jetty-launcher-4651-thread-3) [n:127.0.0.1:64377_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64377_solr
   [junit4]   2> 1345925 INFO  (jetty-launcher-4651-thread-1) [n:127.0.0.1:64376_solr    ] o.a.s.c.Overseer Overseer (id=99348018985304073-127.0.0.1:64376_solr-n_0000000000) starting
   [junit4]   2> 1345927 INFO  (zkCallback-4677-thread-1-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1345928 INFO  (zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1345945 INFO  (jetty-launcher-4651-thread-1) [n:127.0.0.1:64376_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64376_solr
   [junit4]   2> 1345947 INFO  (zkCallback-4677-thread-1-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1345948 INFO  (zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1345977 INFO  (jetty-launcher-4651-thread-2) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1345980 INFO  (jetty-launcher-4651-thread-2) [n:127.0.0.1:64378_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1345983 INFO  (jetty-launcher-4651-thread-2) [n:127.0.0.1:64378_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64378_solr
   [junit4]   2> 1345985 INFO  (zkCallback-4677-thread-1-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1345987 INFO  (zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1345995 INFO  (zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1346135 INFO  (jetty-launcher-4651-thread-3) [n:127.0.0.1:64377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64377.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1346137 INFO  (jetty-launcher-4651-thread-1) [n:127.0.0.1:64376_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64376.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1346144 INFO  (jetty-launcher-4651-thread-3) [n:127.0.0.1:64377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64377.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1346144 INFO  (jetty-launcher-4651-thread-3) [n:127.0.0.1:64377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64377.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1346150 INFO  (jetty-launcher-4651-thread-3) [n:127.0.0.1:64377_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node3/.
   [junit4]   2> 1346152 INFO  (jetty-launcher-4651-thread-2) [n:127.0.0.1:64378_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64378.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1346163 INFO  (jetty-launcher-4651-thread-2) [n:127.0.0.1:64378_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64378.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1346164 INFO  (jetty-launcher-4651-thread-2) [n:127.0.0.1:64378_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64378.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1346165 INFO  (jetty-launcher-4651-thread-2) [n:127.0.0.1:64378_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node2/.
   [junit4]   2> 1346179 INFO  (jetty-launcher-4651-thread-1) [n:127.0.0.1:64376_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64376.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1346180 INFO  (jetty-launcher-4651-thread-1) [n:127.0.0.1:64376_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64376.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1346194 INFO  (jetty-launcher-4651-thread-1) [n:127.0.0.1:64376_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node1/.
   [junit4]   2> 1346252 INFO  (zkConnectionManagerCallback-4686-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1346255 INFO  (zkConnectionManagerCallback-4690-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1346257 INFO  (SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1346258 INFO  (SUITE-TestClusterStateProvider-seed#[1E9017AB66D85A3B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64374/solr ready
   [junit4]   2> 1346266 INFO  (qtp1980603209-13991) [n:127.0.0.1:64377_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&replicationFactor=2&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1346278 INFO  (OverseerThreadFactory-5324-thread-1-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.CreateCollectionCmd Create collection .system
   [junit4]   2> 1346399 INFO  (OverseerStateUpdate-99348018985304073-127.0.0.1:64376_solr-n_0000000000) [n:127.0.0.1:64376_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64377/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1346405 INFO  (OverseerStateUpdate-99348018985304073-127.0.0.1:64376_solr-n_0000000000) [n:127.0.0.1:64376_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64378/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1346410 INFO  (OverseerStateUpdate-99348018985304073-127.0.0.1:64376_solr-n_0000000000) [n:127.0.0.1:64376_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64376/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1346615 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1346615 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1346615 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1346615 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1346615 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1346615 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1346727 INFO  (zkCallback-4677-thread-1-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1346727 INFO  (zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1346727 INFO  (zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1346728 INFO  (zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1346728 INFO  (zkCallback-4675-thread-2-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1346730 INFO  (zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1347674 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1347674 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1347682 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1347682 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1347682 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1347687 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 1347687 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.IndexSchema [.system_shard1_replica_p4] Schema name=_system collection or core
   [junit4]   2> 1347689 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1347694 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1347695 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/.system/managed-schema
   [junit4]   2> 1347695 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 1347695 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1347697 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 1347702 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1347702 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to /configs/.system/schema.xml.bak
   [junit4]   2> 1347702 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_p4' using configuration from collection .system, trusted=true
   [junit4]   2> 1347703 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64376.solr.core..system.shard1.replica_p4' (registry 'solr.core..system.shard1.replica_p4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1347703 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1347703 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore [[.system_shard1_replica_p4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node1/.system_shard1_replica_p4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node1/./.system_shard1_replica_p4/data/]
   [junit4]   2> 1347704 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 1347705 WARN  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.ManagedIndexSchemaFactory Error persisting managed schema resource managed-schema
   [junit4]   2> org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /configs/.system/schema.xml
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:243)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:242)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.zkUgradeToManagedSchema(ManagedIndexSchemaFactory.java:349)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.upgradeToManagedSchema(ManagedIndexSchemaFactory.java:268)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:186)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1087)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1039)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:954)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:426)
   [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:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [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> 1347705 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using configuration from collection .system, trusted=true
   [junit4]   2> 1347706 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64378.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1347706 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1347706 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node2/.system_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node2/./.system_shard1_replica_n2/data/]
   [junit4]   2> 1347707 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, the non-managed schema /configs/.system/schema.xml no longer exists.
   [junit4]   2> 1347707 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using configuration from collection .system, trusted=true
   [junit4]   2> 1347708 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64377.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1347708 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1347708 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node3/.system_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node3/./.system_shard1_replica_n1/data/]
   [junit4]   2> 1347917 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1347917 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1347918 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1347918 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1347918 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 1347918 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1347919 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 1347919 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1347921 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 1347921 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.SolrIndexSearcher Opening [Searcher@6eb52217[.system_shard1_replica_p4] main]
   [junit4]   2> 1347921 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1347924 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 1347924 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ddaa46f[.system_shard1_replica_n2] main]
   [junit4]   2> 1347927 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 1347927 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1347927 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 1347928 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 1347939 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 1347940 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1347940 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 1347941 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1af6499a[.system_shard1_replica_n1] main]
   [junit4]   2> 1347942 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1347943 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 1347944 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1347944 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 1347945 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 1347945 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1347946 INFO  (searcherExecutor-5331-thread-1-processing-n:127.0.0.1:64376_solr x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore [.system_shard1_replica_p4] Registered new searcher Searcher@6eb52217[.system_shard1_replica_p4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1347947 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.ZkController .system_shard1_replica_p4 starting background replication from leader
   [junit4]   2> 1347947 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 1347948 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 1347949 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1347950 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1347951 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1347952 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 6 ms
   [junit4]   2> 1347952 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1347953 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589568306295078912
   [junit4]   2> 1347953 INFO  (searcherExecutor-5333-thread-1-processing-n:127.0.0.1:64377_solr x:.system_shard1_replica_n1 s:shard1 c:.system r:core_node3) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@1af6499a[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1347958 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 1347958 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 29 ms
   [junit4]   2> 1347959 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1347959 INFO  (searcherExecutor-5332-thread-1-processing-n:127.0.0.1:64378_solr x:.system_shard1_replica_n2 s:shard1 c:.system r:core_node5) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@3ddaa46f[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1347959 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589568306301370368
   [junit4]   2> 1347973 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9996ms
   [junit4]   2> 1348082 INFO  (zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348082 INFO  (zkCallback-4677-thread-3-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348082 INFO  (zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348082 INFO  (zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348082 INFO  (zkCallback-4675-thread-2-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348082 INFO  (zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348481 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1348481 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1348481 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64377/solr/.system_shard1_replica_n1/
   [junit4]   2> 1348481 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:64377/solr START replicas=[http://127.0.0.1:64378/solr/.system_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1348483 INFO  (qtp807108900-13980) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1348782 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:64377/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1348782 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1348782 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1348782 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1348787 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64377/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 1348899 INFO  (zkCallback-4677-thread-3-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348899 INFO  (zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348899 INFO  (zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348899 INFO  (zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348899 INFO  (zkCallback-4675-thread-2-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348899 INFO  (zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1348943 INFO  (indexFetcher-5346-thread-1) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down, skipping replication
   [junit4]   2> 1348952 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1348957 INFO  (qtp1980603209-13994) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2342
   [junit4]   2> 1348959 INFO  (qtp1951870733-13983) [n:127.0.0.1:64376_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL} status=0 QTime=2343
   [junit4]   2> 1348985 INFO  (qtp807108900-13977) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2370
   [junit4]   2> 1348991 INFO  (qtp1980603209-13991) [n:127.0.0.1:64377_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> 1349090 INFO  (zkCallback-4677-thread-3-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1349090 INFO  (zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1349090 INFO  (zkCallback-4675-thread-2-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1349090 INFO  (zkCallback-4673-thread-1-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1349090 INFO  (zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1349090 INFO  (zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1349992 INFO  (qtp1980603209-13991) [n:127.0.0.1:64377_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=1&replicationFactor=2&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=3727
   [junit4]   2> 1349997 INFO  (qtp1980603209-13997) [n:127.0.0.1:64377_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1349999 INFO  (qtp1951870733-13985) [n:127.0.0.1:64376_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 1350002 INFO  (qtp807108900-13981) [n:127.0.0.1:64378_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1350079 INFO  (TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[1E9017AB66D85A3B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAutoScalingConfig
   [junit4]   2> 1350080 INFO  (TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[1E9017AB66D85A3B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAutoScalingConfig
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestClusterStateProvider -Dtests.method=testAutoScalingConfig -Dtests.seed=1E9017AB66D85A3B -Dtests.slow=true -Dtests.locale=fr-FR -Dtests.timezone=America/Cayman -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.04s J1 | TestClusterStateProvider.testAutoScalingConfig <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
   [junit4]    >   "cluster-preferences":[{"maximize":"freedisk"}],
   [junit4]    >   "triggers":{".auto_add_replicas":{
   [junit4]    >       "name":".auto_add_replicas",
   [junit4]    >       "event":"nodeLost",
   [junit4]    >       "waitFor":30,
   [junit4]    >       "actions":[
   [junit4]    >         {
   [junit4]    >           "name":"auto_add_replicas_plan",
   [junit4]    >           "class":"solr.AutoAddReplicasPlanAction"},
   [junit4]    >         {
   [junit4]    >           "name":"execute_plan",
   [junit4]    >           "class":"solr.ExecutePlanAction"}],
   [junit4]    >       "enabled":true}},
   [junit4]    >   "listeners":{".auto_add_replicas.system":{
   [junit4]    >       "trigger":".auto_add_replicas",
   [junit4]    >       "afterAction":[],
   [junit4]    >       "stage":[
   [junit4]    >         "STARTED",
   [junit4]    >         "ABORTED",
   [junit4]    >         "SUCCEEDED",
   [junit4]    >         "FAILED",
   [junit4]    >         "BEFORE_ACTION",
   [junit4]    >         "AFTER_ACTION",
   [junit4]    >         "IGNORED"],
   [junit4]    >       "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
   [junit4]    >       "beforeAction":[]}},
   [junit4]    >   "properties":{}}> but was: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
   [junit4]    >   "cluster-preferences":[{"maximize":"freedisk"}],
   [junit4]    >   "triggers":{".auto_add_replicas":{
   [junit4]    >       "name":".auto_add_replicas",
   [junit4]    >       "event":"nodeLost",
   [junit4]    >       "waitFor":30,
   [junit4]    >       "actions":[
   [junit4]    >         {
   [junit4]    >           "name":"auto_add_replicas_plan",
   [junit4]    >           "class":"solr.AutoAddReplicasPlanAction"},
   [junit4]    >         {
   [junit4]    >           "name":"execute_plan",
   [junit4]    >           "class":"solr.ExecutePlanAction"}],
   [junit4]    >       "enabled":true}},
   [junit4]    >   "listeners":{".auto_add_replicas.system":{
   [junit4]    >       "trigger":".auto_add_replicas",
   [junit4]    >       "afterAction":[],
   [junit4]    >       "stage":[
   [junit4]    >         "STARTED",
   [junit4]    >         "ABORTED",
   [junit4]    >         "SUCCEEDED",
   [junit4]    >         "FAILED",
   [junit4]    >         "BEFORE_ACTION",
   [junit4]    >         "AFTER_ACTION",
   [junit4]    >         "IGNORED"],
   [junit4]    >       "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
   [junit4]    >       "beforeAction":[]}},
   [junit4]    >   "properties":{}}>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1E9017AB66D85A3B:21181403718EAADC]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig(TestClusterStateProvider.java:214)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1350107 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAddRemoveNode
   [junit4]   2> 1350109 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1350110 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f3b48db{/solr,null,AVAILABLE}
   [junit4]   2> 1350111 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@72da4a59{HTTP/1.1,[http/1.1]}{127.0.0.1:64405}
   [junit4]   2> 1350111 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.e.j.s.Server Started @1354416ms
   [junit4]   2> 1350111 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64405}
   [junit4]   2> 1350111 ERROR (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1350112 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1350113 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1350113 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1350113 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-14T11:47:50.047Z
   [junit4]   2> 1350115 INFO  (zkConnectionManagerCallback-4692-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1350115 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1350126 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64374/solr
   [junit4]   2> 1350128 INFO  (zkConnectionManagerCallback-4696-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1350133 INFO  (zkConnectionManagerCallback-4698-thread-1-processing-n:127.0.0.1:64405_solr) [n:127.0.0.1:64405_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1350146 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [n:127.0.0.1:64405_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1350151 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [n:127.0.0.1:64405_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1350155 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [n:127.0.0.1:64405_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64405_solr
   [junit4]   2> 1350157 INFO  (zkCallback-4689-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1350157 INFO  (zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1350157 INFO  (zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1350157 INFO  (zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1350158 INFO  (zkCallback-4697-thread-1-processing-n:127.0.0.1:64405_solr) [n:127.0.0.1:64405_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1350289 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [n:127.0.0.1:64405_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64405.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1350293 INFO  (OverseerCollectionConfigSetProcessor-99348018985304073-127.0.0.1:64376_solr-n_0000000000) [n:127.0.0.1:64376_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> 1350300 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [n:127.0.0.1:64405_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64405.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1350300 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [n:127.0.0.1:64405_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64405.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8de0fee
   [junit4]   2> 1350302 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [n:127.0.0.1:64405_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_1E9017AB66D85A3B-001/tempDir-001/node4/.
   [junit4]   2> 1350590 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@95b1cf2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1350590 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1252084085
   [junit4]   2> 1350591 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1350591 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c1254e9: rootName = solr_64377, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@362b3321
   [junit4]   2> 1350600 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1350600 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1dff9a7f: rootName = solr_64377, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6933c208
   [junit4]   2> 1350615 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1350615 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47bfa9a1: rootName = solr_64377, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2c307dca
   [junit4]   2> 1350618 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64377_solr
   [junit4]   2> 1350621 INFO  (zkCallback-4673-thread-2-processing-n:127.0.0.1:64377_solr) [n:127.0.0.1:64377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1350621 INFO  (zkCallback-4697-thread-1-processing-n:127.0.0.1:64405_solr) [n:127.0.0.1:64405_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1350621 INFO  (zkCallback-4689-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1350621 INFO  (zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1350621 INFO  (zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1350623 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1350624 INFO  (coreCloseExecutor-5357-thread-1) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3134184a
   [junit4]   2> 1350624 INFO  (coreCloseExecutor-5357-thread-1) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n1, tag=825497674
   [junit4]   2> 1350625 INFO  (coreCloseExecutor-5357-thread-1) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1092ee64: rootName = solr_64377, domain = solr.core..system.shard1.replica_n1, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1787b03b
   [junit4]   2> 1350634 INFO  (coreCloseExecutor-5357-thread-1) [n:127.0.0.1:64377_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=825497674
   [junit4]   2> 1350640 INFO  (zkCallback-4675-thread-1-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1350641 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f4c0986{/solr,null,UNAVAILABLE}
   [junit4]   2> 1350745 INFO  (zkCallback-4677-thread-2-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1350745 INFO  (zkCallback-4677-thread-3-processing-n:127.0.0.1:64376_solr) [n:127.0.0.1:64376_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1350745 INFO  (zkCallback-4675-thread-2-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1350745 INFO  (zkCallback-4675-thread-3-processing-n:127.0.0.1:64378_solr) [n:127.0.0.1:64378_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1350849 INFO  (TEST-TestClusterStateProvider.testAddRemoveNode-seed#[1E9017AB66D85A3B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAddRemoveNode
   [junit4]   2> 1350850 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1350854 INFO  (jetty-closer-4652-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@72da4a59{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1350855 INFO  (jetty-closer-4652-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1963168641
   [junit4]   2> 1350855 INFO  (jetty-closer-4652-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@38b2fb7d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1350856 INFO  (jetty-closer-4652-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1708789082
   [junit4]   2> 1350856 INFO  (jetty-closer-4652-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1350856 INFO  (jetty-closer-4652-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@60ff64ea: rootName = solr_64405, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@368c439b
   [junit4]   2> 1350860 INFO  (jetty-closer-4652-thread-2) [    ]

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

oscaling.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> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2892532 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1E9017AB66D85A3B]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:53294/, target: http://127.0.0.1:53295/
   [junit4]   2> 2892532 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1E9017AB66D85A3B]) [    ] o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:53271/, target: http://127.0.0.1:53272/
   [junit4]   2> 2892532 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1E9017AB66D85A3B]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:53301/, target: http://127.0.0.1:53302/
   [junit4]   2> 2892532 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[1E9017AB66D85A3B]) [    ] o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:53308/, target: http://127.0.0.1:53309/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=1E9017AB66D85A3B -Dtests.slow=true -Dtests.locale=mt-MT -Dtests.timezone=Europe/Saratov -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  161s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node5:{"core":"c8n_1x3_lf_shard1_replica_t2","base_url":"http://127.0.0.1:53308","node_name":"127.0.0.1:53308_","state":"active","type":"TLOG","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node4":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:53301",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t1",
   [junit4]    >           "node_name":"127.0.0.1:53301_",
   [junit4]    >           "type":"TLOG"},
   [junit4]    >         "core_node5":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t2",
   [junit4]    >           "base_url":"http://127.0.0.1:53308",
   [junit4]    >           "node_name":"127.0.0.1:53308_",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"TLOG",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node6":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t3",
   [junit4]    >           "base_url":"http://127.0.0.1:53294",
   [junit4]    >           "node_name":"127.0.0.1:53294_",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"TLOG"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"0",
   [junit4]    >   "tlogReplicas":"3"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1E9017AB66D85A3B:96C42871C82437C3]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1E9017AB66D85A3B-001
   [junit4]   2> Jan 14, 2018 12:13:32 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=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@35b12785), locale=mt-MT, timezone=Europe/Saratov
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=264553920,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsDirectoryTest, AnalyticsQueryTest, DocumentBuilderTest, TestAnalyzeInfixSuggestions, FullSolrCloudDistribCmdsTest, TestSimpleTextCodec, OverriddenZkACLAndCredentialsProvidersTest, TestUseDocValuesAsStored2, TestGroupingSearch, TestRetrieveFieldsOptimizer, TestLMJelinekMercerSimilarityFactory, ImplicitSnitchTest, TestConfigSets, TestConfigReload, SolrMetricsIntegrationTest, TestGenericDistributedQueue, HdfsUnloadDistributedZkTest, TestSolrXml, DataDrivenBlockJoinTest, TestCustomStream, TestCloudJSONFacetJoinDomain, TestMinMaxOnMultiValuedField, TestPerFieldSimilarity, BasicDistributedZk2Test, DocValuesNotIndexedTest, QueryEqualityTest, TestRemoteStreaming, TestSearchPerf, TestSolrCoreSnapshots, TestLocalFSCloudBackupRestore, SchemaVersionSpecificBehaviorTest, HLLUtilTest, TestJsonFacetRefinement, TestPullReplicaErrorHandling, TimeRoutedAliasUpdateProcessorTest, TestRandomRequestDistribution, TestInitParams, TestJettySolrRunner, TestHighFrequencyDictionaryFactory, LoggingHandlerTest, AtomicUpdatesTest, TestConfigSetsAPI, TestSolrCloudWithSecureImpersonation, TestReload, EnumFieldTest, TestHalfAndHalfDocValues, SolrMetricManagerTest, TermVectorComponentDistributedTest, TestNoOpRegenerator, ClassificationUpdateProcessorIntegrationTest, NodeAddedTriggerTest, TestMultiValuedNumericRangeQuery, TestJsonRequest, PreAnalyzedUpdateProcessorTest, BasicAuthStandaloneTest, BasicZkTest, TestSQLHandler, SOLR749Test, HdfsChaosMonkeyNothingIsSafeTest, TestSolrQueryParser, TestFileDictionaryLookup, TestSearcherReuse, TestSubQueryTransformerCrossCore, PreAnalyzedFieldManagedSchemaCloudTest, UtilsToolTest, UpdateParamsTest, AddSchemaFieldsUpdateProcessorFactoryTest, DistributedDebugComponentTest, TestHdfsBackupRestoreCore, CollectionsAPIDistributedZkTest, MBeansHandlerTest, EchoParamsTest, BitVectorTest, TestCustomSort, IndexSchemaRuntimeFieldTest, TestManagedSynonymFilterFactory, TestRequestStatusCollectionAPI, TlogReplayBufferedWhileIndexingTest, CdcrRequestHandlerTest, TestBackupRepositoryFactory, TestReqParamsAPI, DistributedQueueTest, StressHdfsTest, FullHLLTest, SolrCoreTest, TestElisionMultitermQuery, TestXmlQParserPlugin, ConcurrentDeleteAndCreateCollectionTest, TestNodeAddedTrigger, TestDynamicFieldResource, TestRawResponseWriter, OverseerModifyCollectionTest, TestSolrCLIRunExample, TestSystemIdResolver, CloudExitableDirectoryReaderTest, V2StandaloneTest, SmileWriterTest, ShardRoutingCustomTest, TestSolrJ, DistributedIntervalFacetingTest, LeaderElectionContextKeyTest, AnalysisErrorHandlingTest, TestLeaderElectionZkExpiry, TestSimpleTrackingShardHandler, CollectionStateFormat2Test, TestCloudPseudoReturnFields, SharedFSAutoReplicaFailoverTest, TestChildDocTransformer, TestWordDelimiterFilterFactory, TestStressReorder, HdfsDirectoryFactoryTest, SimplePostToolTest, TestRestManager, TestPayloadCheckQParserPlugin, LeaderFailureAfterFreshStartTest, TestSuggestSpellingConverter, WrapperMergePolicyFactoryTest, TestDistribStateManager, CacheHeaderTest, SearchHandlerTest, FileBasedSpellCheckerTest, TestObjectReleaseTracker, TestTlogReplica, InfixSuggestersTest, TestLegacyField, TestAuthorizationFramework, StatelessScriptUpdateProcessorFactoryTest, TestUninvertingReader, TestFieldCacheWithThreads, TestExtendedDismaxParser, ReplicationFactorTest, AnalysisAfterCoreReloadTest, HdfsCollectionsAPIDistributedZkTest, SolrCoreCheckLockOnStartupTest, PeerSyncTest, PolyFieldTest, TestRecoveryHdfs, DOMUtilTest, PluginInfoTest, TestLRUCache, TestLegacyNumericUtils, HighlighterMaxOffsetTest, TestDocSet, BlockJoinFacetSimpleTest, TestZkChroot, TestEmbeddedSolrServerConstructors, BadComponentTest, MigrateRouteKeyTest, ExecutePlanActionTest, PreAnalyzedFieldTest, CloneFieldUpdateProcessorFactoryTest, TestCloudDeleteByQuery, TestReplicaProperties, MetricsConfigTest, TestPolicyCloud, JsonLoaderTest, TestJavabinTupleStreamParser, UpdateLogTest, TestReloadAndDeleteDocs, DocValuesMultiTest, TestTrieFacet, TestClusterStateProvider, TestValueSourceCache, TestHttpShardHandlerFactory, TestBM25SimilarityFactory, DistributedFacetPivotSmallTest, TestSlowCompositeReaderWrapper, MetricUtilsTest, MoreLikeThisHandlerTest, UpdateRequestProcessorFactoryTest, HttpSolrCallGetCoreTest, SolrIndexMetricsTest, SaslZkACLProviderTest, TestConfig, LargeFieldTest, TestPolicyCloud, AliasIntegrationTest, DistributedQueryComponentCustomSortTest, DirectSolrSpellCheckerTest, HdfsThreadLeakTest, SuggestComponentContextFilterQueryTest, PingRequestHandlerTest, TestGeoJSONResponseWriter, PeerSyncReplicationTest, ChaosMonkeySafeLeaderTest, DeleteLastCustomShardedReplicaTest, SynonymTokenizerTest, FileUtilsTest, BasicDistributedZkTest, SolrCmdDistributorTest, QueryElevationComponentTest, TestSort, TestFunctionQuery, TestBadConfig, HighlighterTest, SoftAutoCommitTest, AssignTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConnectionManagerTest, CreateCollectionCleanupTest, CustomCollectionTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, HealthCheckHandlerTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [547/767 (2!)] on J1 in 161.56s, 1 test, 1 failure <<< FAILURES!

[...truncated 48837 lines...]