Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2058/
Java: 64bit/jdk-9-ea+140 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  
org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes

Error Message:
Timed out waiting for leader elections null Last available state: 
DocCollection(halfdeletedcollection2//collections/halfdeletedcollection2/state.json/8)={
   "replicationFactor":"2",   "shards":{     "shard1":{       
"range":"80000000-bfffffff",       "state":"active",       "replicas":{         
"core_node2":{           "core":"halfdeletedcollection2_shard1_replica1",       
    "base_url":"https://127.0.0.1:40505/solr";,           
"node_name":"127.0.0.1:40505_solr",           "state":"down",           
"leader":"true"},         "core_node4":{           
"core":"halfdeletedcollection2_shard1_replica2",           
"base_url":"https://127.0.0.1:40928/solr";,           
"node_name":"127.0.0.1:40928_solr",           "state":"down"}}},     "shard2":{ 
      "range":"c0000000-ffffffff",       "state":"active",       "replicas":{   
      "core_node6":{           "core":"halfdeletedcollection2_shard2_replica2", 
          "base_url":"https://127.0.0.1:41372/solr";,           
"node_name":"127.0.0.1:41372_solr",           "state":"active",           
"leader":"true"},         "core_node8":{           
"core":"halfdeletedcollection2_shard2_replica1",           
"base_url":"https://127.0.0.1:34703/solr";,           
"node_name":"127.0.0.1:34703_solr",           "state":"active"}}},     
"shard3":{       "range":"0-3fffffff",       "state":"active",       
"replicas":{         "core_node1":{           
"core":"halfdeletedcollection2_shard3_replica1",           
"base_url":"https://127.0.0.1:40505/solr";,           
"node_name":"127.0.0.1:40505_solr",           "state":"down",           
"leader":"true"},         "core_node7":{           
"core":"halfdeletedcollection2_shard3_replica2",           
"base_url":"https://127.0.0.1:40928/solr";,           
"node_name":"127.0.0.1:40928_solr",           "state":"down"}}},     "shard4":{ 
      "range":"40000000-7fffffff",       "state":"active",       "replicas":{   
      "core_node3":{           "core":"halfdeletedcollection2_shard4_replica2", 
          "base_url":"https://127.0.0.1:41372/solr";,           
"node_name":"127.0.0.1:41372_solr",           "state":"active"},         
"core_node5":{           "core":"halfdeletedcollection2_shard4_replica1",       
    "base_url":"https://127.0.0.1:34703/solr";,           
"node_name":"127.0.0.1:34703_solr",           "state":"active",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"3",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Timed out waiting for leader elections
null
Last available state: 
DocCollection(halfdeletedcollection2//collections/halfdeletedcollection2/state.json/8)={
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"halfdeletedcollection2_shard1_replica1",
          "base_url":"https://127.0.0.1:40505/solr";,
          "node_name":"127.0.0.1:40505_solr",
          "state":"down",
          "leader":"true"},
        "core_node4":{
          "core":"halfdeletedcollection2_shard1_replica2",
          "base_url":"https://127.0.0.1:40928/solr";,
          "node_name":"127.0.0.1:40928_solr",
          "state":"down"}}},
    "shard2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node6":{
          "core":"halfdeletedcollection2_shard2_replica2",
          "base_url":"https://127.0.0.1:41372/solr";,
          "node_name":"127.0.0.1:41372_solr",
          "state":"active",
          "leader":"true"},
        "core_node8":{
          "core":"halfdeletedcollection2_shard2_replica1",
          "base_url":"https://127.0.0.1:34703/solr";,
          "node_name":"127.0.0.1:34703_solr",
          "state":"active"}}},
    "shard3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"halfdeletedcollection2_shard3_replica1",
          "base_url":"https://127.0.0.1:40505/solr";,
          "node_name":"127.0.0.1:40505_solr",
          "state":"down",
          "leader":"true"},
        "core_node7":{
          "core":"halfdeletedcollection2_shard3_replica2",
          "base_url":"https://127.0.0.1:40928/solr";,
          "node_name":"127.0.0.1:40928_solr",
          "state":"down"}}},
    "shard4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"halfdeletedcollection2_shard4_replica2",
          "base_url":"https://127.0.0.1:41372/solr";,
          "node_name":"127.0.0.1:41372_solr",
          "state":"active"},
        "core_node5":{
          "core":"halfdeletedcollection2_shard4_replica1",
          "base_url":"https://127.0.0.1:34703/solr";,
          "node_name":"127.0.0.1:34703_solr",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"3",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([D5F1CBD02D2A6832:4BC4AF280B0924BA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:236)
        at 
org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes(TestDeleteCollectionOnDownNodes.java:47)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:367)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 12233 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestDeleteCollectionOnDownNodes
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/init-core-data-001
   [junit4]   2> 1697383 INFO  
(SUITE-TestDeleteCollectionOnDownNodes-seed#[D5F1CBD02D2A6832]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1697385 INFO  
(SUITE-TestDeleteCollectionOnDownNodes-seed#[D5F1CBD02D2A6832]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001
   [junit4]   2> 1697386 INFO  
(SUITE-TestDeleteCollectionOnDownNodes-seed#[D5F1CBD02D2A6832]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1697386 INFO  (Thread-2903) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1697386 INFO  (Thread-2903) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1697486 INFO  
(SUITE-TestDeleteCollectionOnDownNodes-seed#[D5F1CBD02D2A6832]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33040
   [junit4]   2> 1697492 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1697492 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1697492 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1697493 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f00ffc3{/solr,null,AVAILABLE}
   [junit4]   2> 1697493 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4dd860d1{/solr,null,AVAILABLE}
   [junit4]   2> 1697493 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3598ab94{/solr,null,AVAILABLE}
   [junit4]   2> 1697494 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1697494 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@305e5d8a{SSL,[ssl, 
http/1.1]}{127.0.0.1:40928}
   [junit4]   2> 1697494 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@672d2760{SSL,[ssl, 
http/1.1]}{127.0.0.1:40505}
   [junit4]   2> 1697494 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.e.j.s.Server Started @1699180ms
   [junit4]   2> 1697494 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.e.j.s.Server Started @1699180ms
   [junit4]   2> 1697494 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40928}
   [junit4]   2> 1697494 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40505}
   [junit4]   2> 1697494 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@37880bcd{SSL,[ssl, 
http/1.1]}{127.0.0.1:41372}
   [junit4]   2> 1697494 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.e.j.s.Server Started @1699180ms
   [junit4]   2> 1697494 ERROR (jetty-launcher-1994-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1697494 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41372}
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 1697495 ERROR (jetty-launcher-1994-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1697495 ERROR (jetty-launcher-1994-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-28T12:35:55.952723Z
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-28T12:35:55.952762Z
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1697495 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-28T12:35:55.952954Z
   [junit4]   2> 1697498 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@670230ca{/solr,null,AVAILABLE}
   [junit4]   2> 1697498 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1697498 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1697498 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@48bfbf4{SSL,[ssl, 
http/1.1]}{127.0.0.1:34703}
   [junit4]   2> 1697499 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1697499 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.e.j.s.Server Started @1699185ms
   [junit4]   2> 1697499 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34703}
   [junit4]   2> 1697500 ERROR (jetty-launcher-1994-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1697500 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.3.0
   [junit4]   2> 1697500 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1697500 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1697500 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-28T12:35:55.957296Z
   [junit4]   2> 1697501 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1697503 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1697505 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33040/solr
   [junit4]   2> 1697506 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1580b4a1b480004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 1697506 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1697507 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1697508 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1697509 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33040/solr
   [junit4]   2> 1697511 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33040/solr
   [junit4]   2> 1697512 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33040/solr
   [junit4]   2> 1697519 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41372_solr
   [junit4]   2> 1697519 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40505_solr
   [junit4]   2> 1697519 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40928_solr
   [junit4]   2> 1697520 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=96839804901654538-127.0.0.1:41372_solr-n_0000000000) starting
   [junit4]   2> 1697521 INFO  (zkCallback-2013-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1697521 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1697522 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34703_solr
   [junit4]   2> 1697522 INFO  (zkCallback-2013-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1697522 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1697523 INFO  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1697523 INFO  (zkCallback-2007-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1697523 INFO  (zkCallback-2007-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1697524 INFO  (zkCallback-2013-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1697524 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1697524 INFO  (zkCallback-2011-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1697524 INFO  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1697530 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node3/.
   [junit4]   2> 1697531 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41372_solr
   [junit4]   2> 1697532 INFO  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1697532 INFO  (zkCallback-2013-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1697532 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node1/.
   [junit4]   2> 1697532 INFO  (zkCallback-2007-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1697533 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1697534 INFO  (jetty-launcher-1994-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node4/.
   [junit4]   2> 1697540 INFO  (jetty-launcher-1994-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node2/.
   [junit4]   2> 1697543 INFO  
(SUITE-TestDeleteCollectionOnDownNodes-seed#[D5F1CBD02D2A6832]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1697572 INFO  
(TEST-TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes-seed#[D5F1CBD02D2A6832])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionWithDownNodes
   [junit4]   2> 1697623 INFO  (qtp2140770829-12165) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&name=halfdeletedcollection2&action=CREATE&numShards=4&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1697624 INFO  (OverseerThreadFactory-6607-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection halfdeletedcollection2
   [junit4]   2> 1697734 INFO  (qtp2140770829-12168) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard3_replica1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard3&wt=javabin&version=2
   [junit4]   2> 1697739 INFO  (qtp2140770829-12270) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard1_replica1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1697790 INFO  (qtp935629100-12163) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard4_replica2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard4&wt=javabin&version=2
   [junit4]   2> 1697790 INFO  (qtp389412348-12189) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard4_replica1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard4&wt=javabin&version=2
   [junit4]   2> 1697790 INFO  (qtp1726473989-12156) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard1_replica2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1697791 INFO  (qtp935629100-12155) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard2_replica2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1697792 INFO  (qtp1726473989-12154) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard3_replica2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard3&wt=javabin&version=2
   [junit4]   2> 1697799 INFO  (qtp389412348-12192) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard2_replica1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1697902 INFO  (zkCallback-2013-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1697902 INFO  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1697902 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1697902 INFO  (zkCallback-2007-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1698759 INFO  (qtp2140770829-12168) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1698759 INFO  (qtp2140770829-12270) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1698764 INFO  (qtp2140770829-12168) [    ] o.a.s.s.IndexSchema 
[halfdeletedcollection2_shard3_replica1] Schema name=minimal
   [junit4]   2> 1698765 INFO  (qtp2140770829-12270) [    ] o.a.s.s.IndexSchema 
[halfdeletedcollection2_shard1_replica1] Schema name=minimal
   [junit4]   2> 1698766 INFO  (qtp2140770829-12168) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1698766 INFO  (qtp2140770829-12168) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'halfdeletedcollection2_shard3_replica1' using configuration from collection 
halfdeletedcollection2
   [junit4]   2> 1698767 INFO  (qtp2140770829-12270) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1698767 INFO  (qtp2140770829-12168) [    ] o.a.s.c.SolrCore 
[[halfdeletedcollection2_shard3_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node3/halfdeletedcollection2_shard3_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node3/./halfdeletedcollection2_shard3_replica1/data/]
   [junit4]   2> 1698767 INFO  (qtp2140770829-12270) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'halfdeletedcollection2_shard1_replica1' using configuration from collection 
halfdeletedcollection2
   [junit4]   2> 1698767 INFO  (qtp2140770829-12270) [    ] o.a.s.c.SolrCore 
[[halfdeletedcollection2_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node3/halfdeletedcollection2_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node3/./halfdeletedcollection2_shard1_replica1/data/]
   [junit4]   2> 1698773 INFO  (qtp2140770829-12168) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1698773 INFO  (qtp2140770829-12168) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1698775 INFO  (qtp2140770829-12270) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1698775 INFO  (qtp2140770829-12270) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1698777 INFO  (qtp2140770829-12168) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1698777 INFO  (qtp2140770829-12168) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1698777 INFO  (qtp2140770829-12168) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@742f1907[halfdeletedcollection2_shard3_replica1] main]
   [junit4]   2> 1698778 INFO  (qtp2140770829-12168) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1698778 INFO  (qtp2140770829-12168) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1698778 INFO  (qtp2140770829-12168) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1698778 INFO  (qtp2140770829-12168) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1549436879880847360
   [junit4]   2> 1698778 INFO  (searcherExecutor-6616-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard3_replica1] Registered new 
searcher Searcher@742f1907[halfdeletedcollection2_shard3_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1698782 INFO  (qtp2140770829-12168) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard3: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1698782 INFO  (qtp2140770829-12270) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1698783 INFO  (qtp2140770829-12270) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1698783 INFO  (qtp2140770829-12270) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e10993f[halfdeletedcollection2_shard1_replica1] main]
   [junit4]   2> 1698783 INFO  (qtp2140770829-12270) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1698783 INFO  (qtp2140770829-12270) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1698783 INFO  (qtp2140770829-12270) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1698783 INFO  (searcherExecutor-6617-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard1_replica1] Registered new 
searcher Searcher@7e10993f[halfdeletedcollection2_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1698783 INFO  (qtp2140770829-12270) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1549436879886090240
   [junit4]   2> 1698787 INFO  (qtp2140770829-12270) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1698798 INFO  (qtp935629100-12155) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1698798 INFO  (qtp935629100-12163) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1698798 INFO  (qtp1726473989-12154) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1698798 INFO  (qtp1726473989-12156) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1698799 INFO  (qtp389412348-12189) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1698825 INFO  (qtp935629100-12155) [    ] o.a.s.s.IndexSchema 
[halfdeletedcollection2_shard2_replica2] Schema name=minimal
   [junit4]   2> 1698825 INFO  (qtp1726473989-12154) [    ] o.a.s.s.IndexSchema 
[halfdeletedcollection2_shard3_replica2] Schema name=minimal
   [junit4]   2> 1698825 INFO  (qtp935629100-12163) [    ] o.a.s.s.IndexSchema 
[halfdeletedcollection2_shard4_replica2] Schema name=minimal
   [junit4]   2> 1698825 INFO  (qtp1726473989-12156) [    ] o.a.s.s.IndexSchema 
[halfdeletedcollection2_shard1_replica2] Schema name=minimal
   [junit4]   2> 1698825 INFO  (qtp389412348-12189) [    ] o.a.s.s.IndexSchema 
[halfdeletedcollection2_shard4_replica1] Schema name=minimal
   [junit4]   2> 1698827 INFO  (qtp935629100-12155) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1698827 INFO  (qtp1726473989-12154) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1698828 INFO  (qtp935629100-12163) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1698828 INFO  (qtp1726473989-12156) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1698828 INFO  (qtp389412348-12189) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1698828 INFO  (qtp935629100-12155) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'halfdeletedcollection2_shard2_replica2' using configuration from collection 
halfdeletedcollection2
   [junit4]   2> 1698828 INFO  (qtp1726473989-12154) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'halfdeletedcollection2_shard3_replica2' using configuration from collection 
halfdeletedcollection2
   [junit4]   2> 1698829 INFO  (qtp935629100-12163) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'halfdeletedcollection2_shard4_replica2' using configuration from collection 
halfdeletedcollection2
   [junit4]   2> 1698829 INFO  (qtp1726473989-12156) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'halfdeletedcollection2_shard1_replica2' using configuration from collection 
halfdeletedcollection2
   [junit4]   2> 1698829 INFO  (qtp389412348-12189) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'halfdeletedcollection2_shard4_replica1' using configuration from collection 
halfdeletedcollection2
   [junit4]   2> 1698829 INFO  (qtp935629100-12155) [    ] o.a.s.c.SolrCore 
[[halfdeletedcollection2_shard2_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node2/halfdeletedcollection2_shard2_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node2/./halfdeletedcollection2_shard2_replica2/data/]
   [junit4]   2> 1698829 INFO  (qtp389412348-12192) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 1698829 INFO  (qtp935629100-12163) [    ] o.a.s.c.SolrCore 
[[halfdeletedcollection2_shard4_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node2/halfdeletedcollection2_shard4_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node2/./halfdeletedcollection2_shard4_replica2/data/]
   [junit4]   2> 1698830 INFO  (qtp389412348-12189) [    ] o.a.s.c.SolrCore 
[[halfdeletedcollection2_shard4_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node4/halfdeletedcollection2_shard4_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node4/./halfdeletedcollection2_shard4_replica1/data/]
   [junit4]   2> 1698829 INFO  (qtp1726473989-12156) [    ] o.a.s.c.SolrCore 
[[halfdeletedcollection2_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node1/halfdeletedcollection2_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node1/./halfdeletedcollection2_shard1_replica2/data/]
   [junit4]   2> 1698829 INFO  (qtp1726473989-12154) [    ] o.a.s.c.SolrCore 
[[halfdeletedcollection2_shard3_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node1/halfdeletedcollection2_shard3_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node1/./halfdeletedcollection2_shard3_replica2/data/]
   [junit4]   2> 1698836 INFO  (qtp389412348-12192) [    ] o.a.s.s.IndexSchema 
[halfdeletedcollection2_shard2_replica1] Schema name=minimal
   [junit4]   2> 1698836 INFO  (qtp935629100-12155) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1698836 INFO  (qtp935629100-12155) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1698838 INFO  (qtp1726473989-12154) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1698838 INFO  (qtp1726473989-12154) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1698838 INFO  (qtp935629100-12163) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1698838 INFO  (qtp935629100-12163) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1698839 INFO  (qtp1726473989-12156) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1698839 INFO  (qtp389412348-12189) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1698839 INFO  (qtp1726473989-12156) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1698839 INFO  (qtp389412348-12189) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1698863 INFO  (qtp935629100-12155) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1698863 INFO  (qtp935629100-12155) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1698863 INFO  (qtp935629100-12155) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@40b58090[halfdeletedcollection2_shard2_replica2] main]
   [junit4]   2> 1698864 INFO  (qtp935629100-12163) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1698864 INFO  (qtp935629100-12163) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1698864 INFO  (qtp935629100-12155) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1698864 INFO  (qtp935629100-12163) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43a03297[halfdeletedcollection2_shard4_replica2] main]
   [junit4]   2> 1698864 INFO  (qtp935629100-12155) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1698864 INFO  (qtp935629100-12155) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1698865 INFO  (searcherExecutor-6626-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard2_replica2] Registered new 
searcher Searcher@40b58090[halfdeletedcollection2_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1698865 INFO  (qtp935629100-12155) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1549436879972073472
   [junit4]   2> 1698866 INFO  (qtp935629100-12163) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1698866 INFO  (qtp935629100-12163) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1698866 INFO  (qtp935629100-12163) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1698866 INFO  (searcherExecutor-6628-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard4_replica2] Registered new 
searcher Searcher@43a03297[halfdeletedcollection2_shard4_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1698866 INFO  (qtp935629100-12163) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1549436879973122048
   [junit4]   2> 1698867 INFO  (qtp1726473989-12154) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1698867 INFO  (qtp1726473989-12154) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1698867 INFO  (qtp1726473989-12156) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1698867 INFO  (qtp1726473989-12156) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1698867 INFO  (qtp1726473989-12154) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@39aec5dd[halfdeletedcollection2_shard3_replica2] main]
   [junit4]   2> 1698867 INFO  (qtp1726473989-12156) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@25cf512f[halfdeletedcollection2_shard1_replica2] main]
   [junit4]   2> 1698868 INFO  (qtp1726473989-12154) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1698868 INFO  (qtp1726473989-12156) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1698868 INFO  (qtp389412348-12192) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1698868 INFO  (qtp1726473989-12154) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1698869 INFO  (qtp1726473989-12156) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1698869 INFO  (qtp1726473989-12154) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1698869 INFO  (qtp1726473989-12156) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1698869 INFO  (searcherExecutor-6627-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard3_replica2] Registered new 
searcher Searcher@39aec5dd[halfdeletedcollection2_shard3_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1698869 INFO  (searcherExecutor-6629-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard1_replica2] Registered new 
searcher Searcher@25cf512f[halfdeletedcollection2_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1698869 INFO  (qtp1726473989-12154) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1549436879976267776
   [junit4]   2> 1698869 INFO  (qtp1726473989-12156) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1549436879976267776
   [junit4]   2> 1698869 INFO  (qtp389412348-12192) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'halfdeletedcollection2_shard2_replica1' using configuration from collection 
halfdeletedcollection2
   [junit4]   2> 1698869 INFO  (qtp389412348-12189) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1698869 INFO  (qtp389412348-12189) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1698869 INFO  (qtp389412348-12189) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@739987ef[halfdeletedcollection2_shard4_replica1] main]
   [junit4]   2> 1698869 INFO  (qtp389412348-12192) [    ] o.a.s.c.SolrCore 
[[halfdeletedcollection2_shard2_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node4/halfdeletedcollection2_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001/tempDir-001/node4/./halfdeletedcollection2_shard2_replica1/data/]
   [junit4]   2> 1698870 INFO  (qtp389412348-12189) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1698871 INFO  (qtp389412348-12189) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1698871 INFO  (qtp389412348-12189) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1698871 INFO  (searcherExecutor-6630-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard4_replica1] Registered new 
searcher Searcher@739987ef[halfdeletedcollection2_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1698871 INFO  (qtp389412348-12189) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1549436879978364928
   [junit4]   2> 1698875 INFO  (qtp389412348-12192) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1698875 INFO  (qtp389412348-12192) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1698878 INFO  (qtp935629100-12155) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1698879 INFO  (qtp389412348-12189) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1698879 INFO  (qtp389412348-12189) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1698879 INFO  (qtp389412348-12189) [    ] o.a.s.c.SyncStrategy 
Sync replicas to 
https://127.0.0.1:34703/solr/halfdeletedcollection2_shard4_replica1/
   [junit4]   2> 1698879 INFO  (qtp389412348-12189) [    ] o.a.s.u.PeerSync 
PeerSync: core=halfdeletedcollection2_shard4_replica1 
url=https://127.0.0.1:34703/solr START 
replicas=[https://127.0.0.1:41372/solr/halfdeletedcollection2_shard4_replica2/] 
nUpdates=100
   [junit4]   2> 1698879 INFO  (qtp389412348-12189) [    ] o.a.s.u.PeerSync 
PeerSync: core=halfdeletedcollection2_shard4_replica1 
url=https://127.0.0.1:34703/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1698881 INFO  (qtp389412348-12192) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1698881 INFO  (qtp389412348-12192) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1698882 INFO  (qtp389412348-12192) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4d4a0a28[halfdeletedcollection2_shard2_replica1] main]
   [junit4]   2> 1698882 INFO  (qtp389412348-12192) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1698883 INFO  (qtp935629100-12295) [    ] o.a.s.c.S.Request 
[halfdeletedcollection2_shard4_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1698883 INFO  (qtp389412348-12192) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1698883 INFO  (qtp389412348-12189) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1698883 INFO  (qtp389412348-12192) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1698883 INFO  (qtp389412348-12189) [    ] 
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> 1698883 INFO  (searcherExecutor-6650-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard2_replica1] Registered new 
searcher Searcher@4d4a0a28[halfdeletedcollection2_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1698883 INFO  (qtp389412348-12192) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1549436879990947840
   [junit4]   2> 1698885 INFO  (qtp389412348-12189) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:34703/solr/halfdeletedcollection2_shard4_replica1/ shard4
   [junit4]   2> 1698986 INFO  (zkCallback-2013-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1698986 INFO  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1698986 INFO  (zkCallback-2007-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1698986 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699036 INFO  (qtp389412348-12189) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1699040 INFO  (qtp389412348-12189) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard4_replica1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard4&wt=javabin&version=2}
 status=0 QTime=1249
   [junit4]   2> 1699138 INFO  (zkCallback-2007-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699138 INFO  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699138 INFO  (zkCallback-2013-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699139 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699283 INFO  (qtp2140770829-12168) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1699283 INFO  (qtp2140770829-12168) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1699283 INFO  (qtp2140770829-12168) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:40505/solr/halfdeletedcollection2_shard3_replica1/
   [junit4]   2> 1699283 INFO  (qtp2140770829-12168) [    ] o.a.s.u.PeerSync 
PeerSync: core=halfdeletedcollection2_shard3_replica1 
url=https://127.0.0.1:40505/solr START 
replicas=[https://127.0.0.1:40928/solr/halfdeletedcollection2_shard3_replica2/] 
nUpdates=100
   [junit4]   2> 1699283 INFO  (qtp2140770829-12168) [    ] o.a.s.u.PeerSync 
PeerSync: core=halfdeletedcollection2_shard3_replica1 
url=https://127.0.0.1:40505/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1699286 INFO  (qtp1726473989-12158) [    ] o.a.s.c.S.Request 
[halfdeletedcollection2_shard3_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1699286 INFO  (qtp2140770829-12168) [    ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1699286 INFO  (qtp2140770829-12168) [    ] 
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> 1699287 INFO  (qtp2140770829-12270) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1699287 INFO  (qtp2140770829-12270) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1699287 INFO  (qtp2140770829-12270) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:40505/solr/halfdeletedcollection2_shard1_replica1/
   [junit4]   2> 1699287 INFO  (qtp2140770829-12270) [    ] o.a.s.u.PeerSync 
PeerSync: core=halfdeletedcollection2_shard1_replica1 
url=https://127.0.0.1:40505/solr START 
replicas=[https://127.0.0.1:40928/solr/halfdeletedcollection2_shard1_replica2/] 
nUpdates=100
   [junit4]   2> 1699288 INFO  (qtp2140770829-12270) [    ] o.a.s.u.PeerSync 
PeerSync: core=halfdeletedcollection2_shard1_replica1 
url=https://127.0.0.1:40505/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1699288 INFO  (qtp2140770829-12168) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:40505/solr/halfdeletedcollection2_shard3_replica1/ shard3
   [junit4]   2> 1699291 INFO  (qtp1726473989-12169) [    ] o.a.s.c.S.Request 
[halfdeletedcollection2_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1699291 INFO  (qtp2140770829-12270) [    ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1699291 INFO  (qtp2140770829-12270) [    ] 
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> 1699292 INFO  (qtp2140770829-12270) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:40505/solr/halfdeletedcollection2_shard1_replica1/ shard1
   [junit4]   2> 1699379 INFO  (qtp935629100-12155) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1699379 INFO  (qtp935629100-12155) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1699379 INFO  (qtp935629100-12155) [    ] o.a.s.c.SyncStrategy 
Sync replicas to 
https://127.0.0.1:41372/solr/halfdeletedcollection2_shard2_replica2/
   [junit4]   2> 1699379 INFO  (qtp935629100-12155) [    ] o.a.s.u.PeerSync 
PeerSync: core=halfdeletedcollection2_shard2_replica2 
url=https://127.0.0.1:41372/solr START 
replicas=[https://127.0.0.1:34703/solr/halfdeletedcollection2_shard2_replica1/] 
nUpdates=100
   [junit4]   2> 1699379 INFO  (qtp935629100-12155) [    ] o.a.s.u.PeerSync 
PeerSync: core=halfdeletedcollection2_shard2_replica2 
url=https://127.0.0.1:41372/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1699382 INFO  (qtp389412348-12184) [    ] o.a.s.c.S.Request 
[halfdeletedcollection2_shard2_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1699382 INFO  (qtp935629100-12155) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1699382 INFO  (qtp935629100-12155) [    ] 
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> 1699384 INFO  (qtp935629100-12155) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:41372/solr/halfdeletedcollection2_shard2_replica2/ shard2
   [junit4]   2> 1699486 INFO  (zkCallback-2007-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699486 INFO  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699486 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699486 INFO  (zkCallback-2013-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699488 INFO  (qtp2140770829-12168) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1699490 INFO  (qtp2140770829-12168) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard3_replica1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard3&wt=javabin&version=2}
 status=0 QTime=1756
   [junit4]   2> 1699493 INFO  (qtp2140770829-12270) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1699495 INFO  (qtp2140770829-12270) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard1_replica1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1756
   [junit4]   2> 1699535 INFO  (qtp935629100-12155) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1699537 INFO  (qtp935629100-12155) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard2_replica2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard2&wt=javabin&version=2}
 status=0 QTime=1746
   [junit4]   2> 1699637 INFO  (zkCallback-2013-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699637 INFO  (zkCallback-2007-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699637 INFO  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699637 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699880 INFO  (qtp1726473989-12156) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard1_replica2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2090
   [junit4]   2> 1699883 INFO  (qtp1726473989-12154) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard3_replica2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard3&wt=javabin&version=2}
 status=0 QTime=2091
   [junit4]   2> 1699884 INFO  (qtp935629100-12163) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard4_replica2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard4&wt=javabin&version=2}
 status=0 QTime=2093
   [junit4]   2> 1699888 INFO  (qtp389412348-12192) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard2_replica1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard2&wt=javabin&version=2}
 status=0 QTime=2089
   [junit4]   2> 1699890 INFO  (qtp2140770829-12165) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1699991 INFO  (zkCallback-2013-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699991 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699991 INFO  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1699991 INFO  (zkCallback-2007-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1700891 INFO  (qtp2140770829-12165) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&name=halfdeletedcollection2&action=CREATE&numShards=4&wt=javabin&version=2}
 status=0 QTime=3267
   [junit4]   2> 1700892 INFO  
(TEST-TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes-seed#[D5F1CBD02D2A6832])
 [    ] o.e.j.s.ServerConnector Stopped ServerConnector@305e5d8a{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1700893 INFO  
(TEST-TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes-seed#[D5F1CBD02D2A6832])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2000515716
   [junit4]   2> 1700894 INFO  (coreCloseExecutor-6656-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7a00193f
   [junit4]   2> 1700894 INFO  (coreCloseExecutor-6656-thread-2) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard3_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3cb1934b
   [junit4]   2> 1700896 INFO  (zkCallback-2013-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1700896 INFO  (zkCallback-2023-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1700896 INFO  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1700896 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1700995 INFO  (zkCallback-2013-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1700995 INFO  (zkCallback-2016-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1700995 INFO  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1701626 INFO  
(OverseerCollectionConfigSetProcessor-96839804901654538-127.0.0.1:41372_solr-n_0000000000)
 [    ] 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> 1702396 WARN  (zkCallback-2007-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1702397 INFO  
(TEST-TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes-seed#[D5F1CBD02D2A6832])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6f00ffc3{/solr,null,UNAVAILABLE}
   [junit4]   2> 1702398 INFO  
(TEST-TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes-seed#[D5F1CBD02D2A6832])
 [    ] o.e.j.s.ServerConnector Stopped ServerConnector@672d2760{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1702398 INFO  
(TEST-TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes-seed#[D5F1CBD02D2A6832])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=695964584
   [junit4]   2> 1702399 INFO  (coreCloseExecutor-6658-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard3_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@42a781b7
   [junit4]   2> 1702399 INFO  (coreCloseExecutor-6658-thread-2) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@16463698
   [junit4]   2> 1702401 WARN  (zkCallback-2011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1702401 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1580b4a1b480008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 1702401 INFO  (zkCallback-2023-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1702402 INFO  
(TEST-TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes-seed#[D5F1CBD02D2A6832])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3598ab94{/solr,null,UNAVAILABLE}
   [junit4]   2> 1702401 INFO  (zkCallback-2013-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1702402 INFO  (zkCallback-2016-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1702501 INFO  (zkCallback-2013-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1702501 INFO  (zkCallback-2023-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1702501 INFO  (zkCallback-2016-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1732403 INFO  
(TEST-TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes-seed#[D5F1CBD02D2A6832])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionWithDownNodes
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDeleteCollectionOnDownNodes 
-Dtests.method=deleteCollectionWithDownNodes -Dtests.seed=D5F1CBD02D2A6832 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-FR 
-Dtests.timezone=America/Bogota -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 34.9s J0 | 
TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Timed out waiting for 
leader elections
   [junit4]    > null
   [junit4]    > Last available state: 
DocCollection(halfdeletedcollection2//collections/halfdeletedcollection2/state.json/8)={
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{
   [junit4]    >     "shard1":{
   [junit4]    >       "range":"80000000-bfffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"halfdeletedcollection2_shard1_replica1",
   [junit4]    >           "base_url":"https://127.0.0.1:40505/solr";,
   [junit4]    >           "node_name":"127.0.0.1:40505_solr",
   [junit4]    >           "state":"down",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node4":{
   [junit4]    >           "core":"halfdeletedcollection2_shard1_replica2",
   [junit4]    >           "base_url":"https://127.0.0.1:40928/solr";,
   [junit4]    >           "node_name":"127.0.0.1:40928_solr",
   [junit4]    >           "state":"down"}}},
   [junit4]    >     "shard2":{
   [junit4]    >       "range":"c0000000-ffffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node6":{
   [junit4]    >           "core":"halfdeletedcollection2_shard2_replica2",
   [junit4]    >           "base_url":"https://127.0.0.1:41372/solr";,
   [junit4]    >           "node_name":"127.0.0.1:41372_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node8":{
   [junit4]    >           "core":"halfdeletedcollection2_shard2_replica1",
   [junit4]    >           "base_url":"https://127.0.0.1:34703/solr";,
   [junit4]    >           "node_name":"127.0.0.1:34703_solr",
   [junit4]    >           "state":"active"}}},
   [junit4]    >     "shard3":{
   [junit4]    >       "range":"0-3fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"halfdeletedcollection2_shard3_replica1",
   [junit4]    >           "base_url":"https://127.0.0.1:40505/solr";,
   [junit4]    >           "node_name":"127.0.0.1:40505_solr",
   [junit4]    >           "state":"down",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node7":{
   [junit4]    >           "core":"halfdeletedcollection2_shard3_replica2",
   [junit4]    >           "base_url":"https://127.0.0.1:40928/solr";,
   [junit4]    >           "node_name":"127.0.0.1:40928_solr",
   [junit4]    >           "state":"down"}}},
   [junit4]    >     "shard4":{
   [junit4]    >       "range":"40000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"halfdeletedcollection2_shard4_replica2",
   [junit4]    >           "base_url":"https://127.0.0.1:41372/solr";,
   [junit4]    >           "node_name":"127.0.0.1:41372_solr",
   [junit4]    >           "state":"active"},
   [junit4]    >         "core_node5":{
   [junit4]    >           "core":"halfdeletedcollection2_shard4_replica1",
   [junit4]    >           "base_url":"https://127.0.0.1:34703/solr";,
   [junit4]    >           "node_name":"127.0.0.1:34703_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"3",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D5F1CBD02D2A6832:4BC4AF280B0924BA]:0)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:236)
   [junit4]    >        at 
org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes(TestDeleteCollectionOnDownNodes.java:47)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
   [junit4]    >        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 1732406 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@37880bcd{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1732406 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@48bfbf4{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1732406 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=117772141
   [junit4]   2> 1732406 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=989462962
   [junit4]   2> 1732407 INFO  (coreCloseExecutor-6660-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard2_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3545a9ef
   [junit4]   2> 1732407 INFO  (coreCloseExecutor-6661-thread-1) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard4_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7033cd78
   [junit4]   2> 1732408 INFO  (coreCloseExecutor-6660-thread-2) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard4_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3268f0fd
   [junit4]   2> 1732408 INFO  (coreCloseExecutor-6661-thread-2) [    ] 
o.a.s.c.SolrCore [halfdeletedcollection2_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@335a0ff9
   [junit4]   2> 1732408 INFO  (zkCallback-2013-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1732409 INFO  (zkCallback-2016-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection2/state.json] for collection 
[halfdeletedcollection2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1732410 INFO  (zkCallback-2013-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1732410 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=96839804901654538-127.0.0.1:41372_solr-n_0000000000) closing
   [junit4]   2> 1732410 INFO  
(OverseerStateUpdate-96839804901654538-127.0.0.1:41372_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41372_solr
   [junit4]   2> 1733910 WARN  (zkCallback-2016-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1733910 INFO  (jetty-launcher-1994-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@670230ca{/solr,null,UNAVAILABLE}
   [junit4]   2> 1733910 WARN  (zkCallback-2013-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1733911 INFO  (jetty-launcher-1994-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4dd860d1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1733911 INFO  
(SUITE-TestDeleteCollectionOnDownNodes-seed#[D5F1CBD02D2A6832]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33040 33040
   [junit4]   2> 1733913 INFO  (Thread-2903) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33040 33040
   [junit4]   2> 1733913 WARN  (Thread-2903) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        5       
/solr/collections/halfdeletedcollection2/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/96839804901654536-127.0.0.1:40505_solr-n_0000000001
   [junit4]   2>        2       
/solr/overseer_elect/election/96839804901654538-127.0.0.1:41372_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        33      /solr/overseer/collection-queue-work
   [junit4]   2>        10      /solr/overseer/queue
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1733914 INFO  
(SUITE-TestDeleteCollectionOnDownNodes-seed#[D5F1CBD02D2A6832]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestDeleteCollectionOnDownNodes_D5F1CBD02D2A6832-001
   [junit4]   2> Oct 28, 2016 12:36:32 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1651, maxMBSortInHeap=7.387582037157543, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=fr-FR, 
timezone=America/Bogota
   [junit4]   2> NOTE: Linux 4.4.0-42-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=205198696,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [FastVectorHighlighterTest, 
SegmentsInfoRequestHandlerTest, RecoveryAfterSoftCommitTest, 
HdfsRecoveryZkTest, SpatialRPTFieldTypeTest, TestDistributedSearch, 
SyncSliceTest, SolrCLIZkUtilsTest, TestRestManager, TestSolrDeletionPolicy2, 
TestLazyCores, TestConfigSetsAPIExclusivity, TestManagedSchema, DateFieldTest, 
TestComponentsName, TestObjectReleaseTracker, NumericFieldsTest, 
TestFilteredDocIdSet, TestFieldCacheWithThreads, DirectoryFactoryTest, 
TestChildDocTransformer, SignatureUpdateProcessorFactoryTest, 
TestFileDictionaryLookup, TestFoldingMultitermQuery, TestFunctionQuery, 
TestFastLRUCache, BlockCacheTest, TestIBSimilarityFactory, 
SolrRequestParserTest, TestExclusionRuleCollectionAccess, TestBadConfig, 
OutputWriterTest, PreAnalyzedUpdateProcessorTest, ResourceLoaderTest, 
WrapperMergePolicyFactoryTest, AnalysisAfterCoreReloadTest, 
BigEndianAscendingWordSerializerTest, DistributedVersionInfoTest, 
CdcrReplicationDistributedZkTest, TestInitQParser, QueryResultKeyTest, 
DeleteLastCustomShardedReplicaTest, HdfsThreadLeakTest, TestRawTransformer, 
ReturnFieldsTest, TestSolrCloudSnapshots, RegexBoostProcessorTest, 
TestFieldTypeCollectionResource, TestExpandComponent, 
CreateCollectionCleanupTest, ExternalFileFieldSortTest, 
DistributedFacetPivotWhiteBoxTest, TestNumericTerms64, TestSolrCoreProperties, 
TestFieldCacheSort, TestBinaryResponseWriter, TriLevelCompositeIdRoutingTest, 
TestDefaultStatsCache, MergeStrategyTest, PKIAuthenticationIntegrationTest, 
TestSchemaResource, LeaderInitiatedRecoveryOnCommitTest, TestOmitPositions, 
RequiredFieldsTest, AtomicUpdatesTest, TestReplicationHandlerBackup, 
TestPHPSerializedResponseWriter, LeaderElectionIntegrationTest, 
SuggestComponentContextFilterQueryTest, HdfsBasicDistributedZkTest, 
TestRuleBasedAuthorizationPlugin, DistributedExpandComponentTest, TestFaceting, 
RuleEngineTest, TestPseudoReturnFields, TestJsonRequest, TestCSVLoader, 
TestCopyFieldCollectionResource, TestJoin, TestStressRecovery, 
SSLMigrationTest, TestMiniSolrCloudClusterSSL, UUIDFieldTest, 
DisMaxRequestHandlerTest, TestOrdValues, ZkStateReaderTest, 
TestRandomCollapseQParserPlugin, TestRecoveryHdfs, SmileWriterTest, 
TestHighlightDedupGrouping, BadCopyFieldTest, TestBlobHandler, 
TestRandomFaceting, HighlighterConfigTest, LeaderElectionContextKeyTest, 
TestSimpleQParserPlugin, HdfsWriteToMultipleCollectionsTest, TestTestInjection, 
PeerSyncTest, QueryEqualityTest, TestSolrFieldCacheMBean, 
StandardRequestHandlerTest, TestAddFieldRealTimeGet, PolyFieldTest, 
CollectionsAPIDistributedZkTest, RecoveryZkTest, TestReplicationHandler, 
ZkCLITest, TermVectorComponentDistributedTest, TestRealTimeGet, TestReload, 
TestRangeQuery, TestValueSourceCache, TermVectorComponentTest, 
LoggingHandlerTest, TestCollationField, JSONWriterTest, MBeansHandlerTest, 
JsonLoaderTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, 
TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, 
TestQuerySenderNoQuery, CopyFieldTest, TestMergePolicyConfig, SampleTest, 
TestDocSet, MinimalSchemaTest, NotRequiredUniqueKeyTest, TestCodecSupport, 
TestDFRSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, 
URLClassifyProcessorTest, PluginInfoTest, PreAnalyzedFieldTest, 
TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, 
RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, 
TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, 
CircularListTest, DistributedMLTComponentTest, CursorPagingTest, 
SolrTestCaseJ4Test, TestCrossCoreJoin, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ConnectionReuseTest, 
ActionThrottleTest, AsyncCallRequestStatusResponseTest, 
BaseCdcrDistributedZkTest, CdcrVersionReplicationTest, 
CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, 
CollectionTooManyReplicasTest, CollectionsAPISolrJTest, 
DeleteInactiveReplicaTest, DeleteShardTest, 
DistribDocExpirationUpdateProcessorTest, ForceLeaderTest, 
LeaderFailureAfterFreshStartTest, MultiThreadedOCPTest, OverseerTaskQueueTest, 
SolrCloudExampleTest, TestCloudDeleteByQuery, TestCloudInspectUtil, 
TestCloudPivotFacet, TestDeleteCollectionOnDownNodes]
   [junit4] Completed [499/648 (1!)] on J0 in 37.29s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 11602 lines...]
-validate-source-patterns:
[source-patterns] nocommit: 
solr/core/src/test/org/apache/solr/cloud/RecoveryZkTest.java
[source-patterns] invalid logging pattern [not private static final, uses 
static class name]: solr/core/src/test/org/apache/solr/cloud/RecoveryZkTest.java

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:765: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:130: Found 2 violations 
in source files (invalid logging pattern [not private static final, uses static 
class name], nocommit).

Total time: 71 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to