Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23250/
Java: 32bit/jdk1.8.0_172 -client -XX:+UseConcMarkSweepGC

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

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:39601_solr, 
127.0.0.1:43515_solr, 127.0.0.1:45895_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/13)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"raceDeleteReplica_true_shard1_replica_n1",     
      "base_url":"http://127.0.0.1:46471/solr";,           
"node_name":"127.0.0.1:46471_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"http://127.0.0.1:46471/solr";,           
"node_name":"127.0.0.1:46471_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"raceDeleteReplica_true_shard1_replica_n2",           
"base_url":"http://127.0.0.1:45895/solr";,           
"node_name":"127.0.0.1:45895_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:39601_solr, 127.0.0.1:43515_solr, 127.0.0.1:45895_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/13)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"http://127.0.0.1:46471/solr";,
          "node_name":"127.0.0.1:46471_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"http://127.0.0.1:46471/solr";,
          "node_name":"127.0.0.1:46471_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"http://127.0.0.1:45895/solr";,
          "node_name":"127.0.0.1:45895_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([24CEA6F78DDB4070:4ED8C727E5290ABA]: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:328)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:223)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:33647_solr, 
127.0.0.1:37459_solr, 127.0.0.1:39053_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/13)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"raceDeleteReplica_true_shard1_replica_n1",     
      "base_url":"http://127.0.0.1:42997/solr";,           
"node_name":"127.0.0.1:42997_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"http://127.0.0.1:42997/solr";,           
"node_name":"127.0.0.1:42997_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"raceDeleteReplica_true_shard1_replica_n2",           
"base_url":"http://127.0.0.1:37459/solr";,           
"node_name":"127.0.0.1:37459_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:33647_solr, 127.0.0.1:37459_solr, 127.0.0.1:39053_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/13)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"http://127.0.0.1:42997/solr";,
          "node_name":"127.0.0.1:42997_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"http://127.0.0.1:42997/solr";,
          "node_name":"127.0.0.1:42997_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"http://127.0.0.1:37459/solr";,
          "node_name":"127.0.0.1:37459_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([24CEA6F78DDB4070:4ED8C727E5290ABA]: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:328)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:223)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12835 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 202303 INFO  
