Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23184/
Java: 32bit/jdk1.8.0_172 -server -XX:+UseG1GC

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

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:33047_solr, 
127.0.0.1:34277_solr, 127.0.0.1:37207_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/14)={
   "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:40885/solr";,           
"node_name":"127.0.0.1:40885_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"http://127.0.0.1:40885/solr";,           
"node_name":"127.0.0.1:40885_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"raceDeleteReplica_true_shard1_replica_n2",           
"base_url":"http://127.0.0.1:34277/solr";,           
"node_name":"127.0.0.1:34277_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:33047_solr, 127.0.0.1:34277_solr, 127.0.0.1:37207_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/14)={
  "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:40885/solr";,
          "node_name":"127.0.0.1:40885_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"http://127.0.0.1:40885/solr";,
          "node_name":"127.0.0.1:40885_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"http://127.0.0.1:34277/solr";,
          "node_name":"127.0.0.1:34277_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([96D35D019B87246C:FCC53CD1F3756EA6]: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:33187_solr, 
127.0.0.1:34183_solr, 127.0.0.1:34601_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/11)={
   "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:40899/solr";,           
"node_name":"127.0.0.1:40899_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"http://127.0.0.1:40899/solr";,           
"node_name":"127.0.0.1:40899_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"raceDeleteReplica_true_shard1_replica_n2",           
"base_url":"http://127.0.0.1:33187/solr";,           
"node_name":"127.0.0.1:33187_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:33187_solr, 127.0.0.1:34183_solr, 127.0.0.1:34601_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/11)={
  "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:40899/solr";,
          "node_name":"127.0.0.1:40899_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"http://127.0.0.1:40899/solr";,
          "node_name":"127.0.0.1:40899_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"http://127.0.0.1:33187/solr";,
          "node_name":"127.0.0.1:33187_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([96D35D019B87246C:FCC53CD1F3756EA6]: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 13750 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/init-core-data-001
   [junit4]   2> 1124621 WARN  
(SUITE-DeleteReplicaTest-seed#[96D35D019B87246C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=56 numCloses=56
   [junit4]   2> 1124622 INFO  
(SUITE-DeleteReplicaTest-seed#[96D35D019B87246C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1124623 INFO  
(SUITE-DeleteReplicaTest-seed#[96D35D019B87246C]-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> 1124623 INFO  
(SUITE-DeleteReplicaTest-seed#[96D35D019B87246C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1124623 INFO  
(SUITE-DeleteReplicaTest-seed#[96D35D019B87246C]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001
   [junit4]   2> 1124623 INFO  
(SUITE-DeleteReplicaTest-seed#[96D35D019B87246C]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1124623 INFO  (Thread-1609) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1124623 INFO  (Thread-1609) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1124625 ERROR (Thread-1609) [    ] 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> 1124724 INFO  
(SUITE-DeleteReplicaTest-seed#[96D35D019B87246C]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35131
   [junit4]   2> 1124725 INFO  (zkConnectionManagerCallback-4279-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1124728 INFO  (jetty-launcher-4276-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> 1124728 INFO  (jetty-launcher-4276-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> 1124728 INFO  (jetty-launcher-4276-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> 1124728 INFO  (jetty-launcher-4276-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> 1124729 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2b59cd{/solr,null,AVAILABLE}
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ef71e1{/solr,null,AVAILABLE}
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18740b{/solr,null,AVAILABLE}
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@ffdca8{HTTP/1.1,[http/1.1]}{127.0.0.1:34183}
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1493a8{HTTP/1.1,[http/1.1]}{127.0.0.1:34601}
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.e.j.s.Server Started @1124784ms
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18ae3ee{/solr,null,AVAILABLE}
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.e.j.s.Server Started @1124784ms
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34183}
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34601}
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@39ce87{HTTP/1.1,[http/1.1]}{127.0.0.1:33187}
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.e.j.s.Server Started @1124784ms
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33187}
   [junit4]   2> 1124729 ERROR (jetty-launcher-4276-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1124729 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1124729 ERROR (jetty-launcher-4276-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1124730 ERROR (jetty-launcher-4276-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@ef6e8a{HTTP/1.1,[http/1.1]}{127.0.0.1:40899}
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.e.j.s.Server Started @1124784ms
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40899}
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-10T12:19:50.950Z
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-10T12:19:50.950Z
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-10T12:19:50.950Z
   [junit4]   2> 1124730 ERROR (jetty-launcher-4276-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1124730 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-10T12:19:50.950Z
   [junit4]   2> 1124731 INFO  (zkConnectionManagerCallback-4281-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1124731 INFO  (zkConnectionManagerCallback-4287-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1124731 INFO  (zkConnectionManagerCallback-4284-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1124731 INFO  (zkConnectionManagerCallback-4285-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1124731 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1124731 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1124731 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1124731 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1124735 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 
0x100491d16f80004, likely client has closed socket
   [junit4]   2> 1125076 INFO  (jetty-launcher-4276-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35131/solr
   [junit4]   2> 1125076 INFO  (zkConnectionManagerCallback-4291-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125080 INFO  (zkConnectionManagerCallback-4293-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125113 INFO  (jetty-launcher-4276-thread-2) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33187_solr
   [junit4]   2> 1125113 INFO  (jetty-launcher-4276-thread-2) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.Overseer Overseer 
(id=72137983326158854-127.0.0.1:33187_solr-n_0000000000) starting
   [junit4]   2> 1125124 INFO  (zkConnectionManagerCallback-4300-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125126 INFO  (jetty-launcher-4276-thread-2) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:35131/solr ready
   [junit4]   2> 1125126 INFO  
(OverseerStateUpdate-72137983326158854-127.0.0.1:33187_solr-n_0000000000) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:33187_solr
   [junit4]   2> 1125126 INFO  (jetty-launcher-4276-thread-2) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33187_solr
   [junit4]   2> 1125132 INFO  (zkCallback-4292-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1125143 INFO  (zkCallback-4299-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1125144 INFO  (jetty-launcher-4276-thread-2) 
[n:127.0.0.1:33187_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1125163 INFO  (jetty-launcher-4276-thread-2) 
[n:127.0.0.1:33187_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33187.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125168 INFO  (jetty-launcher-4276-thread-2) 
[n:127.0.0.1:33187_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33187.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125168 INFO  (jetty-launcher-4276-thread-2) 
[n:127.0.0.1:33187_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33187.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125169 INFO  (jetty-launcher-4276-thread-2) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node2/.
   [junit4]   2> 1125186 INFO  (jetty-launcher-4276-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35131/solr
   [junit4]   2> 1125187 INFO  (zkConnectionManagerCallback-4305-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125188 INFO  (zkConnectionManagerCallback-4307-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125191 INFO  (jetty-launcher-4276-thread-4) 
[n:127.0.0.1:34601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1125193 INFO  (jetty-launcher-4276-thread-4) 
[n:127.0.0.1:34601_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1125194 INFO  (jetty-launcher-4276-thread-4) 
[n:127.0.0.1:34601_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34601_solr
   [junit4]   2> 1125194 INFO  (zkCallback-4299-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1125194 INFO  (zkCallback-4292-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1125197 INFO  (zkCallback-4306-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1125209 INFO  (zkConnectionManagerCallback-4314-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125209 INFO  (jetty-launcher-4276-thread-4) 
[n:127.0.0.1:34601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1125210 INFO  (jetty-launcher-4276-thread-4) 
[n:127.0.0.1:34601_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:35131/solr ready
   [junit4]   2> 1125212 INFO  (jetty-launcher-4276-thread-4) 
[n:127.0.0.1:34601_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1125229 INFO  (jetty-launcher-4276-thread-4) 
[n:127.0.0.1:34601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34601.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125236 INFO  (jetty-launcher-4276-thread-4) 
[n:127.0.0.1:34601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34601.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125236 INFO  (jetty-launcher-4276-thread-4) 
[n:127.0.0.1:34601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34601.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125237 INFO  (jetty-launcher-4276-thread-4) 
[n:127.0.0.1:34601_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node4/.
   [junit4]   2> 1125313 INFO  (jetty-launcher-4276-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35131/solr
   [junit4]   2> 1125314 INFO  (zkConnectionManagerCallback-4319-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125316 INFO  (zkConnectionManagerCallback-4321-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125318 INFO  (jetty-launcher-4276-thread-3) 
[n:127.0.0.1:40899_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1125319 INFO  (jetty-launcher-4276-thread-3) 
[n:127.0.0.1:40899_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1125319 INFO  (jetty-launcher-4276-thread-3) 
[n:127.0.0.1:40899_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40899_solr
   [junit4]   2> 1125320 INFO  (zkCallback-4299-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1125320 INFO  (zkCallback-4292-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1125320 INFO  (zkCallback-4320-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1125321 INFO  (zkCallback-4313-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1125321 INFO  (zkCallback-4306-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1125333 INFO  (zkConnectionManagerCallback-4328-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125333 INFO  (jetty-launcher-4276-thread-3) 
[n:127.0.0.1:40899_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1125334 INFO  (jetty-launcher-4276-thread-3) 
[n:127.0.0.1:40899_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:35131/solr ready
   [junit4]   2> 1125334 INFO  (jetty-launcher-4276-thread-3) 
[n:127.0.0.1:40899_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1125344 INFO  (jetty-launcher-4276-thread-3) 
[n:127.0.0.1:40899_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40899.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125350 INFO  (jetty-launcher-4276-thread-3) 
[n:127.0.0.1:40899_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40899.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125350 INFO  (jetty-launcher-4276-thread-3) 
[n:127.0.0.1:40899_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40899.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125351 INFO  (jetty-launcher-4276-thread-3) 
[n:127.0.0.1:40899_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node3/.
   [junit4]   2> 1125863 INFO  (jetty-launcher-4276-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35131/solr
   [junit4]   2> 1125864 INFO  (zkConnectionManagerCallback-4333-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125865 INFO  (zkConnectionManagerCallback-4335-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125868 INFO  (jetty-launcher-4276-thread-1) 
[n:127.0.0.1:34183_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1125870 INFO  (jetty-launcher-4276-thread-1) 
[n:127.0.0.1:34183_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1125870 INFO  (jetty-launcher-4276-thread-1) 
[n:127.0.0.1:34183_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34183_solr
   [junit4]   2> 1125871 INFO  (zkCallback-4306-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1125871 INFO  (zkCallback-4299-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1125871 INFO  (zkCallback-4292-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1125872 INFO  (zkCallback-4327-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1125872 INFO  (zkCallback-4334-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1125872 INFO  (zkCallback-4320-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1125873 INFO  (zkCallback-4313-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1125883 INFO  (zkConnectionManagerCallback-4342-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125884 INFO  (jetty-launcher-4276-thread-1) 
[n:127.0.0.1:34183_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1125884 INFO  (jetty-launcher-4276-thread-1) 
[n:127.0.0.1:34183_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:35131/solr ready
   [junit4]   2> 1125885 INFO  (jetty-launcher-4276-thread-1) 
[n:127.0.0.1:34183_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1125896 INFO  (jetty-launcher-4276-thread-1) 
[n:127.0.0.1:34183_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34183.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125901 INFO  (jetty-launcher-4276-thread-1) 
[n:127.0.0.1:34183_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34183.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125901 INFO  (jetty-launcher-4276-thread-1) 
[n:127.0.0.1:34183_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34183.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1125902 INFO  (jetty-launcher-4276-thread-1) 
[n:127.0.0.1:34183_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node1/.
   [junit4]   2> 1125930 INFO  (zkConnectionManagerCallback-4345-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125932 INFO  (zkConnectionManagerCallback-4350-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1125933 INFO  
(SUITE-DeleteReplicaTest-seed#[96D35D019B87246C]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1125934 INFO  
(SUITE-DeleteReplicaTest-seed#[96D35D019B87246C]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35131/solr ready
   [junit4]   2> 1125961 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[96D35D019B87246C])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCountForAllShards
   [junit4]   2> 1125962 INFO  (qtp26333453-10438) [n:127.0.0.1:34601_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=deleteByCountNew&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1125963 INFO  
(OverseerThreadFactory-3435-thread-1-processing-n:127.0.0.1:33187_solr) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteByCountNew
   [junit4]   2> 1126068 INFO  (qtp26333453-10421) [n:127.0.0.1:34601_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> 1126069 INFO  (qtp17337586-10443) [n:127.0.0.1:33187_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> 1126069 INFO  (qtp32034560-10448) [n:127.0.0.1:40899_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> 1126070 INFO  (qtp30023558-10440) [n:127.0.0.1:34183_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> 1126073 INFO  
(OverseerStateUpdate-72137983326158854-127.0.0.1:33187_solr-n_0000000000) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCountNew_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34183/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1126074 INFO  
(OverseerStateUpdate-72137983326158854-127.0.0.1:33187_solr-n_0000000000) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCountNew_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40899/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1126075 INFO  
(OverseerStateUpdate-72137983326158854-127.0.0.1:33187_solr-n_0000000000) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deleteByCountNew_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33187/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1126075 INFO  
(OverseerStateUpdate-72137983326158854-127.0.0.1:33187_solr-n_0000000000) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deleteByCountNew_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34601/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1126278 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr    
x:deleteByCountNew_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1126278 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr    
x:deleteByCountNew_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n4&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1126278 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n6&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1126278 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1126278 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr    
x:deleteByCountNew_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1127288 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1127288 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1127290 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1127294 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1127298 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1127298 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1127298 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1127298 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1127300 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1127300 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1127300 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n4' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1127300 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1127300 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1127300 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n6' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1127300 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n1' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1127300 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n2' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1127300 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33187.solr.core.deleteByCountNew.shard2.replica_n4' (registry 
'solr.core.deleteByCountNew.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1127300 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40899.solr.core.deleteByCountNew.shard1.replica_n2' (registry 
'solr.core.deleteByCountNew.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1127300 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34183.solr.core.deleteByCountNew.shard1.replica_n1' (registry 
'solr.core.deleteByCountNew.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1127300 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica_n2] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node3/deleteByCountNew_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node3/./deleteByCountNew_shard1_replica_n2/data/]
   [junit4]   2> 1127301 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node1/deleteByCountNew_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node1/./deleteByCountNew_shard1_replica_n1/data/]
   [junit4]   2> 1127301 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica_n4] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node2/deleteByCountNew_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node2/./deleteByCountNew_shard2_replica_n4/data/]
   [junit4]   2> 1127302 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34601.solr.core.deleteByCountNew.shard2.replica_n6' (registry 
'solr.core.deleteByCountNew.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1127302 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica_n6] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node4/deleteByCountNew_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001/tempDir-001/node4/./deleteByCountNew_shard2_replica_n6/data/]
   [junit4]   2> 1127351 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1127351 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1127351 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1127351 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1127352 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1127352 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1127352 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1127352 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1127353 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@10a5fc[deleteByCountNew_shard1_replica_n1] main]
   [junit4]   2> 1127353 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14502f[deleteByCountNew_shard2_replica_n4] main]
   [junit4]   2> 1127354 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1127354 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1127354 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1127354 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1127354 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1127354 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1127354 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1127355 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1127355 INFO  
(searcherExecutor-3463-thread-1-processing-n:127.0.0.1:34183_solr 
x:deleteByCountNew_shard1_replica_n1 c:deleteByCountNew s:shard1 r:core_node3) 
[n:127.0.0.1:34183_solr c:deleteByCountNew s:shard1 r:core_node3 
x:deleteByCountNew_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteByCountNew_shard1_replica_n1] Registered new searcher 
Searcher@10a5fc[deleteByCountNew_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1127355 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1616749415445299200
   [junit4]   2> 1127355 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1616749415445299200
   [junit4]   2> 1127355 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1127355 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1127355 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1127355 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1127355 INFO  
(searcherExecutor-3461-thread-1-processing-n:127.0.0.1:33187_solr 
x:deleteByCountNew_shard2_replica_n4 c:deleteByCountNew s:shard2 r:core_node7) 
[n:127.0.0.1:33187_solr c:deleteByCountNew s:shard2 r:core_node7 
x:deleteByCountNew_shard2_replica_n4] o.a.s.c.SolrCore 
[deleteByCountNew_shard2_replica_n4] Registered new searcher 
Searcher@14502f[deleteByCountNew_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1127356 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1127356 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1127356 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1296205[deleteByCountNew_shard1_replica_n2] main]
   [junit4]   2> 1127357 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1127357 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1127357 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@776531[deleteByCountNew_shard2_replica_n6] main]
   [junit4]   2> 1127357 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1127358 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1127358 INFO  
(searcherExecutor-3464-thread-1-processing-n:127.0.0.1:40899_solr 
x:deleteByCountNew_shard1_replica_n2 c:deleteByCountNew s:shard1 r:core_node5) 
[n:127.0.0.1:40899_solr c:deleteByCountNew s:shard1 r:core_node5 
x:deleteByCountNew_shard1_replica_n2] o.a.s.c.SolrCore 
[deleteByCountNew_shard1_replica_n2] Registered new searcher 
Searcher@1296205[deleteByCountNew_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1127358 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1616749415448444928
   [junit4]   2> 1127358 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1127358 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1127359 INFO  
(searcherExecutor-3462-thread-1-processing-n:127.0.0.1:34601_solr 
x:deleteByCountNew_shard2_replica_n6 c:deleteByCountNew s:shard2 r:core_node8) 
[n:127.0.0.1:34601_solr c:deleteByCountNew s:shard2 r:core_node8 
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.SolrCore 
[deleteByCountNew_shard2_replica_n6] Registered new searcher 
Searcher@776531[deleteByCountNew_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1127359 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1616749415449493504
   [junit4]   2> 1127360 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard2 to Terms{values={core_node7=0}, 
version=0}
   [junit4]   2> 1127361 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 1127362 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard1 to Terms{values={core_node3=0, 
core_node5=0}, version=1}
   [junit4]   2> 1127363 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard2 to Terms{values={core_node7=0, 
core_node8=0}, version=1}
   [junit4]   2> 1127364 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1127364 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1127364 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1127364 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34183/solr/deleteByCountNew_shard1_replica_n1/
   [junit4]   2> 1127364 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard1_replica_n1 
url=http://127.0.0.1:34183/solr START 
replicas=[http://127.0.0.1:40899/solr/deleteByCountNew_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 1127364 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard1_replica_n1 
url=http://127.0.0.1:34183/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1127365 INFO  (qtp32034560-10435) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.S.Request [deleteByCountNew_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1127365 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1127365 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_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> 1127367 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34183/solr/deleteByCountNew_shard1_replica_n1/ shard1
   [junit4]   2> 1127468 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1127504 INFO  (qtp30023558-10422) [n:127.0.0.1:34183_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_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=deleteByCountNew_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1226
   [junit4]   2> 1127570 INFO  (zkCallback-4334-thread-1) [    ] 
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: [4])
   [junit4]   2> 1127864 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1127864 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1127864 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33187/solr/deleteByCountNew_shard2_replica_n4/
   [junit4]   2> 1127865 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard2_replica_n4 
url=http://127.0.0.1:33187/solr START 
replicas=[http://127.0.0.1:34601/solr/deleteByCountNew_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 1127865 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard2_replica_n4 
url=http://127.0.0.1:33187/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1127866 INFO  (qtp26333453-10434) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.S.Request [deleteByCountNew_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1127866 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1127866 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_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> 1127868 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33187/solr/deleteByCountNew_shard2_replica_n4/ shard2
   [junit4]   2> 1127970 INFO  (zkCallback-4334-thread-1) [    ] 
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: [4])
   [junit4]   2> 1128020 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1128043 INFO  (qtp17337586-10424) [n:127.0.0.1:33187_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_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=deleteByCountNew_shard2_replica_n4&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1765
   [junit4]   2> 1128123 INFO  (zkCallback-4334-thread-1) [    ] 
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: [4])
   [junit4]   2> 1128123 INFO  (zkCallback-4292-thread-1) [    ] 
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: [4])
   [junit4]   2> 1128366 INFO  (qtp32034560-10431) [n:127.0.0.1:40899_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_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=deleteByCountNew_shard1_replica_n2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2088
   [junit4]   2> 1128366 INFO  (qtp26333453-10425) [n:127.0.0.1:34601_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_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=deleteByCountNew_shard2_replica_n6&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2088
   [junit4]   2> 1128368 INFO  (qtp26333453-10438) [n:127.0.0.1:34601_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> 1128467 INFO  (zkCallback-4334-thread-1) [    ] 
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: [4])
   [junit4]   2> 1128467 INFO  (zkCallback-4292-thread-2) [    ] 
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: [4])
   [junit4]   2> 1128467 INFO  (zkCallback-4320-thread-1) [    ] 
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: [4])
   [junit4]   2> 1128467 INFO  (zkCallback-4306-thread-1) [    ] 
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: [4])
   [junit4]   2> 1129368 INFO  (qtp26333453-10438) [n:127.0.0.1:34601_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=deleteByCountNew&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3405
   [junit4]   2> 1129369 INFO  (qtp26333453-10418) [n:127.0.0.1:34601_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
count=1&action=DELETEREPLICA&collection=deleteByCountNew&wt=javabin&version=2 
and sendToOCPQueue=true
   [junit4]   2> 1129372 INFO  
(OverseerCollectionConfigSetProcessor-72137983326158854-127.0.0.1:33187_solr-n_0000000000)
 [n:127.0.0.1:33187_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> 1129373 INFO  (qtp26333453-10551) [n:127.0.0.1:34601_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard2.replica_n6, tag=null
   [junit4]   2> 1129373 INFO  (qtp26333453-10551) [n:127.0.0.1:34601_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9b9ec3: rootName = 
solr_34601, domain = solr.core.deleteByCountNew.shard2.replica_n6, service url 
= null, agent id = null] for registry 
solr.core.deleteByCountNew.shard2.replica_n6 / 
com.codahale.metrics.MetricRegistry@fca6a9
   [junit4]   2> 1129382 INFO  (qtp26333453-10551) [n:127.0.0.1:34601_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.SolrCore 
[deleteByCountNew_shard2_replica_n6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@120ea43
   [junit4]   2> 1129382 INFO  (qtp26333453-10551) [n:127.0.0.1:34601_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard2.replica_n6, tag=120ea43
   [junit4]   2> 1129382 INFO  (qtp26333453-10551) [n:127.0.0.1:34601_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCountNew.shard2.leader, 
tag=120ea43
   [junit4]   2> 1129386 INFO  (qtp26333453-10551) [n:127.0.0.1:34601_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/deleteByCountNew/terms/shard2 to 
Terms{values={core_node7=0}, version=2}
   [junit4]   2> 1129387 INFO  (qtp26333453-10551) [n:127.0.0.1:34601_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase No 
version found for ephemeral leader parent node, won't remove previous leader 
registration.
   [junit4]   2> 1129387 INFO  (qtp26333453-10551) [n:127.0.0.1:34601_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCountNew_shard2_replica_n6&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=14
   [junit4]   2> 1129488 INFO  (zkCallback-4292-thread-2) [    ] 
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: [4])
   [junit4]   2> 1129488 INFO  (zkCallback-4320-thread-1) [    ] 
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: [4])
   [junit4]   2> 1129488 INFO  (zkCallback-4334-thread-1) [    ] 
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: [4])
   [junit4]   2> 1129488 INFO  (zkCallback-4306-thread-1) [    ] 
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: [4])
   [junit4]   2> 1129489 INFO  (qtp32034560-10445) [n:127.0.0.1:40899_solr    
x:deleteByCountNew_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard1.replica_n2, tag=null
   [junit4]   2> 1129489 INFO  (qtp32034560-10445) [n:127.0.0.1:40899_solr    
x:deleteByCountNew_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@126e4ec: rootName = 
solr_40899, domain = solr.core.deleteByCountNew.shard1.replica_n2, service url 
= null, agent id = null] for registry 
solr.core.deleteByCountNew.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@1b2598a
   [junit4]   2> 1129498 INFO  (qtp32034560-10445) [n:127.0.0.1:40899_solr    
x:deleteByCountNew_shard1_replica_n2] o.a.s.c.SolrCore 
[deleteByCountNew_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1a99e2
   [junit4]   2> 1129498 INFO  (qtp32034560-10445) [n:127.0.0.1:40899_solr    
x:deleteByCountNew_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard1.replica_n2, tag=1a99e2
   [junit4]   2> 1129498 INFO  (qtp32034560-10445) [n:127.0.0.1:40899_solr    
x:deleteByCountNew_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCountNew.shard1.leader, 
tag=1a99e2
   [junit4]   2> 1129502 INFO  (qtp32034560-10445) [n:127.0.0.1:40899_solr    
x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/deleteByCountNew/terms/shard1 to 
Terms{values={core_node3=0}, version=2}
   [junit4]   2> 1129503 INFO  (qtp32034560-10445) [n:127.0.0.1:40899_solr    
x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase No 
version found for ephemeral leader parent node, won't remove previous leader 
registration.
   [junit4]   2> 1129504 INFO  (qtp32034560-10445) [n:127.0.0.1:40899_solr    
x:deleteByCountNew_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCountNew_shard1_replica_n2&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=15
   [junit4]   2> 1129605 INFO  (zkCallback-4334-thread-1) [    ] 
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: [4])
   [junit4]   2> 1129605 INFO  (zkCallback-4292-thread-2) [    ] 
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: [4])
   [junit4]   2> 1129606 INFO  (qtp26333453-10418) [n:127.0.0.1:34601_solr 
c:deleteByCountNew   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={count=1&action=DELETEREPLICA&collection=deleteByCountNew&wt=javabin&version=2}
 status=0 QTime=236
   [junit4]   2> 1129607 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[96D35D019B87246C])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaByCountForAllShards
   [junit4] IGNOR/A 0.00s J2 | DeleteReplicaTest.deleteReplicaFromClusterState
   [junit4]    > Assumption #1: 'badapple' test group is disabled 
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 1129643 INFO  
(TEST-DeleteReplicaTest.deleteReplicaOnIndexing-seed#[96D35D019B87246C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaOnIndexing
   [junit4]   2> 1129643 INFO  (qtp26333453-10434) [n:127.0.0.1:34601_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=deleteReplicaOnIndexing&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1129645 INFO  
(OverseerThreadFactory-3435-thread-3-processing-n:127.0.0.1:33187_solr) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteReplicaOnIndexing
   [junit4]   2> 1129645 INFO  
(OverseerCollectionConfigSetProcessor-72137983326158854-127.0.0.1:33187_solr-n_0000000000)
 [n:127.0.0.1:33187_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> 1129848 INFO  (qtp26333453-10421) [n:127.0.0.1:34601_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> 1129850 INFO  (qtp17337586-10419) [n:127.0.0.1:33187_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.deleteByCountNew.shard2.replica_n4:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1129851 INFO  (qtp17337586-10443) [n:127.0.0.1:33187_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> 1129853 INFO  (qtp32034560-10423) [n:127.0.0.1:40899_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> 1129855 INFO  (qtp30023558-10420) [n:127.0.0.1:34183_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.deleteByCountNew.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1129856 INFO  (qtp30023558-10440) [n:127.0.0.1:34183_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> 1129858 INFO  
(OverseerStateUpdate-72137983326158854-127.0.0.1:33187_solr-n_0000000000) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40899/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1129859 INFO  
(OverseerStateUpdate-72137983326158854-127.0.0.1:33187_solr-n_0000000000) 
[n:127.0.0.1:33187_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34601/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1130061 INFO  (qtp32034560-10572) [n:127.0.0.1:40899_solr    
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1130061 INFO  (qtp26333453-10432) [n:127.0.0.1:34601_solr    
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1131072 INFO  (qtp26333453-10432) [n:127.0.0.1:34601_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1131072 INFO  (qtp32034560-10572) [n:127.0.0.1:40899_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1131078 INFO  (qtp32034560-10572) [n:127.0.0.1:40899_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.IndexSchema 
[deleteReplicaOnIndexing_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1131078 INFO  (qtp26333453-10432) [n:127.0.0.1:34601_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.IndexSchema 
[deleteReplicaOnIndexing_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1131080 INFO  (qtp26333453-10432) [n:127.0.0.1:34601_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1131080 INFO  (qtp32034560-10572) [n:127.0.0.1:40899_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1131080 INFO  (qtp26333453-10432) [n:127.0.0.1:34601_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteReplicaOnIndexing_shard1_replica_n2' using configuration from 
collection deleteReplicaOnIndexing, trusted=true
   [junit4]   2> 1131080 INFO  (qtp32034560-10572) [n:127.0.0.1:40899_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteReplicaOnIndexing_shard1_replica_n1' using configuration from 
collection deleteReplicaOnIndexing, trusted=true
   [junit4]   2> 1131081 INFO  (qtp26333453-10432) [n:127.0.0.1:34601_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_34601.solr.core.deleteReplicaOnIndexing.shard1.replica_n2' 
(registry 'solr.core.deleteReplicaOnIndexing.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@c320a5
   [junit4]   2> 1131081 INFO  (qtp32034560-10572) [n:127.0.0.1:40899_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_40899.solr.core.deleteReplicaOnIndexing.shard1.replica_n1' 
(registry 'solr.core.deleteReplicaOnIndexing.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@

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

cutor-195-thread-3) [n:127.0.0.1:36821_solr c:deleteByCount s:shard1 
r:core_node5 x:deleteByCount_shard1_replica_t2] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c29a11: 
rootName = solr_36821, domain = solr.core.deleteByCount.shard1.replica_t2, 
service url = null, agent id = null] for registry 
solr.core.deleteByCount.shard1.replica_t2 / 
com.codahale.metrics.MetricRegistry@bc4bda
   [junit4]   2> 148466 INFO  (coreCloseExecutor-194-thread-2) 
[n:127.0.0.1:34057_solr c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.deleteReplicaOnIndexing.shard1.leader, tag=963785
   [junit4]   2> 148471 INFO  (coreCloseExecutor-193-thread-3) 
[n:127.0.0.1:42263_solr c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, 
tag=69ddbc
   [junit4]   2> 148471 INFO  (coreCloseExecutor-193-thread-1) 
[n:127.0.0.1:42263_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=6d2442
   [junit4]   2> 148471 INFO  (coreCloseExecutor-193-thread-1) 
[n:127.0.0.1:42263_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@3ff31b: rootName = 
solr_42263, 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@c653fe
   [junit4]   2> 148471 INFO  (jetty-closer-2-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@87c960{/solr,null,UNAVAILABLE}
   [junit4]   2> 148472 INFO  (jetty-closer-2-thread-3) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 148480 INFO  (coreCloseExecutor-195-thread-3) 
[n:127.0.0.1:36821_solr c:deleteByCount s:shard1 r:core_node5 
x:deleteByCount_shard1_replica_t2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCount.shard1.leader, tag=1f0ec02
   [junit4]   2> 148482 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.c.Overseer 
Overseer (id=72138172749250567-127.0.0.1:36821_solr-n_0000000002) closing
   [junit4]   2> 148482 INFO  
(OverseerStateUpdate-72138172749250567-127.0.0.1:36821_solr-n_0000000002) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36821_solr
   [junit4]   2> 148482 WARN  
(OverseerAutoScalingTriggerThread-72138172749250567-127.0.0.1:36821_solr-n_0000000002)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 148484 INFO  (coreCloseExecutor-193-thread-1) 
[n:127.0.0.1:42263_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=6d2442
   [junit4]   2> 148485 WARN  (zkCallback-59-thread-4) [    ] 
o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 148485 INFO  (zkCallback-59-thread-3) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42263_solr
   [junit4]   2> 148485 WARN  (zkCallback-59-thread-5) [    ] 
o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 148485 INFO  (jetty-closer-2-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1646e04{/solr,null,UNAVAILABLE}
   [junit4]   2> 148485 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 148487 INFO  (jetty-closer-2-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@f9e383{/solr,null,UNAVAILABLE}
   [junit4]   2> 148487 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 148488 ERROR 
(SUITE-DeleteReplicaTest-seed#[96D35D019B87246C]-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> 148489 INFO  
(SUITE-DeleteReplicaTest-seed#[96D35D019B87246C]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40659 40659
   [junit4]   2> 148593 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:40659 40659
   [junit4]   2> 148594 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      
/solr/collections/deleteReplicaOnIndexing/terms/shard1
   [junit4]   2>        14      
/solr/collections/deleteFromClusterState_true/terms/shard1
   [junit4]   2>        14      
/solr/collections/deleteFromClusterState_false/terms/shard1
   [junit4]   2>        12      /solr/configs/conf
   [junit4]   2>        11      /solr/aliases.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        8       /solr/collections/deleteByCount/terms/shard1
   [junit4]   2>        8       /solr/collections/deleteByCountNew/terms/shard2
   [junit4]   2>        7       /solr/collections/deleteByCountNew/terms/shard1
   [junit4]   2>        7       /solr/collections/delLiveColl/terms/shard2
   [junit4]   2>        7       
/solr/collections/deletereplica_test/terms/shard1
   [junit4]   2>        6       
/solr/collections/raceDeleteReplica_true/terms/shard1
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        3       /solr/collections/delLiveColl/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>        6       
/solr/collections/raceDeleteReplica_true/state.json
   [junit4]   2>        5       /solr/collections/delLiveColl/state.json
   [junit4]   2>        5       /solr/collections/deleteByCountNew/state.json
   [junit4]   2>        5       
/solr/collections/deleteFromClusterState_false/state.json
   [junit4]   2>        4       
/solr/collections/deleteReplicaOnIndexing/state.json
   [junit4]   2>        4       /solr/collections/deleteByCount/state.json
   [junit4]   2>        4       
/solr/collections/deleteFromClusterState_true/state.json
   [junit4]   2>        3       /solr/autoscaling.json
   [junit4]   2>        2       /solr/collections/deletereplica_test/state.json
   [junit4]   2>        2       
/solr/collections/raceDeleteReplica_true/leader_elect/shard1/election/72138172749250568-core_node3-n_0000000000
   [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>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        3       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_96D35D019B87246C-001
   [junit4]   2> Nov 10, 2018 1:10:27 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{id=FSTOrd50}, docValues:{_version_=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1746, 
maxMBSortInHeap=7.406519718872088, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@f2b66e),
 locale=nn-NO, timezone=America/Denver
   [junit4]   2> NOTE: Linux 4.15.0-38-generic i386/Oracle Corporation 
1.8.0_172 (32-bit)/cpus=8,threads=1,free=90598848,total=213909504
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteReplicaTest]
   [junit4] Completed [3/5 (2!)] on J0 in 148.47s, 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: 
96D35D019B87246C]

Total time: 4 minutes 1 second

[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=397b88aefa39d66d1310dfdea6b6d344ce1c9ce5, 
workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #23183
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