Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2897/

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

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


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:34450/solr: Cannot create collection 
deleteByCountNew. Value of maxShardsPerNode is 1, and the number of nodes 
currently live or live and part of your createNodeSet is 3. This allows a 
maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2, 
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 
shards to be created (higher than the allowed number)
        at 
__randomizedtesting.SeedInfo.seed([29EA438F69AA7667:157B04DB26EB2B32]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:161)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing qparser: 
min_hash

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method 
explicitly testing qparser: min_hash
        at __randomizedtesting.SeedInfo.seed([29EA438F69AA7667]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14146 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 1663476 INFO  
(SUITE-DeleteReplicaTest-seed#[29EA438F69AA7667]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/init-core-data-001
   [junit4]   2> 1663477 WARN  
(SUITE-DeleteReplicaTest-seed#[29EA438F69AA7667]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 1663477 INFO  
(SUITE-DeleteReplicaTest-seed#[29EA438F69AA7667]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1663479 INFO  
(SUITE-DeleteReplicaTest-seed#[29EA438F69AA7667]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1663483 INFO  
(SUITE-DeleteReplicaTest-seed#[29EA438F69AA7667]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001
   [junit4]   2> 1663483 INFO  
(SUITE-DeleteReplicaTest-seed#[29EA438F69AA7667]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1663483 INFO  (Thread-3353) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1663483 INFO  (Thread-3353) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1663486 ERROR (Thread-3353) [    ] 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> 1663583 INFO  
(SUITE-DeleteReplicaTest-seed#[29EA438F69AA7667]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42446
   [junit4]   2> 1663586 INFO  (zkConnectionManagerCallback-6940-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1663593 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1663595 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1663597 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1663597 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1663597 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1663598 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3b86d60e{/solr,null,AVAILABLE}
   [junit4]   2> 1663598 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1e051429{SSL,[ssl, 
http/1.1]}{127.0.0.1:37321}
   [junit4]   2> 1663598 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.e.j.s.Server Started @1663656ms
   [junit4]   2> 1663599 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37321}
   [junit4]   2> 1663599 ERROR (jetty-launcher-6937-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1663599 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1663599 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1663599 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1663599 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1663599 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-24T17:35:31.606Z
   [junit4]   2> 1663605 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1663606 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1663612 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1663612 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1663612 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1663613 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55ba8432{/solr,null,AVAILABLE}
   [junit4]   2> 1663613 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5fb51fea{SSL,[ssl, 
http/1.1]}{127.0.0.1:34450}
   [junit4]   2> 1663613 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.e.j.s.Server Started @1663671ms
   [junit4]   2> 1663613 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34450}
   [junit4]   2> 1663614 ERROR (jetty-launcher-6937-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1663614 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1663614 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1663614 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1663614 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1663614 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-24T17:35:31.621Z
   [junit4]   2> 1663616 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1663616 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1663617 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1663617 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@389d693f{/solr,null,AVAILABLE}
   [junit4]   2> 1663617 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6a666870{SSL,[ssl, 
http/1.1]}{127.0.0.1:42199}
   [junit4]   2> 1663617 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.e.j.s.Server Started @1663675ms
   [junit4]   2> 1663617 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42199}
   [junit4]   2> 1663618 ERROR (jetty-launcher-6937-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1663618 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1663618 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1663618 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1663618 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1663618 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-24T17:35:31.625Z
   [junit4]   2> 1663619 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1663619 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1663619 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1663620 INFO  (zkConnectionManagerCallback-6946-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1663621 INFO  (zkConnectionManagerCallback-6944-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1663621 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6d3e1f99{/solr,null,AVAILABLE}
   [junit4]   2> 1663622 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@559b9f8b{SSL,[ssl, 
http/1.1]}{127.0.0.1:38657}
   [junit4]   2> 1663622 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.e.j.s.Server Started @1663680ms
   [junit4]   2> 1663622 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38657}
   [junit4]   2> 1663622 ERROR (jetty-launcher-6937-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1663622 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1663622 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1663622 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1663622 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1663623 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-24T17:35:31.630Z
   [junit4]   2> 1663623 INFO  (zkConnectionManagerCallback-6942-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1663624 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1663624 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1663624 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1663661 INFO  (zkConnectionManagerCallback-6948-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1663662 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1663942 INFO  (jetty-launcher-6937-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42446/solr
   [junit4]   2> 1663952 INFO  (zkConnectionManagerCallback-6952-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1663973 INFO  (zkConnectionManagerCallback-6954-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1663981 INFO  (jetty-launcher-6937-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42446/solr
   [junit4]   2> 1663984 INFO  (jetty-launcher-6937-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42446/solr
   [junit4]   2> 1663990 INFO  (zkConnectionManagerCallback-6962-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1663991 INFO  (zkConnectionManagerCallback-6958-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1663994 INFO  (zkConnectionManagerCallback-6966-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1663995 INFO  (zkConnectionManagerCallback-6968-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664014 INFO  (jetty-launcher-6937-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42446/solr
   [junit4]   2> 1664019 INFO  (zkConnectionManagerCallback-6976-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664062 INFO  (zkConnectionManagerCallback-6978-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664088 INFO  (jetty-launcher-6937-thread-4) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38657_solr
   [junit4]   2> 1664090 INFO  (jetty-launcher-6937-thread-4) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.Overseer Overseer 
(id=72158343662075916-127.0.0.1:38657_solr-n_0000000000) starting
   [junit4]   2> 1664109 INFO  (zkConnectionManagerCallback-6985-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664120 INFO  (jetty-launcher-6937-thread-4) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42446/solr ready
   [junit4]   2> 1664122 INFO  
(OverseerStateUpdate-72158343662075916-127.0.0.1:38657_solr-n_0000000000) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:38657_solr
   [junit4]   2> 1664127 INFO  (jetty-launcher-6937-thread-4) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38657_solr
   [junit4]   2> 1664154 INFO  (zkCallback-6977-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1664164 INFO  (zkCallback-6984-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1664180 INFO  (jetty-launcher-6937-thread-3) 
[n:127.0.0.1:42199_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1664189 INFO  (jetty-launcher-6937-thread-3) 
[n:127.0.0.1:42199_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1664189 INFO  (jetty-launcher-6937-thread-3) 
[n:127.0.0.1:42199_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42199_solr
   [junit4]   2> 1664194 INFO  (zkCallback-6984-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1664197 INFO  (zkCallback-6977-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1664201 INFO  (jetty-launcher-6937-thread-2) 
[n:127.0.0.1:34450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1664203 INFO  (jetty-launcher-6937-thread-1) 
[n:127.0.0.1:37321_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1664213 INFO  (jetty-launcher-6937-thread-2) 
[n:127.0.0.1:34450_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1664213 INFO  (jetty-launcher-6937-thread-2) 
[n:127.0.0.1:34450_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34450_solr
   [junit4]   2> 1664213 INFO  (jetty-launcher-6937-thread-1) 
[n:127.0.0.1:37321_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1664213 INFO  (jetty-launcher-6937-thread-1) 
[n:127.0.0.1:37321_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37321_solr
   [junit4]   2> 1664215 INFO  (zkCallback-6977-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1664215 INFO  (zkCallback-6984-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1664217 INFO  (zkCallback-6965-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 1664222 INFO  (jetty-launcher-6937-thread-4) 
[n:127.0.0.1:38657_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1664227 INFO  (zkCallback-6953-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1664236 INFO  (zkConnectionManagerCallback-6991-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664237 INFO  (jetty-launcher-6937-thread-3) 
[n:127.0.0.1:42199_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1664237 INFO  (zkCallback-6967-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1664241 INFO  (jetty-launcher-6937-thread-3) 
[n:127.0.0.1:42199_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42446/solr ready
   [junit4]   2> 1664249 INFO  (jetty-launcher-6937-thread-3) 
[n:127.0.0.1:42199_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1664251 INFO  (zkConnectionManagerCallback-6996-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664266 INFO  (jetty-launcher-6937-thread-1) 
[n:127.0.0.1:37321_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1664267 INFO  (jetty-launcher-6937-thread-1) 
[n:127.0.0.1:37321_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42446/solr ready
   [junit4]   2> 1664268 INFO  (zkConnectionManagerCallback-7002-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664269 INFO  (jetty-launcher-6937-thread-2) 
[n:127.0.0.1:34450_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1664271 INFO  (jetty-launcher-6937-thread-2) 
[n:127.0.0.1:34450_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42446/solr ready
   [junit4]   2> 1664274 INFO  (jetty-launcher-6937-thread-2) 
[n:127.0.0.1:34450_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1664280 INFO  (jetty-launcher-6937-thread-1) 
[n:127.0.0.1:37321_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1664347 INFO  (jetty-launcher-6937-thread-4) 
[n:127.0.0.1:38657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38657.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664380 INFO  (jetty-launcher-6937-thread-3) 
[n:127.0.0.1:42199_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42199.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664425 INFO  (jetty-launcher-6937-thread-2) 
[n:127.0.0.1:34450_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34450.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664431 INFO  (jetty-launcher-6937-thread-1) 
[n:127.0.0.1:37321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37321.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664476 INFO  (jetty-launcher-6937-thread-4) 
[n:127.0.0.1:38657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38657.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664479 INFO  (jetty-launcher-6937-thread-4) 
[n:127.0.0.1:38657_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38657.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664498 INFO  (jetty-launcher-6937-thread-4) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node4/.
   [junit4]   2> 1664498 INFO  (jetty-launcher-6937-thread-3) 
[n:127.0.0.1:42199_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42199.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664499 INFO  (jetty-launcher-6937-thread-3) 
[n:127.0.0.1:42199_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42199.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664500 INFO  (jetty-launcher-6937-thread-3) 
[n:127.0.0.1:42199_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node3/.
   [junit4]   2> 1664507 INFO  (jetty-launcher-6937-thread-1) 
[n:127.0.0.1:37321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37321.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664507 INFO  (jetty-launcher-6937-thread-1) 
[n:127.0.0.1:37321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37321.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664510 INFO  (jetty-launcher-6937-thread-1) 
[n:127.0.0.1:37321_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node2/.
   [junit4]   2> 1664512 INFO  (jetty-launcher-6937-thread-2) 
[n:127.0.0.1:34450_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34450.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664512 INFO  (jetty-launcher-6937-thread-2) 
[n:127.0.0.1:34450_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34450.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1664513 INFO  (jetty-launcher-6937-thread-2) 
[n:127.0.0.1:34450_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node1/.
   [junit4]   2> 1664742 INFO  (zkConnectionManagerCallback-7006-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664747 INFO  (zkConnectionManagerCallback-7011-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664748 INFO  
(SUITE-DeleteReplicaTest-seed#[29EA438F69AA7667]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1664749 INFO  
(SUITE-DeleteReplicaTest-seed#[29EA438F69AA7667]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42446/solr ready
   [junit4]   2> 1664831 INFO  
(TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[29EA438F69AA7667])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 1664854 INFO  (qtp1505450530-18900) [n:127.0.0.1:34450_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=deletereplica_test&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1664857 INFO  
(OverseerThreadFactory-7222-thread-1-processing-n:127.0.0.1:38657_solr) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deletereplica_test
   [junit4]   2> 1664970 INFO  (qtp1505450530-18901) [n:127.0.0.1:34450_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> 1665005 INFO  (qtp1867920725-18909) [n:127.0.0.1:42199_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> 1665030 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_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> 1665052 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_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> 1665062 INFO  
(OverseerStateUpdate-72158343662075916-127.0.0.1:38657_solr-n_0000000000) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletereplica_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletereplica_test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37321/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1665065 INFO  
(OverseerStateUpdate-72158343662075916-127.0.0.1:38657_solr-n_0000000000) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletereplica_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletereplica_test_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38657/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1665281 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1665281 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1665281 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1666300 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1666318 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1666322 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.IndexSchema 
[deletereplica_test_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1666325 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1666325 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'deletereplica_test_shard1_replica_n2' using configuration from collection 
deletereplica_test, trusted=true
   [junit4]   2> 1666326 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_38657.solr.core.deletereplica_test.shard1.replica_n2' 
(registry 'solr.core.deletereplica_test.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1666326 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrCore 
[[deletereplica_test_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node4/deletereplica_test_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node4/./deletereplica_test_shard1_replica_n2/data/]
   [junit4]   2> 1666326 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.IndexSchema 
[deletereplica_test_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1666329 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1666329 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'deletereplica_test_shard1_replica_n1' using configuration from collection 
deletereplica_test, trusted=true
   [junit4]   2> 1666329 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_37321.solr.core.deletereplica_test.shard1.replica_n1' 
(registry 'solr.core.deletereplica_test.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1666329 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore 
[[deletereplica_test_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node2/deletereplica_test_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node2/./deletereplica_test_shard1_replica_n1/data/]
   [junit4]   2> 1666402 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1666402 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1666403 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1666403 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1666404 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1666404 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1666404 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1666404 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1666406 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ed2eb7d[deletereplica_test_shard1_replica_n2] main]
   [junit4]   2> 1666408 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1666408 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1666409 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1666409 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1615229127927791616
   [junit4]   2> 1666410 INFO  
(searcherExecutor-7239-thread-1-processing-n:127.0.0.1:38657_solr 
x:deletereplica_test_shard1_replica_n2 c:deletereplica_test s:shard1 
r:core_node4) [n:127.0.0.1:38657_solr c:deletereplica_test s:shard1 
r:core_node4 x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrCore 
[deletereplica_test_shard1_replica_n2] Registered new searcher 
Searcher@1ed2eb7d[deletereplica_test_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1666412 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@690dfd03[deletereplica_test_shard1_replica_n1] main]
   [junit4]   2> 1666413 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1666414 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1666415 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1666415 INFO  
(searcherExecutor-7240-thread-1-processing-n:127.0.0.1:37321_solr 
x:deletereplica_test_shard1_replica_n1 c:deletereplica_test s:shard1 
r:core_node3) [n:127.0.0.1:37321_solr c:deletereplica_test s:shard1 
r:core_node3 x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore 
[deletereplica_test_shard1_replica_n1] Registered new searcher 
Searcher@690dfd03[deletereplica_test_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1666416 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1615229127935131648
   [junit4]   2> 1666422 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/deletereplica_test/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1666423 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ZkShardTerms Failed to save 
terms, version is not a match, retrying
   [junit4]   2> 1666425 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/deletereplica_test/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1666428 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1666428 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1666428 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37321/solr/deletereplica_test_shard1_replica_n1/
   [junit4]   2> 1666429 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=deletereplica_test_shard1_replica_n1 url=https://127.0.0.1:37321/solr 
START 
replicas=[https://127.0.0.1:38657/solr/deletereplica_test_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 1666430 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=deletereplica_test_shard1_replica_n1 url=https://127.0.0.1:37321/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1666434 INFO  (qtp758020311-18908) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.S.Request 
[deletereplica_test_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1666435 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 1666435 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 1666439 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
https://127.0.0.1:37321/solr/deletereplica_test_shard1_replica_n1/ shard1
   [junit4]   2> 1666542 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 1666546 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_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=deletereplica_test_shard1_replica_n1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1266
   [junit4]   2> 1666645 INFO  (zkCallback-6967-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1667436 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2154
   [junit4]   2> 1667440 INFO  (qtp1505450530-18900) [n:127.0.0.1:34450_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> 1667536 INFO  (zkCallback-6977-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1667536 INFO  (zkCallback-6967-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1668441 INFO  (qtp1505450530-18900) [n:127.0.0.1:34450_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=deletereplica_test&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3587
   [junit4]   2> 1668447 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1668448 INFO  (qtp1505450530-18898) [n:127.0.0.1:34450_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node3&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1668455 INFO  
(OverseerCollectionConfigSetProcessor-72158343662075916-127.0.0.1:38657_solr-n_0000000000)
 [n:127.0.0.1:38657_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> 1668457 INFO  (qtp644761522-18888) [n:127.0.0.1:37321_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.deletereplica_test.shard1.replica_n1, 
tag=null
   [junit4]   2> 1668457 INFO  (qtp644761522-18888) [n:127.0.0.1:37321_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f4558f6: rootName = 
solr_37321, domain = solr.core.deletereplica_test.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.deletereplica_test.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@5b90ce43
   [junit4]   2> 1668479 INFO  (qtp644761522-18888) [n:127.0.0.1:37321_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore 
[deletereplica_test_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@e0de176
   [junit4]   2> 1668479 INFO  (qtp644761522-18888) [n:127.0.0.1:37321_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.deletereplica_test.shard1.replica_n1, 
tag=e0de176
   [junit4]   2> 1668479 INFO  (qtp644761522-18888) [n:127.0.0.1:37321_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, 
tag=e0de176
   [junit4]   2> 1668483 INFO  (qtp644761522-18888) [n:127.0.0.1:37321_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/deletereplica_test/terms/shard1 to 
Terms{values={core_node4=0}, version=2}
   [junit4]   2> 1668486 INFO  (qtp644761522-18888) [n:127.0.0.1:37321_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=deletereplica_test_shard1_replica_n1&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=29
   [junit4]   2> 1668486 INFO  (zkCallback-6977-thread-2) 
[n:127.0.0.1:38657_solr c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1668588 INFO  (zkCallback-6967-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1668588 INFO  (zkCallback-6977-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1668689 INFO  (qtp1505450530-18898) [n:127.0.0.1:34450_solr 
c:deletereplica_test   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replica=core_node3&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2}
 status=0 QTime=240
   [junit4]   2> 1670458 INFO  
(OverseerCollectionConfigSetProcessor-72158343662075916-127.0.0.1:38657_solr-n_0000000000)
 [n:127.0.0.1:38657_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> 1670986 INFO  (zkCallback-6977-thread-2) 
[n:127.0.0.1:38657_solr c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:38657/solr/deletereplica_test_shard1_replica_n2/
   [junit4]   2> 1670986 INFO  (zkCallback-6977-thread-2) 
[n:127.0.0.1:38657_solr c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1670987 INFO  (zkCallback-6977-thread-2) 
[n:127.0.0.1:38657_solr c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SyncStrategy 
https://127.0.0.1:38657/solr/deletereplica_test_shard1_replica_n2/ has no 
replicas
   [junit4]   2> 1670993 INFO  (zkCallback-6977-thread-2) 
[n:127.0.0.1:38657_solr c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
https://127.0.0.1:38657/solr/deletereplica_test_shard1_replica_n2/ shard1
   [junit4]   2> 1670994 INFO  (zkCallback-6977-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1671026 INFO  
(TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[29EA438F69AA7667])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 1671112 INFO  
(TEST-DeleteReplicaTest.deleteReplicaOnIndexing-seed#[29EA438F69AA7667]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaOnIndexing
   [junit4]   2> 1671113 INFO  (qtp1505450530-18900) [n:127.0.0.1:34450_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=deleteReplicaOnIndexing&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1671116 INFO  
(OverseerThreadFactory-7222-thread-3-processing-n:127.0.0.1:38657_solr) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteReplicaOnIndexing
   [junit4]   2> 1671327 INFO  (qtp1505450530-18899) [n:127.0.0.1:34450_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> 1671330 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_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> 1671332 INFO  (qtp758020311-18907) [n:127.0.0.1:38657_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.deletereplica_test.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1671333 INFO  (qtp758020311-18921) [n:127.0.0.1:38657_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> 1671335 INFO  (qtp644761522-18885) [n:127.0.0.1:37321_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> 1671341 INFO  
(OverseerStateUpdate-72158343662075916-127.0.0.1:38657_solr-n_0000000000) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37321/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1671343 INFO  
(OverseerStateUpdate-72158343662075916-127.0.0.1:38657_solr-n_0000000000) 
[n:127.0.0.1:38657_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteReplicaOnIndexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteReplicaOnIndexing_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42199/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1671547 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr    
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1671550 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr    
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1672567 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1672575 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1672610 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.IndexSchema 
[deleteReplicaOnIndexing_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1672610 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.IndexSchema 
[deleteReplicaOnIndexing_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1672614 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1672614 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteReplicaOnIndexing_shard1_replica_n1' using configuration from 
collection deleteReplicaOnIndexing, trusted=true
   [junit4]   2> 1672614 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1672614 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteReplicaOnIndexing_shard1_replica_n2' using configuration from 
collection deleteReplicaOnIndexing, trusted=true
   [junit4]   2> 1672614 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_37321.solr.core.deleteReplicaOnIndexing.shard1.replica_n1' 
(registry 'solr.core.deleteReplicaOnIndexing.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1672614 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrCore 
[[deleteReplicaOnIndexing_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node2/deleteReplicaOnIndexing_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node2/./deleteReplicaOnIndexing_shard1_replica_n1/data/]
   [junit4]   2> 1672615 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_42199.solr.core.deleteReplicaOnIndexing.shard1.replica_n2' 
(registry 'solr.core.deleteReplicaOnIndexing.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@53f3838d
   [junit4]   2> 1672615 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrCore 
[[deleteReplicaOnIndexing_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node3/deleteReplicaOnIndexing_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_29EA438F69AA7667-001/tempDir-001/node3/./deleteReplicaOnIndexing_shard1_replica_n2/data/]
   [junit4]   2> 1672707 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1672717 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1672719 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1672719 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1672715 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1672720 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1672722 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1672722 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1672723 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@53068ad8[deleteReplicaOnIndexing_shard1_replica_n1] main]
   [junit4]   2> 1672724 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@bd094ff[deleteReplicaOnIndexing_shard1_replica_n2] main]
   [junit4]   2> 1672725 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1672729 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1672730 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1672730 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1615229134555840512
   [junit4]   2> 1672737 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1672738 INFO  
(searcherExecutor-7249-thread-1-processing-n:127.0.0.1:37321_solr 
x:deleteReplicaOnIndexing_shard1_replica_n1 c:deleteReplicaOnIndexing s:shard1 
r:core_node3) [n:127.0.0.1:37321_solr c:deleteReplicaOnIndexing s:shard1 
r:core_node3 x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteReplicaOnIndexing_shard1_replica_n1] Registered new searcher 
Searcher@53068ad8[deleteReplicaOnIndexing_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1672738 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1672739 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1672739 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1615229134565277696
   [junit4]   2> 1672742 INFO  
(searcherExecutor-7250-thread-1-processing-n:127.0.0.1:42199_solr 
x:deleteReplicaOnIndexing_shard1_replica_n2 c:deleteReplicaOnIndexing s:shard1 
r:core_node4) [n:127.0.0.1:42199_solr c:deleteReplicaOnIndexing s:shard1 
r:core_node4 x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.SolrCore 
[deleteReplicaOnIndexing_shard1_replica_n2] Registered new searcher 
Searcher@bd094ff[deleteReplicaOnIndexing_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1672748 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteReplicaOnIndexing/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1672754 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteReplicaOnIndexing/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1672756 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1672756 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
I may be the new leader - try and sync
   [junit4]   2> 1672756 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:37321/solr/deleteReplicaOnIndexing_shard1_replica_n1/
   [junit4]   2> 1672757 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=deleteReplicaOnIndexing_shard1_replica_n1 url=https://127.0.0.1:37321/solr 
START 
replicas=[https://127.0.0.1:42199/solr/deleteReplicaOnIndexing_shard1_replica_n2/]
 nUpdates=100
   [junit4]   2> 1672760 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=deleteReplicaOnIndexing_shard1_replica_n1 url=https://127.0.0.1:37321/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1672765 INFO  (qtp1867920725-18917) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.c.S.Request 
[deleteReplicaOnIndexing_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1672765 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1672766 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
We failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 1672770 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
I am the new leader: 
https://127.0.0.1:37321/solr/deleteReplicaOnIndexing_shard1_replica_n1/ shard1
   [junit4]   2> 1672925 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1672927 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_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=deleteReplicaOnIndexing_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1380
   [junit4]   2> 1673027 INFO  (zkCallback-6967-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteReplicaOnIndexing/state.json] for collection 
[deleteReplicaOnIndexing] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1673761 INFO  (qtp1867920725-18914) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteReplicaOnIndexing_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2210
   [junit4]   2> 1673764 INFO  (qtp1505450530-18900) [n:127.0.0.1:34450_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> 1673861 INFO  (zkCallback-6967-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteReplicaOnIndexing/state.json] for collection 
[deleteReplicaOnIndexing] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1673861 INFO  (zkCallback-6965-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteReplicaOnIndexing/state.json] for collection 
[deleteReplicaOnIndexing] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1674777 INFO  (qtp1505450530-18900) [n:127.0.0.1:34450_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=deleteReplicaOnIndexing&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3664
   [junit4]   2> 1674862 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteReplicaOnIndexing/terms/shard1 to 
Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 1674871 INFO  (qtp1505450530-18898) [n:127.0.0.1:34450_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node4&action=DELETEREPLICA&collection=deleteReplicaOnIndexing&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1674988 INFO  
(OverseerCollectionConfigSetProcessor-72158343662075916-127.0.0.1:38657_solr-n_0000000000)
 [n:127.0.0.1:38657_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1674994 INFO  (qtp1867920725-18915) [n:127.0.0.1:42199_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node4 
x:deleteReplicaOnIndexing_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n2] 
 webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:37321/solr/deleteReplicaOnIndexing_shard1_replica_n1/&wt=javabin&version=2}{add=[20000
 (1615229136764141568)]} 0 130
   [junit4]   2> 1674995 INFO  (qtp1867920725-18915) [n:127.0.0.1:42199_solr    
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.core.deleteReplicaOnIndexing.shard1.replica_n2, tag=null
   [junit4]   2> 1674995 INFO  (qtp1867920725-18915) [n:127.0.0.1:42199_solr    
x:deleteReplicaOnIndexing_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f87e3b6: rootName 
= solr_42199, domain = solr.core.deleteReplicaOnIndexing.shard1.replica_n2, 
service url = null, agent id = null] for registry 
solr.core.deleteReplicaOnIndexing.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@472b1879
   [junit4]   2> 1674997 INFO  (qtp644761522-18887) [n:127.0.0.1:37321_solr 
c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [deleteReplicaOnIndexing_shard1_replica_n1] 
 webapp=/solr path=/update params={wt=javabin&version=2}{add=[20000 
(1615229136764141568)]} 0 161
   [junit4]   2> 1675022 WARN  
(updateExecutor-6955-thread-4-processing-x:deleteReplicaOnIndexing_shard1_replica_n1
 https:////127.0.0.1:42199//solr//deleteReplicaOnIndexing_shard1_replica_n2 
r:core_node3 n:127.0.0.1:37321_solr c:deleteReplicaOnIndexing s:shard1) 
[n:127.0.0.1:37321_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.c.s.i.ConcurrentUpdateSolrClient Failed to parse error response from 
https://127.0.0.1:42199/solr/deleteReplicaOnIndexing_shard1_replica_n2 due to: 
java.lang.RuntimeException: Invalid version (expected 2, but 60) or the data in 
not in 'javabin' format
   [junit4]   2> 1675022 ERROR 
(updateExecutor-6955-thread-4-processing-x:deleteReplicaOnIndexing_shard1_replica_n1
 https:////127.0.0.1:42199//solr//deleteReplicaOnIndexing_shard1_replica_n2 
r:core_node3 n:127.0.0.1:37321_solr c:deleteReplicaOnIndexing s:shard1) 
[n:127.0.0.1:37321_solr c:deleteReplicaOnIndexing s:shard1 r:core_node3 
x:deleteReplicaOnIndexing_shard1_replica_n1] 
o.a.s.u.ErrorReportingConcurrentUpdateSolrClient error
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at 
https://127.0.0.1:42199/solr/deleteReplicaOnIndexing_shard1_replica_n2: Can not 
find: /solr/deleteReplicaOnIndexing_shard1_replica_n2/update
   [junit4]   2> 
   [junit4]   2> 
   [junit4]   2> 
   [junit4]   2> request: 
https://127.0.0.1:42199/solr/deleteReplicaOnIndexing_shard1_replica_n2/update?update.distrib=FROMLEADER&distrib.from=https%3A%2F%2F127.0.0.1%3A37321%2Fsolr%2FdeleteReplicaOnIndexing_shard1_replica_n1%2F&wt=javabin&version=2
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:385)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:183)
 ~[java/:?]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
 ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 1675022 INFO  (qtp1867920725-18915) [n:127.0.0.1:42199_solr    

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

ed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null396308295
     [copy] Copying 240 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null396308295
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null396308295

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 43ms :: artifacts dl 2ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 111 minutes 9 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to