Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2942/
Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseG1GC

6 tests failed.
FAILED:  
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:42309_solr, 
127.0.0.1:43203_solr, 127.0.0.1:46137_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "core":"raceDeleteReplica_true_shard1_replica_n2",     
      "base_url":"https://127.0.0.1:46497/solr";,           
"node_name":"127.0.0.1:46497_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"https://127.0.0.1:46497/solr";,           
"node_name":"127.0.0.1:46497_solr",           "state":"down",           
"type":"NRT"},         "core_node3":{           
"core":"raceDeleteReplica_true_shard1_replica_n1",           
"base_url":"https://127.0.0.1:46137/solr";,           
"node_name":"127.0.0.1:46137_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",  
 "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected new active leader
null
Live Nodes: [127.0.0.1:42309_solr, 127.0.0.1:43203_solr, 127.0.0.1:46137_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"https://127.0.0.1:46497/solr";,
          "node_name":"127.0.0.1:46497_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"https://127.0.0.1:46497/solr";,
          "node_name":"127.0.0.1:46497_solr",
          "state":"down",
          "type":"NRT"},
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"https://127.0.0.1:46137/solr";,
          "node_name":"127.0.0.1:46137_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([B750B988AB893558:DD46D858C37B7F92]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:334)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:229)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 7 in https://127.0.0.1:36927/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 7 in https://127.0.0.1:36927/solr
        at 
__randomizedtesting.SeedInfo.seed([B750B988AB893558:76A0C02486D9FFFF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:902)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:567)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 7 in https://127.0.0.1:34633/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 7 in https://127.0.0.1:34633/solr
        at 
__randomizedtesting.SeedInfo.seed([B750B988AB893558:76A0C02486D9FFFF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:902)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:567)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 7 in https://127.0.0.1:37395/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 7 in https://127.0.0.1:37395/solr
        at 
__randomizedtesting.SeedInfo.seed([B750B988AB893558:76A0C02486D9FFFF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:902)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:567)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 7 in https://127.0.0.1:43413/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 7 in https://127.0.0.1:43413/solr
        at 
__randomizedtesting.SeedInfo.seed([B750B988AB893558:76A0C02486D9FFFF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:902)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:567)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 7 in https://127.0.0.1:34219/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 7 in https://127.0.0.1:34219/solr
        at 
__randomizedtesting.SeedInfo.seed([B750B988AB893558:76A0C02486D9FFFF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:902)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:567)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13629 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/init-core-data-001
   [junit4]   2> 1222392 WARN  
(SUITE-DeleteReplicaTest-seed#[B750B988AB893558]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 1222392 INFO  
(SUITE-DeleteReplicaTest-seed#[B750B988AB893558]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1222393 INFO  
(SUITE-DeleteReplicaTest-seed#[B750B988AB893558]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1222393 INFO  
(SUITE-DeleteReplicaTest-seed#[B750B988AB893558]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1222393 INFO  
(SUITE-DeleteReplicaTest-seed#[B750B988AB893558]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001
   [junit4]   2> 1222393 INFO  
(SUITE-DeleteReplicaTest-seed#[B750B988AB893558]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1222394 INFO  (Thread-3538) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1222394 INFO  (Thread-3538) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1222395 ERROR (Thread-3538) [    ] 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> 1222494 INFO  
(SUITE-DeleteReplicaTest-seed#[B750B988AB893558]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38779
   [junit4]   2> 1222495 INFO  (zkConnectionManagerCallback-3958-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222498 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 1222498 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 1222498 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 1222498 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 1222499 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1222499 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1222499 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1222499 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1222499 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1222499 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@472adb5d{/solr,null,AVAILABLE}
   [junit4]   2> 1222499 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b4268e0{/solr,null,AVAILABLE}
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14c19b33{/solr,null,AVAILABLE}
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3d29f16b{/solr,null,AVAILABLE}
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@61c4d30f{SSL,[ssl, 
http/1.1]}{127.0.0.1:43203}
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@55c2214d{SSL,[ssl, 
http/1.1]}{127.0.0.1:46137}
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.e.j.s.Server Started @1222532ms
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.e.j.s.Server Started @1222532ms
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43203}
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46137}
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@54588ae7{SSL,[ssl, 
http/1.1]}{127.0.0.1:46497}
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c324a9c{SSL,[ssl, 
http/1.1]}{127.0.0.1:42309}
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.e.j.s.Server Started @1222532ms
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.e.j.s.Server Started @1222532ms
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46497}
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42309}
   [junit4]   2> 1222500 ERROR (jetty-launcher-3955-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1222500 ERROR (jetty-launcher-3955-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1222500 ERROR (jetty-launcher-3955-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1222500 ERROR (jetty-launcher-3955-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-19T15:54:53.951945Z
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-19T15:54:53.951959Z
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1222501 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 1222500 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1222501 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1222501 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-19T15:54:53.952294Z
   [junit4]   2> 1222501 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1222501 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-19T15:54:53.952323Z
   [junit4]   2> 1222501 INFO  (zkConnectionManagerCallback-3960-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222502 INFO  (zkConnectionManagerCallback-3962-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222502 INFO  (zkConnectionManagerCallback-3964-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222502 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1222502 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1222502 INFO  (zkConnectionManagerCallback-3966-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222502 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1222502 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1222505 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 
0x1003c3428780002, likely client has closed socket
   [junit4]   2> 1222505 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 
0x1003c3428780003, likely client has closed socket
   [junit4]   2> 1222563 INFO  (jetty-launcher-3955-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38779/solr
   [junit4]   2> 1222565 INFO  (zkConnectionManagerCallback-3970-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222574 INFO  (zkConnectionManagerCallback-3972-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222578 INFO  (jetty-launcher-3955-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38779/solr
   [junit4]   2> 1222585 INFO  (zkConnectionManagerCallback-3978-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222586 INFO  (zkConnectionManagerCallback-3983-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222586 INFO  (jetty-launcher-3955-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38779/solr
   [junit4]   2> 1222586 INFO  (jetty-launcher-3955-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38779/solr
   [junit4]   2> 1222587 INFO  (zkConnectionManagerCallback-3986-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222587 INFO  (zkConnectionManagerCallback-3988-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222588 INFO  (zkConnectionManagerCallback-3990-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222588 INFO  (zkConnectionManagerCallback-3992-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222592 INFO  (jetty-launcher-3955-thread-1) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46497_solr
   [junit4]   2> 1222592 INFO  (jetty-launcher-3955-thread-4) 
[n:127.0.0.1:43203_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43203_solr
   [junit4]   2> 1222592 INFO  (jetty-launcher-3955-thread-3) 
[n:127.0.0.1:46137_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46137_solr
   [junit4]   2> 1222592 INFO  (jetty-launcher-3955-thread-1) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.Overseer Overseer 
(id=72123788752846856-127.0.0.1:46497_solr-n_0000000000) starting
   [junit4]   2> 1222592 INFO  (zkCallback-3981-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1222592 INFO  (zkCallback-3991-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1222595 INFO  (zkConnectionManagerCallback-4003-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222596 INFO  (jetty-launcher-3955-thread-1) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1222596 INFO  (jetty-launcher-3955-thread-1) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38779/solr ready
   [junit4]   2> 1222597 INFO  
(OverseerStateUpdate-72123788752846856-127.0.0.1:46497_solr-n_0000000000) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:46497_solr
   [junit4]   2> 1222598 INFO  (jetty-launcher-3955-thread-1) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1222598 INFO  (jetty-launcher-3955-thread-1) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46497_solr
   [junit4]   2> 1222601 INFO  (zkCallback-3981-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1222601 INFO  (zkCallback-4002-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1222601 INFO  (zkCallback-3991-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1222614 INFO  (zkCallback-3989-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1222614 INFO  (zkConnectionManagerCallback-4008-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222614 INFO  (zkConnectionManagerCallback-4013-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222614 INFO  (jetty-launcher-3955-thread-4) 
[n:127.0.0.1:43203_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1222614 INFO  (jetty-launcher-3955-thread-3) 
[n:127.0.0.1:46137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1222615 INFO  (jetty-launcher-3955-thread-4) 
[n:127.0.0.1:43203_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38779/solr ready
   [junit4]   2> 1222615 INFO  (jetty-launcher-3955-thread-3) 
[n:127.0.0.1:46137_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38779/solr ready
   [junit4]   2> 1222615 INFO  (jetty-launcher-3955-thread-3) 
[n:127.0.0.1:46137_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1222615 INFO  (jetty-launcher-3955-thread-4) 
[n:127.0.0.1:43203_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1222632 INFO  (jetty-launcher-3955-thread-1) 
[n:127.0.0.1:46497_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1222641 INFO  (jetty-launcher-3955-thread-2) 
[n:127.0.0.1:42309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1222645 INFO  (jetty-launcher-3955-thread-3) 
[n:127.0.0.1:46137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46137.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222647 INFO  (jetty-launcher-3955-thread-4) 
[n:127.0.0.1:43203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43203.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222648 INFO  (jetty-launcher-3955-thread-1) 
[n:127.0.0.1:46497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46497.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222649 INFO  (jetty-launcher-3955-thread-2) 
[n:127.0.0.1:42309_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1222649 INFO  (jetty-launcher-3955-thread-2) 
[n:127.0.0.1:42309_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42309_solr
   [junit4]   2> 1222650 INFO  (zkCallback-3981-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222650 INFO  (zkCallback-3991-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222650 INFO  (zkCallback-4002-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222650 INFO  (zkCallback-3989-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222650 INFO  (zkCallback-4012-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222650 INFO  (zkCallback-4007-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222650 INFO  (zkCallback-3971-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1222653 INFO  (jetty-launcher-3955-thread-3) 
[n:127.0.0.1:46137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46137.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222653 INFO  (jetty-launcher-3955-thread-3) 
[n:127.0.0.1:46137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46137.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222654 INFO  (jetty-launcher-3955-thread-4) 
[n:127.0.0.1:43203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43203.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222654 INFO  (jetty-launcher-3955-thread-4) 
[n:127.0.0.1:43203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43203.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222654 INFO  (jetty-launcher-3955-thread-3) 
[n:127.0.0.1:46137_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node3/.
   [junit4]   2> 1222654 INFO  (jetty-launcher-3955-thread-1) 
[n:127.0.0.1:46497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46497.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222654 INFO  (jetty-launcher-3955-thread-1) 
[n:127.0.0.1:46497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46497.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222654 INFO  (jetty-launcher-3955-thread-4) 
[n:127.0.0.1:43203_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node4/.
   [junit4]   2> 1222655 INFO  (jetty-launcher-3955-thread-1) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node1/.
   [junit4]   2> 1222658 INFO  (zkConnectionManagerCallback-4021-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222658 INFO  (jetty-launcher-3955-thread-2) 
[n:127.0.0.1:42309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1222659 INFO  (jetty-launcher-3955-thread-2) 
[n:127.0.0.1:42309_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:38779/solr ready
   [junit4]   2> 1222659 INFO  (jetty-launcher-3955-thread-2) 
[n:127.0.0.1:42309_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1222668 INFO  (jetty-launcher-3955-thread-2) 
[n:127.0.0.1:42309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42309.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222673 INFO  (jetty-launcher-3955-thread-2) 
[n:127.0.0.1:42309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42309.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222673 INFO  (jetty-launcher-3955-thread-2) 
[n:127.0.0.1:42309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42309.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1222674 INFO  (jetty-launcher-3955-thread-2) 
[n:127.0.0.1:42309_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node2/.
   [junit4]   2> 1222742 INFO  (zkConnectionManagerCallback-4024-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222744 INFO  (zkConnectionManagerCallback-4029-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222745 INFO  
(SUITE-DeleteReplicaTest-seed#[B750B988AB893558]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1222745 INFO  
(SUITE-DeleteReplicaTest-seed#[B750B988AB893558]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38779/solr ready
   [junit4]   2> 1222762 INFO  
(TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[B750B988AB893558]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteLiveReplicaTest
   [junit4]   2> 1222771 INFO  (qtp265794994-15890) [n:127.0.0.1:43203_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=delLiveColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1222773 INFO  
(OverseerThreadFactory-6757-thread-1-processing-n:127.0.0.1:46497_solr) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
delLiveColl
   [junit4]   2> 1222878 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1222887 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1222897 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1222908 INFO  (qtp1101451667-15893) [n:127.0.0.1:46137_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1222910 INFO  
(OverseerStateUpdate-72123788752846856-127.0.0.1:46497_solr-n_0000000000) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46137/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1222911 INFO  
(OverseerStateUpdate-72123788752846856-127.0.0.1:46497_solr-n_0000000000) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42309/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1222912 INFO  
(OverseerStateUpdate-72123788752846856-127.0.0.1:46497_solr-n_0000000000) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46497/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1222913 INFO  
(OverseerStateUpdate-72123788752846856-127.0.0.1:46497_solr-n_0000000000) 
[n:127.0.0.1:46497_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43203/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1223118 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr    
x:delLiveColl_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1223118 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr    
x:delLiveColl_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n4&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1223118 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1223118 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n6&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1223119 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1223119 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1224124 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1224125 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1224125 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1224125 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1224130 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.IndexSchema [delLiveColl_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1224130 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.IndexSchema [delLiveColl_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1224130 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.IndexSchema [delLiveColl_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1224130 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.IndexSchema [delLiveColl_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1224131 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1224131 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1224131 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica_n6' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 1224131 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica_n2' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 1224131 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1224131 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica_n4' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 1224131 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1224132 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica_n1' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 1224132 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46497.solr.core.delLiveColl.shard2.replica_n4' (registry 
'solr.core.delLiveColl.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1224132 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42309.solr.core.delLiveColl.shard1.replica_n2' (registry 
'solr.core.delLiveColl.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1224132 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46137.solr.core.delLiveColl.shard1.replica_n1' (registry 
'solr.core.delLiveColl.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1224132 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43203.solr.core.delLiveColl.shard2.replica_n6' (registry 
'solr.core.delLiveColl.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7402f51a
   [junit4]   2> 1224132 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.SolrCore [[delLiveColl_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node4/delLiveColl_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node4/./delLiveColl_shard2_replica_n6/data/]
   [junit4]   2> 1224132 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.SolrCore [[delLiveColl_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node2/delLiveColl_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node2/./delLiveColl_shard1_replica_n2/data/]
   [junit4]   2> 1224132 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.SolrCore [[delLiveColl_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node1/delLiveColl_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node1/./delLiveColl_shard2_replica_n4/data/]
   [junit4]   2> 1224132 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.SolrCore [[delLiveColl_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node3/delLiveColl_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_B750B988AB893558-001/tempDir-001/node3/./delLiveColl_shard1_replica_n1/data/]
   [junit4]   2> 1224173 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1224173 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1224173 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1224173 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1224174 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1224174 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1224174 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1224174 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1224175 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@437abbf8[delLiveColl_shard2_replica_n4] main]
   [junit4]   2> 1224175 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b161957[delLiveColl_shard2_replica_n6] main]
   [junit4]   2> 1224176 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1224176 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1224176 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1224176 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1224177 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1224177 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1614769810967625728
   [junit4]   2> 1224177 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1224177 INFO  
(searcherExecutor-6776-thread-1-processing-n:127.0.0.1:46497_solr 
x:delLiveColl_shard2_replica_n4 c:delLiveColl s:shard2 r:core_node7) 
[n:127.0.0.1:46497_solr c:delLiveColl s:shard2 r:core_node7 
x:delLiveColl_shard2_replica_n4] o.a.s.c.SolrCore 
[delLiveColl_shard2_replica_n4] Registered new searcher 
Searcher@437abbf8[delLiveColl_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1224177 INFO  
(searcherExecutor-6774-thread-1-processing-n:127.0.0.1:43203_solr 
x:delLiveColl_shard2_replica_n6 c:delLiveColl s:shard2 r:core_node8) 
[n:127.0.0.1:43203_solr c:delLiveColl s:shard2 r:core_node8 
x:delLiveColl_shard2_replica_n6] o.a.s.c.SolrCore 
[delLiveColl_shard2_replica_n6] Registered new searcher 
Searcher@7b161957[delLiveColl_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1224177 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1614769810967625728
   [junit4]   2> 1224180 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 1224180 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 1224180 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard2 to Terms{values={core_node7=0, 
core_node8=0}, version=1}
   [junit4]   2> 1224182 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1224182 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1224182 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:43203/solr/delLiveColl_shard2_replica_n6/
   [junit4]   2> 1224182 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n6 
url=https://127.0.0.1:43203/solr START 
replicas=[https://127.0.0.1:46497/solr/delLiveColl_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 1224182 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n6 
url=https://127.0.0.1:43203/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1224186 INFO  (qtp1913319755-15906) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.S.Request [delLiveColl_shard2_replica_n4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1224186 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1224186 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1224186 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1224188 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43203/solr/delLiveColl_shard2_replica_n6/ shard2
   [junit4]   2> 1224194 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1224194 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1224195 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1224195 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1224196 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@337f4658[delLiveColl_shard1_replica_n2] main]
   [junit4]   2> 1224196 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1224196 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1224196 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1224197 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1224197 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1224198 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1614769810989645824
   [junit4]   2> 1224198 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1224198 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1224198 INFO  
(searcherExecutor-6775-thread-1-processing-n:127.0.0.1:42309_solr 
x:delLiveColl_shard1_replica_n2 c:delLiveColl s:shard1 r:core_node5) 
[n:127.0.0.1:42309_solr c:delLiveColl s:shard1 r:core_node5 
x:delLiveColl_shard1_replica_n2] o.a.s.c.SolrCore 
[delLiveColl_shard1_replica_n2] Registered new searcher 
Searcher@337f4658[delLiveColl_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1224199 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4e4970d7[delLiveColl_shard1_replica_n1] main]
   [junit4]   2> 1224200 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1224200 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1224200 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1224201 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 1224201 INFO  
(searcherExecutor-6777-thread-1-processing-n:127.0.0.1:46137_solr 
x:delLiveColl_shard1_replica_n1 c:delLiveColl s:shard1 r:core_node3) 
[n:127.0.0.1:46137_solr c:delLiveColl s:shard1 r:core_node3 
x:delLiveColl_shard1_replica_n1] o.a.s.c.SolrCore 
[delLiveColl_shard1_replica_n1] Registered new searcher 
Searcher@4e4970d7[delLiveColl_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1224201 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1614769810992791552
   [junit4]   2> 1224202 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_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> 1224203 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard1 to Terms{values={core_node3=0, 
core_node5=0}, version=1}
   [junit4]   2> 1224340 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1224341 INFO  (qtp265794994-15894) [n:127.0.0.1:43203_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n6&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1223
   [junit4]   2> 1224442 INFO  (zkCallback-3989-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1224703 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1224703 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1224703 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:42309/solr/delLiveColl_shard1_replica_n2/
   [junit4]   2> 1224703 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n2 
url=https://127.0.0.1:42309/solr START 
replicas=[https://127.0.0.1:46137/solr/delLiveColl_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 1224704 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n2 
url=https://127.0.0.1:42309/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1224706 INFO  (qtp1101451667-15893) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.S.Request [delLiveColl_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> 1224706 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1224706 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_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> 1224706 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1224708 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:42309/solr/delLiveColl_shard1_replica_n2/ shard1
   [junit4]   2> 1224809 INFO  (zkCallback-3989-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1224860 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1224861 INFO  (qtp1752795982-15905) [n:127.0.0.1:42309_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1742
   [junit4]   2> 1224961 INFO  (zkCallback-3989-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1224961 INFO  (zkCallback-3971-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1225183 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n4&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2065
   [junit4]   2> 1225206 INFO  (qtp1101451667-15899) [n:127.0.0.1:46137_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2088
   [junit4]   2> 1225208 INFO  (qtp265794994-15890) [n:127.0.0.1:43203_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> 1225307 INFO  (zkCallback-3971-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1225307 INFO  (zkCallback-3991-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1225307 INFO  (zkCallback-3981-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1225307 INFO  (zkCallback-3989-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1226208 INFO  (qtp265794994-15890) [n:127.0.0.1:43203_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=delLiveColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3436
   [junit4]   2> 1226210 INFO  (qtp1913319755-15901) [n:127.0.0.1:46497_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1226211 INFO  (qtp265794994-15889) [n:127.0.0.1:43203_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node7&action=DELETEREPLICA&collection=delLiveColl&shard=shard2&onlyIfDown=true&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1226213 INFO  
(OverseerCollectionConfigSetProcessor-72123788752846856-127.0.0.1:46497_solr-n_0000000000)
 [n:127.0.0.1:46497_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> 1226213 ERROR 
(OverseerThreadFactory-6757-thread-2-processing-n:127.0.0.1:46497_solr) 
[n:127.0.0.1:46497_solr c:delLiveColl s:shard2 r:core_node7 ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: delLiveColl operation: 
deletereplica failed:org.apache.solr.common.SolrException: Attempted to remove 
replica : delLiveColl/shard2/core_node7 with onlyIfDown='true', bu

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

ateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 351821 INFO  (zkCallback-551-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 351821 INFO  (zkCallback-544-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 351821 INFO  (zkCallback-534-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 351822 INFO  (jetty-closer-424-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72123938578628633-127.0.0.1:39641_solr-n_0000000005) closing
   [junit4]   2> 351822 INFO  
(OverseerStateUpdate-72123938578628633-127.0.0.1:39641_solr-n_0000000005) 
[n:127.0.0.1:39641_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39641_solr
   [junit4]   2> 351822 WARN  
(OverseerAutoScalingTriggerThread-72123938578628633-127.0.0.1:39641_solr-n_0000000005)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 351824 INFO  (jetty-closer-424-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@19f6ae47{/solr,null,UNAVAILABLE}
   [junit4]   2> 351824 INFO  (zkCallback-544-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43413_solr
   [junit4]   2> 351824 INFO  (jetty-closer-424-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 351824 INFO  (jetty-closer-424-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 351824 INFO  (jetty-closer-424-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@a327656: rootName = 
solr_43413, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@4e97ed12
   [junit4]   2> 351825 INFO  (jetty-closer-424-thread-2) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43413_solr
   [junit4]   2> 351825 INFO  (jetty-closer-424-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 351826 INFO  (zkCallback-544-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 351826 INFO  (zkCallback-551-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 351827 INFO  (jetty-closer-424-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b9717d7{/solr,null,UNAVAILABLE}
   [junit4]   2> 351827 INFO  (jetty-closer-424-thread-2) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 351828 ERROR 
(SUITE-TestTlogReplica-seed#[B750B988AB893558]-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> 351828 INFO  
(SUITE-TestTlogReplica-seed#[B750B988AB893558]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:44635 44635
   [junit4]   2> 351937 INFO  (Thread-688) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:44635 44635
   [junit4]   2> 351938 WARN  (Thread-688) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        32      
/solr/collections/tlog_replica_test_create_delete/terms/shard1
   [junit4]   2>        30      /solr/configs/conf
   [junit4]   2>        30      
/solr/collections/tlog_replica_test_create_delete/terms/shard2
   [junit4]   2>        20      
/solr/collections/tlog_replica_test_remove_leader/terms/shard1
   [junit4]   2>        17      
/solr/collections/tlog_replica_test_recovery/terms/shard1
   [junit4]   2>        16      
/solr/collections/tlog_replica_test_basic_leader_election/terms/shard1
   [junit4]   2>        16      
/solr/collections/tlog_replica_test_kill_leader/terms/shard1
   [junit4]   2>        16      
/solr/collections/tlog_replica_test_kill_tlog_replica/terms/shard1
   [junit4]   2>        15      /solr/aliases.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/terms/shard1
   [junit4]   2>        10      
/solr/collections/tlog_replica_test_delete_by_id/terms/shard1
   [junit4]   2>        10      
/solr/collections/tlog_replica_test_real_time_get/terms/shard1
   [junit4]   2>        10      
/solr/collections/tlog_replica_test_only_leader_indexes/terms/shard1
   [junit4]   2>        8       
/solr/collections/tlog_replica_test_add_remove_tlog_replica/terms/shard2
   [junit4]   2>        7       /solr/security.json
   [junit4]   2>        7       
/solr/collections/tlog_replica_test_add_remove_tlog_replica/terms/shard1
   [junit4]   2>        4       
/solr/collections/tlog_replica_test_add_docs/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2>        23      
/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2>        15      /solr/clusterprops.json
   [junit4]   2>        15      /solr/clusterstate.json
   [junit4]   2>        14      
/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
   [junit4]   2>        11      
/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2>        11      
/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2>        9       
/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2>        3       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/72123938578628612-core_node9-n_0000000001
   [junit4]   2>        3       /solr/autoscaling.json
   [junit4]   2>        3       
/solr/overseer_elect/election/72123938578628621-127.0.0.1:43413_solr-n_0000000002
   [junit4]   2>        3       
/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2>        3       
/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2>        3       
/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2>        3       
/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_kill_tlog_replica/leader_elect/shard1/election/72123938578628621-core_node4-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/72123938578628612-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72123938578628612-127.0.0.1:39641_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        15      /solr/live_nodes
   [junit4]   2>        15      /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        3       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_B750B988AB893558-002
   [junit4]   2> Oct 19, 2018 4:34:29 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=en-KI, timezone=Pacific/Noumea
   [junit4]   2> NOTE: Linux 4.15.0-36-generic amd64/Oracle Corporation 10.0.1 
(64-bit)/cpus=8,threads=1,free=255055784,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest, 
TestTlogReplica, DeleteReplicaTest, TestTlogReplica]
   [junit4] Completed [10/10 (5!)] on J2 in 89.91s, 13 tests, 1 failure <<< 
FAILURES!

[...truncated 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1567: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1092: 
There were test failures: 10 suites, 100 tests, 5 failures [seed: 
B750B988AB893558]

Total time: 5 minutes 54 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.DeleteReplicaTest
[repro]   5/5 failed: org.apache.solr.cloud.TestTlogReplica
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=2f61f96bfae9d97e3536305e49865433e28737c2, 
workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #2941
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to