You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/10/20 07:31:11 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4882 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4882/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:62881_solr, 127.0.0.1:62882_solr, 127.0.0.1:62883_solr] Last available state: DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"raceDeleteReplica_true_shard1_replica_n1",           "base_url":"http://127.0.0.1:62885/solr",           "node_name":"127.0.0.1:62885_solr",           "state":"down",           "type":"NRT",           "leader":"true"},         "core_node6":{           "core":"raceDeleteReplica_true_shard1_replica_n5",           "base_url":"http://127.0.0.1:62885/solr",           "node_name":"127.0.0.1:62885_solr",           "state":"down",           "type":"NRT"},         "core_node4":{           "core":"raceDeleteReplica_true_shard1_replica_n2",           "base_url":"http://127.0.0.1:62881/solr",           "node_name":"127.0.0.1:62881_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:62881_solr, 127.0.0.1:62882_solr, 127.0.0.1:62883_solr]
Last available state: DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"http://127.0.0.1:62885/solr",
          "node_name":"127.0.0.1:62885_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"http://127.0.0.1:62885/solr",
          "node_name":"127.0.0.1:62885_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"http://127.0.0.1:62881/solr",
          "node_name":"127.0.0.1:62881_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([95E6ECB95888882C:FFF08D69307AC2E6]: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.deleteLiveReplicaTest

Error Message:
Error from server at http://127.0.0.1:62882/solr: Cannot create collection delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2, value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:62882/solr: Cannot create collection delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2, value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([95E6ECB95888882C:388658B245B72059]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:73)
	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.autoscaling.IndexSizeTriggerTest.testMixedBounds

Error Message:
did not finish processing in time

Stack Trace:
java.lang.AssertionError: did not finish processing in time
	at __randomizedtesting.SeedInfo.seed([95E6ECB95888882C:9F65531415338376]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds(IndexSizeTriggerTest.java:572)
	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.autoscaling.IndexSizeTriggerTest.testTrigger

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([95E6ECB95888882C]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([95E6ECB95888882C]:0)




Build Log:
[...truncated 13011 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 906204 INFO  (SUITE-DeleteReplicaTest-seed#[95E6ECB95888882C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/init-core-data-001
   [junit4]   2> 906205 WARN  (SUITE-DeleteReplicaTest-seed#[95E6ECB95888882C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=53 numCloses=53
   [junit4]   2> 906205 INFO  (SUITE-DeleteReplicaTest-seed#[95E6ECB95888882C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 906210 INFO  (SUITE-DeleteReplicaTest-seed#[95E6ECB95888882C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 906211 INFO  (SUITE-DeleteReplicaTest-seed#[95E6ECB95888882C]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001
   [junit4]   2> 906211 INFO  (SUITE-DeleteReplicaTest-seed#[95E6ECB95888882C]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 906212 INFO  (Thread-1275) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 906212 INFO  (Thread-1275) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 906215 ERROR (Thread-1275) [    ] 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> 906315 INFO  (SUITE-DeleteReplicaTest-seed#[95E6ECB95888882C]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:62879
   [junit4]   2> 906338 INFO  (zkConnectionManagerCallback-2138-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906344 INFO  (jetty-launcher-2135-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> 906344 INFO  (jetty-launcher-2135-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> 906344 INFO  (jetty-launcher-2135-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> 906345 INFO  (jetty-launcher-2135-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> 906345 INFO  (jetty-launcher-2135-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 906345 INFO  (jetty-launcher-2135-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 906345 INFO  (jetty-launcher-2135-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 906347 INFO  (jetty-launcher-2135-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78f85e73{/solr,null,AVAILABLE}
   [junit4]   2> 906347 INFO  (jetty-launcher-2135-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4cf04271{HTTP/1.1,[http/1.1]}{127.0.0.1:62881}
   [junit4]   2> 906347 INFO  (jetty-launcher-2135-thread-1) [    ] o.e.j.s.Server Started @906429ms
   [junit4]   2> 906347 INFO  (jetty-launcher-2135-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62881}
   [junit4]   2> 906347 ERROR (jetty-launcher-2135-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 906347 INFO  (jetty-launcher-2135-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 906347 INFO  (jetty-launcher-2135-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 906347 INFO  (jetty-launcher-2135-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 906347 INFO  (jetty-launcher-2135-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 906348 INFO  (jetty-launcher-2135-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-20T04:53:48.893Z
   [junit4]   2> 906348 INFO  (jetty-launcher-2135-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 906348 INFO  (jetty-launcher-2135-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 906348 INFO  (jetty-launcher-2135-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 906349 INFO  (jetty-launcher-2135-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 906349 INFO  (jetty-launcher-2135-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 906349 INFO  (jetty-launcher-2135-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 906349 INFO  (jetty-launcher-2135-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 906349 INFO  (jetty-launcher-2135-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 906349 INFO  (jetty-launcher-2135-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 906349 INFO  (jetty-launcher-2135-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@649bd2f6{/solr,null,AVAILABLE}
   [junit4]   2> 906349 INFO  (jetty-launcher-2135-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16139d0{/solr,null,AVAILABLE}
   [junit4]   2> 906350 INFO  (jetty-launcher-2135-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@19b79e18{HTTP/1.1,[http/1.1]}{127.0.0.1:62883}
   [junit4]   2> 906350 INFO  (jetty-launcher-2135-thread-4) [    ] o.e.j.s.Server Started @906431ms
   [junit4]   2> 906350 INFO  (jetty-launcher-2135-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62883}
   [junit4]   2> 906351 ERROR (jetty-launcher-2135-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@59ff8511{HTTP/1.1,[http/1.1]}{127.0.0.1:62882}
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-2) [    ] o.e.j.s.Server Started @906433ms
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62882}
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@214d767c{/solr,null,AVAILABLE}
   [junit4]   2> 906351 ERROR (jetty-launcher-2135-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@65feeff0{HTTP/1.1,[http/1.1]}{127.0.0.1:62885}
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-3) [    ] o.e.j.s.Server Started @906433ms
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62885}
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 906351 INFO  (jetty-launcher-2135-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-20T04:53:48.896Z
   [junit4]   2> 906352 ERROR (jetty-launcher-2135-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 906352 INFO  (jetty-launcher-2135-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 906352 INFO  (jetty-launcher-2135-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 906352 INFO  (jetty-launcher-2135-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 906352 INFO  (jetty-launcher-2135-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 906352 INFO  (jetty-launcher-2135-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-20T04:53:48.897Z
   [junit4]   2> 906352 INFO  (jetty-launcher-2135-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 906352 INFO  (jetty-launcher-2135-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 906353 INFO  (jetty-launcher-2135-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 906353 INFO  (jetty-launcher-2135-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-20T04:53:48.898Z
   [junit4]   2> 906356 INFO  (zkConnectionManagerCallback-2142-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906356 INFO  (zkConnectionManagerCallback-2140-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906357 INFO  (zkConnectionManagerCallback-2146-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906357 INFO  (jetty-launcher-2135-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 906357 INFO  (zkConnectionManagerCallback-2144-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906357 INFO  (jetty-launcher-2135-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 906358 INFO  (jetty-launcher-2135-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 906361 INFO  (jetty-launcher-2135-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 906460 INFO  (jetty-launcher-2135-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62879/solr
   [junit4]   2> 906461 INFO  (zkConnectionManagerCallback-2150-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906463 INFO  (zkConnectionManagerCallback-2152-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906566 INFO  (jetty-launcher-2135-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62879/solr
   [junit4]   2> 906569 INFO  (zkConnectionManagerCallback-2158-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906572 INFO  (zkConnectionManagerCallback-2160-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906607 INFO  (jetty-launcher-2135-thread-2) [n:127.0.0.1:62882_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62882_solr
   [junit4]   2> 906609 INFO  (jetty-launcher-2135-thread-2) [n:127.0.0.1:62882_solr    ] o.a.s.c.Overseer Overseer (id=72207336136638472-127.0.0.1:62882_solr-n_0000000000) starting
   [junit4]   2> 906618 INFO  (zkConnectionManagerCallback-2167-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906619 INFO  (jetty-launcher-2135-thread-4) [n:127.0.0.1:62883_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62883_solr
   [junit4]   2> 906621 INFO  (zkCallback-2166-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 906621 INFO  (zkCallback-2159-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 906621 INFO  (jetty-launcher-2135-thread-2) [n:127.0.0.1:62882_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62879/solr ready
   [junit4]   2> 906622 INFO  (OverseerStateUpdate-72207336136638472-127.0.0.1:62882_solr-n_0000000000) [n:127.0.0.1:62882_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:62882_solr
   [junit4]   2> 906629 DEBUG (OverseerAutoScalingTriggerThread-72207336136638472-127.0.0.1:62882_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:62883_solr]
   [junit4]   2> 906632 INFO  (zkCallback-2151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 906642 DEBUG (ScheduledTrigger-3500-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 906643 INFO  (jetty-launcher-2135-thread-2) [n:127.0.0.1:62882_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 906643 INFO  (jetty-launcher-2135-thread-2) [n:127.0.0.1:62882_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62882_solr
   [junit4]   2> 906645 INFO  (zkCallback-2159-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 906645 INFO  (zkCallback-2166-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 906645 INFO  (zkCallback-2151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 906670 INFO  (jetty-launcher-2135-thread-2) [n:127.0.0.1:62882_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 906671 INFO  (zkConnectionManagerCallback-2173-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906673 INFO  (jetty-launcher-2135-thread-4) [n:127.0.0.1:62883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 906674 INFO  (jetty-launcher-2135-thread-4) [n:127.0.0.1:62883_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62879/solr ready
   [junit4]   2> 906675 INFO  (jetty-launcher-2135-thread-4) [n:127.0.0.1:62883_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 906719 INFO  (jetty-launcher-2135-thread-2) [n:127.0.0.1:62882_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62882.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 906724 INFO  (jetty-launcher-2135-thread-2) [n:127.0.0.1:62882_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62882.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 906724 INFO  (jetty-launcher-2135-thread-2) [n:127.0.0.1:62882_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62882.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 906725 INFO  (jetty-launcher-2135-thread-2) [n:127.0.0.1:62882_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node2/.
   [junit4]   2> 906735 INFO  (jetty-launcher-2135-thread-4) [n:127.0.0.1:62883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62883.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 906740 INFO  (jetty-launcher-2135-thread-4) [n:127.0.0.1:62883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62883.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 906740 INFO  (jetty-launcher-2135-thread-4) [n:127.0.0.1:62883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62883.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 906740 INFO  (jetty-launcher-2135-thread-4) [n:127.0.0.1:62883_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node4/.
   [junit4]   2> 906834 INFO  (jetty-launcher-2135-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62879/solr
   [junit4]   2> 906835 INFO  (zkConnectionManagerCallback-2178-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906838 INFO  (zkConnectionManagerCallback-2180-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906851 INFO  (jetty-launcher-2135-thread-3) [n:127.0.0.1:62885_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 906859 INFO  (jetty-launcher-2135-thread-3) [n:127.0.0.1:62885_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 906859 INFO  (jetty-launcher-2135-thread-3) [n:127.0.0.1:62885_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62885_solr
   [junit4]   2> 906861 INFO  (zkCallback-2166-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 906861 INFO  (zkCallback-2159-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 906862 INFO  (zkCallback-2172-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 906862 INFO  (zkCallback-2151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 906863 INFO  (zkCallback-2179-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 906901 INFO  (zkConnectionManagerCallback-2187-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906903 INFO  (jetty-launcher-2135-thread-3) [n:127.0.0.1:62885_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 906906 INFO  (jetty-launcher-2135-thread-3) [n:127.0.0.1:62885_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62879/solr ready
   [junit4]   2> 906906 INFO  (jetty-launcher-2135-thread-3) [n:127.0.0.1:62885_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 906928 INFO  (jetty-launcher-2135-thread-3) [n:127.0.0.1:62885_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62885.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 906934 INFO  (jetty-launcher-2135-thread-3) [n:127.0.0.1:62885_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62885.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 906934 INFO  (jetty-launcher-2135-thread-3) [n:127.0.0.1:62885_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62885.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 906934 INFO  (jetty-launcher-2135-thread-3) [n:127.0.0.1:62885_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node3/.
   [junit4]   2> 906955 INFO  (jetty-launcher-2135-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62879/solr
   [junit4]   2> 906957 INFO  (zkConnectionManagerCallback-2192-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906960 INFO  (zkConnectionManagerCallback-2194-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 906975 INFO  (jetty-launcher-2135-thread-1) [n:127.0.0.1:62881_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 906983 INFO  (jetty-launcher-2135-thread-1) [n:127.0.0.1:62881_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 906983 INFO  (jetty-launcher-2135-thread-1) [n:127.0.0.1:62881_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62881_solr
   [junit4]   2> 906985 INFO  (zkCallback-2166-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 906985 INFO  (zkCallback-2159-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 906985 INFO  (zkCallback-2179-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 906985 INFO  (zkCallback-2172-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 906986 INFO  (zkCallback-2186-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 906986 INFO  (zkCallback-2193-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 906987 INFO  (zkCallback-2151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 907020 INFO  (zkConnectionManagerCallback-2201-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 907022 INFO  (jetty-launcher-2135-thread-1) [n:127.0.0.1:62881_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 907024 INFO  (jetty-launcher-2135-thread-1) [n:127.0.0.1:62881_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62879/solr ready
   [junit4]   2> 907025 INFO  (jetty-launcher-2135-thread-1) [n:127.0.0.1:62881_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 907043 INFO  (jetty-launcher-2135-thread-1) [n:127.0.0.1:62881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62881.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 907063 INFO  (jetty-launcher-2135-thread-1) [n:127.0.0.1:62881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62881.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 907063 INFO  (jetty-launcher-2135-thread-1) [n:127.0.0.1:62881_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62881.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 907064 INFO  (jetty-launcher-2135-thread-1) [n:127.0.0.1:62881_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node1/.
   [junit4]   2> 907101 INFO  (zkConnectionManagerCallback-2204-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 907107 INFO  (zkConnectionManagerCallback-2209-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 907109 INFO  (SUITE-DeleteReplicaTest-seed#[95E6ECB95888882C]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 907111 INFO  (SUITE-DeleteReplicaTest-seed#[95E6ECB95888882C]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62879/solr ready
   [junit4]   2> 907158 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[95E6ECB95888882C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCountForAllShards
   [junit4]   2> 907159 INFO  (qtp410350533-8209) [n:127.0.0.1:62882_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> 907164 INFO  (OverseerThreadFactory-3502-thread-1-processing-n:127.0.0.1:62882_solr) [n:127.0.0.1:62882_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection deleteByCountNew
   [junit4]   2> 907287 INFO  (qtp410350533-8195) [n:127.0.0.1:62882_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=2
   [junit4]   2> 907289 INFO  (qtp1254827372-8192) [n:127.0.0.1:62881_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> 907291 INFO  (qtp691966820-8215) [n:127.0.0.1:62883_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> 907293 INFO  (qtp1880008139-8202) [n:127.0.0.1:62885_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> 907302 INFO  (OverseerStateUpdate-72207336136638472-127.0.0.1:62882_solr-n_0000000000) [n:127.0.0.1:62882_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:62885/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 907306 INFO  (OverseerStateUpdate-72207336136638472-127.0.0.1:62882_solr-n_0000000000) [n:127.0.0.1:62882_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:62883/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 907310 INFO  (OverseerStateUpdate-72207336136638472-127.0.0.1:62882_solr-n_0000000000) [n:127.0.0.1:62882_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:62881/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 907314 INFO  (OverseerStateUpdate-72207336136638472-127.0.0.1:62882_solr-n_0000000000) [n:127.0.0.1:62882_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:62882/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 907536 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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> 907536 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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> 907536 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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> 907538 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr    x:deleteByCountNew_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 907539 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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> 907646 DEBUG (ScheduledTrigger-3500-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 908575 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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> 908576 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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> 908577 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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> 908595 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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> 908598 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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> 908598 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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> 908599 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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> 908601 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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> 908601 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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> 908602 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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> 908602 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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> 908602 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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> 908602 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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> 908602 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62883.solr.core.deleteByCountNew.shard1.replica_n2' (registry 'solr.core.deleteByCountNew.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 908602 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62885.solr.core.deleteByCountNew.shard1.replica_n1' (registry 'solr.core.deleteByCountNew.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 908602 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_solr c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62881.solr.core.deleteByCountNew.shard2.replica_n4' (registry 'solr.core.deleteByCountNew.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 908602 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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 [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node1/deleteByCountNew_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node1/./deleteByCountNew_shard2_replica_n4/data/]
   [junit4]   2> 908602 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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 [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node3/deleteByCountNew_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node3/./deleteByCountNew_shard1_replica_n1/data/]
   [junit4]   2> 908603 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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 [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node4/deleteByCountNew_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node4/./deleteByCountNew_shard1_replica_n2/data/]
   [junit4]   2> 908606 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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> 908607 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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> 908607 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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> 908608 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62882.solr.core.deleteByCountNew.shard2.replica_n6' (registry 'solr.core.deleteByCountNew.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1ad793
   [junit4]   2> 908608 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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 [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node2/deleteByCountNew_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_95E6ECB95888882C-001/tempDir-001/node2/./deleteByCountNew_shard2_replica_n6/data/]
   [junit4]   2> 908921 DEBUG (ScheduledTrigger-3500-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 908988 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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> 908989 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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> 908990 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 908990 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 908992 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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> 908992 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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> 908993 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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> 908993 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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> 908994 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 908994 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 908994 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 908994 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 908995 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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> 908995 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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> 908995 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@664d2826[deleteByCountNew_shard1_replica_n2] main]
   [junit4]   2> 908996 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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> 908997 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_solr c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 908997 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_solr c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 908997 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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> 908997 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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> 908998 INFO  (searcherExecutor-3527-thread-1-processing-n:127.0.0.1:62883_solr x:deleteByCountNew_shard1_replica_n2 c:deleteByCountNew s:shard1 r:core_node5) [n:127.0.0.1:62883_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@664d2826[deleteByCountNew_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 908998 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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 1614818817126432768
   [junit4]   2> 908999 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b66c99[deleteByCountNew_shard2_replica_n6] main]
   [junit4]   2> 909001 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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> 909002 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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> 909002 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@61ea38[deleteByCountNew_shard1_replica_n1] main]
   [junit4]   2> 909002 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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> 909002 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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 1614818817130627072
   [junit4]   2> 909002 INFO  (searcherExecutor-3528-thread-1-processing-n:127.0.0.1:62882_solr x:deleteByCountNew_shard2_replica_n6 c:deleteByCountNew s:shard2 r:core_node8) [n:127.0.0.1:62882_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@6b66c99[deleteByCountNew_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 909004 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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> 909005 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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> 909006 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_solr c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b5f6547[deleteByCountNew_shard2_replica_n4] main]
   [junit4]   2> 909007 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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> 909008 INFO  (searcherExecutor-3525-thread-1-processing-n:127.0.0.1:62885_solr x:deleteByCountNew_shard1_replica_n1 c:deleteByCountNew s:shard1 r:core_node3) [n:127.0.0.1:62885_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@61ea38[deleteByCountNew_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 909008 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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_node8=0}, version=0}
   [junit4]   2> 909008 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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_node5=0}, version=0}
   [junit4]   2> 909009 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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 1614818817137967104
   [junit4]   2> 909015 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 909015 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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> 909015 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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> 909017 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 909018 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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> 909018 INFO  (searcherExecutor-3526-thread-1-processing-n:127.0.0.1:62881_solr x:deleteByCountNew_shard2_replica_n4 c:deleteByCountNew s:shard2 r:core_node7) [n:127.0.0.1:62881_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@7b5f6547[deleteByCountNew_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 909018 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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 1614818817147404288
   [junit4]   2> 909025 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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, core_node5=0}, version=1}
   [junit4]   2> 909027 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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, core_node8=0}, version=1}
   [junit4]   2> 909528 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 909528 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 909528 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 909528 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 909528 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62883/solr/deleteByCountNew_shard1_replica_n2/
   [junit4]   2> 909528 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62882/solr/deleteByCountNew_shard2_replica_n6/
   [junit4]   2> 909528 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard2_replica_n6 url=http://127.0.0.1:62882/solr START replicas=[http://127.0.0.1:62881/solr/deleteByCountNew_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 909529 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard1_replica_n2 url=http://127.0.0.1:62883/solr START replicas=[http://127.0.0.1:62885/solr/deleteByCountNew_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 909529 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard1_replica_n2 url=http://127.0.0.1:62883/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 909529 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard2_replica_n6 url=http://127.0.0.1:62882/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 909531 INFO  (qtp1254827372-8191) [n:127.0.0.1:62881_solr c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] o.a.s.c.S.Request [deleteByCountNew_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 909533 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 909533 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 909533 INFO  (qtp1880008139-8201) [n:127.0.0.1:62885_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] o.a.s.c.S.Request [deleteByCountNew_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 909533 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 909533 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 909539 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62882/solr/deleteByCountNew_shard2_replica_n6/ shard2
   [junit4]   2> 909539 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62883/solr/deleteByCountNew_shard1_replica_n2/ shard1
   [junit4]   2> 909699 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 909699 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_solr c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 909702 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_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=2162
   [junit4]   2> 909702 INFO  (qtp691966820-8199) [n:127.0.0.1:62883_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=2166
   [junit4]   2> 909806 INFO  (zkCallback-2151-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> 909806 INFO  (zkCallback-2159-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> 909931 DEBUG (ScheduledTrigger-3500-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 910044 INFO  (qtp1254827372-8188) [n:127.0.0.1:62881_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=2508
   [junit4]   2> 910044 INFO  (qtp1880008139-8197) [n:127.0.0.1:62885_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=2508
   [junit4]   2> 910048 INFO  (qtp410350533-8209) [n:127.0.0.1:62882_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> 910156 INFO  (zkCallback-2151-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> 910156 INFO  (zkCallback-2159-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> 910156 INFO  (zkCallback-2179-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> 910156 INFO  (zkCallback-2193-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> 910940 DEBUG (ScheduledTrigger-3500-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 911049 INFO  (qtp410350533-8209) [n:127.0.0.1:62882_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=3889
   [junit4]   2> 911051 INFO  (qtp410350533-8211) [n:127.0.0.1:62882_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> 911056 INFO  (OverseerCollectionConfigSetProcessor-72207336136638472-127.0.0.1:62882_solr-n_0000000000) [n:127.0.0.1:62882_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> 911057 INFO  (qtp1254827372-8194) [n:127.0.0.1:62881_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.deleteByCountNew.shard2.replica_n4, tag=null
   [junit4]   2> 911057 INFO  (qtp1254827372-8194) [n:127.0.0.1:62881_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@27edba1a: rootName = solr_62881, domain = solr.core.deleteByCountNew.shard2.replica_n4, service url = null, agent id = null] for registry solr.core.deleteByCountNew.shard2.replica_n4 / com.codahale.metrics.MetricRegistry@22ccccbe
   [junit4]   2> 911066 INFO  (qtp1254827372-8194) [n:127.0.0.1:62881_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.c.SolrCore [deleteByCountNew_shard2_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@3bfbbce2
   [junit4]   2> 911066 INFO  (qtp1254827372-8194) [n:127.0.0.1:62881_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.deleteByCountNew.shard2.replica_n4, tag=3bfbbce2
   [junit4]   2> 911066 INFO  (qtp1254827372-8194) [n:127.0.0.1:62881_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteByCountNew.shard2.leader, tag=3bfbbce2
   [junit4]   2> 911071 INFO  (qtp1254827372-8194) [n:127.0.0.1:62881_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteByCountNew/terms/shard2 to Terms{values={core_node8=0}, version=2}
   [junit4]   2> 911072 INFO  (qtp1254827372-8194) [n:127.0.0.1:62881_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 911073 INFO  (qtp1254827372-8194) [n:127.0.0.1:62881_solr    x:deleteByCountNew_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=deleteByCountNew_shard2_replica_n4&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=16
   [junit4]   2> 911183 INFO  (qtp1880008139-8221) [n:127.0.0.1:62885_solr    x:deleteByCountNew_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.deleteByCountNew.shard1.replica_n1, tag=null
   [junit4]   2> 911183 INFO  (qtp1880008139-8221) [n:127.0.0.1:62885_solr    x:deleteByCountNew_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@57adcbb: rootName = solr_62885, domain = solr.core.deleteByCountNew.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.deleteByCountNew.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6338798a
   [junit4]   2> 911183 INFO  (zkCallback-2151-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> 911183 INFO  (zkCallback-2159-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> 911183 INFO  (zkCallback-2193-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> 911183 INFO  (zkCallback-2179-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> 911196 INFO  (qtp1880008139-8221) [n:127.0.0.1:62885_solr    x:deleteByCountNew_shard1_replica_n1] o.a.s.c.SolrCore [deleteByCountNew_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3e7c45b3
   [junit4]   2> 911196 INFO  (qtp1880008139-8221) [n:127.0.0.1:62885_solr    x:deleteByCountNew_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.deleteByCountNew.shard1.replica_n1, tag=3e7c45b3
   [junit4]   2> 911196 INFO  (qtp1880008139-8221) [n:127.0.0.1:62885_solr    x:deleteByCountNew_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deleteByCountNew.shard1.leader, tag=3e7c45b3
   [junit4]   2> 911201 INFO  (qtp1880008139-8221) [n:127.0.0.1:62885_solr    x:deleteByCountNew_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/deleteByCountNew/terms/shard1 to Terms{values={core_node5=0}, version=2}
   [junit4]   2> 911202 INFO  (qtp1880008139-8221) [n:127.0.0.1:62885_solr    x:deleteByCountNew_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 911203 INFO  (qtp1880008139-8221) [n:127.0.0.1:62885_solr    x:deleteByCountNew_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=deleteByCountNew_shard1_replica_n1&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=21
   [junit4]   2> 911310 INFO  (zkCallback-2151-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> 911310 INFO  (zkCallback-2159-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> 911313 INFO  (qtp410350533-8211) [n:127.0.0.1:62882_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=262
   [junit4]   2> 911315 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[95E6ECB95888882C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaByCountForAllShards
   [junit4]   2> 911357 INFO  (TEST-DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica-seed#[95E6ECB95888882C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting raceConditionOnDeleteAndRegisterReplica
   [junit4]   2> 911357 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 911359 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 911359 INFO  (qtp410350533-8211) [n:127.0.0.1:62882_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=raceDeleteReplica_true&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 911364 INFO  (OverseerThreadFactory-3502-thread-3-processing-n:127.0.0.1:62882_solr) [n:127.0.0.1:62882_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection raceDeleteReplica_true
   [junit4]   2> 911365 INFO  (OverseerCollectionConfigSetProcessor-72207336136638472-127.0.0.1:62882_solr-n_0000000000) [n:127.0.0.1:62882_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> 911590 INFO  (qtp410350533-8208) [n:127.0.0.1:62882_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.deleteByCountNew.shard2.replica_n6:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 911591 INFO  (qtp410350533-8207) [n:127.0.0.1:62882_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> 911592 INFO  (qtp1254827372-8191) [n:127.0.0.1:62881_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> 911595 INFO  (qtp691966820-8214) [n:127.0.0.1:62883_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.deleteByCountNew.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 911597 INFO  (qtp691966820-8217) [n:127.0.0.1:62883_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> 911599 INFO  (qtp1880008139-8201) [n:127.0.0.1:62885_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> 911604 INFO  (qtp1880008139-8221) [n:127.0.0.1:62885_solr    x:raceDeleteReplica_true_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=raceDeleteReplica_true_shard1_replica_n1&a

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

 34009 INFO  (zkCallback-107-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 34009 INFO  (zkCallback-114-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 34010 INFO  (zkCallback-99-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 34010 INFO  (zkCallback-120-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 34018 INFO  (jetty-closer-88-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@28ec8b7d{/solr,null,UNAVAILABLE}
   [junit4]   2> 34018 INFO  (jetty-closer-88-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 35528 INFO  (jetty-closer-88-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e8c99da{/solr,null,UNAVAILABLE}
   [junit4]   2> 35528 INFO  (jetty-closer-88-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 35530 ERROR (SUITE-IndexSizeTriggerTest-seed#[95E6ECB95888882C]-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> 35530 INFO  (SUITE-IndexSizeTriggerTest-seed#[95E6ECB95888882C]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60524 60524
   [junit4]   2> 35545 INFO  (Thread-42) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60524 60524
   [junit4]   2> 36405 WARN  (Thread-42) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_95E6ECB95888882C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=332, maxMBSortInHeap=5.7830079434274815, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7bb0c9de), locale=zh-CN, timezone=America/Yellowknife
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=1,free=18652872,total=55640064
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSizeTriggerTest, IndexSizeTriggerTest, IndexSizeTriggerTest]
   [junit4] Completed [3/10 (1!)] on J0 in 7.88s, 5 tests, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4] OK      0.81s J0 | IndexSizeTriggerTest.testSplitIntegration
   [junit4] OK      0.38s J0 | IndexSizeTriggerTest.testTrigger
   [junit4] OK      0.65s J0 | IndexSizeTriggerTest.testMaxOps
   [junit4] OK      0.92s J0 | IndexSizeTriggerTest.testMixedBounds
   [junit4] OK      0.42s J0 | IndexSizeTriggerTest.testMergeIntegration
   [junit4] Completed [4/10 (1!)] on J0 in 6.62s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4] OK      9.65s J1 | DeleteReplicaTest.deleteReplicaByCountForAllShards
   [junit4] OK      33.4s J1 | DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
   [junit4] OK      6.34s J1 | DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
   [junit4] OK      4.36s J1 | DeleteReplicaTest.deleteReplicaByCount
   [junit4] OK      8.49s J1 | DeleteReplicaTest.deleteReplicaOnIndexing
   [junit4] OK      11.2s J1 | DeleteReplicaTest.deleteReplicaFromClusterState
   [junit4] OK      4.53s J1 | DeleteReplicaTest.deleteLiveReplicaTest
   [junit4] Completed [5/10 (1!)] on J1 in 97.17s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4] OK      1.05s J1 | IndexSizeTriggerTest.testSplitIntegration
   [junit4] OK      0.39s J1 | IndexSizeTriggerTest.testTrigger
   [junit4] OK      0.65s J1 | IndexSizeTriggerTest.testMaxOps
   [junit4] OK      1.13s J1 | IndexSizeTriggerTest.testMixedBounds
   [junit4] OK      0.41s J1 | IndexSizeTriggerTest.testMergeIntegration
   [junit4] Completed [6/10 (1!)] on J1 in 5.50s, 5 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4] OK      8.27s J0 | DeleteReplicaTest.deleteReplicaByCountForAllShards
   [junit4] OK      33.1s J0 | DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
   [junit4] OK      6.32s J0 | DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
   [junit4] OK      5.16s J0 | DeleteReplicaTest.deleteReplicaByCount
   [junit4] OK      8.51s J0 | DeleteReplicaTest.deleteReplicaOnIndexing
   [junit4] OK      13.6s J0 | DeleteReplicaTest.deleteReplicaFromClusterState
   [junit4] OK      4.59s J0 | DeleteReplicaTest.deleteLiveReplicaTest
   [junit4] Completed [7/10 (1!)] on J0 in 83.87s, 7 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.cloud.DeleteReplicaTest. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4] OK      3.98s J1 | DeleteReplicaTest.deleteReplicaByCountForAllShards
   [junit4] OK      37.2s J1 | DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
   [junit4] OK      6.51s J1 | DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
   [junit4] OK      4.23s J1 | DeleteReplicaTest.deleteReplicaByCount
   [junit4] OK      7.57s J1 | DeleteReplicaTest.deleteReplicaOnIndexing
   [junit4] OK      14.6s J1 | DeleteReplicaTest.deleteReplicaFromClusterState
   [junit4] OK      4.35s J1 | DeleteReplicaTest.deleteLiveReplicaTest
   [junit4] Completed [8/10 (1!)] on J1 in 80.88s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4] OK      4.08s J0 | DeleteReplicaTest.deleteReplicaByCountForAllShards
   [junit4] OK      38.5s J0 | DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
   [junit4] OK      6.26s J0 | DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
   [junit4] OK      4.33s J0 | DeleteReplicaTest.deleteReplicaByCount
   [junit4] OK      8.07s J0 | DeleteReplicaTest.deleteReplicaOnIndexing
   [junit4] OK      10.7s J0 | DeleteReplicaTest.deleteReplicaFromClusterState
   [junit4] OK      4.43s J0 | DeleteReplicaTest.deleteLiveReplicaTest
   [junit4] Completed [9/10 (1!)] on J0 in 81.76s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4] OK      4.22s J1 | DeleteReplicaTest.deleteReplicaByCountForAllShards
   [junit4] OK      37.3s J1 | DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica
   [junit4] OK      6.31s J1 | DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
   [junit4] OK      4.26s J1 | DeleteReplicaTest.deleteReplicaByCount
   [junit4] OK      7.33s J1 | DeleteReplicaTest.deleteReplicaOnIndexing
   [junit4] OK      12.5s J1 | DeleteReplicaTest.deleteReplicaFromClusterState
   [junit4] OK      4.33s J1 | DeleteReplicaTest.deleteLiveReplicaTest
   [junit4] Completed [10/10 (1!)] on J1 in 79.01s, 7 tests
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 95E6ECB95888882C]:
   [junit4]   - org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.95 ..   211.01 =   210.06s
   [junit4] JVM J1:     0.70 ..   265.06 =   264.36s
   [junit4] Execution time total: 4 minutes 25 seconds
   [junit4] Tests summary: 10 suites, 60 tests, 1 failure

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1567: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1092: There were test failures: 10 suites, 60 tests, 1 failure [seed: 95E6ECB95888882C]

Total time: 4 minutes 27 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.DeleteReplicaTest
[repro]   1/5 failed: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[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=/Users/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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/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=e1da5f953731b4e2990e054d09ec0bcb2e5146b8, workspace=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX
[WARNINGS] Computing warning deltas based on reference build #4881
Recording test results
Setting ANT_1_8_2_HOME=/Users/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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2