Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1448/

2 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([456CF5C9CB746056:7AE4F661DC2290B1]: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)


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

Error Message:
expected:<[{indexVersion=1515903644868,generation=2,filelist=[_64.fdt, _64.fdx, 
_64.fnm, _64.nvd, _64.nvm, _64.si, _64_FST50_0.doc, _64_FST50_0.tfp, _65.fdt, 
_65.fdx, _65.fnm, _65.nvd, _65.nvm, _65.si, _65_FST50_0.doc, _65_FST50_0.tfp, 
_66.fdt, _66.fdx, _66.fnm, _66.nvd, _66.nvm, _66.si, _66_FST50_0.doc, 
_66_FST50_0.tfp, _67.fdt, _67.fdx, _67.fnm, _67.nvd, _67.nvm, _67.si, 
_67_FST50_0.doc, _67_FST50_0.tfp, _68.fdt, _68.fdx, _68.fnm, _68.nvd, _68.nvm, 
_68.si, _68_FST50_0.doc, _68_FST50_0.tfp, _69.fdt, _69.fdx, _69.fnm, _69.nvd, 
_69.nvm, _69.si, _69_FST50_0.doc, _69_FST50_0.tfp, _6a.fdt, _6a.fdx, _6a.fnm, 
_6a.nvd, _6a.nvm, _6a.si, _6a_FST50_0.doc, _6a_FST50_0.tfp, _6b.fdt, _6b.fdx, 
_6b.fnm, _6b.nvd, _6b.nvm, _6b.si, _6b_FST50_0.doc, _6b_FST50_0.tfp, _6c.fdt, 
_6c.fdx, _6c.fnm, _6c.nvd, _6c.nvm, _6c.si, _6c_FST50_0.doc, _6c_FST50_0.tfp, 
_6d.fdt, _6d.fdx, _6d.fnm, _6d.nvd, _6d.nvm, _6d.si, _6d_FST50_0.doc, 
_6d_FST50_0.tfp, _6e.fdt, _6e.fdx, _6e.fnm, _6e.nvd, _6e.nvm, _6e.si, 
_6e_FST50_0.doc, _6e_FST50_0.tfp, _6g.fdt, _6g.fdx, _6g.fnm, _6g.nvd, _6g.nvm, 
_6g.si, _6g_FST50_0.doc, _6g_FST50_0.tfp, _6h.fdt, _6h.fdx, _6h.fnm, _6h.nvd, 
_6h.nvm, _6h.si, _6h_FST50_0.doc, _6h_FST50_0.tfp, _6i.fdt, _6i.fdx, _6i.fnm, 
_6i.nvd, _6i.nvm, _6i.si, _6i_FST50_0.doc, _6i_FST50_0.tfp, _6j.fdt, _6j.fdx, 
_6j.fnm, _6j.nvd, _6j.nvm, _6j.si, _6j_FST50_0.doc, _6j_FST50_0.tfp, 
segments_2]}]> but 
was:<[{indexVersion=1515903644868,generation=2,filelist=[_64.fdt, _64.fdx, 
_64.fnm, _64.nvd, _64.nvm, _64.si, _64_FST50_0.doc, _64_FST50_0.tfp, _65.fdt, 
_65.fdx, _65.fnm, _65.nvd, _65.nvm, _65.si, _65_FST50_0.doc, _65_FST50_0.tfp, 
_66.fdt, _66.fdx, _66.fnm, _66.nvd, _66.nvm, _66.si, _66_FST50_0.doc, 
_66_FST50_0.tfp, _67.fdt, _67.fdx, _67.fnm, _67.nvd, _67.nvm, _67.si, 
_67_FST50_0.doc, _67_FST50_0.tfp, _68.fdt, _68.fdx, _68.fnm, _68.nvd, _68.nvm, 
_68.si, _68_FST50_0.doc, _68_FST50_0.tfp, _69.fdt, _69.fdx, _69.fnm, _69.nvd, 
_69.nvm, _69.si, _69_FST50_0.doc, _69_FST50_0.tfp, _6a.fdt, _6a.fdx, _6a.fnm, 
_6a.nvd, _6a.nvm, _6a.si, _6a_FST50_0.doc, _6a_FST50_0.tfp, _6b.fdt, _6b.fdx, 
_6b.fnm, _6b.nvd, _6b.nvm, _6b.si, _6b_FST50_0.doc, _6b_FST50_0.tfp, _6c.fdt, 
_6c.fdx, _6c.fnm, _6c.nvd, _6c.nvm, _6c.si, _6c_FST50_0.doc, _6c_FST50_0.tfp, 
_6d.fdt, _6d.fdx, _6d.fnm, _6d.nvd, _6d.nvm, _6d.si, _6d_FST50_0.doc, 
_6d_FST50_0.tfp, _6e.fdt, _6e.fdx, _6e.fnm, _6e.nvd, _6e.nvm, _6e.si, 
_6e_FST50_0.doc, _6e_FST50_0.tfp, _6g.fdt, _6g.fdx, _6g.fnm, _6g.nvd, _6g.nvm, 
_6g.si, _6g_FST50_0.doc, _6g_FST50_0.tfp, _6h.fdt, _6h.fdx, _6h.fnm, _6h.nvd, 
_6h.nvm, _6h.si, _6h_FST50_0.doc, _6h_FST50_0.tfp, _6i.fdt, _6i.fdx, _6i.fnm, 
_6i.nvd, _6i.nvm, _6i.si, _6i_FST50_0.doc, _6i_FST50_0.tfp, _6j.fdt, _6j.fdx, 
_6j.fnm, _6j.nvd, _6j.nvm, _6j.si, _6j_FST50_0.doc, _6j_FST50_0.tfp, 
segments_2]}, {indexVersion=1515903644868,generation=3,filelist=[_6e.fdt, 
_6e.fdx, _6e.fnm, _6e.nvd, _6e.nvm, _6e.si, _6e_FST50_0.doc, _6e_FST50_0.tfp, 
_6f.fdt, _6f.fdx, _6f.fnm, _6f.nvd, _6f.nvm, _6f.si, _6f_FST50_0.doc, 
_6f_FST50_0.tfp, _6g.fdt, _6g.fdx, _6g.fnm, _6g.nvd, _6g.nvm, _6g.si, 
_6g_FST50_0.doc, _6g_FST50_0.tfp, _6h.fdt, _6h.fdx, _6h.fnm, _6h.nvd, _6h.nvm, 
_6h.si, _6h_FST50_0.doc, _6h_FST50_0.tfp, _6i.fdt, _6i.fdx, _6i.fnm, _6i.nvd, 
_6i.nvm, _6i.si, _6i_FST50_0.doc, _6i_FST50_0.tfp, _6j.fdt, _6j.fdx, _6j.fnm, 
_6j.nvd, _6j.nvm, _6j.si, _6j_FST50_0.doc, _6j_FST50_0.tfp, segments_3]}]>

