Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/914/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseSerialGC

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

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


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

Error Message:
Error from server at https://127.0.0.1:51630/solr: Cannot create collection 
deleteByCountNew. 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 https://127.0.0.1:51630/solr: Cannot create collection 
deleteByCountNew. 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([AA653459E297500E:96F4730DADD60D5B]: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.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:167)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13762 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/init-core-data-001
   [junit4]   2> 1409777 INFO  
(SUITE-DeleteReplicaTest-seed#[AA653459E297500E]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001
   [junit4]   2> 1409778 INFO  
(SUITE-DeleteReplicaTest-seed#[AA653459E297500E]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1409778 INFO  (Thread-1266) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1409778 INFO  (Thread-1266) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1409782 ERROR (Thread-1266) [    ] 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> 1409885 INFO  
(SUITE-DeleteReplicaTest-seed#[AA653459E297500E]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:51628
   [junit4]   2> 1409899 INFO  (zkConnectionManagerCallback-2269-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409909 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9+181
   [junit4]   2> 1409910 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9+181
   [junit4]   2> 1409910 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9+181
   [junit4]   2> 1409910 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9+181
   [junit4]   2> 1409912 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1409912 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1409912 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1409913 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1409913 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1409913 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1409913 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@347e702d{/solr,null,AVAILABLE}
   [junit4]   2> 1409913 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@762aeb1d{/solr,null,AVAILABLE}
   [junit4]   2> 1409915 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1409915 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1409915 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1409915 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4c8f3636{SSL,[ssl, 
http/1.1]}{127.0.0.1:51630}
   [junit4]   2> 1409915 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.e.j.s.Server Started @1409985ms
   [junit4]   2> 1409915 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@bbb82c8{SSL,[ssl, 
http/1.1]}{127.0.0.1:51631}
   [junit4]   2> 1409915 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.e.j.s.Server Started @1409985ms
   [junit4]   2> 1409915 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51630}
   [junit4]   2> 1409915 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51631}
   [junit4]   2> 1409915 ERROR (jetty-launcher-2266-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1409915 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1409915 ERROR (jetty-launcher-2266-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1409916 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1409916 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ec3b3b0{/solr,null,AVAILABLE}
   [junit4]   2> 1409916 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1409916 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1409916 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1409916 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-02T04:15:16.088294Z
   [junit4]   2> 1409916 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1409916 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1409916 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1409916 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-02T04:15:16.088440Z
   [junit4]   2> 1409917 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1409917 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1409917 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@589cba82{SSL,[ssl, 
http/1.1]}{127.0.0.1:51632}
   [junit4]   2> 1409918 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.e.j.s.Server Started @1409987ms
   [junit4]   2> 1409919 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51632}
   [junit4]   2> 1409919 ERROR (jetty-launcher-2266-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1409919 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1409918 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1409919 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1409919 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1409919 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1409919 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-02T04:15:16.091489Z
   [junit4]   2> 1409919 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a5abdef{/solr,null,AVAILABLE}
   [junit4]   2> 1409920 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5d621328{SSL,[ssl, 
http/1.1]}{127.0.0.1:51635}
   [junit4]   2> 1409920 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.e.j.s.Server Started @1409990ms
   [junit4]   2> 1409920 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51635}
   [junit4]   2> 1409920 INFO  (zkConnectionManagerCallback-2273-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409920 ERROR (jetty-launcher-2266-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1409921 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1409921 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1409921 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1409921 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1409921 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-02T04:15:16.093198Z
   [junit4]   2> 1409921 INFO  (zkConnectionManagerCallback-2271-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409922 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1409923 INFO  (zkConnectionManagerCallback-2275-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409923 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1409924 INFO  (zkConnectionManagerCallback-2277-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409926 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1409949 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1410064 INFO  (jetty-launcher-2266-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51628/solr
   [junit4]   2> 1410066 INFO  (zkConnectionManagerCallback-2281-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410070 INFO  (zkConnectionManagerCallback-2283-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410077 INFO  (jetty-launcher-2266-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51628/solr
   [junit4]   2> 1410079 INFO  (zkConnectionManagerCallback-2287-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410085 INFO  (zkConnectionManagerCallback-2289-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410156 INFO  (jetty-launcher-2266-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51628/solr
   [junit4]   2> 1410158 INFO  (zkConnectionManagerCallback-2297-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410162 INFO  (zkConnectionManagerCallback-2299-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410268 INFO  (jetty-launcher-2266-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51628/solr
   [junit4]   2> 1410270 INFO  (zkConnectionManagerCallback-2305-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410273 INFO  (jetty-launcher-2266-thread-4) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:51632_solr
   [junit4]   2> 1410274 INFO  (zkConnectionManagerCallback-2307-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410276 INFO  (jetty-launcher-2266-thread-4) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer Overseer 
(id=72280760049860614-127.0.0.1:51632_solr-n_0000000000) starting
   [junit4]   2> 1410291 INFO  (zkConnectionManagerCallback-2314-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410294 INFO  (jetty-launcher-2266-thread-4) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51628/solr ready
   [junit4]   2> 1410296 INFO  
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:51632_solr
   [junit4]   2> 1410297 INFO  (jetty-launcher-2266-thread-4) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51632_solr
   [junit4]   2> 1410298 INFO  (jetty-launcher-2266-thread-1) 
[n:127.0.0.1:51635_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51635_solr
   [junit4]   2> 1410301 INFO  (zkCallback-2313-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1410301 INFO  (zkCallback-2306-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1410301 INFO  (zkCallback-2298-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1410301 INFO  (zkCallback-2282-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1410322 INFO  (jetty-launcher-2266-thread-2) 
[n:127.0.0.1:51630_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1410322 INFO  (jetty-launcher-2266-thread-2) 
[n:127.0.0.1:51630_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51630_solr
   [junit4]   2> 1410324 INFO  (zkCallback-2298-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1410324 INFO  (zkCallback-2313-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1410324 INFO  (zkCallback-2306-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1410325 INFO  (zkCallback-2282-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1410325 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:51630_solr"} current state version: 0
   [junit4]   2> 1410326 INFO  (jetty-launcher-2266-thread-3) 
[n:127.0.0.1:51631_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1410331 INFO  (jetty-launcher-2266-thread-4) 
[n:127.0.0.1:51632_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1410333 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:51631_solr"} current state version: 0
   [junit4]   2> 1410333 INFO  (jetty-launcher-2266-thread-3) 
[n:127.0.0.1:51631_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1410333 INFO  (jetty-launcher-2266-thread-3) 
[n:127.0.0.1:51631_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51631_solr
   [junit4]   2> 1410334 INFO  (zkCallback-2313-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1410335 INFO  (zkCallback-2306-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1410335 INFO  (zkCallback-2298-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1410335 INFO  (zkCallback-2288-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1410336 INFO  (zkCallback-2288-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1410336 INFO  (zkCallback-2313-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1410337 INFO  (zkCallback-2306-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1410337 INFO  (zkCallback-2298-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1410337 INFO  (zkCallback-2282-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1410346 INFO  (zkConnectionManagerCallback-2320-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410348 INFO  (jetty-launcher-2266-thread-2) 
[n:127.0.0.1:51630_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1410351 INFO  (jetty-launcher-2266-thread-2) 
[n:127.0.0.1:51630_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51628/solr ready
   [junit4]   2> 1410351 INFO  (jetty-launcher-2266-thread-2) 
[n:127.0.0.1:51630_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1410360 INFO  (zkConnectionManagerCallback-2326-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410361 INFO  (jetty-launcher-2266-thread-3) 
[n:127.0.0.1:51631_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1410366 INFO  (jetty-launcher-2266-thread-3) 
[n:127.0.0.1:51631_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51628/solr ready
   [junit4]   2> 1410366 INFO  (jetty-launcher-2266-thread-3) 
[n:127.0.0.1:51631_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1410372 INFO  (zkConnectionManagerCallback-2332-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410374 INFO  (jetty-launcher-2266-thread-1) 
[n:127.0.0.1:51635_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1410375 INFO  (jetty-launcher-2266-thread-1) 
[n:127.0.0.1:51635_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51628/solr ready
   [junit4]   2> 1410376 INFO  (jetty-launcher-2266-thread-1) 
[n:127.0.0.1:51635_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1410395 INFO  (jetty-launcher-2266-thread-2) 
[n:127.0.0.1:51630_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51630.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410446 INFO  (jetty-launcher-2266-thread-4) 
[n:127.0.0.1:51632_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51632.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410447 INFO  (jetty-launcher-2266-thread-3) 
[n:127.0.0.1:51631_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51631.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410468 INFO  (jetty-launcher-2266-thread-1) 
[n:127.0.0.1:51635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51635.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410479 INFO  (jetty-launcher-2266-thread-2) 
[n:127.0.0.1:51630_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51630.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410481 INFO  (jetty-launcher-2266-thread-2) 
[n:127.0.0.1:51630_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51630.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410491 INFO  (jetty-launcher-2266-thread-2) 
[n:127.0.0.1:51630_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node2/.
   [junit4]   2> 1410510 INFO  (jetty-launcher-2266-thread-3) 
[n:127.0.0.1:51631_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51631.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410510 INFO  (jetty-launcher-2266-thread-3) 
[n:127.0.0.1:51631_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51631.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410511 INFO  (jetty-launcher-2266-thread-1) 
[n:127.0.0.1:51635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51635.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410512 INFO  (jetty-launcher-2266-thread-1) 
[n:127.0.0.1:51635_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51635.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410513 INFO  (jetty-launcher-2266-thread-4) 
[n:127.0.0.1:51632_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51632.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410513 INFO  (jetty-launcher-2266-thread-4) 
[n:127.0.0.1:51632_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51632.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1410515 INFO  (jetty-launcher-2266-thread-3) 
[n:127.0.0.1:51631_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node3/.
   [junit4]   2> 1410516 INFO  (jetty-launcher-2266-thread-1) 
[n:127.0.0.1:51635_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node1/.
   [junit4]   2> 1410518 INFO  (jetty-launcher-2266-thread-4) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node4/.
   [junit4]   2> 1410646 INFO  (zkConnectionManagerCallback-2335-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410650 INFO  (zkConnectionManagerCallback-2340-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410652 INFO  
(SUITE-DeleteReplicaTest-seed#[AA653459E297500E]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1410654 INFO  
(SUITE-DeleteReplicaTest-seed#[AA653459E297500E]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51628/solr ready
   [junit4]   2> 1410721 INFO  (qtp1758953195-8249) [n:127.0.0.1:51632_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=delLiveColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1410726 INFO  
(OverseerThreadFactory-4096-thread-1-processing-n:127.0.0.1:51632_solr) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
delLiveColl
   [junit4]   2> 1410736 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"delLiveColl",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1410854 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_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> 1410866 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_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> 1410877 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_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> 1410888 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_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> 1410896 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51631/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1410896 INFO  
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51631/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1410900 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51630/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1410900 INFO  
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51630/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1410905 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51635/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1410905 INFO  
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51635/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1410909 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51632/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1410909 INFO  
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51632/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1411132 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1411132 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr    
x:delLiveColl_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n4&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1411133 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr    
x:delLiveColl_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1411134 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr    
x:delLiveColl_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1411135 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n6&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1411135 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr    
x:delLiveColl_shard2_replica_n6] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1411140 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:51631/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:51631_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1411141 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:51635/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:51635_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1411141 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:51630/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:51630_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1411142 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, 
message = {
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:51632/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:51632_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1412159 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1412159 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1412162 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1412201 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.IndexSchema [delLiveColl_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1412201 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 1412203 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1412203 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica_n2' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 1412203 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51630.solr.core.delLiveColl.shard1.replica_n2' (registry 
'solr.core.delLiveColl.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1412204 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.SolrCore [[delLiveColl_shard1_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node2/delLiveColl_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node2/./delLiveColl_shard1_replica_n2/data/]
   [junit4]   2> 1412204 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.IndexSchema [delLiveColl_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1412206 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1412207 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica_n4' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 1412207 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51635.solr.core.delLiveColl.shard2.replica_n4' (registry 
'solr.core.delLiveColl.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1412207 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.SolrCore [[delLiveColl_shard2_replica_n4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node1/delLiveColl_shard2_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node1/./delLiveColl_shard2_replica_n4/data/]
   [junit4]   2> 1412209 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.IndexSchema [delLiveColl_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1412209 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.IndexSchema [delLiveColl_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1412209 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1412209 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica_n1' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 1412209 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51631.solr.core.delLiveColl.shard1.replica_n1' (registry 
'solr.core.delLiveColl.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1412209 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.SolrCore [[delLiveColl_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node3/delLiveColl_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node3/./delLiveColl_shard1_replica_n1/data/]
   [junit4]   2> 1412213 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1412213 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica_n6' using 
configuration from collection delLiveColl, trusted=true
   [junit4]   2> 1412213 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51632.solr.core.delLiveColl.shard2.replica_n6' (registry 
'solr.core.delLiveColl.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@184b4878
   [junit4]   2> 1412213 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.SolrCore [[delLiveColl_shard2_replica_n6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node4/delLiveColl_shard2_replica_n6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_AA653459E297500E-001/tempDir-001/node4/./delLiveColl_shard2_replica_n6/data/]
   [junit4]   2> 1412407 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1412407 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1412409 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1412409 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1412415 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1412415 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1412417 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1412417 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1412419 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1412420 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1412422 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1412422 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1412423 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1412423 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1412424 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@62fb4b7a[delLiveColl_shard2_replica_n4] main]
   [junit4]   2> 1412425 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6e80e2b6[delLiveColl_shard1_replica_n1] main]
   [junit4]   2> 1412426 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1412426 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1412426 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1412427 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1412427 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1412427 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1412427 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1412428 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1615994152393113600
   [junit4]   2> 1412428 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1412429 INFO  
(searcherExecutor-4114-thread-1-processing-n:127.0.0.1:51635_solr 
x:delLiveColl_shard2_replica_n4 c:delLiveColl s:shard2 r:core_node7) 
[n:127.0.0.1:51635_solr c:delLiveColl s:shard2 r:core_node7 
x:delLiveColl_shard2_replica_n4] o.a.s.c.SolrCore 
[delLiveColl_shard2_replica_n4] Registered new searcher 
Searcher@62fb4b7a[delLiveColl_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1412429 INFO  
(searcherExecutor-4115-thread-1-processing-n:127.0.0.1:51631_solr 
x:delLiveColl_shard1_replica_n1 c:delLiveColl s:shard1 r:core_node3) 
[n:127.0.0.1:51631_solr c:delLiveColl s:shard1 r:core_node3 
x:delLiveColl_shard1_replica_n1] o.a.s.c.SolrCore 
[delLiveColl_shard1_replica_n1] Registered new searcher 
Searcher@6e80e2b6[delLiveColl_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1412429 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1615994152394162176
   [junit4]   2> 1412430 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@45856d50[delLiveColl_shard1_replica_n2] main]
   [junit4]   2> 1412433 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1412434 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1412437 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 1412438 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1412440 INFO  
(searcherExecutor-4113-thread-1-processing-n:127.0.0.1:51630_solr 
x:delLiveColl_shard1_replica_n2 c:delLiveColl s:shard1 r:core_node5) 
[n:127.0.0.1:51630_solr c:delLiveColl s:shard1 r:core_node5 
x:delLiveColl_shard1_replica_n2] o.a.s.c.SolrCore 
[delLiveColl_shard1_replica_n2] Registered new searcher 
Searcher@45856d50[delLiveColl_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1412440 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1615994152405696512
   [junit4]   2> 1412442 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1412446 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"delLiveColl"} current state version: 0
   [junit4]   2> 1412446 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1412446 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5f6818e0[delLiveColl_shard2_replica_n6] main]
   [junit4]   2> 1412449 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1412450 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1412450 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1412450 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"delLiveColl"} current state version: 0
   [junit4]   2> 1412451 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1412451 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1615994152417230848
   [junit4]   2> 1412452 INFO  
(searcherExecutor-4116-thread-1-processing-n:127.0.0.1:51632_solr 
x:delLiveColl_shard2_replica_n6 c:delLiveColl s:shard2 r:core_node8) 
[n:127.0.0.1:51632_solr c:delLiveColl s:shard2 r:core_node8 
x:delLiveColl_shard2_replica_n6] o.a.s.c.SolrCore 
[delLiveColl_shard2_replica_n6] Registered new searcher 
Searcher@5f6818e0[delLiveColl_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1412454 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard1 to Terms{values={core_node3=0, 
core_node5=0}, version=1}
   [junit4]   2> 1412458 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/delLiveColl/terms/shard2 to Terms{values={core_node7=0, 
core_node8=0}, version=1}
   [junit4]   2> 1412957 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1412957 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1412957 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:51635/solr/delLiveColl_shard2_replica_n4/
   [junit4]   2> 1412957 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1412957 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1412957 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:51631/solr/delLiveColl_shard1_replica_n1/
   [junit4]   2> 1412958 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n4 
url=https://127.0.0.1:51635/solr START 
replicas=[https://127.0.0.1:51632/solr/delLiveColl_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 1412958 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n1 
url=https://127.0.0.1:51631/solr START 
replicas=[https://127.0.0.1:51630/solr/delLiveColl_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 1412958 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica_n4 
url=https://127.0.0.1:51635/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1412959 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica_n1 
url=https://127.0.0.1:51631/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1412963 INFO  (qtp1758953195-8248) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.c.S.Request [delLiveColl_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1412963 INFO  (qtp589412072-8233) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.c.S.Request [delLiveColl_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1412964 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1412964 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1412964 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1412964 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1412964 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1412964 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1412971 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51635/solr/delLiveColl_shard2_replica_n4/ shard2
   [junit4]   2> 1412972 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "base_url":"https://127.0.0.1:51635/solr";,
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n4",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1412976 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51631/solr/delLiveColl_shard1_replica_n1/ shard1
   [junit4]   2> 1412977 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "base_url":"https://127.0.0.1:51631/solr";,
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1413090 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1413092 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:51631/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:51631_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1413092 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr 
c:delLiveColl s:shard1 r:core_node3 x:delLiveColl_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1960
   [junit4]   2> 1413136 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1413138 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n4",
   [junit4]   2>   "core_node_name":"core_node7",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:51635/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:51635_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1413139 INFO  (qtp1718063613-8252) [n:127.0.0.1:51635_solr 
c:delLiveColl s:shard2 r:core_node7 x:delLiveColl_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n4&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2006
   [junit4]   2> 1413243 INFO  (zkCallback-2288-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1413243 INFO  (zkCallback-2306-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1413472 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:51630/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:51630_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1413472 INFO  (qtp589412072-8230) [n:127.0.0.1:51630_solr 
c:delLiveColl s:shard1 r:core_node5 x:delLiveColl_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica_n2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2338
   [junit4]   2> 1413472 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl s:shard2 r:core_node8 x:delLiveColl_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica_n6&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2337
   [junit4]   2> 1413472 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"delLiveColl_shard2_replica_n6",
   [junit4]   2>   "core_node_name":"core_node8",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:51632/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:51632_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1413476 INFO  (qtp1758953195-8249) [n:127.0.0.1:51632_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> 1413584 INFO  (zkCallback-2298-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1413584 INFO  (zkCallback-2288-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1413584 INFO  (zkCallback-2306-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1413584 INFO  (zkCallback-2282-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1414485 INFO  (qtp1758953195-8249) [n:127.0.0.1:51632_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=delLiveColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3764
   [junit4]   2> 1414490 INFO  (qtp2104394022-8240) [n:127.0.0.1:51631_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1414492 INFO  (qtp1758953195-8251) [n:127.0.0.1:51632_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node3&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&onlyIfDown=true&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1414496 INFO  
(OverseerCollectionConfigSetProcessor-72280760049860614-127.0.0.1:51632_solr-n_0000000000)
 [n:127.0.0.1:51632_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> 1414496 ERROR 
(OverseerThreadFactory-4096-thread-2-processing-n:127.0.0.1:51632_solr) 
[n:127.0.0.1:51632_solr c:delLiveColl s:shard1 r:core_node3 ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: delLiveColl operation: 
deletereplica failed:org.apache.solr.common.SolrException: Attempted to remove 
replica : delLiveColl/shard1/core_node3 with onlyIfDown='true', but state is 
'active'
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteCore(DeleteReplicaCmd.java:218)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:95)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteReplicaCmd.call(DeleteReplicaCmd.java:66)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:259)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:478)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1414502 INFO  (qtp1758953195-8251) [n:127.0.0.1:51632_solr 
c:delLiveColl   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replica=core_node3&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&onlyIfDown=true&wt=javabin&version=2}
 status=400 QTime=9
   [junit4]   2> 1414504 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node3&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1414507 INFO  
(OverseerCollectionConfigSetProcessor-72280760049860614-127.0.0.1:51632_solr-n_0000000000)
 [n:127.0.0.1:51632_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> 1414509 INFO  (qtp2104394022-8242) [n:127.0.0.1:51631_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.delLiveColl.shard1.replica_n1, tag=null
   [junit4]   2> 1414509 INFO  (qtp2104394022-8242) [n:127.0.0.1:51631_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@638d97ca: rootName = 
solr_51631, domain = solr.core.delLiveColl.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.delLiveColl.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@6d578190
   [junit4]   2> 1414522 INFO  (qtp2104394022-8242) [n:127.0.0.1:51631_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.c.SolrCore 
[delLiveColl_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5d06492
   [junit4]   2> 1414522 INFO  (qtp2104394022-8242) [n:127.0.0.1:51631_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.delLiveColl.shard1.replica_n1, tag=5d06492
   [junit4]   2> 1414522 INFO  (qtp2104394022-8242) [n:127.0.0.1:51631_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.delLiveColl.shard1.leader, tag=5d06492
   [junit4]   2> 1414524 INFO  (qtp2104394022-8242) [n:127.0.0.1:51631_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/delLiveColl/terms/shard1 to Terms{values={core_node5=0}, 
version=2}
   [junit4]   2> 1414531 INFO  (qtp2104394022-8242) [n:127.0.0.1:51631_solr    
x:delLiveColl_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=delLiveColl_shard1_replica_n1&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=22
   [junit4]   2> 1414532 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"deletecore",
   [junit4]   2>   "core":"delLiveColl_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:51631_solr",
   [junit4]   2>   "collection":"delLiveColl",
   [junit4]   2>   "base_url":"https://127.0.0.1:51631/solr";,
   [junit4]   2>   "core_node_name":"core_node3"} current state version: 0
   [junit4]   2> 1414532 INFO  (zkCallback-2298-thread-2) 
[n:127.0.0.1:51630_solr c:delLiveColl s:shard1 r:core_node5 
x:delLiveColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 1414533 DEBUG 
(OverseerStateUpdate-72280760049860614-127.0.0.1:51632_solr-n_0000000000) 
[n:127.0.0.1:51632_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"delLiveColl"} current state version: 0
   [junit4]   2> 1414639 INFO  (zkCallback-2288-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1414639 INFO  (zkCallback-2298-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1414639 INFO  (zkCallback-2282-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1414639 INFO  (zkCallback-2306-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/delLiveColl/state.json] for collection [delLiveColl] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1414743 INFO  (qtp1758953195-8253) [n:127.0.0.1:51632_solr 
c:delLiveColl   ] o.a.s.s.HttpSolrCall [admin] webapp=nul

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

18n-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptor-kerberos-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/api-all-1.0.0-M20.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/bcprov-jdk15on-1.60.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/byte-buddy-1.6.2.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/commons-collections-3.2.2.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/ehcache-core-2.4.4.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/jersey-core-1.9.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/jersey-server-1.9.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/jetty-6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/jetty-util-6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/mina-core-2.0.0-M5.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/mockito-core-2.6.2.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/netty-all-4.0.36.Final.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/test-lib/objenesis-2.5.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/analysis/icu/lucene-analyzers-icu-7.6.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/contrib/solr-analysis-extras/classes/java:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/queryparser/classes/test:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build/backward-codecs/classes/test:/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/Users/jenkins/.ant/lib/ivy-2.4.0.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/Users/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.6.4.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20181102_035146_03210272812270060190969.events
 
@/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20181102_035146_03217320557349475967702.suites
 -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with 
error code: 134. Very likely a JVM crash.  See process stdout at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20181102_035146_03212077226765135618166.sysout
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4]     at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]     at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]     at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]     at java.base/java.lang.Thread.run(Thread.java:844)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:633: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:577: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:59: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build.xml:267: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/common-build.xml:558: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:1567: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:1092: 
At least one slave process threw an exception, first: Forked process returned 
with error code: 134. Very likely a JVM crash.  See process stdout at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20181102_035146_03212077226765135618166.sysout

Total time: 98 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
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
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to