(SUITE-DeleteReplicaTest-seed#[24CEA6F78DDB4070]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/init-core-data-001
   [junit4]   2> 202303 WARN  
(SUITE-DeleteReplicaTest-seed#[24CEA6F78DDB4070]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 202303 INFO  
(SUITE-DeleteReplicaTest-seed#[24CEA6F78DDB4070]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 202305 INFO  
(SUITE-DeleteReplicaTest-seed#[24CEA6F78DDB4070]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 202305 INFO  
(SUITE-DeleteReplicaTest-seed#[24CEA6F78DDB4070]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001
   [junit4]   2> 202305 INFO  
(SUITE-DeleteReplicaTest-seed#[24CEA6F78DDB4070]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 202305 INFO  (Thread-331) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 202305 INFO  (Thread-331) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 202307 ERROR (Thread-331) [    ] 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> 202405 INFO  
(SUITE-DeleteReplicaTest-seed#[24CEA6F78DDB4070]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40485
   [junit4]   2> 202408 INFO  (zkConnectionManagerCallback-483-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202412 INFO  (jetty-launcher-480-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 202412 INFO  (jetty-launcher-480-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 202412 INFO  (jetty-launcher-480-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 202412 INFO  (jetty-launcher-480-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 202416 INFO  (jetty-launcher-480-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 202416 INFO  (jetty-launcher-480-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 202416 INFO  (jetty-launcher-480-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 202416 INFO  (jetty-launcher-480-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@373956{/solr,null,AVAILABLE}
   [junit4]   2> 202417 INFO  (jetty-launcher-480-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 202417 INFO  (jetty-launcher-480-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 202417 INFO  (jetty-launcher-480-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@342989{HTTP/1.1,[http/1.1]}{127.0.0.1:39053}
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@152db17{/solr,null,AVAILABLE}
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-1) [    ] 
o.e.j.s.Server Started @202450ms
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39053}
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@115f712{/solr,null,AVAILABLE}
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@bc613f{/solr,null,AVAILABLE}
   [junit4]   2> 202419 INFO  (jetty-launcher-480-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5c315b{HTTP/1.1,[http/1.1]}{127.0.0.1:37459}
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-3) [    ] 
o.e.j.s.Server Started @202451ms
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37459}
   [junit4]   2> 202420 ERROR (jetty-launcher-480-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@17617dd{HTTP/1.1,[http/1.1]}{127.0.0.1:33647}
   [junit4]   2> 202420 ERROR (jetty-launcher-480-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@af6a2f{HTTP/1.1,[http/1.1]}{127.0.0.1:42997}
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-2) [    ] 
o.e.j.s.Server Started @202451ms
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-4) [    ] 
o.e.j.s.Server Started @202451ms
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33647}
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42997}
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-23T01:16:44.619Z
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 202420 ERROR (jetty-launcher-480-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 202420 ERROR (jetty-launcher-480-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-23T01:16:44.619Z
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-23T01:16:44.619Z
   [junit4]   2> 202420 INFO  (jetty-launcher-480-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 202421 INFO  (jetty-launcher-480-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 202421 INFO  (jetty-launcher-480-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-23T01:16:44.620Z
   [junit4]   2> 202424 INFO  (zkConnectionManagerCallback-485-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202424 INFO  (zkConnectionManagerCallback-491-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202424 INFO  (zkConnectionManagerCallback-489-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202424 INFO  (jetty-launcher-480-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 202424 INFO  (jetty-launcher-480-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 202424 INFO  (zkConnectionManagerCallback-487-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202424 INFO  (jetty-launcher-480-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 202425 INFO  (jetty-launcher-480-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 202465 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 
0x1000bee51aa0003, likely client has closed socket
   [junit4]   2> 202465 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 
0x1000bee51aa0001, likely client has closed socket
   [junit4]   2> 202465 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 
0x1000bee51aa0002, likely client has closed socket
   [junit4]   2> 202736 INFO  (jetty-launcher-480-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 202738 INFO  (zkConnectionManagerCallback-495-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202740 INFO  (zkConnectionManagerCallback-497-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202860 INFO  (jetty-launcher-480-thread-3) 
[n:127.0.0.1:37459_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37459_solr
   [junit4]   2> 202861 INFO  (jetty-launcher-480-thread-3) 
[n:127.0.0.1:37459_solr    ] o.a.s.c.Overseer Overseer 
(id=72070712238145542-127.0.0.1:37459_solr-n_0000000000) starting
   [junit4]   2> 202865 INFO  (zkConnectionManagerCallback-504-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202867 INFO  (jetty-launcher-480-thread-3) 
[n:127.0.0.1:37459_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40485/solr ready
   [junit4]   2> 202868 INFO  (jetty-launcher-480-thread-3) 
[n:127.0.0.1:37459_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37459_solr
   [junit4]   2> 202868 INFO  
(OverseerStateUpdate-72070712238145542-127.0.0.1:37459_solr-n_0000000000) 
[n:127.0.0.1:37459_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:37459_solr
   [junit4]   2> 202877 INFO  
(OverseerStateUpdate-72070712238145542-127.0.0.1:37459_solr-n_0000000000) 
[n:127.0.0.1:37459_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 202884 INFO  (zkCallback-503-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 202890 INFO  (jetty-launcher-480-thread-3) 
[n:127.0.0.1:37459_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 202917 INFO  (jetty-launcher-480-thread-3) 
[n:127.0.0.1:37459_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37459.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 202926 INFO  (jetty-launcher-480-thread-3) 
[n:127.0.0.1:37459_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37459.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 202926 INFO  (jetty-launcher-480-thread-3) 
[n:127.0.0.1:37459_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37459.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 202927 INFO  (jetty-launcher-480-thread-3) 
[n:127.0.0.1:37459_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node3/.
   [junit4]   2> 203452 INFO  (jetty-launcher-480-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 203453 INFO  (zkConnectionManagerCallback-509-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203454 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 
0x1000bee51aa0008, likely client has closed socket
   [junit4]   2> 203456 INFO  (zkConnectionManagerCallback-511-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203460 INFO  (jetty-launcher-480-thread-2) 
[n:127.0.0.1:33647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 203463 INFO  (jetty-launcher-480-thread-2) 
[n:127.0.0.1:33647_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 203463 INFO  (jetty-launcher-480-thread-2) 
[n:127.0.0.1:33647_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33647_solr
   [junit4]   2> 203464 INFO  (zkCallback-503-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 203464 INFO  (zkCallback-496-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 203465 INFO  (zkCallback-510-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 203486 INFO  (zkConnectionManagerCallback-518-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203487 INFO  (jetty-launcher-480-thread-2) 
[n:127.0.0.1:33647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 203488 INFO  (jetty-launcher-480-thread-2) 
[n:127.0.0.1:33647_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40485/solr ready
   [junit4]   2> 203489 INFO  (jetty-launcher-480-thread-2) 
[n:127.0.0.1:33647_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 203514 INFO  (jetty-launcher-480-thread-2) 
[n:127.0.0.1:33647_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33647.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 203516 INFO  (jetty-launcher-480-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 203517 INFO  (zkConnectionManagerCallback-523-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203519 INFO  (zkConnectionManagerCallback-525-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203524 INFO  (jetty-launcher-480-thread-4) 
[n:127.0.0.1:42997_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 203527 INFO  (jetty-launcher-480-thread-2) 
[n:127.0.0.1:33647_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33647.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 203527 INFO  (jetty-launcher-480-thread-4) 
[n:127.0.0.1:42997_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 203527 INFO  (jetty-launcher-480-thread-4) 
[n:127.0.0.1:42997_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42997_solr
   [junit4]   2> 203527 INFO  (jetty-launcher-480-thread-2) 
[n:127.0.0.1:33647_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33647.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 203528 INFO  (zkCallback-496-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 203528 INFO  (zkCallback-503-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 203528 INFO  (zkCallback-510-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 203529 INFO  (jetty-launcher-480-thread-2) 
[n:127.0.0.1:33647_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node2/.
   [junit4]   2> 203529 INFO  (zkCallback-517-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 203532 INFO  (zkCallback-524-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 203546 INFO  (zkConnectionManagerCallback-532-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203547 INFO  (jetty-launcher-480-thread-4) 
[n:127.0.0.1:42997_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 203548 INFO  (jetty-launcher-480-thread-4) 
[n:127.0.0.1:42997_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40485/solr ready
   [junit4]   2> 203551 INFO  (jetty-launcher-480-thread-4) 
[n:127.0.0.1:42997_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 203574 INFO  (jetty-launcher-480-thread-4) 
[n:127.0.0.1:42997_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42997.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 203593 INFO  (jetty-launcher-480-thread-4) 
[n:127.0.0.1:42997_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42997.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 203594 INFO  (jetty-launcher-480-thread-4) 
[n:127.0.0.1:42997_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42997.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 203595 INFO  (jetty-launcher-480-thread-4) 
[n:127.0.0.1:42997_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node4/.
   [junit4]   2> 203912 INFO  (jetty-launcher-480-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40485/solr
   [junit4]   2> 203913 INFO  (zkConnectionManagerCallback-537-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203916 INFO  (zkConnectionManagerCallback-539-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203920 INFO  (jetty-launcher-480-thread-1) 
[n:127.0.0.1:39053_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 203922 INFO  (jetty-launcher-480-thread-1) 
[n:127.0.0.1:39053_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 203922 INFO  (jetty-launcher-480-thread-1) 
[n:127.0.0.1:39053_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39053_solr
   [junit4]   2> 203923 INFO  (zkCallback-496-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203923 INFO  (zkCallback-503-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203923 INFO  (zkCallback-510-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203923 INFO  (zkCallback-524-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203923 INFO  (zkCallback-517-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203924 INFO  (zkCallback-531-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203924 INFO  (zkCallback-538-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 203940 INFO  (zkConnectionManagerCallback-546-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203941 INFO  (jetty-launcher-480-thread-1) 
[n:127.0.0.1:39053_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 203943 INFO  (jetty-launcher-480-thread-1) 
[n:127.0.0.1:39053_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40485/solr ready
   [junit4]   2> 203944 INFO  (jetty-launcher-480-thread-1) 
[n:127.0.0.1:39053_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 203965 INFO  (jetty-launcher-480-thread-1) 
[n:127.0.0.1:39053_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39053.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 203974 INFO  (jetty-launcher-480-thread-1) 
[n:127.0.0.1:39053_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39053.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 203974 INFO  (jetty-launcher-480-thread-1) 
[n:127.0.0.1:39053_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39053.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 203975 INFO  (jetty-launcher-480-thread-1) 
[n:127.0.0.1:39053_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node1/.
   [junit4]   2> 204027 INFO  (zkConnectionManagerCallback-549-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204030 INFO  (zkConnectionManagerCallback-554-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204031 INFO  
(SUITE-DeleteReplicaTest-seed#[24CEA6F78DDB4070]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 204032 INFO  
(SUITE-DeleteReplicaTest-seed#[24CEA6F78DDB4070]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40485/solr ready
   [junit4]   2> 204064 INFO  
(TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[24CEA6F78DDB4070]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteLiveReplicaTest
   [junit4]   2> 204066 INFO  (qtp7809246-1726) [n:127.0.0.1:37459_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> 204069 INFO  
(OverseerThreadFactory-505-thread-1-processing-n:127.0.0.1:37459_solr) 
[n:127.0.0.1:37459_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
delLiveColl
   [junit4]   2> 204178 INFO  (qtp7809246-1705) [n:127.0.0.1:37459_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=1
   [junit4]   2> 204181 INFO  (qtp19649158-1731) [n:127.0.0.1:33647_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> 204183 INFO  (qtp17405634-1730) [n:127.0.0.1:42997_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> 204186 INFO  (qtp32276520-1715) [n:127.0.0.1:39053_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> 204193 INFO  
(OverseerStateUpdate-72070712238145542-127.0.0.1:37459_solr-n_0000000000) 
[n:127.0.0.1:37459_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":"http://127.0.0.1:39053/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 204195 INFO  
(OverseerStateUpdate-72070712238145542-127.0.0.1:37459_solr-n_0000000000) 
[n:127.0.0.1:37459_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":"http://127.0.0.1:42997/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 204196 INFO  
(OverseerStateUpdate-72070712238145542-127.0.0.1:37459_solr-n_0000000000) 
[n:127.0.0.1:37459_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":"http://127.0.0.1:33647/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 204198 INFO  
(OverseerStateUpdate-72070712238145542-127.0.0.1:37459_solr-n_0000000000) 
[n:127.0.0.1:37459_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":"http://127.0.0.1:37459/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 204401 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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> 204403 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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> 204403 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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> 204403 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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> 204403 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 205431 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 205437 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 205437 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 205437 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 205459 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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> 205463 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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> 205469 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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> 205470 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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> 205470 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33647.solr.core.delLiveColl.shard2.replica_n4' (registry 
'solr.core.delLiveColl.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 205471 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node2/delLiveColl_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node2/./delLiveColl_shard2_replica_n4/data/]
   [junit4]   2> 205471 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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> 205471 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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> 205471 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42997.solr.core.delLiveColl.shard1.replica_n2' (registry 
'solr.core.delLiveColl.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 205472 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node4/delLiveColl_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node4/./delLiveColl_shard1_replica_n2/data/]
   [junit4]   2> 205475 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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> 205476 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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> 205477 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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> 205477 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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> 205478 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37459.solr.core.delLiveColl.shard2.replica_n6' (registry 
'solr.core.delLiveColl.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 205478 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node3/delLiveColl_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node3/./delLiveColl_shard2_replica_n6/data/]
   [junit4]   2> 205478 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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> 205478 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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> 205479 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39053.solr.core.delLiveColl.shard1.replica_n1' (registry 
'solr.core.delLiveColl.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 205479 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node1/delLiveColl_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node1/./delLiveColl_shard1_replica_n1/data/]
   [junit4]   2> 205564 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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> 205564 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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> 205566 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 205566 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 205566 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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> 205566 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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> 205567 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 205568 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 205577 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18954b9[delLiveColl_shard2_replica_n4] main]
   [junit4]   2> 205580 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@eec3a6[delLiveColl_shard2_replica_n6] main]
   [junit4]   2> 205580 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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> 205581 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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> 205582 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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> 205582 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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> 205582 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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 1617885457579769856
   [junit4]   2> 205583 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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> 205583 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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> 205585 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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> 205585 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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> 205586 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 205586 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 205586 INFO  
(searcherExecutor-531-thread-1-processing-n:127.0.0.1:33647_solr 
x:delLiveColl_shard2_replica_n4 c:delLiveColl s:shard2 r:core_node7) 
[n:127.0.0.1:33647_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@18954b9[delLiveColl_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 205587 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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> 205587 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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> 205588 INFO  
(searcherExecutor-533-thread-1-processing-n:127.0.0.1:37459_solr 
x:delLiveColl_shard2_replica_n6 c:delLiveColl s:shard2 r:core_node8) 
[n:127.0.0.1:37459_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@eec3a6[delLiveColl_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 205588 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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 1617885457586061312
   [junit4]   2> 205588 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@153be55[delLiveColl_shard1_replica_n1] main]
   [junit4]   2> 205590 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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> 205590 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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> 205591 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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> 205591 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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 1617885457589207040
   [junit4]   2> 205600 INFO  
(searcherExecutor-534-thread-1-processing-n:127.0.0.1:39053_solr 
x:delLiveColl_shard1_replica_n1 c:delLiveColl s:shard1 r:core_node3) 
[n:127.0.0.1:39053_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@153be55[delLiveColl_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 205601 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 205601 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 205604 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@158c962[delLiveColl_shard1_replica_n2] main]
   [junit4]   2> 205605 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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> 205606 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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> 205606 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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> 205607 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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> 205607 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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> 205607 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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 1617885457605984256
   [junit4]   2> 205608 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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> 205608 INFO  
(searcherExecutor-532-thread-1-processing-n:127.0.0.1:42997_solr 
x:delLiveColl_shard1_replica_n2 c:delLiveColl s:shard1 r:core_node5) 
[n:127.0.0.1:42997_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@158c962[delLiveColl_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 205611 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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}, version=0}
   [junit4]   2> 205617 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 205618 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 205618 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33647/solr/delLiveColl_shard2_replica_n4/
   [junit4]   2> 205619 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 205619 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n4 
url=http://127.0.0.1:33647/solr START 
replicas=[http://127.0.0.1:37459/solr/delLiveColl_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 205619 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n4 
url=http://127.0.0.1:33647/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 205619 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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_node3=0, 
core_node5=0}, version=1}
   [junit4]   2> 205623 INFO  (qtp7809246-1699) [n:127.0.0.1:37459_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.S.Request [delLiveColl_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 205624 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 205624 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 205626 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33647/solr/delLiveColl_shard2_replica_n4/ shard2
   [junit4]   2> 205778 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 205780 INFO  (qtp19649158-1716) [n:127.0.0.1:33647_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=1377
   [junit4]   2> 205880 INFO  (zkCallback-510-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> 206120 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 206120 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 206120 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39053/solr/delLiveColl_shard1_replica_n1/
   [junit4]   2> 206120 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n1 
url=http://127.0.0.1:39053/solr START 
replicas=[http://127.0.0.1:42997/solr/delLiveColl_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 206121 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n1 
url=http://127.0.0.1:39053/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 206141 INFO  (qtp17405634-1717) [n:127.0.0.1:42997_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.S.Request [delLiveColl_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 206142 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 206142 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 206152 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39053/solr/delLiveColl_shard1_replica_n1/ shard1
   [junit4]   2> 206257 INFO  (zkCallback-510-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> 206267 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 206269 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_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=1868
   [junit4]   2> 206369 INFO  (zkCallback-538-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> 206369 INFO  (zkCallback-510-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> 206651 INFO  (qtp7809246-1709) [n:127.0.0.1:37459_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=2249
   [junit4]   2> 206655 INFO  (qtp17405634-1710) [n:127.0.0.1:42997_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=2253
   [junit4]   2> 206659 INFO  (qtp7809246-1726) [n:127.0.0.1:37459_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> 206723 INFO  (zkCallback-510-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> 206723 INFO  (zkCallback-538-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> 206723 INFO  (zkCallback-496-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> 206723 INFO  (zkCallback-524-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> 207659 INFO  (qtp7809246-1726) [n:127.0.0.1:37459_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=3592
   [junit4]   2> 207663 INFO  (qtp32276520-1711) [n:127.0.0.1:39053_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> 207666 INFO  (qtp7809246-1701) [n:127.0.0.1:37459_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node3&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&onlyIfDown=true&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 207668 INFO  
(OverseerCollectionConfigSetProcessor-72070712238145542-127.0.0.1:37459_solr-n_0000000000)
 [n:127.0.0.1:37459_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> 207669 ERROR 
(OverseerThreadFactory-505-thread-2-processing-n:127.0.0.1:37459_solr) 
[n:127.0.0.1:37459_solr c:delLiveColl s:shard1 r:core_node3 ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: delLiveColl operation: 
deletereplica failed:org.apache.solr.common.SolrException: Attempted to remove 
replica : delLiveColl/shard1/core_node3 with onlyIfDown='true', but state is 
'active'
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteCore(DeleteReplicaCmd.java:218)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:95)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.call(DeleteReplicaCmd.java:66)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:478)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 207676 INFO  (qtp7809246-1701) [n:127.0.0.1:37459_solr 
c:delLiveColl   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replica=core_node3&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&onlyIfDown=true&wt=javabin&version=2}
 status=400 QTime=10
   [junit4]   2> 207678 INFO  (qtp7809246-1857) [n:127.0.0.1:37459_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node3&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 207681 INFO  
(OverseerCollectionConfigSetProcessor-72070712238145542-127.0.0.1:37459_solr-n_0000000000)
 [n:127.0.0.1:37459_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 207683 INFO  (qtp32276520-1714) [n:127.0.0.1:39053_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.delLiveColl.shard1.replica_n1, tag=null
   [junit4]   2> 207683 INFO  (qtp32276520-1714) [n:127.0.0.1:39053_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@100dbe9: rootName = 
solr_39053, domain = solr.core.delLiveColl.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.delLiveColl.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@1f19fc5
   [junit4]   2> 207698 INFO  (qtp32276520-1714) [n:127.0.0.1:39053_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.c.SolrCore 
[delLiveColl_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1d399cf
   [junit4]   2> 207698 INFO  (qtp32276520-1714) [n:127.0.0.1:39053_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.delLiveColl.shard1.replica_n1, tag=1d399cf
   [junit4]   2> 207698 INFO  (qtp32276520-1714) [n:127.0.0.1:39053_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.delLiveColl.shard1.leader, tag=1d399cf
   [junit4]   2> 207702 INFO  (qtp32276520-1714) [n:127.0.0.1:39053_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/delLiveColl/terms/shard1 to Terms{values={core_node5=0}, 
version=2}
   [junit4]   2> 207704 INFO  (qtp32276520-1714) [n:127.0.0.1:39053_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=delLiveColl_shard1_replica_n1&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=22
   [junit4]   2> 207705 INFO  (zkCallback-524-thread-2) [n:127.0.0.1:42997_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> 207807 INFO  (zkCallback-510-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> 207807 INFO  (zkCallback-524-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> 207807 INFO  (zkCallback-496-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> 207807 INFO  (zkCallback-538-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> 207908 INFO  (qtp7809246-1857) [n:127.0.0.1:37459_solr 
c:delLiveColl   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replica=core_node3&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&wt=javabin&version=2}
 status=0 QTime=229
   [junit4]   2> 207911 INFO  
(TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[24CEA6F78DDB4070]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending deleteLiveReplicaTest
   [junit4]   2> 207940 INFO  
(TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[24CEA6F78DDB4070])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 207941 INFO  (qtp7809246-1720) [n:127.0.0.1:37459_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=deletereplica_test&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 207943 INFO  
(OverseerThreadFactory-505-thread-4-processing-n:127.0.0.1:37459_solr) 
[n:127.0.0.1:37459_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deletereplica_test
   [junit4]   2> 207944 INFO  
(OverseerCollectionConfigSetProcessor-72070712238145542-127.0.0.1:37459_solr-n_0000000000)
 [n:127.0.0.1:37459_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 208154 INFO  (qtp7809246-1724) [n:127.0.0.1:37459_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.delLiveColl.shard2.replica_n6:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 208156 INFO  (qtp7809246-1699) [n:127.0.0.1:37459_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> 208160 INFO  (qtp19649158-1708) [n:127.0.0.1:33647_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.delLiveColl.shard2.replica_n4:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 208161 INFO  (qtp19649158-1731) [n:127.0.0.1:33647_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> 208164 INFO  (qtp17405634-1706) [n:127.0.0.1:42997_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.delLiveColl.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 208166 INFO  (qtp17405634-1859) [n:127.0.0.1:42997_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> 208169 INFO  (qtp32276520-1703) [n:127.0.0.1:39053_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> 208175 INFO  
(OverseerStateUpdate-72070712238145542-127.0.0.1:37459_solr-n_0000000000) 
[n:127.0.0.1:37459_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletereplica_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletereplica_test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39053/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 208177 INFO  
(OverseerStateUpdate-72070712238145542-127.0.0.1:37459_solr-n_0000000000) 
[n:127.0.0.1:37459_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletereplica_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletereplica_test_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39053/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 208380 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 208381 INFO  (qtp32276520-1700) [n:127.0.0.1:39053_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 209401 INFO  (qtp32276520-1700) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 209401 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 209414 INFO  (qtp32276520-1700) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.IndexSchema 
[deletereplica_test_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 209414 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.IndexSchema 
[deletereplica_test_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 209416 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 209416 INFO  (qtp32276520-1700) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 209416 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'deletereplica_test_shard1_replica_n2' using configuration from collection 
deletereplica_test, trusted=true
   [junit4]   2> 209416 INFO  (qtp32276520-1700) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'deletereplica_test_shard1_replica_n1' using configuration from collection 
deletereplica_test, trusted=true
   [junit4]   2> 209417 INFO  (qtp32276520-1700) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_39053.solr.core.deletereplica_test.shard1.replica_n1' 
(registry 'solr.core.deletereplica_test.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 209417 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_39053.solr.core.deletereplica_test.shard1.replica_n2' 
(registry 'solr.core.deletereplica_test.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ba59ce
   [junit4]   2> 209417 INFO  (qtp32276520-1700) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore 
[[deletereplica_test_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node1/deletereplica_test_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node1/./deletereplica_test_shard1_replica_n1/data/]
   [junit4]   2> 209417 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrCore 
[[deletereplica_test_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node1/deletereplica_test_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001/tempDir-001/node1/./deletereplica_test_shard1_replica_n2/data/]
   [junit4]   2> 209466 INFO  (qtp32276520-1707) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 209466 INFO  (qtp32276520-1700) [n:127.0.0.1:39053_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 209466 INFO  (qtp32276520-1700) [n:127.0.0.1:39053_solr 
c:deleter

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

red - updating... (live nodes size: [0])
   [junit4]   2> 153246 INFO  (zkCallback-30-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 153246 INFO  (zkCallback-17-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 153248 INFO  (coreCloseExecutor-189-thread-1) 
[n:127.0.0.1:41719_solr c:raceDeleteReplica_true s:shard1 r:core_node3 
x:raceDeleteReplica_true_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.raceDeleteReplica_true.shard1.leader, tag=d1aa39
   [junit4]   2> 153250 INFO  (coreCloseExecutor-189-thread-2) 
[n:127.0.0.1:41719_solr c:delLiveColl s:shard1 r:core_node5 
x:delLiveColl_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.delLiveColl.shard1.replica_n2, tag=95d41c
   [junit4]   2> 153251 INFO  (coreCloseExecutor-189-thread-2) 
[n:127.0.0.1:41719_solr c:delLiveColl s:shard1 r:core_node5 
x:delLiveColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@ebf80b: rootName = 
solr_41719, domain = solr.core.delLiveColl.shard1.replica_n2, service url = 
null, agent id = null] for registry solr.core.delLiveColl.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@1009fac
   [junit4]   2> 153252 INFO  (coreCloseExecutor-187-thread-1) 
[n:127.0.0.1:36747_solr c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, 
tag=137aece
   [junit4]   2> 153253 INFO  (coreCloseExecutor-187-thread-3) 
[n:127.0.0.1:36747_solr c:deleteByCount s:shard1 r:core_node4 
x:deleteByCount_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=1bde43b
   [junit4]   2> 153274 INFO  (jetty-closer-2-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@13ea7b4{/solr,null,UNAVAILABLE}
   [junit4]   2> 153274 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 153276 WARN  (zkCallback-82-thread-4) [    ] 
o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 153282 INFO  (coreCloseExecutor-189-thread-2) 
[n:127.0.0.1:41719_solr c:delLiveColl s:shard1 r:core_node5 
x:delLiveColl_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.delLiveColl.shard1.leader, tag=95d41c
   [junit4]   2> 153292 INFO  (jetty-closer-2-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@a56cd5{/solr,null,UNAVAILABLE}
   [junit4]   2> 153293 INFO  (jetty-closer-2-thread-4) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 153399 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.c.Overseer 
Overseer (id=72071006047895558-127.0.0.1:41561_solr-n_0000000000) closing
   [junit4]   2> 153399 INFO  
(OverseerStateUpdate-72071006047895558-127.0.0.1:41561_solr-n_0000000000) 
[n:127.0.0.1:41561_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:41561_solr
   [junit4]   2> 153400 WARN  
(OverseerAutoScalingTriggerThread-72071006047895558-127.0.0.1:41561_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 153402 INFO  (jetty-closer-2-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@13800fc{/solr,null,UNAVAILABLE}
   [junit4]   2> 153402 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 153404 ERROR 
(SUITE-DeleteReplicaTest-seed#[24CEA6F78DDB4070]-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> 153405 INFO  
(SUITE-DeleteReplicaTest-seed#[24CEA6F78DDB4070]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35723 35723
   [junit4]   2> 153514 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:35723 35723
   [junit4]   2> 153515 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        14      
/solr/collections/deleteFromClusterState_true/terms/shard1
   [junit4]   2>        13      
/solr/collections/deleteFromClusterState_false/terms/shard1
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        9       
/solr/collections/deleteReplicaOnIndexing/terms/shard1
   [junit4]   2>        9       /solr/collections/deleteByCount/terms/shard1
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        8       /solr/collections/delLiveColl/terms/shard1
   [junit4]   2>        7       
/solr/collections/raceDeleteReplica_true/terms/shard1
   [junit4]   2>        7       /solr/collections/deleteByCountNew/terms/shard1
   [junit4]   2>        7       /solr/collections/deleteByCountNew/terms/shard2
   [junit4]   2>        6       /solr/configs/conf
   [junit4]   2>        5       /solr/collections/delLiveColl/terms/shard2
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        4       
/solr/collections/deletereplica_test/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/clusterprops.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        9       /solr/collections/delLiveColl/state.json
   [junit4]   2>        7       
/solr/collections/raceDeleteReplica_true/state.json
   [junit4]   2>        5       /solr/collections/deleteByCountNew/state.json
   [junit4]   2>        5       
/solr/collections/deleteFromClusterState_false/state.json
   [junit4]   2>        4       /solr/collections/deleteByCount/state.json
   [junit4]   2>        4       
/solr/collections/deleteFromClusterState_true/state.json
   [junit4]   2>        3       
/solr/collections/deleteReplicaOnIndexing/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72071006047895558-127.0.0.1:41561_solr-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72071006047895564-127.0.0.1:44251_solr-n_0000000002
   [junit4]   2>        2       /solr/collections/deletereplica_test/state.json
   [junit4]   2>        2       
/solr/collections/raceDeleteReplica_true/leader_elect/shard1/election/72071006047895564-core_node4-n_0000000000
   [junit4]   2>        2       
/solr/collections/deleteFromClusterState_false/leader_elect/shard1/election/72071006047895567-core_node2-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72071006047895561-127.0.0.1:36747_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_24CEA6F78DDB4070-001
   [junit4]   2> Nov 23, 2018 2:33:58 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{id=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=939, 
maxMBSortInHeap=6.657532748101899, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@95c877),
 locale=nl-BE, timezone=Europe/Saratov
   [junit4]   2> NOTE: Linux 4.15.0-39-generic i386/Oracle Corporation 
1.8.0_172 (32-bit)/cpus=8,threads=1,free=43283216,total=107843584
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest]
   [junit4] Completed [3/5 (2!)] on J1 in 153.04s, 7 tests, 1 failure <<< 
FAILURES!

[...truncated 32 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1567: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092: 
There were test failures: 5 suites, 35 tests, 2 failures [seed: 
24CEA6F78DDB4070]

Total time: 4 minutes 11 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   2/5 failed: org.apache.solr.cloud.DeleteReplicaTest
[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=245907228642798f053542e02277d91baa211006, 
workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #23249
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