Stack Trace:
java.lang.AssertionError: 
expected:<[{indexVersion=1515903644868,generation=2,filelist=[_64.fdt, _64.fdx, 
_64.fnm, _64.nvd, _64.nvm, _64.si, _64_FST50_0.doc, _64_FST50_0.tfp, _65.fdt, 
_65.fdx, _65.fnm, _65.nvd, _65.nvm, _65.si, _65_FST50_0.doc, _65_FST50_0.tfp, 
_66.fdt, _66.fdx, _66.fnm, _66.nvd, _66.nvm, _66.si, _66_FST50_0.doc, 
_66_FST50_0.tfp, _67.fdt, _67.fdx, _67.fnm, _67.nvd, _67.nvm, _67.si, 
_67_FST50_0.doc, _67_FST50_0.tfp, _68.fdt, _68.fdx, _68.fnm, _68.nvd, _68.nvm, 
_68.si, _68_FST50_0.doc, _68_FST50_0.tfp, _69.fdt, _69.fdx, _69.fnm, _69.nvd, 
_69.nvm, _69.si, _69_FST50_0.doc, _69_FST50_0.tfp, _6a.fdt, _6a.fdx, _6a.fnm, 
_6a.nvd, _6a.nvm, _6a.si, _6a_FST50_0.doc, _6a_FST50_0.tfp, _6b.fdt, _6b.fdx, 
_6b.fnm, _6b.nvd, _6b.nvm, _6b.si, _6b_FST50_0.doc, _6b_FST50_0.tfp, _6c.fdt, 
_6c.fdx, _6c.fnm, _6c.nvd, _6c.nvm, _6c.si, _6c_FST50_0.doc, _6c_FST50_0.tfp, 
_6d.fdt, _6d.fdx, _6d.fnm, _6d.nvd, _6d.nvm, _6d.si, _6d_FST50_0.doc, 
_6d_FST50_0.tfp, _6e.fdt, _6e.fdx, _6e.fnm, _6e.nvd, _6e.nvm, _6e.si, 
_6e_FST50_0.doc, _6e_FST50_0.tfp, _6g.fdt, _6g.fdx, _6g.fnm, _6g.nvd, _6g.nvm, 
_6g.si, _6g_FST50_0.doc, _6g_FST50_0.tfp, _6h.fdt, _6h.fdx, _6h.fnm, _6h.nvd, 
_6h.nvm, _6h.si, _6h_FST50_0.doc, _6h_FST50_0.tfp, _6i.fdt, _6i.fdx, _6i.fnm, 
_6i.nvd, _6i.nvm, _6i.si, _6i_FST50_0.doc, _6i_FST50_0.tfp, _6j.fdt, _6j.fdx, 
_6j.fnm, _6j.nvd, _6j.nvm, _6j.si, _6j_FST50_0.doc, _6j_FST50_0.tfp, 
segments_2]}]> but 
was:<[{indexVersion=1515903644868,generation=2,filelist=[_64.fdt, _64.fdx, 
_64.fnm, _64.nvd, _64.nvm, _64.si, _64_FST50_0.doc, _64_FST50_0.tfp, _65.fdt, 
_65.fdx, _65.fnm, _65.nvd, _65.nvm, _65.si, _65_FST50_0.doc, _65_FST50_0.tfp, 
_66.fdt, _66.fdx, _66.fnm, _66.nvd, _66.nvm, _66.si, _66_FST50_0.doc, 
_66_FST50_0.tfp, _67.fdt, _67.fdx, _67.fnm, _67.nvd, _67.nvm, _67.si, 
_67_FST50_0.doc, _67_FST50_0.tfp, _68.fdt, _68.fdx, _68.fnm, _68.nvd, _68.nvm, 
_68.si, _68_FST50_0.doc, _68_FST50_0.tfp, _69.fdt, _69.fdx, _69.fnm, _69.nvd, 
_69.nvm, _69.si, _69_FST50_0.doc, _69_FST50_0.tfp, _6a.fdt, _6a.fdx, _6a.fnm, 
_6a.nvd, _6a.nvm, _6a.si, _6a_FST50_0.doc, _6a_FST50_0.tfp, _6b.fdt, _6b.fdx, 
_6b.fnm, _6b.nvd, _6b.nvm, _6b.si, _6b_FST50_0.doc, _6b_FST50_0.tfp, _6c.fdt, 
_6c.fdx, _6c.fnm, _6c.nvd, _6c.nvm, _6c.si, _6c_FST50_0.doc, _6c_FST50_0.tfp, 
_6d.fdt, _6d.fdx, _6d.fnm, _6d.nvd, _6d.nvm, _6d.si, _6d_FST50_0.doc, 
_6d_FST50_0.tfp, _6e.fdt, _6e.fdx, _6e.fnm, _6e.nvd, _6e.nvm, _6e.si, 
_6e_FST50_0.doc, _6e_FST50_0.tfp, _6g.fdt, _6g.fdx, _6g.fnm, _6g.nvd, _6g.nvm, 
_6g.si, _6g_FST50_0.doc, _6g_FST50_0.tfp, _6h.fdt, _6h.fdx, _6h.fnm, _6h.nvd, 
_6h.nvm, _6h.si, _6h_FST50_0.doc, _6h_FST50_0.tfp, _6i.fdt, _6i.fdx, _6i.fnm, 
_6i.nvd, _6i.nvm, _6i.si, _6i_FST50_0.doc, _6i_FST50_0.tfp, _6j.fdt, _6j.fdx, 
_6j.fnm, _6j.nvd, _6j.nvm, _6j.si, _6j_FST50_0.doc, _6j_FST50_0.tfp, 
segments_2]}, {indexVersion=1515903644868,generation=3,filelist=[_6e.fdt, 
_6e.fdx, _6e.fnm, _6e.nvd, _6e.nvm, _6e.si, _6e_FST50_0.doc, _6e_FST50_0.tfp, 
_6f.fdt, _6f.fdx, _6f.fnm, _6f.nvd, _6f.nvm, _6f.si, _6f_FST50_0.doc, 
_6f_FST50_0.tfp, _6g.fdt, _6g.fdx, _6g.fnm, _6g.nvd, _6g.nvm, _6g.si, 
_6g_FST50_0.doc, _6g_FST50_0.tfp, _6h.fdt, _6h.fdx, _6h.fnm, _6h.nvd, _6h.nvm, 
_6h.si, _6h_FST50_0.doc, _6h_FST50_0.tfp, _6i.fdt, _6i.fdx, _6i.fnm, _6i.nvd, 
_6i.nvm, _6i.si, _6i_FST50_0.doc, _6i_FST50_0.tfp, _6j.fdt, _6j.fdx, _6j.fnm, 
_6j.nvd, _6j.nvm, _6j.si, _6j_FST50_0.doc, _6j_FST50_0.tfp, segments_3]}]>
        at 
