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

5 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored

Error Message:
Some docs had errors -- check logs expected:<0> but was:<2>

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


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

Error Message:
no replica should be present in  127.0.0.1:44403_solr

Stack Trace:
java.lang.AssertionError: no replica should be present in  127.0.0.1:44403_solr
        at 
__randomizedtesting.SeedInfo.seed([A8D1A4CA42C94142:20859B10EC352CBA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:99)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:48608_solr, 
127.0.0.1:57994_solr] Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/20)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node5":{           "core":"testSimple1_shard1_replica_n2",           
"base_url":"http://127.0.0.1:48608/solr";,           
"node_name":"127.0.0.1:48608_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node12":{           
"core":"testSimple1_shard1_replica_n11",           
"base_url":"http://127.0.0.1:48608/solr";,           
"node_name":"127.0.0.1:48608_solr",           "state":"active",           
"type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node8":{           
"core":"testSimple1_shard2_replica_n6",           
"base_url":"http://127.0.0.1:48608/solr";,           
"node_name":"127.0.0.1:48608_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node10":{           
"core":"testSimple1_shard2_replica_n9",           
"base_url":"http://127.0.0.1:60375/solr";,           
"node_name":"127.0.0.1:60375_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",  
 "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:48608_solr, 127.0.0.1:57994_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/20)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node5":{
          "core":"testSimple1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:48608/solr";,
          "node_name":"127.0.0.1:48608_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node12":{
          "core":"testSimple1_shard1_replica_n11",
          "base_url":"http://127.0.0.1:48608/solr";,
          "node_name":"127.0.0.1:48608_solr",
          "state":"active",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node8":{
          "core":"testSimple1_shard2_replica_n6",
          "base_url":"http://127.0.0.1:48608/solr";,
          "node_name":"127.0.0.1:48608_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node10":{
          "core":"testSimple1_shard2_replica_n9",
          "base_url":"http://127.0.0.1:60375/solr";,
          "node_name":"127.0.0.1:60375_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([A8D1A4CA42C94142:90628034653A9593]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
action wasn't interrupted

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


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

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([A8D1A4CA42C94142:C52D0037F881BE45]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:313)
        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 12853 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestUtilizeNode
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/init-core-data-001
   [junit4]   2> 460921 INFO  
(SUITE-TestUtilizeNode-seed#[A8D1A4CA42C94142]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 460923 INFO  
(SUITE-TestUtilizeNode-seed#[A8D1A4CA42C94142]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 460923 INFO  
(SUITE-TestUtilizeNode-seed#[A8D1A4CA42C94142]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 460923 INFO  
(SUITE-TestUtilizeNode-seed#[A8D1A4CA42C94142]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001
   [junit4]   2> 460923 INFO  
(SUITE-TestUtilizeNode-seed#[A8D1A4CA42C94142]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 460926 INFO  (Thread-2825) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 460926 INFO  (Thread-2825) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 460932 ERROR (Thread-2825) [    ] 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> 461026 INFO  
(SUITE-TestUtilizeNode-seed#[A8D1A4CA42C94142]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40629
   [junit4]   2> 461030 INFO  (zkConnectionManagerCallback-862-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461038 INFO  (jetty-launcher-859-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 461038 INFO  (jetty-launcher-859-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 461038 INFO  (jetty-launcher-859-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 461039 INFO  (jetty-launcher-859-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 461039 INFO  (jetty-launcher-859-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 461039 INFO  (jetty-launcher-859-thread-4) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 461039 INFO  (jetty-launcher-859-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c547d{/solr,null,AVAILABLE}
   [junit4]   2> 461041 INFO  (jetty-launcher-859-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 461041 INFO  (jetty-launcher-859-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 461041 INFO  (jetty-launcher-859-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 461041 INFO  (jetty-launcher-859-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@28624669{/solr,null,AVAILABLE}
   [junit4]   2> 461042 INFO  (jetty-launcher-859-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 461042 INFO  (jetty-launcher-859-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5f50d606{HTTP/1.1,[http/1.1]}{127.0.0.1:34499}
   [junit4]   2> 461042 INFO  (jetty-launcher-859-thread-4) [    ] 
o.e.j.s.Server Started @463818ms
   [junit4]   2> 461042 INFO  (jetty-launcher-859-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34499}
   [junit4]   2> 461043 ERROR (jetty-launcher-859-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 461043 INFO  (jetty-launcher-859-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 461043 INFO  (jetty-launcher-859-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 461043 INFO  (jetty-launcher-859-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 461043 INFO  (jetty-launcher-859-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 461043 INFO  (jetty-launcher-859-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 461043 INFO  (jetty-launcher-859-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 461043 INFO  (jetty-launcher-859-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-24T07:30:34.503Z
   [junit4]   2> 461043 INFO  (jetty-launcher-859-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2b99ff82{/solr,null,AVAILABLE}
   [junit4]   2> 461051 INFO  (jetty-launcher-859-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@561e9f16{HTTP/1.1,[http/1.1]}{127.0.0.1:52030}
   [junit4]   2> 461051 INFO  (jetty-launcher-859-thread-3) [    ] 
o.e.j.s.Server Started @463827ms
   [junit4]   2> 461051 INFO  (jetty-launcher-859-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52030}
   [junit4]   2> 461051 ERROR (jetty-launcher-859-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 461052 INFO  (jetty-launcher-859-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 461052 INFO  (jetty-launcher-859-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@160a3190{HTTP/1.1,[http/1.1]}{127.0.0.1:37666}
   [junit4]   2> 461052 INFO  (jetty-launcher-859-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 461052 INFO  (jetty-launcher-859-thread-2) [    ] 
o.e.j.s.Server Started @463827ms
   [junit4]   2> 461052 INFO  (jetty-launcher-859-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 461052 INFO  (jetty-launcher-859-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37666}
   [junit4]   2> 461052 ERROR (jetty-launcher-859-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 461052 INFO  (jetty-launcher-859-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 461052 INFO  (jetty-launcher-859-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 461052 INFO  (jetty-launcher-859-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 461052 INFO  (jetty-launcher-859-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-24T07:30:34.512Z
   [junit4]   2> 461053 INFO  (jetty-launcher-859-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 461053 INFO  (jetty-launcher-859-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 461053 INFO  (jetty-launcher-859-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 461052 INFO  (jetty-launcher-859-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-24T07:30:34.512Z
   [junit4]   2> 461052 INFO  (zkConnectionManagerCallback-864-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461054 INFO  (jetty-launcher-859-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 461056 INFO  (jetty-launcher-859-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@bb09774{/solr,null,AVAILABLE}
   [junit4]   2> 461068 INFO  (jetty-launcher-859-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@21a92a3c{HTTP/1.1,[http/1.1]}{127.0.0.1:46446}
   [junit4]   2> 461068 INFO  (jetty-launcher-859-thread-1) [    ] 
o.e.j.s.Server Started @463843ms
   [junit4]   2> 461068 INFO  (jetty-launcher-859-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46446}
   [junit4]   2> 461068 ERROR (jetty-launcher-859-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 461068 INFO  (jetty-launcher-859-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 461068 INFO  (jetty-launcher-859-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 461068 INFO  (jetty-launcher-859-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 461068 INFO  (jetty-launcher-859-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-24T07:30:34.528Z
   [junit4]   2> 461069 INFO  (zkConnectionManagerCallback-868-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461070 INFO  (jetty-launcher-859-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 461070 INFO  (zkConnectionManagerCallback-866-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461076 INFO  (jetty-launcher-859-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 461076 INFO  (jetty-launcher-859-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40629/solr
   [junit4]   2> 461076 INFO  (zkConnectionManagerCallback-870-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461078 INFO  (jetty-launcher-859-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 461080 INFO  (jetty-launcher-859-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40629/solr
   [junit4]   2> 461082 INFO  (zkConnectionManagerCallback-878-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461089 INFO  (zkConnectionManagerCallback-874-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461097 INFO  (jetty-launcher-859-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40629/solr
   [junit4]   2> 461099 INFO  (jetty-launcher-859-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40629/solr
   [junit4]   2> 461107 INFO  
(zkConnectionManagerCallback-880-thread-1-processing-n:127.0.0.1:52030_solr) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461108 INFO  (zkConnectionManagerCallback-884-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461114 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10496c4afa70008, likely client has closed socket
   [junit4]   2> 461114 INFO  
(zkConnectionManagerCallback-890-thread-1-processing-n:127.0.0.1:34499_solr) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461120 INFO  
(zkConnectionManagerCallback-892-thread-1-processing-n:127.0.0.1:46446_solr) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461120 INFO  (zkConnectionManagerCallback-888-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461124 INFO  
(zkConnectionManagerCallback-894-thread-1-processing-n:127.0.0.1:37666_solr) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461253 INFO  (jetty-launcher-859-thread-3) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 461254 INFO  (jetty-launcher-859-thread-3) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:52030_solr
   [junit4]   2> 461255 INFO  (jetty-launcher-859-thread-3) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.Overseer Overseer 
(id=73349265449484295-127.0.0.1:52030_solr-n_0000000000) starting
   [junit4]   2> 461267 INFO  (jetty-launcher-859-thread-3) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52030_solr
   [junit4]   2> 461282 INFO  (jetty-launcher-859-thread-1) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 461284 INFO  (jetty-launcher-859-thread-1) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 461287 INFO  (jetty-launcher-859-thread-1) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46446_solr
   [junit4]   2> 461288 INFO  (jetty-launcher-859-thread-4) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 461289 INFO  (jetty-launcher-859-thread-2) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 461290 INFO  (jetty-launcher-859-thread-4) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 461291 INFO  (jetty-launcher-859-thread-2) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 461312 INFO  (jetty-launcher-859-thread-4) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34499_solr
   [junit4]   2> 461312 INFO  (jetty-launcher-859-thread-2) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37666_solr
   [junit4]   2> 461313 INFO  
(OverseerStateUpdate-73349265449484295-127.0.0.1:52030_solr-n_0000000000) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 461345 INFO  
(zkCallback-893-thread-1-processing-n:127.0.0.1:37666_solr) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (4)
   [junit4]   2> 461376 INFO  
(zkCallback-879-thread-1-processing-n:127.0.0.1:52030_solr) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (4)
   [junit4]   2> 461380 INFO  
(zkCallback-891-thread-1-processing-n:127.0.0.1:46446_solr) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (4)
   [junit4]   2> 461395 INFO  
(zkCallback-889-thread-1-processing-n:127.0.0.1:34499_solr) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (4)
   [junit4]   2> 461526 INFO  (jetty-launcher-859-thread-1) 
[n:127.0.0.1:46446_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46446.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461527 INFO  (jetty-launcher-859-thread-3) 
[n:127.0.0.1:52030_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52030.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461538 INFO  (jetty-launcher-859-thread-4) 
[n:127.0.0.1:34499_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34499.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461551 INFO  (jetty-launcher-859-thread-1) 
[n:127.0.0.1:46446_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46446.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461551 INFO  (jetty-launcher-859-thread-1) 
[n:127.0.0.1:46446_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46446.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461553 INFO  (jetty-launcher-859-thread-1) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node1/.
   [junit4]   2> 461553 INFO  (jetty-launcher-859-thread-3) 
[n:127.0.0.1:52030_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52030.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461561 INFO  (jetty-launcher-859-thread-2) 
[n:127.0.0.1:37666_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37666.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461562 INFO  (jetty-launcher-859-thread-3) 
[n:127.0.0.1:52030_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52030.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461574 INFO  (jetty-launcher-859-thread-3) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node3/.
   [junit4]   2> 461583 INFO  (jetty-launcher-859-thread-4) 
[n:127.0.0.1:34499_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34499.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461583 INFO  (jetty-launcher-859-thread-4) 
[n:127.0.0.1:34499_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34499.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461585 INFO  (jetty-launcher-859-thread-4) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node4/.
   [junit4]   2> 461606 INFO  (jetty-launcher-859-thread-2) 
[n:127.0.0.1:37666_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37666.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461607 INFO  (jetty-launcher-859-thread-2) 
[n:127.0.0.1:37666_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37666.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 461621 INFO  (jetty-launcher-859-thread-2) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node2/.
   [junit4]   2> 461766 INFO  (zkConnectionManagerCallback-904-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461772 INFO  (zkConnectionManagerCallback-908-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461776 INFO  
(SUITE-TestUtilizeNode-seed#[A8D1A4CA42C94142]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 461776 INFO  
(SUITE-TestUtilizeNode-seed#[A8D1A4CA42C94142]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40629/solr ready
   [junit4]   2> 461797 INFO  (qtp2084061431-5522) [n:127.0.0.1:46446_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 461837 INFO  (qtp2084061431-5522) [n:127.0.0.1:46446_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=40
   [junit4]   2> 461866 INFO  
(TEST-TestUtilizeNode.test-seed#[A8D1A4CA42C94142]) [    ] o.a.s.SolrTestCaseJ4 
###Starting test
   [junit4]   2> 461867 INFO  
(TEST-TestUtilizeNode.test-seed#[A8D1A4CA42C94142]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 461875 INFO  (zkConnectionManagerCallback-911-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461877 INFO  (qtp2084061431-5525) [n:127.0.0.1:46446_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf1&name=utilizenodecoll&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 461880 INFO  
(OverseerThreadFactory-1243-thread-2-processing-n:127.0.0.1:52030_solr) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
utilizenodecoll
   [junit4]   2> 461880 INFO  
(OverseerCollectionConfigSetProcessor-73349265449484295-127.0.0.1:52030_solr-n_0000000000)
 [n:127.0.0.1:52030_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> 461986 INFO  
(OverseerStateUpdate-73349265449484295-127.0.0.1:52030_solr-n_0000000000) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46446/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 461988 INFO  
(OverseerStateUpdate-73349265449484295-127.0.0.1:52030_solr-n_0000000000) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37666/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 461990 INFO  
(OverseerStateUpdate-73349265449484295-127.0.0.1:52030_solr-n_0000000000) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52030/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 461993 INFO  
(OverseerStateUpdate-73349265449484295-127.0.0.1:52030_solr-n_0000000000) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34499/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 462206 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n1&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 462211 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 462212 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n2&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 462213 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n6&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 462214 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 462216 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 462216 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n4&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 462216 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 462342 INFO  
(zkCallback-891-thread-1-processing-n:127.0.0.1:46446_solr) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 462342 INFO  
(zkCallback-879-thread-1-processing-n:127.0.0.1:52030_solr) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 462342 INFO  
(zkCallback-893-thread-1-processing-n:127.0.0.1:37666_solr) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 462342 INFO  
(zkCallback-889-thread-1-processing-n:127.0.0.1:34499_solr) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 462343 INFO  
(zkCallback-893-thread-2-processing-n:127.0.0.1:37666_solr) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 462343 INFO  
(zkCallback-891-thread-2-processing-n:127.0.0.1:46446_solr) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 462349 INFO  
(zkCallback-889-thread-2-processing-n:127.0.0.1:34499_solr) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 462357 INFO  
(zkCallback-879-thread-2-processing-n:127.0.0.1:52030_solr) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 463259 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 463262 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 463262 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 463267 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.s.IndexSchema [utilizenodecoll_shard1_replica_n1] Schema 
name=cloud-dynamic
   [junit4]   2> 463269 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 463270 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.s.IndexSchema [utilizenodecoll_shard2_replica_n6] Schema 
name=cloud-dynamic
   [junit4]   2> 463276 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.s.IndexSchema [utilizenodecoll_shard2_replica_n4] Schema 
name=cloud-dynamic
   [junit4]   2> 463277 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.s.IndexSchema [utilizenodecoll_shard1_replica_n2] Schema 
name=cloud-dynamic
   [junit4]   2> 463301 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 463301 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 463301 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard2_replica_n6' 
using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 463301 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard1_replica_n1' 
using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 463302 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46446.solr.core.utilizenodecoll.shard1.replica_n1' (registry 
'solr.core.utilizenodecoll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 463302 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34499.solr.core.utilizenodecoll.shard2.replica_n6' (registry 
'solr.core.utilizenodecoll.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 463302 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 463302 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 463302 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.SolrCore [[utilizenodecoll_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node1/utilizenodecoll_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node1/./utilizenodecoll_shard1_replica_n1/data/]
   [junit4]   2> 463302 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.SolrCore [[utilizenodecoll_shard2_replica_n6] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node4/utilizenodecoll_shard2_replica_n6],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node4/./utilizenodecoll_shard2_replica_n6/data/]
   [junit4]   2> 463316 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 463316 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard2_replica_n4' 
using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 463316 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52030.solr.core.utilizenodecoll.shard2.replica_n4' (registry 
'solr.core.utilizenodecoll.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 463317 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 463317 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.SolrCore [[utilizenodecoll_shard2_replica_n4] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node3/utilizenodecoll_shard2_replica_n4],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node3/./utilizenodecoll_shard2_replica_n4/data/]
   [junit4]   2> 463327 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 463328 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard1_replica_n2' 
using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 463328 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37666.solr.core.utilizenodecoll.shard1.replica_n2' (registry 
'solr.core.utilizenodecoll.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b2d8691
   [junit4]   2> 463328 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 463328 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SolrCore [[utilizenodecoll_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node2/utilizenodecoll_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_A8D1A4CA42C94142-001/tempDir-001/node2/./utilizenodecoll_shard1_replica_n2/data/]
   [junit4]   2> 463381 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 463381 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 463382 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 463382 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 463383 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@234c266[utilizenodecoll_shard2_replica_n4] main]
   [junit4]   2> 463384 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 463385 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 463385 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 463385 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1593266601297182720
   [junit4]   2> 463386 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 463386 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 463387 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 463387 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 463389 INFO  
(searcherExecutor-1254-thread-1-processing-n:127.0.0.1:52030_solr 
x:utilizenodecoll_shard2_replica_n4 s:shard2 c:utilizenodecoll r:core_node7) 
[n:127.0.0.1:52030_solr c:utilizenodecoll s:shard2 r:core_node7 
x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrCore 
[utilizenodecoll_shard2_replica_n4] Registered new searcher 
Searcher@234c266[utilizenodecoll_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 463389 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2bc219ab[utilizenodecoll_shard1_replica_n2] main]
   [junit4]   2> 463390 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 463391 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 463391 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 463391 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 463391 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 463392 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1593266601304522752
   [junit4]   2> 463392 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 463392 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 463393 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@357c58d0[utilizenodecoll_shard1_replica_n1] main]
   [junit4]   2> 463395 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 463395 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 463396 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 463397 INFO  
(searcherExecutor-1255-thread-1-processing-n:127.0.0.1:37666_solr 
x:utilizenodecoll_shard1_replica_n2 s:shard1 c:utilizenodecoll r:core_node5) 
[n:127.0.0.1:37666_solr c:utilizenodecoll s:shard1 r:core_node5 
x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrCore 
[utilizenodecoll_shard1_replica_n2] Registered new searcher 
Searcher@2bc219ab[utilizenodecoll_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 463397 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 463397 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1593266601309765632
   [junit4]   2> 463398 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 463398 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 463399 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 463399 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 463400 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c822512[utilizenodecoll_shard2_replica_n6] main]
   [junit4]   2> 463401 INFO  
(searcherExecutor-1253-thread-1-processing-n:127.0.0.1:46446_solr 
x:utilizenodecoll_shard1_replica_n1 s:shard1 c:utilizenodecoll r:core_node3) 
[n:127.0.0.1:46446_solr c:utilizenodecoll s:shard1 r:core_node3 
x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrCore 
[utilizenodecoll_shard1_replica_n1] Registered new searcher 
Searcher@357c58d0[utilizenodecoll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 463402 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 463402 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 463402 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 463403 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 463404 INFO  
(searcherExecutor-1252-thread-1-processing-n:127.0.0.1:34499_solr 
x:utilizenodecoll_shard2_replica_n6 s:shard2 c:utilizenodecoll r:core_node8) 
[n:127.0.0.1:34499_solr c:utilizenodecoll s:shard2 r:core_node8 
x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrCore 
[utilizenodecoll_shard2_replica_n6] Registered new searcher 
Searcher@1c822512[utilizenodecoll_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 463404 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1593266601317105664
   [junit4]   2> 463502 INFO  
(zkCallback-893-thread-2-processing-n:127.0.0.1:37666_solr) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 463502 INFO  
(zkCallback-891-thread-2-processing-n:127.0.0.1:46446_solr) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 463502 INFO  
(zkCallback-891-thread-1-processing-n:127.0.0.1:46446_solr) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 463502 INFO  
(zkCallback-893-thread-1-processing-n:127.0.0.1:37666_solr) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 463502 INFO  
(zkCallback-889-thread-1-processing-n:127.0.0.1:34499_solr) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 463502 INFO  
(zkCallback-879-thread-2-processing-n:127.0.0.1:52030_solr) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 463502 INFO  
(zkCallback-879-thread-1-processing-n:127.0.0.1:52030_solr) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 463503 INFO  
(zkCallback-889-thread-2-processing-n:127.0.0.1:34499_solr) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 463895 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 463895 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 463895 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:52030/solr/utilizenodecoll_shard2_replica_n4/
   [junit4]   2> 463895 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard2_replica_n4 
url=http://127.0.0.1:52030/solr START 
replicas=[http://127.0.0.1:34499/solr/utilizenodecoll_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 463899 INFO  (qtp753039028-5516) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.c.S.Request [utilizenodecoll_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 463902 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 463902 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 463902 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37666/solr/utilizenodecoll_shard1_replica_n2/
   [junit4]   2> 463902 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard1_replica_n2 
url=http://127.0.0.1:37666/solr START 
replicas=[http://127.0.0.1:46446/solr/utilizenodecoll_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 463904 INFO  (qtp2084061431-5543) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.c.S.Request [utilizenodecoll_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 464196 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard2_replica_n4 
url=http://127.0.0.1:52030/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 464196 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 464196 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
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> 464196 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 464199 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:52030/solr/utilizenodecoll_shard2_replica_n4/ shard2
   [junit4]   2> 464203 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard1_replica_n2 
url=http://127.0.0.1:37666/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 464203 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 464203 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 464203 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 464205 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37666/solr/utilizenodecoll_shard1_replica_n2/ shard1
   [junit4]   2> 464307 INFO  
(zkCallback-879-thread-2-processing-n:127.0.0.1:52030_solr) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464307 INFO  
(zkCallback-891-thread-2-processing-n:127.0.0.1:46446_solr) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464307 INFO  
(zkCallback-893-thread-1-processing-n:127.0.0.1:37666_solr) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464307 INFO  
(zkCallback-889-thread-1-processing-n:127.0.0.1:34499_solr) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464307 INFO  
(zkCallback-889-thread-2-processing-n:127.0.0.1:34499_solr) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464307 INFO  
(zkCallback-891-thread-1-processing-n:127.0.0.1:46446_solr) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464307 INFO  
(zkCallback-893-thread-2-processing-n:127.0.0.1:37666_solr) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464307 INFO  
(zkCallback-879-thread-1-processing-n:127.0.0.1:52030_solr) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464350 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 464356 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 464356 INFO  (qtp1925759419-5531) [n:127.0.0.1:52030_solr 
c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n4&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2140
   [junit4]   2> 464357 INFO  (qtp610826224-5520) [n:127.0.0.1:37666_solr 
c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n2&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2145
   [junit4]   2> 464410 INFO  (qtp2084061431-5545) [n:127.0.0.1:46446_solr 
c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n1&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2203
   [junit4]   2> 464411 INFO  (qtp753039028-5512) [n:127.0.0.1:34499_solr 
c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n6&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2197
   [junit4]   2> 464417 INFO  (qtp2084061431-5525) [n:127.0.0.1:46446_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> 464513 INFO  
(zkCallback-879-thread-2-processing-n:127.0.0.1:52030_solr) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464513 INFO  
(zkCallback-879-thread-1-processing-n:127.0.0.1:52030_solr) 
[n:127.0.0.1:52030_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464513 INFO  
(zkCallback-893-thread-2-processing-n:127.0.0.1:37666_solr) 
[n:127.0.0.1:37666_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464513 INFO  
(zkCallback-891-thread-1-processing-n:127.0.0.1:46446_solr) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464513 INFO  
(zkCallback-889-thread-1-processing-n:127.0.0.1:34499_solr) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464514 INFO  
(zkCallback-889-thread-2-processing-n:127.0.0.1:34499_solr) 
[n:127.0.0.1:34499_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 464514 INFO  
(zkCallback-891-thread-2-processing-n:127.0.0.1:46446_solr) 
[n:127.0.0.1:46446_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] 
has occurr

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

ca_n2, tag=1425380106
   [junit4]   2> 4488659 INFO  (coreCloseExecutor-14273-thread-3) 
[n:127.0.0.1:36196_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 
r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@32040fec: rootName = 
solr_36196, domain = 
solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n2, service 
url = null, agent id = null] for registry 
solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@5322a8e5
   [junit4]   2> 4488668 INFO  (coreCloseExecutor-14273-thread-3) 
[n:127.0.0.1:36196_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 
r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader,
 tag=1425380106
   [junit4]   2> 4488668 INFO  (coreCloseExecutor-14273-thread-1) 
[n:127.0.0.1:36196_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 
r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader,
 tag=1086093962
   [junit4]   2> 4490174 INFO  (jetty-closer-8009-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@506cd232{/solr,null,UNAVAILABLE}
   [junit4]   2> 4490176 INFO  (jetty-closer-8009-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 4490177 ERROR 
(SUITE-AutoscalingHistoryHandlerTest-seed#[A8D1A4CA42C94142]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4490177 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[A8D1A4CA42C94142]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:52815 52815
   [junit4]   2> 4490284 INFO  (Thread-22248) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:52815 52815
   [junit4]   2> 4490286 WARN  (Thread-22248) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        6       /solr/collections/.system/terms/shard1
   [junit4]   2>        4       
/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2>        2       /solr/configs/.system
   [junit4]   2>        2       /solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        18      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        13      /solr/collections/.system/state.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A8D1A4CA42C94142-001
   [junit4]   2> Feb 24, 2018 8:37:43 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@66538555),
 locale=ar-JO, timezone=PNT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=264313504,total=522715136
   [junit4]   2> NOTE: All tests run in this JVM: [TestFoldingMultitermQuery, 
TestAuthenticationFramework, TestImplicitCoreProperties, ScriptEngineTest, 
ChaosMonkeySafeLeaderTest, TestUniqueKeyFieldResource, DocValuesMissingTest, 
AutoScalingHandlerTest, TestConfigSetsAPI, TestLeaderElectionWithEmptyReplica, 
TestDistributedGrouping, TestDocTermOrds, TestSimDistributedQueue, 
HdfsChaosMonkeyNothingIsSafeTest, TestLockTree, ShardRoutingCustomTest, 
TestSimpleTextCodec, AnalyticsMergeStrategyTest, SolrCoreMetricManagerTest, 
FullHLLTest, TestSortByMinMaxFunction, CdcrBidirectionalTest, 
AsyncCallRequestStatusResponseTest, SchemaVersionSpecificBehaviorTest, 
BlockJoinFacetRandomTest, TestStressRecovery, SliceStateTest, 
HDFSCollectionsAPITest, PrimitiveFieldTypeTest, TestUtilizeNode, 
VMParamsZkACLAndCredentialsProvidersTest, CloneFieldUpdateProcessorFactoryTest, 
PeerSyncTest, SystemLogListenerTest, HdfsRecoverLeaseTest, QueryParsingTest, 
DistributedMLTComponentTest, CustomHighlightComponentTest, SortByFunctionTest, 
TolerantUpdateProcessorTest, AnalysisErrorHandlingTest, BasicFunctionalityTest, 
RequiredFieldsTest, DeleteNodeTest, SimplePostToolTest, 
DistribJoinFromCollectionTest, TestCollectionAPIs, 
HdfsAutoAddReplicasIntegrationTest, SimpleCollectionCreateDeleteTest, 
TestSimpleTrackingShardHandler, TestCollapseQParserPlugin, 
TestReplicationHandlerBackup, DocValuesNotIndexedTest, SoftAutoCommitTest, 
CheckHdfsIndexTest, TestStressVersions, ExitableDirectoryReaderTest, 
TestQueryUtils, SystemInfoHandlerTest, PathHierarchyTokenizerFactoryTest, 
LoggingHandlerTest, SolrCLIZkUtilsTest, TestPrepRecovery, 
TestNonDefinedSimilarityFactory, AddReplicaTest, 
LeaderInitiatedRecoveryOnShardRestartTest, 
DistributedFacetPivotSmallAdvancedTest, SolrJmxReporterCloudTest, 
PrimUtilsTest, TestMultiWordSynonyms, TestClusterStateMutator, 
TestHighFrequencyDictionaryFactory, ResourceLoaderTest, 
ClassificationUpdateProcessorFactoryTest, TestBM25SimilarityFactory, 
TestConfigSetProperties, FileUtilsTest, TestZkAclsWithHadoopAuth, 
NodeAddedTriggerTest, TestBlendedInfixSuggestions, TestNodeAddedTrigger, 
TestGraphTermsQParserPlugin, TestElisionMultitermQuery, 
TestFuzzyAnalyzedSuggestions, SignatureUpdateProcessorFactoryTest, 
TestSimpleQParserPlugin, SSLMigrationTest, TestPartialUpdateDeduplication, 
HttpPartitionOnCommitTest, JSONWriterTest, PolyFieldTest, 
CreateRoutedAliasTest, FastVectorHighlighterTest, 
TestManagedSynonymGraphFilterFactory, JsonLoaderTest, 
OverseerModifyCollectionTest, HdfsSyncSliceTest, SolrCloudReportersTest, 
TestExactStatsCache, TestStressUserVersions, MissingSegmentRecoveryTest, 
TemplateUpdateProcessorTest, TestLRUCache, TestInPlaceUpdatesStandalone, 
TestScoreJoinQPScore, ConjunctionSolrSpellCheckerTest, 
PeerSyncWithIndexFingerprintCachingTest, TestCustomDocTransformer, 
TestPerFieldSimilarity, DirectSolrConnectionTest, 
ParsingFieldUpdateProcessorsTest, TestManagedResourceStorage, 
TestSchemaSimilarityResource, TestSweetSpotSimilarityFactory, SolrCoreTest, 
XsltUpdateRequestHandlerTest, TestHttpShardHandlerFactory, DeleteStatusTest, 
TestClusterStateProvider, SolrMetricsIntegrationTest, 
CollectionsAPIAsyncDistributedZkTest, CSVRequestHandlerTest, 
TestSlowCompositeReaderWrapper, CollectionStateFormat2Test, TestFastLRUCache, 
TestCursorMarkWithoutUniqueKey, AddSchemaFieldsUpdateProcessorFactoryTest, 
ConfigSetsAPITest, TestSolrConfigHandlerConcurrent, BasicDistributedZkTest, 
UnloadDistributedZkTest, SyncSliceTest, OverseerTest, ShardRoutingTest, 
BasicZkTest, RecoveryZkTest, TestReplicationHandler, TestRecovery, 
TestHashPartitioner, DistributedSpellCheckComponentTest, ZkControllerTest, 
TestJoin, TestReload, DistributedTermsComponentTest, SimpleFacetsTest, 
TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, 
QueryElevationComponentTest, ConvertedLegacyTest, TestFunctionQuery, 
TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, 
HighlighterTest, DistributedQueryElevationComponentTest, 
SpellCheckCollatorTest, SuggesterFSTTest, SolrRequestParserTest, 
SuggesterTSTTest, SuggesterTest, TestStressLucene, SpatialFilterTest, 
NoCacheHeaderTest, TestPseudoReturnFields, QueryEqualityTest, 
DistanceFunctionTest, DebugComponentTest, TestSurroundQueryParser, 
LukeRequestHandlerTest, TestOmitPositions, RequestHandlersTest, 
DocumentBuilderTest, TestValueSourceCache, TermVectorComponentTest, 
MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, 
IndexSchemaRuntimeFieldTest, IndexSchemaTest, TestJmxIntegration, 
UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestDocSet, 
TestBinaryField, TestSearchPerf, ExternalFileFieldSortTest, 
NotRequiredUniqueKeyTest, TestCharFilters, TestXIncludeConfig, 
OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestSuggestSpellingConverter, 
DOMUtilTest, ClusterStateTest, ZkNodePropsTest, TestRTGBase, 
SolrTestCaseJ4Test, TestDistributedMissingSort, TestTolerantSearch, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
TestJettySolrRunner, AssignBackwardCompatibilityTest, 
DeleteInactiveReplicaTest, DeleteReplicaTest, DistributedQueueTest, 
ForceLeaderTest, MoveReplicaHDFSTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, 
OverseerTaskQueueTest, RemoteQueryErrorTest, ReplicationFactorTest, 
RollingRestartTest, TestRebalanceLeaders, TestStressCloudBlindAtomicUpdates, 
TestTlogReplica, CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest, 
TestRequestStatusCollectionAPI, MetricTriggerTest, NodeLostTriggerTest, 
TestExecutePlanAction, TestNodeLostTrigger, TestPolicyCloud, 
TestTriggerIntegration, CdcrReplicationDistributedZkTest, 
CdcrReplicationHandlerTest, StressHdfsTest, ConfigureRecoveryStrategyTest, 
HdfsDirectoryFactoryTest, TestDirectoryFactory, TestDynamicLoading, 
TestReqParamsAPI, V2ApiIntegrationTest, V2StandaloneTest, 
AutoscalingHistoryHandlerTest]
   [junit4] Completed [634/778 (5!)] on J1 in 26.37s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to