Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23006/
Java: 64bit/jdk-9.0.4 -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:32799_solr, 
127.0.0.1:33319_solr, 127.0.0.1:34273_solr] Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"raceDeleteReplica_true_shard1_replica_n1",     
      "base_url":"http://127.0.0.1:39561/solr";,           
"node_name":"127.0.0.1:39561_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"raceDeleteReplica_true_shard1_replica_n5",           
"base_url":"http://127.0.0.1:39561/solr";,           
"node_name":"127.0.0.1:39561_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"raceDeleteReplica_true_shard1_replica_n2",           
"base_url":"http://127.0.0.1:32799/solr";,           
"node_name":"127.0.0.1:32799_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:32799_solr, 127.0.0.1:33319_solr, 127.0.0.1:34273_solr]
Last available state: 
DocCollection(raceDeleteReplica_true//collections/raceDeleteReplica_true/state.json/12)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"raceDeleteReplica_true_shard1_replica_n1",
          "base_url":"http://127.0.0.1:39561/solr";,
          "node_name":"127.0.0.1:39561_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_true_shard1_replica_n5",
          "base_url":"http://127.0.0.1:39561/solr";,
          "node_name":"127.0.0.1:39561_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"raceDeleteReplica_true_shard1_replica_n2",
          "base_url":"http://127.0.0.1:32799/solr";,
          "node_name":"127.0.0.1:32799_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([FB0B3527AFA5093E:911D54F7C75743F4]: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:327)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:222)
        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.deleteLiveReplicaTest

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:32799/solr: Cannot create collection 
delLiveColl. Value of maxShardsPerNode is 1, and the number of nodes currently 
live or live and part of your createNodeSet is 3. This allows a maximum of 3 to 
be created. Value of numShards is 2, value of nrtReplicas is 2, value of 
tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 shards to be 
created (higher than the allowed number)
        at 
__randomizedtesting.SeedInfo.seed([FB0B3527AFA5093E:566B812CB29AA14B]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:73)
        at 
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 13927 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/init-core-data-001
   [junit4]   2> 1356578 INFO  
(SUITE-DeleteReplicaTest-seed#[FB0B3527AFA5093E]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001
   [junit4]   2> 1356578 INFO  
(SUITE-DeleteReplicaTest-seed#[FB0B3527AFA5093E]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1356579 INFO  (Thread-3603) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1356579 INFO  (Thread-3603) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1356589 ERROR (Thread-3603) [    ] 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> 1356679 INFO  
(SUITE-DeleteReplicaTest-seed#[FB0B3527AFA5093E]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34085
   [junit4]   2> 1356680 INFO  (zkConnectionManagerCallback-3832-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356682 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1356682 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1356682 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1356682 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 1356684 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1356684 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1356684 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a874f6e{/solr,null,AVAILABLE}
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45292615{/solr,null,AVAILABLE}
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f30c8f5{/solr,null,AVAILABLE}
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6e86e2ae{/solr,null,AVAILABLE}
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@62d640ef{HTTP/1.1,[http/1.1]}{127.0.0.1:33319}
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5c5a265e{HTTP/1.1,[http/1.1]}{127.0.0.1:34273}
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@218761e3{HTTP/1.1,[http/1.1]}{127.0.0.1:39561}
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.e.j.s.Server Started @1356721ms
   [junit4]   2> 1356685 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.e.j.s.Server Started @1356721ms
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.e.j.s.Server Started @1356721ms
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34273}
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33319}
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39561}
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@637cadec{HTTP/1.1,[http/1.1]}{127.0.0.1:32799}
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.e.j.s.Server Started @1356721ms
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32799}
   [junit4]   2> 1356686 ERROR (jetty-launcher-3829-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1356686 ERROR (jetty-launcher-3829-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1356686 ERROR (jetty-launcher-3829-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1356686 ERROR (jetty-launcher-3829-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-10T16:19:31.872432Z
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-10T16:19:31.872452Z
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-10T16:19:31.872442Z
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1356686 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-10T16:19:31.872899Z
   [junit4]   2> 1356687 INFO  (zkConnectionManagerCallback-3838-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356687 INFO  (zkConnectionManagerCallback-3837-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356687 INFO  (zkConnectionManagerCallback-3836-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356687 INFO  (zkConnectionManagerCallback-3840-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356687 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1356687 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1356687 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1356688 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1356690 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1000df179990001, likely client has closed socket
   [junit4]   2> 1356739 INFO  (jetty-launcher-3829-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34085/solr
   [junit4]   2> 1356750 INFO  (zkConnectionManagerCallback-3844-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356763 INFO  (zkConnectionManagerCallback-3846-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356779 INFO  (jetty-launcher-3829-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34085/solr
   [junit4]   2> 1356782 INFO  (zkConnectionManagerCallback-3852-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356791 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1000df179990007, likely client has closed socket
   [junit4]   2> 1356794 INFO  (zkConnectionManagerCallback-3854-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356807 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33319_solr
   [junit4]   2> 1356807 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.Overseer Overseer 
(id=72072924816277512-127.0.0.1:33319_solr-n_0000000000) starting
   [junit4]   2> 1356810 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:34273_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34273_solr
   [junit4]   2> 1356818 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1356818 INFO  (zkCallback-3853-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1356822 INFO  (zkConnectionManagerCallback-3861-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356823 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1356824 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34085/solr ready
   [junit4]   2> 1356825 INFO  
(OverseerStateUpdate-72072924816277512-127.0.0.1:33319_solr-n_0000000000) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:33319_solr
   [junit4]   2> 1356828 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1356828 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33319_solr
   [junit4]   2> 1356835 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1356841 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:33319_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1356841 INFO  (zkConnectionManagerCallback-3866-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356841 INFO  (zkCallback-3860-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1356842 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:34273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1356842 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:34273_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34085/solr ready
   [junit4]   2> 1356843 INFO  (zkCallback-3853-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1356856 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:34273_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1356857 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:33319_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33319.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356858 INFO  (jetty-launcher-3829-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34085/solr
   [junit4]   2> 1356863 INFO  (zkConnectionManagerCallback-3872-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356866 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:33319_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33319.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356871 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:34273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34273.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356879 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:33319_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33319.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356880 INFO  (jetty-launcher-3829-thread-2) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node2/.
   [junit4]   2> 1356882 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:34273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34273.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356882 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:34273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34273.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356882 INFO  (jetty-launcher-3829-thread-4) 
[n:127.0.0.1:34273_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node4/.
   [junit4]   2> 1356883 INFO  (zkConnectionManagerCallback-3874-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356886 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:39561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1356888 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:39561_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1356888 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:39561_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39561_solr
   [junit4]   2> 1356889 INFO  (zkCallback-3853-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1356891 INFO  (zkCallback-3873-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1356892 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1356908 INFO  (zkCallback-3860-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1356908 INFO  (zkCallback-3865-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1356915 INFO  (zkConnectionManagerCallback-3881-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356916 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:39561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1356916 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:39561_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34085/solr ready
   [junit4]   2> 1356918 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:39561_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1356929 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:39561_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39561.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356937 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:39561_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39561.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356937 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:39561_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39561.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356938 INFO  (jetty-launcher-3829-thread-1) 
[n:127.0.0.1:39561_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node1/.
   [junit4]   2> 1356938 INFO  (jetty-launcher-3829-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34085/solr
   [junit4]   2> 1356941 INFO  (zkConnectionManagerCallback-3886-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356946 INFO  (zkConnectionManagerCallback-3888-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356950 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1356951 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1356951 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32799_solr
   [junit4]   2> 1356952 INFO  (zkCallback-3865-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1356952 INFO  (zkCallback-3873-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1356952 INFO  (zkCallback-3860-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1356952 INFO  (zkCallback-3853-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1356952 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1356955 INFO  (zkCallback-3887-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1356955 INFO  (zkCallback-3880-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1356958 INFO  (zkConnectionManagerCallback-3895-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356959 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1356960 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34085/solr ready
   [junit4]   2> 1356966 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:32799_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1356975 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:32799_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32799.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356980 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:32799_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32799.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356980 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:32799_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32799.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1356981 INFO  (jetty-launcher-3829-thread-3) 
[n:127.0.0.1:32799_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node3/.
   [junit4]   2> 1357003 INFO  (zkConnectionManagerCallback-3898-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357006 INFO  (zkConnectionManagerCallback-3903-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357007 INFO  
(SUITE-DeleteReplicaTest-seed#[FB0B3527AFA5093E]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1357007 INFO  
(SUITE-DeleteReplicaTest-seed#[FB0B3527AFA5093E]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34085/solr ready
   [junit4]   2> 1357029 INFO  (qtp1450546768-15792) [n:127.0.0.1:32799_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=deleteByCountNew&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1357031 INFO  
(OverseerThreadFactory-6460-thread-1-processing-n:127.0.0.1:33319_solr) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteByCountNew
   [junit4]   2> 1357134 INFO  (qtp1450546768-15771) [n:127.0.0.1:32799_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> 1357135 INFO  (qtp698748214-15791) [n:127.0.0.1:34273_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> 1357137 INFO  (qtp611318042-15789) [n:127.0.0.1:33319_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> 1357138 INFO  (qtp43533428-15777) [n:127.0.0.1:39561_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> 1357141 INFO  
(OverseerStateUpdate-72072924816277512-127.0.0.1:33319_solr-n_0000000000) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCountNew_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39561/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1357142 INFO  
(OverseerStateUpdate-72072924816277512-127.0.0.1:33319_solr-n_0000000000) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCountNew_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33319/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1357142 INFO  
(OverseerStateUpdate-72072924816277512-127.0.0.1:33319_solr-n_0000000000) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deleteByCountNew_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34273/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1357143 INFO  
(OverseerStateUpdate-72072924816277512-127.0.0.1:33319_solr-n_0000000000) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCountNew",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deleteByCountNew_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32799/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1357348 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr    
x:deleteByCountNew_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n4&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1357348 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr    
x:deleteByCountNew_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1357348 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n6&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1357348 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr    
x:deleteByCountNew_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1357348 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1358370 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1358370 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1358371 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1358372 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1358387 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1358387 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1358388 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1358389 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1358389 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1358389 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1358389 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n4' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1358389 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica_n6' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1358389 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34273.solr.core.deleteByCountNew.shard2.replica_n4' (registry 
'solr.core.deleteByCountNew.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1358389 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32799.solr.core.deleteByCountNew.shard2.replica_n6' (registry 
'solr.core.deleteByCountNew.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1358389 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica_n4] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node4/deleteByCountNew_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node4/./deleteByCountNew_shard2_replica_n4/data/]
   [junit4]   2> 1358389 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica_n6] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node3/deleteByCountNew_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node3/./deleteByCountNew_shard2_replica_n6/data/]
   [junit4]   2> 1358390 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1358390 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1358390 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n1' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1358390 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica_n2' 
using configuration from collection deleteByCountNew, trusted=true
   [junit4]   2> 1358390 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33319.solr.core.deleteByCountNew.shard1.replica_n2' (registry 
'solr.core.deleteByCountNew.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1358390 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39561.solr.core.deleteByCountNew.shard1.replica_n1' (registry 
'solr.core.deleteByCountNew.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1358391 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node1/deleteByCountNew_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node1/./deleteByCountNew_shard1_replica_n1/data/]
   [junit4]   2> 1358391 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica_n2] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node2/deleteByCountNew_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node2/./deleteByCountNew_shard1_replica_n2/data/]
   [junit4]   2> 1358439 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1358440 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1358441 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1358441 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1358441 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2c69fe32[deleteByCountNew_shard2_replica_n4] main]
   [junit4]   2> 1358442 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1358442 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1358442 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1358442 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1613955988065353728
   [junit4]   2> 1358443 INFO  
(searcherExecutor-6482-thread-1-processing-n:127.0.0.1:34273_solr 
x:deleteByCountNew_shard2_replica_n4 c:deleteByCountNew s:shard2 r:core_node7) 
[n:127.0.0.1:34273_solr c:deleteByCountNew s:shard2 r:core_node7 
x:deleteByCountNew_shard2_replica_n4] o.a.s.c.SolrCore 
[deleteByCountNew_shard2_replica_n4] Registered new searcher 
Searcher@2c69fe32[deleteByCountNew_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1358443 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1358443 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1358444 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1358444 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1358445 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@25050f73[deleteByCountNew_shard1_replica_n2] main]
   [junit4]   2> 1358446 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1358446 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1358446 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1358447 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1613955988070596608
   [junit4]   2> 1358447 INFO  
(searcherExecutor-6485-thread-1-processing-n:127.0.0.1:33319_solr 
x:deleteByCountNew_shard1_replica_n2 c:deleteByCountNew s:shard1 r:core_node5) 
[n:127.0.0.1:33319_solr c:deleteByCountNew s:shard1 r:core_node5 
x:deleteByCountNew_shard1_replica_n2] o.a.s.c.SolrCore 
[deleteByCountNew_shard1_replica_n2] Registered new searcher 
Searcher@25050f73[deleteByCountNew_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1358448 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1358448 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1358448 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1358448 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1358449 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1358449 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1358449 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1358449 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1358450 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a15e94c[deleteByCountNew_shard1_replica_n1] main]
   [junit4]   2> 1358450 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@31a46906[deleteByCountNew_shard2_replica_n6] main]
   [junit4]   2> 1358450 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1358450 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1358450 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1358450 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1358451 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard2 to Terms{values={core_node7=0}, 
version=0}
   [junit4]   2> 1358451 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1358451 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1358451 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1613955988074790912
   [junit4]   2> 1358451 INFO  
(searcherExecutor-6483-thread-1-processing-n:127.0.0.1:32799_solr 
x:deleteByCountNew_shard2_replica_n6 c:deleteByCountNew s:shard2 r:core_node8) 
[n:127.0.0.1:32799_solr c:deleteByCountNew s:shard2 r:core_node8 
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.SolrCore 
[deleteByCountNew_shard2_replica_n6] Registered new searcher 
Searcher@31a46906[deleteByCountNew_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1358451 INFO  
(searcherExecutor-6484-thread-1-processing-n:127.0.0.1:39561_solr 
x:deleteByCountNew_shard1_replica_n1 c:deleteByCountNew s:shard1 r:core_node3) 
[n:127.0.0.1:39561_solr c:deleteByCountNew s:shard1 r:core_node3 
x:deleteByCountNew_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteByCountNew_shard1_replica_n1] Registered new searcher 
Searcher@1a15e94c[deleteByCountNew_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1358451 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1613955988074790912
   [junit4]   2> 1358453 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard1 to Terms{values={core_node5=0}, 
version=0}
   [junit4]   2> 1358454 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 1358455 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard1 to Terms{values={core_node3=0, 
core_node5=0}, version=1}
   [junit4]   2> 1358456 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1358456 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1358456 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33319/solr/deleteByCountNew_shard1_replica_n2/
   [junit4]   2> 1358457 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard1_replica_n2 
url=http://127.0.0.1:33319/solr START 
replicas=[http://127.0.0.1:39561/solr/deleteByCountNew_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 1358457 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard1_replica_n2 
url=http://127.0.0.1:33319/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1358458 INFO  (qtp43533428-15761) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.c.S.Request [deleteByCountNew_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1358458 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/deleteByCountNew/terms/shard2 to Terms{values={core_node7=0, 
core_node8=0}, version=1}
   [junit4]   2> 1358459 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1358459 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1358460 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33319/solr/deleteByCountNew_shard1_replica_n2/ shard1
   [junit4]   2> 1358561 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1358644 INFO  (qtp611318042-15776) [n:127.0.0.1:33319_solr 
c:deleteByCountNew s:shard1 r:core_node5 x:deleteByCountNew_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1296
   [junit4]   2> 1358662 INFO  (zkCallback-3853-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1358955 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1358955 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1358955 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34273/solr/deleteByCountNew_shard2_replica_n4/
   [junit4]   2> 1358956 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard2_replica_n4 
url=http://127.0.0.1:34273/solr START 
replicas=[http://127.0.0.1:32799/solr/deleteByCountNew_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 1358956 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=deleteByCountNew_shard2_replica_n4 
url=http://127.0.0.1:34273/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1358957 INFO  (qtp1450546768-15764) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.c.S.Request [deleteByCountNew_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1358957 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1358957 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1358959 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34273/solr/deleteByCountNew_shard2_replica_n4/ shard2
   [junit4]   2> 1359060 INFO  (zkCallback-3853-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1359110 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1359112 INFO  (qtp698748214-15773) [n:127.0.0.1:34273_solr 
c:deleteByCountNew s:shard2 r:core_node7 x:deleteByCountNew_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n4&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1764
   [junit4]   2> 1359212 INFO  (zkCallback-3853-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1359212 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1359459 INFO  (qtp43533428-15762) [n:127.0.0.1:39561_solr 
c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica_n1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2110
   [junit4]   2> 1359463 INFO  (qtp1450546768-15775) [n:127.0.0.1:32799_solr 
c:deleteByCountNew s:shard2 r:core_node8 x:deleteByCountNew_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica_n6&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2115
   [junit4]   2> 1359465 INFO  (qtp1450546768-15792) [n:127.0.0.1:32799_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> 1359561 INFO  (zkCallback-3887-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1359561 INFO  (zkCallback-3873-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1359561 INFO  (zkCallback-3853-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1359561 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1360465 INFO  (qtp1450546768-15792) [n:127.0.0.1:32799_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=deleteByCountNew&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3435
   [junit4]   2> 1360466 INFO  (qtp1450546768-15769) [n:127.0.0.1:32799_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
count=1&action=DELETEREPLICA&collection=deleteByCountNew&wt=javabin&version=2 
and sendToOCPQueue=true
   [junit4]   2> 1360468 INFO  
(OverseerCollectionConfigSetProcessor-72072924816277512-127.0.0.1:33319_solr-n_0000000000)
 [n:127.0.0.1:33319_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> 1360469 INFO  (qtp43533428-15774) [n:127.0.0.1:39561_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard1.replica_n1, tag=null
   [junit4]   2> 1360469 INFO  (qtp43533428-15774) [n:127.0.0.1:39561_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2236c586: rootName 
= solr_39561, domain = solr.core.deleteByCountNew.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.deleteByCountNew.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@426bcf17
   [junit4]   2> 1360477 INFO  (qtp43533428-15774) [n:127.0.0.1:39561_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteByCountNew_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5190079b
   [junit4]   2> 1360477 INFO  (qtp43533428-15774) [n:127.0.0.1:39561_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard1.replica_n1, 
tag=5190079b
   [junit4]   2> 1360477 INFO  (qtp43533428-15774) [n:127.0.0.1:39561_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCountNew.shard1.leader, 
tag=5190079b
   [junit4]   2> 1360480 INFO  (qtp43533428-15774) [n:127.0.0.1:39561_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/deleteByCountNew/terms/shard1 to 
Terms{values={core_node5=0}, version=2}
   [junit4]   2> 1360480 INFO  (qtp43533428-15774) [n:127.0.0.1:39561_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase No 
version found for ephemeral leader parent node, won't remove previous leader 
registration.
   [junit4]   2> 1360480 INFO  (qtp43533428-15774) [n:127.0.0.1:39561_solr    
x:deleteByCountNew_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCountNew_shard1_replica_n1&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=11
   [junit4]   2> 1360581 INFO  (zkCallback-3873-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1360581 INFO  (zkCallback-3853-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1360581 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1360581 INFO  (zkCallback-3887-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1360581 INFO  (qtp1450546768-15898) [n:127.0.0.1:32799_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard2.replica_n6, tag=null
   [junit4]   2> 1360581 INFO  (qtp1450546768-15898) [n:127.0.0.1:32799_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3509386c: rootName 
= solr_32799, domain = solr.core.deleteByCountNew.shard2.replica_n6, service 
url = null, agent id = null] for registry 
solr.core.deleteByCountNew.shard2.replica_n6 / 
com.codahale.metrics.MetricRegistry@78f663a9
   [junit4]   2> 1360594 INFO  (qtp1450546768-15898) [n:127.0.0.1:32799_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.SolrCore 
[deleteByCountNew_shard2_replica_n6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2e80281c
   [junit4]   2> 1360594 INFO  (qtp1450546768-15898) [n:127.0.0.1:32799_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.deleteByCountNew.shard2.replica_n6, 
tag=2e80281c
   [junit4]   2> 1360594 INFO  (qtp1450546768-15898) [n:127.0.0.1:32799_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.deleteByCountNew.shard2.leader, 
tag=2e80281c
   [junit4]   2> 1360597 INFO  (qtp1450546768-15898) [n:127.0.0.1:32799_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/deleteByCountNew/terms/shard2 to 
Terms{values={core_node7=0}, version=2}
   [junit4]   2> 1360598 INFO  (qtp1450546768-15898) [n:127.0.0.1:32799_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase No 
version found for ephemeral leader parent node, won't remove previous leader 
registration.
   [junit4]   2> 1360598 INFO  (qtp1450546768-15898) [n:127.0.0.1:32799_solr    
x:deleteByCountNew_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=deleteByCountNew_shard2_replica_n6&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=16
   [junit4]   2> 1360699 INFO  (zkCallback-3853-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1360699 INFO  (zkCallback-3845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteByCountNew/state.json] for collection 
[deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1360700 INFO  (qtp1450546768-15769) [n:127.0.0.1:32799_solr 
c:deleteByCountNew   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={count=1&action=DELETEREPLICA&collection=deleteByCountNew&wt=javabin&version=2}
 status=0 QTime=233
   [junit4]   2> 1360719 INFO  (qtp1450546768-15921) [n:127.0.0.1:32799_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with 
params val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1360720 INFO  (qtp1450546768-15921) [n:127.0.0.1:32799_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={val=true&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 1360720 INFO  (qtp1450546768-15898) [n:127.0.0.1:32799_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=raceDeleteReplica_true&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1360721 INFO  
(OverseerThreadFactory-6460-thread-3-processing-n:127.0.0.1:33319_solr) 
[n:127.0.0.1:33319_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
raceDeleteReplica_true
   [junit4]   2> 1360721 INFO  
(OverseerCollectionConfigSetProcessor-72072924816277512-127.0.0.1:33319_solr-n_0000000000)
 [n:127.0.0.1:33319_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> 1360926 INFO  (qtp1450546768-15788) [n:127.0.0.1:32799_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> 1360928 INFO  (qtp698748214-15770) [n:127.0.0.1:34273_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.deleteByCountNew.shard2.replica_n4:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1360929 INFO  (qtp698748214-15791) [n:127.0.0.1:34273_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> 1360930 INFO  (qtp611318042-15772) [n:127.0.0.1:33319_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.deleteByCountNew.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1360931 INFO  (qtp611318042-15789) [n:127.0.0.1:33319_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> 1360932 INFO  (qtp43533428-15777) [n:127.0.0.1:39561_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> 1360934 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr    
x:raceDeleteReplica_true_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=raceDeleteReplica_true_shard1_replica_n1&action=CREATE&numShards=1&collection=raceDeleteReplica_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1360934 INFO  (qtp1450546768-15785) [n:127.0.0.1:32799_solr    
x:raceDeleteReplica_true_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=raceDeleteReplica_true_shard1_replica_n2&action=CREATE&numShards=1&collection=raceDeleteReplica_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1361940 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1361944 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.s.IndexSchema [raceDeleteReplica_true_shard1_replica_n1] Schema 
name=minimal
   [junit4]   2> 1361945 INFO  (qtp1450546768-15785) [n:127.0.0.1:32799_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1361964 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1361964 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 
'raceDeleteReplica_true_shard1_replica_n1' using configuration from collection 
raceDeleteReplica_true, trusted=true
   [junit4]   2> 1361965 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39561.solr.core.raceDeleteReplica_true.shard1.replica_n1' (registry 
'solr.core.raceDeleteReplica_true.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1361965 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.c.SolrCore [[raceDeleteReplica_true_shard1_replica_n1] ] Opening new 
SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node1/raceDeleteReplica_true_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node1/./raceDeleteReplica_true_shard1_replica_n1/data/]
   [junit4]   2> 1361968 INFO  (qtp1450546768-15785) [n:127.0.0.1:32799_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.s.IndexSchema [raceDeleteReplica_true_shard1_replica_n2] Schema 
name=minimal
   [junit4]   2> 1361969 INFO  (qtp1450546768-15785) [n:127.0.0.1:32799_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1361969 INFO  (qtp1450546768-15785) [n:127.0.0.1:32799_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 
'raceDeleteReplica_true_shard1_replica_n2' using configuration from collection 
raceDeleteReplica_true, trusted=true
   [junit4]   2> 1361969 INFO  (qtp1450546768-15785) [n:127.0.0.1:32799_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32799.solr.core.raceDeleteReplica_true.shard1.replica_n2' (registry 
'solr.core.raceDeleteReplica_true.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a3088f2
   [junit4]   2> 1361969 INFO  (qtp1450546768-15785) [n:127.0.0.1:32799_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.c.SolrCore [[raceDeleteReplica_true_shard1_replica_n2] ] Opening new 
SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node3/raceDeleteReplica_true_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_FB0B3527AFA5093E-001/tempDir-001/node3/./raceDeleteReplica_true_shard1_replica_n2/data/]
   [junit4]   2> 1362003 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1362003 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1362004 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1362004 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1362005 INFO  (qtp43533428-15768) [n:127.0.0.1:39561_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1607cb3e[raceDeleteReplica_true_shard1_replica_n1] main]
   [junit4]   2> 1362005 INFO  (qtp1450546768-15785) [n:127.0.0.1:32799_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1362005 INFO  (qtp1450546768-15785) [n:127.0.0.1:32799_solr 
c:raceDeleteReplica_true s:shard1  x:raceDeleteReplica_true_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKee

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

rberos-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/api-all-1.0.0-M20.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/byte-buddy-1.6.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/ehcache-core-2.4.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-core-1.9.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-server-1.9.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-util-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mina-core-2.0.0-M5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mockito-core-2.6.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/netty-all-4.0.36.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/objenesis-2.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-8.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/home/jenkins/.ant/lib/ivy-2.4.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.6.4.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20181010_155655_12313332307159489225761.events
 
@/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20181010_155655_123394201137013670859.suites
 -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with 
error code: 134. Very likely a JVM crash.  See process stdout at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20181010_155655_1232759213556349479921.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
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:633: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:577: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:267: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:558: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1567: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092: 
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: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20181010_155655_1232759213556349479921.sysout

Total time: 76 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/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=/var/lib/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=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to