__randomizedtesting.SeedInfo.seed([456CF5C9CB746056:60BBEEF9BB3C6E55]: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.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1277)
        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 13043 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/init-core-data-001
   [junit4]   2> 1770090 WARN  
(SUITE-TestClusterStateProvider-seed#[456CF5C9CB746056]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1770135 INFO  
(SUITE-TestClusterStateProvider-seed#[456CF5C9CB746056]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1770136 INFO  
(SUITE-TestClusterStateProvider-seed#[456CF5C9CB746056]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1770136 INFO  
(SUITE-TestClusterStateProvider-seed#[456CF5C9CB746056]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1770137 INFO  
(SUITE-TestClusterStateProvider-seed#[456CF5C9CB746056]-worker) [    ] 
o.a.s.c.a.s.TestClusterStateProvider ####### Using simulated components? true
   [junit4]   2> 1770137 INFO  
(SUITE-TestClusterStateProvider-seed#[456CF5C9CB746056]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/tempDir-001
   [junit4]   2> 1770137 INFO  
(SUITE-TestClusterStateProvider-seed#[456CF5C9CB746056]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1770137 INFO  (Thread-852) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1770137 INFO  (Thread-852) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1770184 ERROR (Thread-852) [    ] 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> 1770237 INFO  
(SUITE-TestClusterStateProvider-seed#[456CF5C9CB746056]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35600
   [junit4]   2> 1770239 INFO  (zkConnectionManagerCallback-1727-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1770242 INFO  (jetty-launcher-1724-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1770242 INFO  (jetty-launcher-1724-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1770242 INFO  (jetty-launcher-1724-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1770243 INFO  (jetty-launcher-1724-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@32f20dc9{/solr,null,AVAILABLE}
   [junit4]   2> 1770243 INFO  (jetty-launcher-1724-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5e9ff51a{/solr,null,AVAILABLE}
   [junit4]   2> 1770244 INFO  (jetty-launcher-1724-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b286bf2{/solr,null,AVAILABLE}
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@510511b2{HTTP/1.1,[http/1.1]}{127.0.0.1:44301}
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@240ca53d{HTTP/1.1,[http/1.1]}{127.0.0.1:39455}
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-1) [    ] 
o.e.j.s.Server Started @1785675ms
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-3) [    ] 
o.e.j.s.Server Started @1785675ms
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44301}
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39455}
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@161340b1{HTTP/1.1,[http/1.1]}{127.0.0.1:41593}
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-2) [    ] 
o.e.j.s.Server Started @1785675ms
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41593}
   [junit4]   2> 1770247 ERROR (jetty-launcher-1724-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1770247 ERROR (jetty-launcher-1724-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1770247 ERROR (jetty-launcher-1724-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T03:36:18.501Z
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T03:36:18.501Z
   [junit4]   2> 1770247 INFO  (jetty-launcher-1724-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T03:36:18.501Z
   [junit4]   2> 1770265 INFO  (zkConnectionManagerCallback-1730-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1770265 INFO  (zkConnectionManagerCallback-1731-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1770265 INFO  (zkConnectionManagerCallback-1733-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1770265 INFO  (jetty-launcher-1724-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1770265 INFO  (jetty-launcher-1724-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1770265 INFO  (jetty-launcher-1724-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1770290 INFO  (jetty-launcher-1724-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35600/solr
   [junit4]   2> 1770290 INFO  (jetty-launcher-1724-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35600/solr
   [junit4]   2> 1770291 INFO  (jetty-launcher-1724-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35600/solr
   [junit4]   2> 1770291 INFO  (zkConnectionManagerCallback-1740-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1770292 INFO  (zkConnectionManagerCallback-1742-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1770294 INFO  (zkConnectionManagerCallback-1745-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1770295 INFO  
(zkConnectionManagerCallback-1747-thread-1-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1770295 INFO  
(zkConnectionManagerCallback-1749-thread-1-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1770295 INFO  
(zkConnectionManagerCallback-1751-thread-1-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1770546 INFO  (jetty-launcher-1724-thread-2) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1770546 INFO  (jetty-launcher-1724-thread-3) 
[n:127.0.0.1:39455_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1770546 INFO  (jetty-launcher-1724-thread-2) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41593_solr
   [junit4]   2> 1770547 INFO  (jetty-launcher-1724-thread-3) 
[n:127.0.0.1:39455_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39455_solr
   [junit4]   2> 1770547 INFO  (jetty-launcher-1724-thread-2) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.Overseer Overseer 
(id=99346086519898121-127.0.0.1:41593_solr-n_0000000000) starting
   [junit4]   2> 1770561 INFO  
(zkCallback-1750-thread-1-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1770561 INFO  
(zkCallback-1748-thread-1-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1770563 INFO  (jetty-launcher-1724-thread-1) 
[n:127.0.0.1:44301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1770574 INFO  (jetty-launcher-1724-thread-1) 
[n:127.0.0.1:44301_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1770576 INFO  (jetty-launcher-1724-thread-2) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41593_solr
   [junit4]   2> 1770576 INFO  (jetty-launcher-1724-thread-1) 
[n:127.0.0.1:44301_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44301_solr
   [junit4]   2> 1770589 INFO  
(zkCallback-1748-thread-1-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1770621 INFO  
(zkCallback-1748-thread-1-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1770621 INFO  
(zkCallback-1746-thread-1-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 1770621 INFO  
(zkCallback-1750-thread-1-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 1770946 INFO  (jetty-launcher-1724-thread-1) 
[n:127.0.0.1:44301_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44301.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1770967 INFO  (jetty-launcher-1724-thread-3) 
[n:127.0.0.1:39455_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39455.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1770967 INFO  (jetty-launcher-1724-thread-2) 
[n:127.0.0.1:41593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41593.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1770983 INFO  (jetty-launcher-1724-thread-1) 
[n:127.0.0.1:44301_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44301.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1770983 INFO  (jetty-launcher-1724-thread-1) 
[n:127.0.0.1:44301_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44301.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1770983 INFO  (jetty-launcher-1724-thread-3) 
[n:127.0.0.1:39455_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39455.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1770983 INFO  (jetty-launcher-1724-thread-3) 
[n:127.0.0.1:39455_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39455.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1770984 INFO  (jetty-launcher-1724-thread-1) 
[n:127.0.0.1:44301_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/tempDir-001/node1/.
   [junit4]   2> 1770984 INFO  (jetty-launcher-1724-thread-3) 
[n:127.0.0.1:39455_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/tempDir-001/node3/.
   [junit4]   2> 1770992 INFO  (jetty-launcher-1724-thread-2) 
[n:127.0.0.1:41593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41593.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1770992 INFO  (jetty-launcher-1724-thread-2) 
[n:127.0.0.1:41593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41593.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1770993 INFO  (jetty-launcher-1724-thread-2) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/tempDir-001/node2/.
   [junit4]   2> 1771122 INFO  (zkConnectionManagerCallback-1759-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1771124 INFO  (zkConnectionManagerCallback-1763-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1771136 INFO  
(SUITE-TestClusterStateProvider-seed#[456CF5C9CB746056]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1771137 INFO  
(SUITE-TestClusterStateProvider-seed#[456CF5C9CB746056]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35600/solr ready
   [junit4]   2> 1771141 INFO  (qtp141082257-5701) [n:127.0.0.1:41593_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> 1771153 INFO  
(OverseerThreadFactory-2133-thread-1-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 1771258 INFO  
(OverseerStateUpdate-99346086519898121-127.0.0.1:41593_solr-n_0000000000) 
[n:127.0.0.1:41593_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:44301/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1771259 INFO  
(OverseerStateUpdate-99346086519898121-127.0.0.1:41593_solr-n_0000000000) 
[n:127.0.0.1:41593_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:39455/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1771261 INFO  
(OverseerStateUpdate-99346086519898121-127.0.0.1:41593_solr-n_0000000000) 
[n:127.0.0.1:41593_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:41593/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1771464 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1771464 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1771465 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1771466 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1771466 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1771466 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1771598 INFO  
(zkCallback-1748-thread-1-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_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> 1771598 INFO  
(zkCallback-1750-thread-1-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_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> 1771598 INFO  
(zkCallback-1746-thread-1-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_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> 1771598 INFO  
(zkCallback-1748-thread-2-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_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> 1771598 INFO  
(zkCallback-1750-thread-2-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_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> 1771599 INFO  
(zkCallback-1746-thread-2-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_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> 1772491 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772495 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772497 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772524 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772525 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/.system/managed-schema
   [junit4]   2> 1772527 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772528 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772542 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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, renamed the non-managed schema /configs/.system/schema.xml to 
/configs/.system/schema.xml.bak
   [junit4]   2> 1772543 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772579 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44301.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1772580 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1772580 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/tempDir-001/node1/.system_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/tempDir-001/node1/./.system_shard1_replica_n1/data/]
   [junit4]   2> 1772583 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772598 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772598 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772599 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41593.solr.core..system.shard1.replica_p4' (registry 
'solr.core..system.shard1.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1772599 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1772599 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/tempDir-001/node2/.system_shard1_replica_p4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/tempDir-001/node2/./.system_shard1_replica_p4/data/]
   [junit4]   2> 1772685 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772688 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772688 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772688 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39455.solr.core..system.shard1.replica_n2' (registry 
'solr.core..system.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1772689 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1772689 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/tempDir-001/node3/.system_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/tempDir-001/node3/./.system_shard1_replica_n2/data/]
   [junit4]   2> 1772766 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772766 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772766 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1772766 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772767 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772767 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1772767 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@160fa285[.system_shard1_replica_p4] 
main]
   [junit4]   2> 1772768 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772768 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5c5076e3[.system_shard1_replica_n1] 
main]
   [junit4]   2> 1772768 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772776 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772777 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772777 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772777 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772777 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772777 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772777 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1772778 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772778 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1772778 INFO  
(searcherExecutor-2141-thread-1-processing-n:127.0.0.1:41593_solr 
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:41593_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@160fa285[.system_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1772779 INFO  
(searcherExecutor-2140-thread-1-processing-n:127.0.0.1:44301_solr 
x:.system_shard1_replica_n1 s:shard1 c:.system r:core_node3) 
[n:127.0.0.1:44301_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@5c5076e3[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1772779 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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 
1589537387087659008
   [junit4]   2> 1772779 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772783 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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=9999ms
   [junit4]   2> 1772797 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772797 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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> 1772824 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772824 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772825 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772825 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1772826 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@613f52da[.system_shard1_replica_n2] 
main]
   [junit4]   2> 1772827 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772827 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772827 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772827 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772828 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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> 1772829 INFO  
(searcherExecutor-2142-thread-1-processing-n:127.0.0.1:39455_solr 
x:.system_shard1_replica_n2 s:shard1 c:.system r:core_node5) 
[n:127.0.0.1:39455_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@613f52da[.system_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1772829 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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 
1589537387140087808
   [junit4]   2> 1772902 INFO  
(zkCallback-1748-thread-2-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_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> 1772902 INFO  
(zkCallback-1748-thread-1-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_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> 1772902 INFO  
(zkCallback-1746-thread-2-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_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> 1772902 INFO  
(zkCallback-1750-thread-3-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_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> 1772902 INFO  
(zkCallback-1750-thread-2-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_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> 1772902 INFO  
(zkCallback-1746-thread-1-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_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> 1773284 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1773284 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1773284 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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:44301/solr/.system_shard1_replica_n1/
   [junit4]   2> 1773284 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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:44301/solr START 
replicas=[http://127.0.0.1:39455/solr/.system_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1773288 INFO  (qtp414067309-5708) [n:127.0.0.1:39455_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> 1773584 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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:44301/solr DONE.  
We have no versions.  sync failed.
   [junit4]   2> 1773585 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1773585 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1773585 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1773587 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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:44301/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 1773688 INFO  
(zkCallback-1748-thread-1-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_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> 1773688 INFO  
(zkCallback-1750-thread-2-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_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> 1773688 INFO  
(zkCallback-1746-thread-1-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_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> 1773688 INFO  
(zkCallback-1748-thread-2-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_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> 1773688 INFO  
(zkCallback-1746-thread-2-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_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> 1773688 INFO  
(zkCallback-1750-thread-3-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_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> 1773710 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_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> 1773738 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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> 1773739 INFO  (qtp396500297-5702) [n:127.0.0.1:44301_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=2274
   [junit4]   2> 1773803 INFO  (qtp141082257-5695) [n:127.0.0.1:41593_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=2338
   [junit4]   2> 1773841 INFO  (qtp414067309-5704) [n:127.0.0.1:39455_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=2375
   [junit4]   2> 1773844 INFO  (qtp141082257-5701) [n:127.0.0.1:41593_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> 1773942 INFO  
(zkCallback-1748-thread-1-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_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> 1773942 INFO  
(zkCallback-1746-thread-2-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_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> 1773942 INFO  
(zkCallback-1746-thread-1-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_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> 1773942 INFO  
(zkCallback-1750-thread-3-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_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> 1773942 INFO  
(zkCallback-1750-thread-2-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_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> 1773942 INFO  
(zkCallback-1748-thread-2-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_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> 1774844 INFO  (qtp141082257-5701) [n:127.0.0.1:41593_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=3703
   [junit4]   2> 1774847 INFO  (qtp141082257-5714) [n:127.0.0.1:41593_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> 1774849 INFO  (qtp396500297-5709) [n:127.0.0.1:44301_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> 1774852 INFO  (qtp414067309-5712) [n:127.0.0.1:39455_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> 1775128 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testAddRemoveNode
   [junit4]   2> 1775129 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1775133 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7c2bcc83{/solr,null,AVAILABLE}
   [junit4]   2> 1775133 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.e.j.s.AbstractConnector Started 
ServerConnector@3e5e313e{HTTP/1.1,[http/1.1]}{127.0.0.1:34082}
   [junit4]   2> 1775133 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.e.j.s.Server Started @1790562ms
   [junit4]   2> 1775133 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34082}
   [junit4]   2> 1775133 ERROR 
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1775133 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1775134 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1775134 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1775134 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T03:36:23.388Z
   [junit4]   2> 1775143 INFO  (zkConnectionManagerCallback-1765-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775144 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1775162 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35600/solr
   [junit4]   2> 1775163 INFO  
(OverseerCollectionConfigSetProcessor-99346086519898121-127.0.0.1:41593_solr-n_0000000000)
 [n:127.0.0.1:41593_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> 1775236 INFO  (zkConnectionManagerCallback-1769-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775349 INFO  
(zkConnectionManagerCallback-1771-thread-1-processing-n:127.0.0.1:34082_solr) 
[n:127.0.0.1:34082_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1775353 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) 
[n:127.0.0.1:34082_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1775354 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) 
[n:127.0.0.1:34082_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1775356 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) 
[n:127.0.0.1:34082_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34082_solr
   [junit4]   2> 1775356 INFO  
(zkCallback-1748-thread-2-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1775356 INFO  
(zkCallback-1750-thread-2-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1775357 INFO  
(zkCallback-1770-thread-1-processing-n:127.0.0.1:34082_solr) 
[n:127.0.0.1:34082_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1775369 INFO  
(zkCallback-1746-thread-1-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1775369 INFO  (zkCallback-1762-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1775480 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) 
[n:127.0.0.1:34082_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34082.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1775500 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) 
[n:127.0.0.1:34082_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34082.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1775500 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) 
[n:127.0.0.1:34082_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34082.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@56bb7943
   [junit4]   2> 1775501 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) 
[n:127.0.0.1:34082_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_456CF5C9CB746056-001/tempDir-001/node4/.
   [junit4]   2> 1775799 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Last replication failed, so 
I'll force replication
   [junit4]   2> 1775799 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:44301/solr/.system_shard1_replica_n1/
   [junit4]   2> 1775800 INFO  (qtp396500297-5713) [n:127.0.0.1:44301_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.S.Request 
[.system_shard1_replica_n1]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1775804 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1775804 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1775805 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1775805 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1775805 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher New index in Master. Deleting 
mine...
   [junit4]   2> 1775812 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1775812 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2faff5e4 commitCommandVersion:0
   [junit4]   2> 1775829 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fe63073[.system_shard1_replica_p4] main]
   [junit4]   2> 1775829 INFO  (indexFetcher-2152-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1775926 INFO  
(searcherExecutor-2141-thread-1-processing-n:127.0.0.1:41593_solr 
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:41593_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@fe63073[.system_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1775940 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.e.j.s.AbstractConnector Stopped 
ServerConnector@161340b1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1775941 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1159489878
   [junit4]   2> 1775941 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1775941 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4e15b0a6: rootName = 
solr_41593, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@6c13995
   [junit4]   2> 1775947 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1775947 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c52ea2: rootName = 
solr_41593, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@14848a6b
   [junit4]   2> 1775963 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1775963 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6941b02a: rootName = 
solr_41593, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@48cd7e6a
   [junit4]   2> 1775964 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41593_solr
   [junit4]   2> 1775985 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1775985 INFO  
(zkCallback-1770-thread-1-processing-n:127.0.0.1:34082_solr) 
[n:127.0.0.1:34082_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 1775986 INFO  
(zkCallback-1748-thread-2-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 1775986 INFO  
(zkCallback-1746-thread-1-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 1775986 INFO  
(zkCallback-1750-thread-2-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 1775987 INFO  
(zkCallback-1748-thread-1-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_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> 1775987 INFO  
(zkCallback-1750-thread-3-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_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> 1775987 INFO  
(zkCallback-1750-thread-1-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_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> 1775987 INFO  
(zkCallback-1746-thread-2-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_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> 1776006 INFO  
(zkCallback-1748-thread-3-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_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> 1776006 INFO  (coreCloseExecutor-2166-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.c.SolrCore [.system_shard1_replica_p4]  
CLOSING SolrCore org.apache.solr.core.SolrCore@475486b7
   [junit4]   2> 1776006 INFO  (coreCloseExecutor-2166-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core..system.shard1.replica_p4, tag=1196721847
   [junit4]   2> 1776007 INFO  (coreCloseExecutor-2166-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5b5a9d70: rootName = 
solr_41593, domain = solr.core..system.shard1.replica_p4, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_p4 / 
com.codahale.metrics.MetricRegistry@2a2ea5b4
   [junit4]   2> 1776013 INFO  (coreCloseExecutor-2166-thread-1) 
[n:127.0.0.1:41593_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=1196721847
   [junit4]   2> 1776038 INFO  
(zkCallback-1746-thread-3-processing-n:127.0.0.1:44301_solr) 
[n:127.0.0.1:44301_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> 1776022 INFO  (zkCallback-1762-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1776042 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.c.Overseer Overseer 
(id=99346086519898121-127.0.0.1:41593_solr-n_0000000000) closing
   [junit4]   2> 1776043 WARN  
(OverseerAutoScalingTriggerThread-99346086519898121-127.0.0.1:41593_solr-n_0000000000)
 [n:127.0.0.1:41593_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1776100 INFO  
(OverseerStateUpdate-99346086519898121-127.0.0.1:41593_solr-n_0000000000) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:41593_solr
   [junit4]   2> 1776121 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b286bf2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1776131 INFO  
(zkCallback-1748-thread-3-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39455_solr
   [junit4]   2> 1776153 INFO  
(zkCallback-1748-thread-3-processing-n:127.0.0.1:39455_solr) 
[n:127.0.0.1:39455_solr    ] o.a.s.c.Overseer Overseer 
(id=99346086519898119-127.0.0.1:39455_solr-n_0000000001) starting
   [junit4]   2> 1776376 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[456CF5C9CB746056]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testAddRemoveNode
   [junit4]   2> 1776464 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[456CF5C9CB746056]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testAutoScalingConfig
   [junit4]   2> 1776467 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[456CF5C9CB746056]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testAutoScalingConfig
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestClusterStateProvider -Dtests.method=testAutoScalingConfig 
-Dtests.seed=456CF5C9CB746056 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=es-VE -Dtests.timezone=America/Hermosillo -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.09s J2 | 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([456CF5C9CB746056:7AE4F661DC2290B1]: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> 1776483 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 1776504 INFO  (jetty-closer-1725-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@510511b2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1776504 INFO  (jetty-closer-1725-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2073998139
   [junit4]   2> 1776505 INFO  (jetty-closer-1725-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1776505 INFO  (jetty-closer-1725-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.

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

tReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending doTestStopPoll
   [junit4]   2> 4518426 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7702dd43{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4518426 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1182812762
   [junit4]   2> 4518427 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 4518427 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@61b6ed80: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@46a7f77e
   [junit4]   2> 4518442 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 4518442 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@78c8f6ef: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@35217509
   [junit4]   2> 4518445 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 4518445 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@af51eba: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@5176300f
   [junit4]   2> 4518499 INFO  (coreCloseExecutor-6533-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@38a0351e
   [junit4]   2> 4518499 INFO  (coreCloseExecutor-6533-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=950023454
   [junit4]   2> 4518499 INFO  (coreCloseExecutor-6533-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@19263a8b: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4ce5afa1
   [junit4]   2> 4518651 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4fea49d4{/solr,null,UNAVAILABLE}
   [junit4]   2> 4518734 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@3367bd36{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4518734 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=723761046
   [junit4]   2> 4518750 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 4518750 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@f1cece9: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5dc2932f
   [junit4]   2> 4518808 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 4518808 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@32637930: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@35217509
   [junit4]   2> 4518845 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 4518845 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@751fd5a6: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@5176300f
   [junit4]   2> 4518901 INFO  (coreCloseExecutor-6535-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@bd9d4d5
   [junit4]   2> 4518921 INFO  (coreCloseExecutor-6535-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=198825173
   [junit4]   2> 4518921 INFO  (coreCloseExecutor-6535-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@56e75e4c: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@cd08059
   [junit4]   2> 4519067 INFO  
(TEST-TestReplicationHandler.doTestStopPoll-seed#[456CF5C9CB746056]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7f89410e{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_456CF5C9CB746056-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {name=FST50, 
id=FST50, newname=FST50}, docValues:{}, maxPointsInLeafNode=1131, 
maxMBSortInHeap=7.701995861154797, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@755b69e8),
 locale=es-UY, timezone=Europe/Prague
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=313930328,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkAclsWithHadoopAuth, 
TestSubQueryTransformerDistrib, BadCopyFieldTest, 
PathHierarchyTokenizerFactoryTest, TestGraphTermsQParserPlugin, 
OutputWriterTest, TestRemoteStreaming, MoveReplicaTest, 
SpatialHeatmapFacetsTest, BigEndianAscendingWordSerializerTest, 
TestPayloadCheckQParserPlugin, LeaderFailoverAfterPartitionTest, 
DistributedDebugComponentTest, TestSolr4Spatial, StressHdfsTest, 
TestRTimerTree, TestPKIAuthenticationPlugin, TestPullReplicaErrorHandling, 
SimpleCollectionCreateDeleteTest, TestFieldCacheWithThreads, 
TestCloudInspectUtil, TestCryptoKeys, SolrJmxReporterTest, TestDocumentBuilder, 
TestJmxIntegration, ShardRoutingTest, TestRandomCollapseQParserPlugin, 
TestScoreJoinQPScore, TestStressCloudBlindAtomicUpdates, 
TestUseDocValuesAsStored2, TestDownShardTolerantSearch, 
DistributedVersionInfoTest, TestSimpleTextCodec, TestReqParamsAPI, 
ConvertedLegacyTest, DistributedQueryComponentOptimizationTest, 
TestClusterProperties, TestBulkSchemaConcurrent, TestExceedMaxTermLength, 
CachingDirectoryFactoryTest, UtilsToolTest, 
VMParamsZkACLAndCredentialsProvidersTest, PropertiesRequestHandlerTest, 
NumberUtilsTest, TestCloudPseudoReturnFields, TestSchemaManager, TestNRTOpen, 
TestBlendedInfixSuggestions, TestCollapseQParserPlugin, DocValuesMultiTest, 
OpenCloseCoreStressTest, SparseHLLTest, ConjunctionSolrSpellCheckerTest, 
TestOmitPositions, HdfsChaosMonkeyNothingIsSafeTest, TestSimpleQParserPlugin, 
BadIndexSchemaTest, TestMacroExpander, CloneFieldUpdateProcessorFactoryTest, 
TestLazyCores, RulesTest, PolyFieldTest, CoreMergeIndexesAdminHandlerTest, 
DirectUpdateHandlerTest, TestConfigSetImmutable, HealthCheckHandlerTest, 
AutoAddReplicasPlanActionTest, TestJavabinTupleStreamParser, DeleteShardTest, 
PreAnalyzedFieldTest, SmileWriterTest, TestSolrQueryParser, 
DocumentAnalysisRequestHandlerTest, NumericFieldsTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestPerFieldSimilarity, 
LukeRequestHandlerTest, CreateCollectionCleanupTest, TestSolrCoreParser, 
TestImplicitCoreProperties, PeerSyncWithIndexFingerprintCachingTest, 
PingRequestHandlerTest, CloudExitableDirectoryReaderTest, 
ExecutePlanActionTest, ConcurrentDeleteAndCreateCollectionTest, 
CircularListTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestSimpleTrackingShardHandler, ZkSolrClientTest, TestUtilizeNode, 
TestCloudNestedDocsSort, SearchRateTriggerTest, HighlighterMaxOffsetTest, 
TestConfigsApi, SolrGangliaReporterTest, TestRTGBase, 
LeaderInitiatedRecoveryOnShardRestartTest, TestFastLRUCache, 
TestNumericRangeQuery64, SolrIndexSplitterTest, MBeansHandlerTest, 
TestRangeQuery, TestCollationFieldDocValues, SolrMetricManagerTest, SampleTest, 
DistributedFacetPivotLargeTest, TestWriterPerf, TestDelegationWithHadoopAuth, 
DistributedFacetPivotSmallTest, TestExactStatsCache, ClusterStateUpdateTest, 
MissingSegmentRecoveryTest, TestDocSet, ShardRoutingCustomTest, EnumFieldTest, 
TolerantUpdateProcessorTest, TestSolrCloudWithDelegationTokens, TestFastWriter, 
SignatureUpdateProcessorFactoryTest, TestCoreBackup, AssignTest, 
ZkStateWriterTest, AddReplicaTest, TestStressLucene, ChaosMonkeySafeLeaderTest, 
CollectionsAPIDistributedZkTest, BasicZkTest, RecoveryZkTest, 
TestReplicationHandler]
   [junit4] Completed [401/767 (2!)] on J1 in 422.62s, 16 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 49324 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to