You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/10/21 00:35:25 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 18101 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18101/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
No registered leader was found after waiting for 4000ms , collection: deletereplica_test slice: shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: deletereplica_test slice: shard1
	at __randomizedtesting.SeedInfo.seed([6E99110C3B8EB057:1E7995B6BFC1195C]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:747)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:733)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:91)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	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:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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(Thread.java:745)




Build Log:
[...truncated 12021 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/init-core-data-001
   [junit4]   2> 1042064 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1042064 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001
   [junit4]   2> 1042064 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1042065 INFO  (Thread-2494) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1042065 INFO  (Thread-2494) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1042165 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40156
   [junit4]   2> 1042168 INFO  (jetty-launcher-1580-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1042169 INFO  (jetty-launcher-1580-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c2ae053{/solr,null,AVAILABLE}
   [junit4]   2> 1042170 INFO  (jetty-launcher-1580-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1042170 INFO  (jetty-launcher-1580-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1042170 INFO  (jetty-launcher-1580-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1042171 INFO  (jetty-launcher-1580-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e717b30{/solr,null,AVAILABLE}
   [junit4]   2> 1042171 INFO  (jetty-launcher-1580-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@294b93a5{/solr,null,AVAILABLE}
   [junit4]   2> 1042171 INFO  (jetty-launcher-1580-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b67d1d5{/solr,null,AVAILABLE}
   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@286ddd0b{SSL,[ssl, http/1.1]}{127.0.0.1:35404}
   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.e.j.s.Server Started @1044132ms
   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35404}
   [junit4]   2> 1042173 ERROR (jetty-launcher-1580-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@68d4ef2f{SSL,[ssl, http/1.1]}{127.0.0.1:45438}
   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@506871d8{SSL,[ssl, http/1.1]}{127.0.0.1:39797}
   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-2) [    ] o.e.j.s.Server Started @1044133ms
   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39797}
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-21T00:10:48.485Z
   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-3) [    ] o.e.j.s.Server Started @1044133ms
   [junit4]   2> 1042174 ERROR (jetty-launcher-1580-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45438}
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@39c35735{SSL,[ssl, http/1.1]}{127.0.0.1:35866}
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-4) [    ] o.e.j.s.Server Started @1044133ms
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35866}
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1042174 ERROR (jetty-launcher-1580-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-21T00:10:48.485Z
   [junit4]   2> 1042174 ERROR (jetty-launcher-1580-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1042175 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1042175 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-21T00:10:48.486Z
   [junit4]   2> 1042175 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-21T00:10:48.486Z
   [junit4]   2> 1042175 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1042176 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1042177 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1042177 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1042181 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 0x157e49368b80001, 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(Thread.java:745)
   [junit4]   2> 1042182 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 0x157e49368b80004, 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(Thread.java:745)
   [junit4]   2> 1042183 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40156/solr
   [junit4]   2> 1042183 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40156/solr
   [junit4]   2> 1042183 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40156/solr
   [junit4]   2> 1042183 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40156/solr
   [junit4]   2> 1042184 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 0x157e49368b80007, 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(Thread.java:745)
   [junit4]   2> 1042193 INFO  (jetty-launcher-1580-thread-3) [n:127.0.0.1:45438_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45438_solr
   [junit4]   2> 1042194 INFO  (jetty-launcher-1580-thread-1) [n:127.0.0.1:35404_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35404_solr
   [junit4]   2> 1042194 INFO  (jetty-launcher-1580-thread-4) [n:127.0.0.1:35866_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35866_solr
   [junit4]   2> 1042194 INFO  (jetty-launcher-1580-thread-2) [n:127.0.0.1:39797_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39797_solr
   [junit4]   2> 1042194 INFO  (jetty-launcher-1580-thread-3) [n:127.0.0.1:45438_solr    ] o.a.s.c.Overseer Overseer (id=96797238779969545-127.0.0.1:45438_solr-n_0000000000) starting
   [junit4]   2> 1042194 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1042195 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1042195 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1042195 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1042195 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1042195 INFO  (zkCallback-1598-thread-2-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1042196 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1042198 INFO  (jetty-launcher-1580-thread-3) [n:127.0.0.1:45438_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45438_solr
   [junit4]   2> 1042199 INFO  (zkCallback-1598-thread-2-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1042199 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1042199 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1042199 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1042207 INFO  (jetty-launcher-1580-thread-3) [n:127.0.0.1:45438_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node3/.
   [junit4]   2> 1042207 INFO  (jetty-launcher-1580-thread-4) [n:127.0.0.1:35866_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node4/.
   [junit4]   2> 1042207 INFO  (jetty-launcher-1580-thread-2) [n:127.0.0.1:39797_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/.
   [junit4]   2> 1042215 INFO  (jetty-launcher-1580-thread-1) [n:127.0.0.1:35404_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node1/.
   [junit4]   2> 1042219 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1042235 INFO  (TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[6E99110C3B8EB057]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 1042260 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=deletereplica_test&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1042261 INFO  (OverseerThreadFactory-4910-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.CreateCollectionCmd Create collection deletereplica_test
   [junit4]   2> 1042367 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1042390 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1042492 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1042492 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] 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> 1043374 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1043380 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica1] o.a.s.s.IndexSchema [deletereplica_test_shard1_replica1] Schema name=minimal
   [junit4]   2> 1043382 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1043383 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'deletereplica_test_shard1_replica1' using configuration from collection deletereplica_test
   [junit4]   2> 1043383 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.SolrCore [[deletereplica_test_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node1/deletereplica_test_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node1/./deletereplica_test_shard1_replica1/data/]
   [junit4]   2> 1043389 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1043389 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1043390 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1043390 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1043391 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@69036e18[deletereplica_test_shard1_replica1] main]
   [junit4]   2> 1043391 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1043391 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1043391 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1043391 INFO  (searcherExecutor-4919-thread-1-processing-n:127.0.0.1:35404_solr x:deletereplica_test_shard1_replica1 s:shard1 c:deletereplica_test r:core_node1) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.SolrCore [deletereplica_test_shard1_replica1] Registered new searcher Searcher@69036e18[deletereplica_test_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1043392 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755821870972928
   [junit4]   2> 1043395 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1043395 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1043422 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica2] o.a.s.s.IndexSchema [deletereplica_test_shard1_replica2] Schema name=minimal
   [junit4]   2> 1043424 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1043424 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'deletereplica_test_shard1_replica2' using configuration from collection deletereplica_test
   [junit4]   2> 1043424 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.SolrCore [[deletereplica_test_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/deletereplica_test_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/./deletereplica_test_shard1_replica2/data/]
   [junit4]   2> 1043429 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1043429 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1043431 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1043432 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1043432 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3a282622[deletereplica_test_shard1_replica2] main]
   [junit4]   2> 1043432 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1043432 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1043432 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1043433 INFO  (searcherExecutor-4924-thread-1-processing-n:127.0.0.1:39797_solr x:deletereplica_test_shard1_replica2 s:shard1 c:deletereplica_test r:core_node2) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.SolrCore [deletereplica_test_shard1_replica2] Registered new searcher Searcher@3a282622[deletereplica_test_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1043433 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755821913964544
   [junit4]   2> 1043496 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1043496 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] 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> 1043896 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1043896 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1043896 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35404/solr/deletereplica_test_shard1_replica1/
   [junit4]   2> 1043896 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=deletereplica_test_shard1_replica1 url=https://127.0.0.1:35404/solr START replicas=[https://127.0.0.1:39797/solr/deletereplica_test_shard1_replica2/] nUpdates=100
   [junit4]   2> 1043896 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=deletereplica_test_shard1_replica1 url=https://127.0.0.1:35404/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1043899 INFO  (qtp100139378-9799) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.S.Request [deletereplica_test_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1043899 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1043899 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] 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> 1043901 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35404/solr/deletereplica_test_shard1_replica1/ shard1
   [junit4]   2> 1044002 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1044002 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] 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> 1044052 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1044053 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2} status=0 QTime=1685
   [junit4]   2> 1044153 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1044153 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] 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> 1044437 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2} status=0 QTime=2047
   [junit4]   2> 1044439 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_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> 1044538 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1044538 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] 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> 1045439 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=deletereplica_test&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3179
   [junit4]   2> 1045440 INFO  (qtp634751333-9792) [n:127.0.0.1:35404_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> 1045441 INFO  (qtp634751333-9794) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node1&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1045442 INFO  (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_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> 1045443 INFO  (qtp634751333-9793) [n:127.0.0.1:35404_solr    ] o.a.s.c.SolrCore [deletereplica_test_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2a108eff
   [junit4]   2> 1045446 INFO  (qtp634751333-9793) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=deletereplica_test_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=2
   [junit4]   2> 1045446 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1045548 INFO  (zkCallback-1599-thread-2-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1045647 INFO  (qtp634751333-9794) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node1&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2} status=0 QTime=206
   [junit4]   2> 1047443 INFO  (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_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> 1047946 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39797/solr/deletereplica_test_shard1_replica2/
   [junit4]   2> 1047946 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1047946 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.SyncStrategy https://127.0.0.1:39797/solr/deletereplica_test_shard1_replica2/ has no replicas
   [junit4]   2> 1050855 INFO  (TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[6E99110C3B8EB057]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 1050856 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39797/solr/deletereplica_test_shard1_replica2/ shard1
   [junit4]   2> 1050857 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.method=deleteReplicaAndVerifyDirectoryCleanup -Dtests.seed=6E99110C3B8EB057 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=America/Phoenix -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   8.64s J1 | DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: deletereplica_test slice: shard1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6E99110C3B8EB057:1E7995B6BFC1195C]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:747)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:733)
   [junit4]    > 	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:91)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1050883 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[6E99110C3B8EB057]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteLiveReplicaTest
   [junit4]   2> 1050884 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=delLiveColl&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1050895 INFO  (OverseerThreadFactory-4910-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.CreateCollectionCmd Create collection delLiveColl
   [junit4]   2> 1051103 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1051105 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1051157 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1051162 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1051265 INFO  (zkCallback-1598-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1051265 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1051265 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1051265 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052112 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1052113 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1052120 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica1] o.a.s.s.IndexSchema [delLiveColl_shard1_replica1] Schema name=minimal
   [junit4]   2> 1052120 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica2] o.a.s.s.IndexSchema [delLiveColl_shard1_replica2] Schema name=minimal
   [junit4]   2> 1052123 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1052123 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1052124 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica1' using configuration from collection delLiveColl
   [junit4]   2> 1052124 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica2' using configuration from collection delLiveColl
   [junit4]   2> 1052124 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.SolrCore [[delLiveColl_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/delLiveColl_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/./delLiveColl_shard1_replica1/data/]
   [junit4]   2> 1052124 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.c.SolrCore [[delLiveColl_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node1/delLiveColl_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node1/./delLiveColl_shard1_replica2/data/]
   [junit4]   2> 1052131 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1052131 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1052131 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1052131 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1052139 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1052139 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1052139 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1052139 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1052140 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@785c13ae[delLiveColl_shard1_replica2] main]
   [junit4]   2> 1052140 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ec5dc30[delLiveColl_shard1_replica1] main]
   [junit4]   2> 1052140 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1052140 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1052140 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1052140 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1052140 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1052140 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1052141 INFO  (searcherExecutor-4929-thread-1-processing-n:127.0.0.1:39797_solr x:delLiveColl_shard1_replica1 s:shard1 c:delLiveColl r:core_node1) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.SolrCore [delLiveColl_shard1_replica1] Registered new searcher Searcher@ec5dc30[delLiveColl_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1052141 INFO  (searcherExecutor-4930-thread-1-processing-n:127.0.0.1:35404_solr x:delLiveColl_shard1_replica2 s:shard1 c:delLiveColl r:core_node2) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.c.SolrCore [delLiveColl_shard1_replica2] Registered new searcher Searcher@785c13ae[delLiveColl_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1052141 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755831044964352
   [junit4]   2> 1052141 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755831044964352
   [junit4]   2> 1052146 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1052146 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1052146 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39797/solr/delLiveColl_shard1_replica1/
   [junit4]   2> 1052146 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica1 url=https://127.0.0.1:39797/solr START replicas=[https://127.0.0.1:35404/solr/delLiveColl_shard1_replica2/] nUpdates=100
   [junit4]   2> 1052146 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica1 url=https://127.0.0.1:39797/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1052148 INFO  (qtp634751333-9916) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.c.S.Request [delLiveColl_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1052149 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1052149 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] 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> 1052151 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39797/solr/delLiveColl_shard1_replica1/ shard1
   [junit4]   2> 1052164 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1052170 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1052203 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica2] o.a.s.s.IndexSchema [delLiveColl_shard2_replica2] Schema name=minimal
   [junit4]   2> 1052206 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1052207 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica2' using configuration from collection delLiveColl
   [junit4]   2> 1052207 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.SolrCore [[delLiveColl_shard2_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node3/delLiveColl_shard2_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node3/./delLiveColl_shard2_replica2/data/]
   [junit4]   2> 1052208 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica1] o.a.s.s.IndexSchema [delLiveColl_shard2_replica1] Schema name=minimal
   [junit4]   2> 1052211 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1052211 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica1' using configuration from collection delLiveColl
   [junit4]   2> 1052211 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.c.SolrCore [[delLiveColl_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node4/delLiveColl_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node4/./delLiveColl_shard2_replica1/data/]
   [junit4]   2> 1052213 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1052213 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1052215 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1052215 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1052215 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@76af96f8[delLiveColl_shard2_replica2] main]
   [junit4]   2> 1052216 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1052216 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1052216 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1052216 INFO  (searcherExecutor-4939-thread-1-processing-n:127.0.0.1:45438_solr x:delLiveColl_shard2_replica2 s:shard2 c:delLiveColl r:core_node3) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.SolrCore [delLiveColl_shard2_replica2] Registered new searcher Searcher@76af96f8[delLiveColl_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1052216 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755831123607552
   [junit4]   2> 1052217 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1052217 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1052220 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1052230 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1052230 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1052230 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@74fbd0e8[delLiveColl_shard2_replica1] main]
   [junit4]   2> 1052230 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1052231 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1052231 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1052231 INFO  (searcherExecutor-4940-thread-1-processing-n:127.0.0.1:35866_solr x:delLiveColl_shard2_replica1 s:shard2 c:delLiveColl r:core_node4) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.c.SolrCore [delLiveColl_shard2_replica1] Registered new searcher Searcher@74fbd0e8[delLiveColl_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1052231 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755831139336192
   [junit4]   2> 1052321 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052322 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052321 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052322 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052352 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1052363 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1260
   [junit4]   2> 1052455 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052455 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052455 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052456 INFO  (zkCallback-1598-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052721 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1052721 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1052721 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45438/solr/delLiveColl_shard2_replica2/
   [junit4]   2> 1052721 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica2 url=https://127.0.0.1:45438/solr START replicas=[https://127.0.0.1:35866/solr/delLiveColl_shard2_replica1/] nUpdates=100
   [junit4]   2> 1052721 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica2 url=https://127.0.0.1:45438/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1052725 INFO  (qtp1432788165-9800) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.c.S.Request [delLiveColl_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> 1052725 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1052725 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] 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> 1052728 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45438/solr/delLiveColl_shard2_replica2/ shard2
   [junit4]   2> 1052830 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052830 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052830 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052830 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052879 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1052888 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2} status=0 QTime=1731
   [junit4]   2> 1052990 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052990 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052990 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1052990 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1053149 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2} status=0 QTime=2044
   [junit4]   2> 1053249 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2} status=0 QTime=2086
   [junit4]   2> 1053251 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_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> 1053337 INFO  (zkCallback-1598-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1053337 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1053337 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1053337 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1054251 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=delLiveColl&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3366
   [junit4]   2> 1054256 INFO  (qtp100139378-9799) [n:127.0.0.1:39797_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> 1054261 INFO  (qtp634751333-9792) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node1&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&onlyIfDown=true&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1054263 ERROR (OverseerThreadFactory-4910-thread-4-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: delLiveColl operation: deletereplica failed:org.apache.solr.common.SolrException: Attempted to remove replica : delLiveColl/shard1/core_node1 with onlyIfDown='true', but state is 'active'
   [junit4]   2> 	at org.apache.solr.cloud.DeleteReplicaCmd.deleteCore(DeleteReplicaCmd.java:219)
   [junit4]   2> 	at org.apache.solr.cloud.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:96)
   [junit4]   2> 	at org.apache.solr.cloud.DeleteReplicaCmd.call(DeleteReplicaCmd.java:67)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:222)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1054263 INFO  (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_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> 1054265 ERROR (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_solr    ] o.a.s.c.OverseerTaskProcessor :org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000006
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1270)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:373)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:370)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:370)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:554)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor.cleanUpWorkQueue(OverseerTaskProcessor.java:320)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:201)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1054266 INFO  (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1054266 INFO  (qtp634751333-9792) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node1&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&onlyIfDown=true&wt=javabin&version=2} status=400 QTime=4
   [junit4]   2> 1054267 INFO  (qtp634751333-9794) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node1&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1054269 INFO  (qtp100139378-9818) [n:127.0.0.1:39797_solr    ] o.a.s.c.SolrCore [delLiveColl_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@585a2308
   [junit4]   2> 1054272 INFO  (qtp100139378-9818) [n:127.0.0.1:39797_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=delLiveColl_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=3
   [junit4]   2> 1054272 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1054374 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1054374 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1054375 INFO  (zkCallback-1600-thread-2-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1054474 INFO  (qtp634751333-9794) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node1&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&wt=javabin&version=2} status=0 QTime=206
   [junit4]   2> 1054480 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[6E99110C3B8EB057]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteLiveReplicaTest
   [junit4]   2> 1054515 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[6E99110C3B8EB057]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCountForAllShards
   [junit4]   2> 1054516 INFO  (qtp634751333-9916) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=deleteByCountNew&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1054517 INFO  (OverseerThreadFactory-4910-thread-5-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.CreateCollectionCmd Create collection deleteByCountNew
   [junit4]   2> 1054518 INFO  (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1054724 INFO  (qtp1991297631-9813) [n:127.0.0.1:45438_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1054725 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1054725 INFO  (qtp634751333-9793) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1054725 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1054833 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1054833 INFO  (zkCallback-1598-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1054833 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1054833 INFO  (zkCallback-1600-thread-2-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1055734 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1055735 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1055737 INFO  (qtp634751333-9793) [n:127.0.0.1:35404_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1055744 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica1] o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica1] Schema name=minimal
   [junit4]   2> 1055794 INFO  (qtp1991297631-9813) [n:127.0.0.1:45438_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1055795 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1055796 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica1' using configuration from collection deleteByCountNew
   [junit4]   2> 1055796 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica2] o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica2] Schema name=minimal
   [junit4]   2> 1055796 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2 r:core_node1 x:deleteByCountNew_shard2_replica1] o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/deleteByCountNew_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/./deleteByCountNew_shard2_replica1/data/]
   [junit4]   2> 1055799 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1055800 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica2' using configuration from collection deleteByCountNew
   [junit4]   2> 1055800 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica2] o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node4/deleteByCountNew_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node4/./deleteByCountNew_shard1_replica2/data/]
   [junit4]   2> 1055802 INFO  (qtp634751333-9793) [n:127.0.0.1:35404_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica1] o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica1] Schema name=minimal
   [junit4]   2> 1055804 INFO  (qtp1991297631-9813) [n:127.0.0.1:45438_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica2] o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica2] Schema name=minimal
   [junit4]   2> 1055804 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2 r:core_node1 x:deleteByCountNew_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1055804 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2 r:core_node1 x:deleteByC

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

e2 x:deleteByCount_shard1_replica1] o.a.s.c.SolrCore [deleteByCount_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@496515e4
   [junit4]   2> 1061803 INFO  (coreCloseExecutor-4987-thread-2) [n:127.0.0.1:45438_solr c:deleteByCountNew s:shard2 r:core_node4 x:deleteByCountNew_shard2_replica2] o.a.s.c.SolrCore [deleteByCountNew_shard2_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@7d17c0d3
   [junit4]   2> 1061803 INFO  (coreCloseExecutor-4987-thread-1) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.SolrCore [delLiveColl_shard2_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@196a64f2
   [junit4]   2> 1061803 INFO  (coreCloseExecutor-4986-thread-1) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.c.SolrCore [delLiveColl_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@5a0dc0d1
   [junit4]   2> 1061803 INFO  (coreCloseExecutor-4984-thread-2) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica2] o.a.s.c.SolrCore [deleteByCountNew_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2e711518
   [junit4]   2> 1061808 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCount/state.json] for collection [deleteByCount] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1061809 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96797238779969545-127.0.0.1:45438_solr-n_0000000000) closing
   [junit4]   2> 1061809 INFO  (jetty-launcher-1580-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2c2ae053{/solr,null,UNAVAILABLE}
   [junit4]   2> 1061809 INFO  (OverseerStateUpdate-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45438_solr
   [junit4]   2> 1061810 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1061810 WARN  (zkCallback-1599-thread-3-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1061811 WARN  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 1061810 INFO  (zkCallback-1598-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1061811 INFO  (jetty-launcher-1580-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b67d1d5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1063310 WARN  (zkCallback-1598-thread-2-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1063310 WARN  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1063311 INFO  (jetty-launcher-1580-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@294b93a5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1063311 INFO  (jetty-launcher-1580-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e717b30{/solr,null,UNAVAILABLE}
   [junit4]   2> 1063311 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40156 40156
   [junit4]   2> 1063329 INFO  (Thread-2494) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40156 40156
   [junit4]   2> 1063330 WARN  (Thread-2494) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/configs/conf
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/collections/deleteByCountNew/state.json
   [junit4]   2> 	4	/solr/collections/delLiveColl/state.json
   [junit4]   2> 	4	/solr/collections/deleteByCount/state.json
   [junit4]   2> 	2	/solr/collections/deletereplica_test/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	41	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1063330 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001
   [junit4]   2> Oct 21, 2016 12:11:09 AM 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(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1364, maxMBSortInHeap=5.052516049117291, sim=RandomSimilarity(queryNorm=false): {}, locale=bg, timezone=America/Phoenix
   [junit4]   2> NOTE: Linux 4.4.0-42-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=131868152,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsRecoveryZkTest, VersionInfoTest, ReplaceNodeTest, HdfsBasicDistributedZkTest, TestDocBasedVersionConstraints, PKIAuthenticationIntegrationTest, TestRestManager, IndexBasedSpellCheckerTest, TestCursorMarkWithoutUniqueKey, TestPostingsSolrHighlighter, TestInfoStreamLogging, TestBM25SimilarityFactory, TestCloudInspectUtil, AnalyticsMergeStrategyTest, SmileWriterTest, WordBreakSolrSpellCheckerTest, TestCollectionAPI, TestStressUserVersions, TestConfigSetImmutable, SolrCmdDistributorTest, SchemaVersionSpecificBehaviorTest, QueryParsingTest, TestCoreContainer, DistributedQueryComponentOptimizationTest, DeleteStatusTest, OverriddenZkACLAndCredentialsProvidersTest, TestSlowCompositeReaderWrapper, SolrInfoMBeanTest, BaseCdcrDistributedZkTest, FileUtilsTest, SpatialRPTFieldTypeTest, TestRuleBasedAuthorizationPlugin, TestNumericTerms64, TestTrackingShardHandlerFactory, DistributedTermsComponentTest, ChaosMonkeySafeLeaderTest, DirectSolrSpellCheckerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestJettySolrRunner, TestDocumentBuilder, TestConfigSetsAPIZkFailure, DocumentBuilderTest, TestPerFieldSimilarity, LoggingHandlerTest, DistributedMLTComponentTest, TestSystemIdResolver, TestInitQParser, ConfigSetsAPITest, LeaderFailureAfterFreshStartTest, UpdateRequestProcessorFactoryTest, TestMacroExpander, SpellingQueryConverterTest, TestDownShardTolerantSearch, DocValuesTest, IndexSchemaTest, TestSolrCloudWithSecureImpersonation, DOMUtilTest, BadCopyFieldTest, TestExactStatsCache, TestSweetSpotSimilarityFactory, TermVectorComponentTest, SoftAutoCommitTest, TestLeaderRecoverFromLogOnStartup, TermsComponentTest, TestQueryTypes, BlockCacheTest, DistributedDebugComponentTest, TestSolrIndexConfig, ChaosMonkeyNothingIsSafeTest, TestHdfsBackupRestoreCore, DistanceFunctionTest, ZkSolrClientTest, QueryResultKeyTest, CollectionsAPIAsyncDistributedZkTest, HdfsDirectoryTest, TestMissingGroups, CdcrReplicationHandlerTest, DistributedIntervalFacetingTest, TestGeoJSONResponseWriter, TestTrie, ShardRoutingTest, RuleEngineTest, TestFieldCacheSort, SuggesterFSTTest, SampleTest, MigrateRouteKeyTest, SpellCheckCollatorTest, TestStressVersions, TestDistributedStatsComponentCardinality, TestSimpleTrackingShardHandler, TestManagedSchema, ClusterStateUpdateTest, TestQueryWrapperFilter, TestXIncludeConfig, OpenExchangeRatesOrgProviderTest, AlternateDirectoryTest, ClassificationUpdateProcessorFactoryTest, TestAddFieldRealTimeGet, RollingRestartTest, TestLeaderElectionWithEmptyReplica, SpellCheckComponentTest, SecurityConfHandlerTest, TestRequestStatusCollectionAPI, BasicDistributedZkTest, LeaderElectionIntegrationTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, TestHashPartitioner, ZkControllerTest, TestStressReorder, TestSolr4Spatial, ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, DistributedQueryElevationComponentTest, SuggesterTSTTest, TestPseudoReturnFields, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, MoreLikeThisHandlerTest, FastVectorHighlighterTest, RegexBoostProcessorTest, TestJmxIntegration, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SOLR749Test, CopyFieldTest, BadComponentTest, TestStressRecovery, ZkNodePropsTest, TestEmbeddedSolrServerConstructors, AliasIntegrationTest, CollectionReloadTest, CreateCollectionCleanupTest, DeleteNodeTest, DeleteReplicaTest]
   [junit4] Completed [453/640 (1!)] on J1 in 21.78s, 4 tests, 1 error <<< FAILURES!

[...truncated 60964 lines...]


Re: [JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 18101 - Unstable!

Posted by Alan Woodward <al...@flax.co.uk>.
This just looks like a timing issue on an overloaded machine - leader election took more than 4 seconds.  Maybe up the timeout for .getLeaderRetry() in this test?

Alan Woodward
www.flax.co.uk


> On 21 Oct 2016, at 01:35, Policeman Jenkins Server <je...@thetaphi.de> wrote:
> 
> Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18101/
> Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseG1GC
> 
> 1 tests failed.
> FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup
> 
> Error Message:
> No registered leader was found after waiting for 4000ms , collection: deletereplica_test slice: shard1
> 
> Stack Trace:
> org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: deletereplica_test slice: shard1
> 	at __randomizedtesting.SeedInfo.seed([6E99110C3B8EB057:1E7995B6BFC1195C]:0)
> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:747)
> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:733)
> 	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:91)
> 	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:1764)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
> 	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:809)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
> 	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(Thread.java:745)
> 
> 
> 
> 
> Build Log:
> [...truncated 12021 lines...]
>   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
>   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/init-core-data-001
>   [junit4]   2> 1042064 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
>   [junit4]   2> 1042064 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001
>   [junit4]   2> 1042064 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>   [junit4]   2> 1042065 INFO  (Thread-2494) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>   [junit4]   2> 1042065 INFO  (Thread-2494) [    ] o.a.s.c.ZkTestServer Starting server
>   [junit4]   2> 1042165 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40156
>   [junit4]   2> 1042168 INFO  (jetty-launcher-1580-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>   [junit4]   2> 1042169 INFO  (jetty-launcher-1580-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c2ae053{/solr,null,AVAILABLE}
>   [junit4]   2> 1042170 INFO  (jetty-launcher-1580-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>   [junit4]   2> 1042170 INFO  (jetty-launcher-1580-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>   [junit4]   2> 1042170 INFO  (jetty-launcher-1580-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
>   [junit4]   2> 1042171 INFO  (jetty-launcher-1580-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e717b30{/solr,null,AVAILABLE}
>   [junit4]   2> 1042171 INFO  (jetty-launcher-1580-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@294b93a5{/solr,null,AVAILABLE}
>   [junit4]   2> 1042171 INFO  (jetty-launcher-1580-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b67d1d5{/solr,null,AVAILABLE}
>   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@286ddd0b{SSL,[ssl, http/1.1]}{127.0.0.1:35404}
>   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.e.j.s.Server Started @1044132ms
>   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35404}
>   [junit4]   2> 1042173 ERROR (jetty-launcher-1580-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
>   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@68d4ef2f{SSL,[ssl, http/1.1]}{127.0.0.1:45438}
>   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@506871d8{SSL,[ssl, http/1.1]}{127.0.0.1:39797}
>   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-2) [    ] o.e.j.s.Server Started @1044133ms
>   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39797}
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-21T00:10:48.485Z
>   [junit4]   2> 1042173 INFO  (jetty-launcher-1580-thread-3) [    ] o.e.j.s.Server Started @1044133ms
>   [junit4]   2> 1042174 ERROR (jetty-launcher-1580-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45438}
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@39c35735{SSL,[ssl, http/1.1]}{127.0.0.1:35866}
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-4) [    ] o.e.j.s.Server Started @1044133ms
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35866}
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>   [junit4]   2> 1042174 ERROR (jetty-launcher-1580-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-21T00:10:48.485Z
>   [junit4]   2> 1042174 ERROR (jetty-launcher-1580-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
>   [junit4]   2> 1042174 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>   [junit4]   2> 1042175 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>   [junit4]   2> 1042175 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-21T00:10:48.486Z
>   [junit4]   2> 1042175 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-21T00:10:48.486Z
>   [junit4]   2> 1042175 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>   [junit4]   2> 1042176 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>   [junit4]   2> 1042177 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>   [junit4]   2> 1042177 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>   [junit4]   2> 1042181 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 0x157e49368b80001, 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(Thread.java:745)
>   [junit4]   2> 1042182 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 0x157e49368b80004, 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(Thread.java:745)
>   [junit4]   2> 1042183 INFO  (jetty-launcher-1580-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40156/solr
>   [junit4]   2> 1042183 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40156/solr
>   [junit4]   2> 1042183 INFO  (jetty-launcher-1580-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40156/solr
>   [junit4]   2> 1042183 INFO  (jetty-launcher-1580-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40156/solr
>   [junit4]   2> 1042184 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 0x157e49368b80007, 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(Thread.java:745)
>   [junit4]   2> 1042193 INFO  (jetty-launcher-1580-thread-3) [n:127.0.0.1:45438_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45438_solr
>   [junit4]   2> 1042194 INFO  (jetty-launcher-1580-thread-1) [n:127.0.0.1:35404_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35404_solr
>   [junit4]   2> 1042194 INFO  (jetty-launcher-1580-thread-4) [n:127.0.0.1:35866_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35866_solr
>   [junit4]   2> 1042194 INFO  (jetty-launcher-1580-thread-2) [n:127.0.0.1:39797_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39797_solr
>   [junit4]   2> 1042194 INFO  (jetty-launcher-1580-thread-3) [n:127.0.0.1:45438_solr    ] o.a.s.c.Overseer Overseer (id=96797238779969545-127.0.0.1:45438_solr-n_0000000000) starting
>   [junit4]   2> 1042194 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
>   [junit4]   2> 1042195 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
>   [junit4]   2> 1042195 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
>   [junit4]   2> 1042195 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
>   [junit4]   2> 1042195 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>   [junit4]   2> 1042195 INFO  (zkCallback-1598-thread-2-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>   [junit4]   2> 1042196 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>   [junit4]   2> 1042198 INFO  (jetty-launcher-1580-thread-3) [n:127.0.0.1:45438_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45438_solr
>   [junit4]   2> 1042199 INFO  (zkCallback-1598-thread-2-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>   [junit4]   2> 1042199 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>   [junit4]   2> 1042199 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>   [junit4]   2> 1042199 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>   [junit4]   2> 1042207 INFO  (jetty-launcher-1580-thread-3) [n:127.0.0.1:45438_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node3/.
>   [junit4]   2> 1042207 INFO  (jetty-launcher-1580-thread-4) [n:127.0.0.1:35866_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node4/.
>   [junit4]   2> 1042207 INFO  (jetty-launcher-1580-thread-2) [n:127.0.0.1:39797_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/.
>   [junit4]   2> 1042215 INFO  (jetty-launcher-1580-thread-1) [n:127.0.0.1:35404_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node1/.
>   [junit4]   2> 1042219 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
>   [junit4]   2> 1042235 INFO  (TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[6E99110C3B8EB057]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaAndVerifyDirectoryCleanup
>   [junit4]   2> 1042260 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=deletereplica_test&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
>   [junit4]   2> 1042261 INFO  (OverseerThreadFactory-4910-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.CreateCollectionCmd Create collection deletereplica_test
>   [junit4]   2> 1042367 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2
>   [junit4]   2> 1042390 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2
>   [junit4]   2> 1042492 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1042492 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] 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> 1043374 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>   [junit4]   2> 1043380 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica1] o.a.s.s.IndexSchema [deletereplica_test_shard1_replica1] Schema name=minimal
>   [junit4]   2> 1043382 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>   [junit4]   2> 1043383 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'deletereplica_test_shard1_replica1' using configuration from collection deletereplica_test
>   [junit4]   2> 1043383 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.SolrCore [[deletereplica_test_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node1/deletereplica_test_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node1/./deletereplica_test_shard1_replica1/data/]
>   [junit4]   2> 1043389 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>   [junit4]   2> 1043389 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>   [junit4]   2> 1043390 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>   [junit4]   2> 1043390 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>   [junit4]   2> 1043391 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@69036e18[deletereplica_test_shard1_replica1] main]
>   [junit4]   2> 1043391 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>   [junit4]   2> 1043391 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>   [junit4]   2> 1043391 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
>   [junit4]   2> 1043391 INFO  (searcherExecutor-4919-thread-1-processing-n:127.0.0.1:35404_solr x:deletereplica_test_shard1_replica1 s:shard1 c:deletereplica_test r:core_node1) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.SolrCore [deletereplica_test_shard1_replica1] Registered new searcher Searcher@69036e18[deletereplica_test_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1043392 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755821870972928
>   [junit4]   2> 1043395 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>   [junit4]   2> 1043395 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
>   [junit4]   2> 1043422 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica2] o.a.s.s.IndexSchema [deletereplica_test_shard1_replica2] Schema name=minimal
>   [junit4]   2> 1043424 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>   [junit4]   2> 1043424 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1  x:deletereplica_test_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'deletereplica_test_shard1_replica2' using configuration from collection deletereplica_test
>   [junit4]   2> 1043424 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.SolrCore [[deletereplica_test_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/deletereplica_test_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/./deletereplica_test_shard1_replica2/data/]
>   [junit4]   2> 1043429 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>   [junit4]   2> 1043429 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>   [junit4]   2> 1043431 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>   [junit4]   2> 1043432 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>   [junit4]   2> 1043432 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3a282622[deletereplica_test_shard1_replica2] main]
>   [junit4]   2> 1043432 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>   [junit4]   2> 1043432 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>   [junit4]   2> 1043432 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
>   [junit4]   2> 1043433 INFO  (searcherExecutor-4924-thread-1-processing-n:127.0.0.1:39797_solr x:deletereplica_test_shard1_replica2 s:shard1 c:deletereplica_test r:core_node2) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.SolrCore [deletereplica_test_shard1_replica2] Registered new searcher Searcher@3a282622[deletereplica_test_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1043433 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755821913964544
>   [junit4]   2> 1043496 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1043496 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] 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> 1043896 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>   [junit4]   2> 1043896 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>   [junit4]   2> 1043896 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35404/solr/deletereplica_test_shard1_replica1/
>   [junit4]   2> 1043896 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=deletereplica_test_shard1_replica1 url=https://127.0.0.1:35404/solr START replicas=[https://127.0.0.1:39797/solr/deletereplica_test_shard1_replica2/] nUpdates=100
>   [junit4]   2> 1043896 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=deletereplica_test_shard1_replica1 url=https://127.0.0.1:35404/solr DONE.  We have no versions.  sync failed.
>   [junit4]   2> 1043899 INFO  (qtp100139378-9799) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.S.Request [deletereplica_test_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
>   [junit4]   2> 1043899 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
>   [junit4]   2> 1043899 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] 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> 1043901 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35404/solr/deletereplica_test_shard1_replica1/ shard1
>   [junit4]   2> 1044002 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1044002 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] 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> 1044052 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
>   [junit4]   2> 1044053 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr c:deletereplica_test s:shard1 r:core_node1 x:deletereplica_test_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2} status=0 QTime=1685
>   [junit4]   2> 1044153 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1044153 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] 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> 1044437 INFO  (qtp100139378-9796) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2} status=0 QTime=2047
>   [junit4]   2> 1044439 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_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> 1044538 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1044538 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] 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> 1045439 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=deletereplica_test&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3179
>   [junit4]   2> 1045440 INFO  (qtp634751333-9792) [n:127.0.0.1:35404_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> 1045441 INFO  (qtp634751333-9794) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node1&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
>   [junit4]   2> 1045442 INFO  (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_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> 1045443 INFO  (qtp634751333-9793) [n:127.0.0.1:35404_solr    ] o.a.s.c.SolrCore [deletereplica_test_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2a108eff
>   [junit4]   2> 1045446 INFO  (qtp634751333-9793) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=deletereplica_test_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=2
>   [junit4]   2> 1045446 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>   [junit4]   2> 1045548 INFO  (zkCallback-1599-thread-2-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> 1045647 INFO  (qtp634751333-9794) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node1&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2} status=0 QTime=206
>   [junit4]   2> 1047443 INFO  (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_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> 1047946 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39797/solr/deletereplica_test_shard1_replica2/
>   [junit4]   2> 1047946 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
>   [junit4]   2> 1047946 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.SyncStrategy https://127.0.0.1:39797/solr/deletereplica_test_shard1_replica2/ has no replicas
>   [junit4]   2> 1050855 INFO  (TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[6E99110C3B8EB057]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaAndVerifyDirectoryCleanup
>   [junit4]   2> 1050856 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr c:deletereplica_test s:shard1 r:core_node2 x:deletereplica_test_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39797/solr/deletereplica_test_shard1_replica2/ shard1
>   [junit4]   2> 1050857 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] 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> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.method=deleteReplicaAndVerifyDirectoryCleanup -Dtests.seed=6E99110C3B8EB057 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=America/Phoenix -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>   [junit4] ERROR   8.64s J1 | DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup <<<
>   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: deletereplica_test slice: shard1
>   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6E99110C3B8EB057:1E7995B6BFC1195C]:0)
>   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:747)
>   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:733)
>   [junit4]    > 	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:91)
>   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
>   [junit4]   2> 1050883 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[6E99110C3B8EB057]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteLiveReplicaTest
>   [junit4]   2> 1050884 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=delLiveColl&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
>   [junit4]   2> 1050895 INFO  (OverseerThreadFactory-4910-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.CreateCollectionCmd Create collection delLiveColl
>   [junit4]   2> 1051103 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2
>   [junit4]   2> 1051105 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2
>   [junit4]   2> 1051157 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2
>   [junit4]   2> 1051162 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2
>   [junit4]   2> 1051265 INFO  (zkCallback-1598-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1051265 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1051265 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1051265 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052112 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>   [junit4]   2> 1052113 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>   [junit4]   2> 1052120 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica1] o.a.s.s.IndexSchema [delLiveColl_shard1_replica1] Schema name=minimal
>   [junit4]   2> 1052120 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica2] o.a.s.s.IndexSchema [delLiveColl_shard1_replica2] Schema name=minimal
>   [junit4]   2> 1052123 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>   [junit4]   2> 1052123 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>   [junit4]   2> 1052124 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica1' using configuration from collection delLiveColl
>   [junit4]   2> 1052124 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1  x:delLiveColl_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard1_replica2' using configuration from collection delLiveColl
>   [junit4]   2> 1052124 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.SolrCore [[delLiveColl_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/delLiveColl_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/./delLiveColl_shard1_replica1/data/]
>   [junit4]   2> 1052124 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.c.SolrCore [[delLiveColl_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node1/delLiveColl_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node1/./delLiveColl_shard1_replica2/data/]
>   [junit4]   2> 1052131 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>   [junit4]   2> 1052131 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>   [junit4]   2> 1052131 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>   [junit4]   2> 1052131 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>   [junit4]   2> 1052139 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>   [junit4]   2> 1052139 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>   [junit4]   2> 1052139 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>   [junit4]   2> 1052139 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>   [junit4]   2> 1052140 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@785c13ae[delLiveColl_shard1_replica2] main]
>   [junit4]   2> 1052140 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ec5dc30[delLiveColl_shard1_replica1] main]
>   [junit4]   2> 1052140 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>   [junit4]   2> 1052140 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>   [junit4]   2> 1052140 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>   [junit4]   2> 1052140 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>   [junit4]   2> 1052140 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
>   [junit4]   2> 1052140 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
>   [junit4]   2> 1052141 INFO  (searcherExecutor-4929-thread-1-processing-n:127.0.0.1:39797_solr x:delLiveColl_shard1_replica1 s:shard1 c:delLiveColl r:core_node1) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.SolrCore [delLiveColl_shard1_replica1] Registered new searcher Searcher@ec5dc30[delLiveColl_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1052141 INFO  (searcherExecutor-4930-thread-1-processing-n:127.0.0.1:35404_solr x:delLiveColl_shard1_replica2 s:shard1 c:delLiveColl r:core_node2) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.c.SolrCore [delLiveColl_shard1_replica2] Registered new searcher Searcher@785c13ae[delLiveColl_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1052141 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755831044964352
>   [junit4]   2> 1052141 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755831044964352
>   [junit4]   2> 1052146 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>   [junit4]   2> 1052146 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>   [junit4]   2> 1052146 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39797/solr/delLiveColl_shard1_replica1/
>   [junit4]   2> 1052146 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica1 url=https://127.0.0.1:39797/solr START replicas=[https://127.0.0.1:35404/solr/delLiveColl_shard1_replica2/] nUpdates=100
>   [junit4]   2> 1052146 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard1_replica1 url=https://127.0.0.1:39797/solr DONE.  We have no versions.  sync failed.
>   [junit4]   2> 1052148 INFO  (qtp634751333-9916) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.c.S.Request [delLiveColl_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
>   [junit4]   2> 1052149 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
>   [junit4]   2> 1052149 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] 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> 1052151 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39797/solr/delLiveColl_shard1_replica1/ shard1
>   [junit4]   2> 1052164 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>   [junit4]   2> 1052170 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>   [junit4]   2> 1052203 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica2] o.a.s.s.IndexSchema [delLiveColl_shard2_replica2] Schema name=minimal
>   [junit4]   2> 1052206 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>   [junit4]   2> 1052207 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica2' using configuration from collection delLiveColl
>   [junit4]   2> 1052207 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.SolrCore [[delLiveColl_shard2_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node3/delLiveColl_shard2_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node3/./delLiveColl_shard2_replica2/data/]
>   [junit4]   2> 1052208 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica1] o.a.s.s.IndexSchema [delLiveColl_shard2_replica1] Schema name=minimal
>   [junit4]   2> 1052211 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>   [junit4]   2> 1052211 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2  x:delLiveColl_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'delLiveColl_shard2_replica1' using configuration from collection delLiveColl
>   [junit4]   2> 1052211 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.c.SolrCore [[delLiveColl_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node4/delLiveColl_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node4/./delLiveColl_shard2_replica1/data/]
>   [junit4]   2> 1052213 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>   [junit4]   2> 1052213 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>   [junit4]   2> 1052215 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>   [junit4]   2> 1052215 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>   [junit4]   2> 1052215 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@76af96f8[delLiveColl_shard2_replica2] main]
>   [junit4]   2> 1052216 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>   [junit4]   2> 1052216 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>   [junit4]   2> 1052216 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
>   [junit4]   2> 1052216 INFO  (searcherExecutor-4939-thread-1-processing-n:127.0.0.1:45438_solr x:delLiveColl_shard2_replica2 s:shard2 c:delLiveColl r:core_node3) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.SolrCore [delLiveColl_shard2_replica2] Registered new searcher Searcher@76af96f8[delLiveColl_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1052216 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755831123607552
>   [junit4]   2> 1052217 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>   [junit4]   2> 1052217 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>   [junit4]   2> 1052220 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
>   [junit4]   2> 1052230 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>   [junit4]   2> 1052230 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>   [junit4]   2> 1052230 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@74fbd0e8[delLiveColl_shard2_replica1] main]
>   [junit4]   2> 1052230 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
>   [junit4]   2> 1052231 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
>   [junit4]   2> 1052231 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
>   [junit4]   2> 1052231 INFO  (searcherExecutor-4940-thread-1-processing-n:127.0.0.1:35866_solr x:delLiveColl_shard2_replica1 s:shard2 c:delLiveColl r:core_node4) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.c.SolrCore [delLiveColl_shard2_replica1] Registered new searcher Searcher@74fbd0e8[delLiveColl_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>   [junit4]   2> 1052231 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548755831139336192
>   [junit4]   2> 1052321 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052322 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052321 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052322 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052352 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
>   [junit4]   2> 1052363 INFO  (qtp100139378-9812) [n:127.0.0.1:39797_solr c:delLiveColl s:shard1 r:core_node1 x:delLiveColl_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1260
>   [junit4]   2> 1052455 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052455 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052455 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052456 INFO  (zkCallback-1598-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052721 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>   [junit4]   2> 1052721 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>   [junit4]   2> 1052721 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45438/solr/delLiveColl_shard2_replica2/
>   [junit4]   2> 1052721 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica2 url=https://127.0.0.1:45438/solr START replicas=[https://127.0.0.1:35866/solr/delLiveColl_shard2_replica1/] nUpdates=100
>   [junit4]   2> 1052721 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=delLiveColl_shard2_replica2 url=https://127.0.0.1:45438/solr DONE.  We have no versions.  sync failed.
>   [junit4]   2> 1052725 INFO  (qtp1432788165-9800) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.c.S.Request [delLiveColl_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> 1052725 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
>   [junit4]   2> 1052725 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] 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> 1052728 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45438/solr/delLiveColl_shard2_replica2/ shard2
>   [junit4]   2> 1052830 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052830 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052830 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052830 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052879 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
>   [junit4]   2> 1052888 INFO  (qtp1991297631-9798) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2} status=0 QTime=1731
>   [junit4]   2> 1052990 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052990 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052990 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1052990 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1053149 INFO  (qtp634751333-9785) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard1_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2} status=0 QTime=2044
>   [junit4]   2> 1053249 INFO  (qtp1432788165-9797) [n:127.0.0.1:35866_solr c:delLiveColl s:shard2 r:core_node4 x:delLiveColl_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=delLiveColl_shard2_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2} status=0 QTime=2086
>   [junit4]   2> 1053251 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_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> 1053337 INFO  (zkCallback-1598-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1053337 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1053337 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1053337 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1054251 INFO  (qtp634751333-9787) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=delLiveColl&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3366
>   [junit4]   2> 1054256 INFO  (qtp100139378-9799) [n:127.0.0.1:39797_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> 1054261 INFO  (qtp634751333-9792) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node1&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&onlyIfDown=true&wt=javabin&version=2 and sendToOCPQueue=true
>   [junit4]   2> 1054263 ERROR (OverseerThreadFactory-4910-thread-4-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: delLiveColl operation: deletereplica failed:org.apache.solr.common.SolrException: Attempted to remove replica : delLiveColl/shard1/core_node1 with onlyIfDown='true', but state is 'active'
>   [junit4]   2> 	at org.apache.solr.cloud.DeleteReplicaCmd.deleteCore(DeleteReplicaCmd.java:219)
>   [junit4]   2> 	at org.apache.solr.cloud.DeleteReplicaCmd.deleteReplica(DeleteReplicaCmd.java:96)
>   [junit4]   2> 	at org.apache.solr.cloud.DeleteReplicaCmd.call(DeleteReplicaCmd.java:67)
>   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:222)
>   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
>   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
>   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
>   [junit4]   2> 
>   [junit4]   2> 1054263 INFO  (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_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> 1054265 ERROR (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_solr    ] o.a.s.c.OverseerTaskProcessor :org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000006
>   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
>   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1270)
>   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:373)
>   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:370)
>   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
>   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:370)
>   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:554)
>   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:94)
>   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor.cleanUpWorkQueue(OverseerTaskProcessor.java:320)
>   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:201)
>   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
>   [junit4]   2> 
>   [junit4]   2> 1054266 INFO  (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
>   [junit4]   2> 1054266 INFO  (qtp634751333-9792) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node1&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&onlyIfDown=true&wt=javabin&version=2} status=400 QTime=4
>   [junit4]   2> 1054267 INFO  (qtp634751333-9794) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with params replica=core_node1&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
>   [junit4]   2> 1054269 INFO  (qtp100139378-9818) [n:127.0.0.1:39797_solr    ] o.a.s.c.SolrCore [delLiveColl_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@585a2308
>   [junit4]   2> 1054272 INFO  (qtp100139378-9818) [n:127.0.0.1:39797_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=delLiveColl_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=3
>   [junit4]   2> 1054272 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>   [junit4]   2> 1054374 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1054374 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1054375 INFO  (zkCallback-1600-thread-2-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json] for collection [delLiveColl] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1054474 INFO  (qtp634751333-9794) [n:127.0.0.1:35404_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node1&action=DELETEREPLICA&collection=delLiveColl&shard=shard1&wt=javabin&version=2} status=0 QTime=206
>   [junit4]   2> 1054480 INFO  (TEST-DeleteReplicaTest.deleteLiveReplicaTest-seed#[6E99110C3B8EB057]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteLiveReplicaTest
>   [junit4]   2> 1054515 INFO  (TEST-DeleteReplicaTest.deleteReplicaByCountForAllShards-seed#[6E99110C3B8EB057]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCountForAllShards
>   [junit4]   2> 1054516 INFO  (qtp634751333-9916) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=deleteByCountNew&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
>   [junit4]   2> 1054517 INFO  (OverseerThreadFactory-4910-thread-5-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.CreateCollectionCmd Create collection deleteByCountNew
>   [junit4]   2> 1054518 INFO  (OverseerCollectionConfigSetProcessor-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
>   [junit4]   2> 1054724 INFO  (qtp1991297631-9813) [n:127.0.0.1:45438_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2
>   [junit4]   2> 1054725 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard2_replica1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard2&wt=javabin&version=2
>   [junit4]   2> 1054725 INFO  (qtp634751333-9793) [n:127.0.0.1:35404_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica1&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2
>   [junit4]   2> 1054725 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=deleteByCountNew_shard1_replica2&action=CREATE&numShards=2&collection=deleteByCountNew&shard=shard1&wt=javabin&version=2
>   [junit4]   2> 1054833 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1054833 INFO  (zkCallback-1598-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1054833 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1054833 INFO  (zkCallback-1600-thread-2-processing-n:127.0.0.1:35404_solr) [n:127.0.0.1:35404_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCountNew/state.json] for collection [deleteByCountNew] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1055734 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>   [junit4]   2> 1055735 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>   [junit4]   2> 1055737 INFO  (qtp634751333-9793) [n:127.0.0.1:35404_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>   [junit4]   2> 1055744 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica1] o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica1] Schema name=minimal
>   [junit4]   2> 1055794 INFO  (qtp1991297631-9813) [n:127.0.0.1:45438_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>   [junit4]   2> 1055795 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>   [junit4]   2> 1055796 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard2_replica1' using configuration from collection deleteByCountNew
>   [junit4]   2> 1055796 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica2] o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica2] Schema name=minimal
>   [junit4]   2> 1055796 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2 r:core_node1 x:deleteByCountNew_shard2_replica1] o.a.s.c.SolrCore [[deleteByCountNew_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/deleteByCountNew_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node2/./deleteByCountNew_shard2_replica1/data/]
>   [junit4]   2> 1055799 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>   [junit4]   2> 1055800 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'deleteByCountNew_shard1_replica2' using configuration from collection deleteByCountNew
>   [junit4]   2> 1055800 INFO  (qtp1432788165-9811) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica2] o.a.s.c.SolrCore [[deleteByCountNew_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node4/deleteByCountNew_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001/tempDir-001/node4/./deleteByCountNew_shard1_replica2/data/]
>   [junit4]   2> 1055802 INFO  (qtp634751333-9793) [n:127.0.0.1:35404_solr c:deleteByCountNew s:shard1  x:deleteByCountNew_shard1_replica1] o.a.s.s.IndexSchema [deleteByCountNew_shard1_replica1] Schema name=minimal
>   [junit4]   2> 1055804 INFO  (qtp1991297631-9813) [n:127.0.0.1:45438_solr c:deleteByCountNew s:shard2  x:deleteByCountNew_shard2_replica2] o.a.s.s.IndexSchema [deleteByCountNew_shard2_replica2] Schema name=minimal
>   [junit4]   2> 1055804 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2 r:core_node1 x:deleteByCountNew_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
>   [junit4]   2> 1055804 INFO  (qtp100139378-9802) [n:127.0.0.1:39797_solr c:deleteByCountNew s:shard2 r:core_node1 x:deleteByC
> 
> [...truncated too long message...]
> 
> e2 x:deleteByCount_shard1_replica1] o.a.s.c.SolrCore [deleteByCount_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@496515e4
>   [junit4]   2> 1061803 INFO  (coreCloseExecutor-4987-thread-2) [n:127.0.0.1:45438_solr c:deleteByCountNew s:shard2 r:core_node4 x:deleteByCountNew_shard2_replica2] o.a.s.c.SolrCore [deleteByCountNew_shard2_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@7d17c0d3
>   [junit4]   2> 1061803 INFO  (coreCloseExecutor-4987-thread-1) [n:127.0.0.1:45438_solr c:delLiveColl s:shard2 r:core_node3 x:delLiveColl_shard2_replica2] o.a.s.c.SolrCore [delLiveColl_shard2_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@196a64f2
>   [junit4]   2> 1061803 INFO  (coreCloseExecutor-4986-thread-1) [n:127.0.0.1:35404_solr c:delLiveColl s:shard1 r:core_node2 x:delLiveColl_shard1_replica2] o.a.s.c.SolrCore [delLiveColl_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@5a0dc0d1
>   [junit4]   2> 1061803 INFO  (coreCloseExecutor-4984-thread-2) [n:127.0.0.1:35866_solr c:deleteByCountNew s:shard1 r:core_node3 x:deleteByCountNew_shard1_replica2] o.a.s.c.SolrCore [deleteByCountNew_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2e711518
>   [junit4]   2> 1061808 INFO  (zkCallback-1599-thread-1-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/deleteByCount/state.json] for collection [deleteByCount] has occurred - updating... (live nodes size: [4])
>   [junit4]   2> 1061809 INFO  (jetty-launcher-1580-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96797238779969545-127.0.0.1:45438_solr-n_0000000000) closing
>   [junit4]   2> 1061809 INFO  (jetty-launcher-1580-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2c2ae053{/solr,null,UNAVAILABLE}
>   [junit4]   2> 1061809 INFO  (OverseerStateUpdate-96797238779969545-127.0.0.1:45438_solr-n_0000000000) [n:127.0.0.1:45438_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45438_solr
>   [junit4]   2> 1061810 INFO  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
>   [junit4]   2> 1061810 WARN  (zkCallback-1599-thread-3-processing-n:127.0.0.1:39797_solr) [n:127.0.0.1:39797_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
>   [junit4]   2> 1061811 WARN  (zkCallback-1598-thread-1-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
>   [junit4]   2> 1061810 INFO  (zkCallback-1598-thread-3-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
>   [junit4]   2> 1061811 INFO  (jetty-launcher-1580-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b67d1d5{/solr,null,UNAVAILABLE}
>   [junit4]   2> 1063310 WARN  (zkCallback-1598-thread-2-processing-n:127.0.0.1:45438_solr) [n:127.0.0.1:45438_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
>   [junit4]   2> 1063310 WARN  (zkCallback-1601-thread-1-processing-n:127.0.0.1:35866_solr) [n:127.0.0.1:35866_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
>   [junit4]   2> 1063311 INFO  (jetty-launcher-1580-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@294b93a5{/solr,null,UNAVAILABLE}
>   [junit4]   2> 1063311 INFO  (jetty-launcher-1580-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e717b30{/solr,null,UNAVAILABLE}
>   [junit4]   2> 1063311 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40156 40156
>   [junit4]   2> 1063329 INFO  (Thread-2494) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40156 40156
>   [junit4]   2> 1063330 WARN  (Thread-2494) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
>   [junit4]   2> Maximum concurrent create/delete watches above limit:
>   [junit4]   2> 
>   [junit4]   2> 	5	/solr/configs/conf
>   [junit4]   2> 	5	/solr/aliases.json
>   [junit4]   2> 	4	/solr/security.json
>   [junit4]   2> 
>   [junit4]   2> Maximum concurrent data watches above limit:
>   [junit4]   2> 
>   [junit4]   2> 	5	/solr/clusterprops.json
>   [junit4]   2> 	5	/solr/clusterstate.json
>   [junit4]   2> 	5	/solr/collections/deleteByCountNew/state.json
>   [junit4]   2> 	4	/solr/collections/delLiveColl/state.json
>   [junit4]   2> 	4	/solr/collections/deleteByCount/state.json
>   [junit4]   2> 	2	/solr/collections/deletereplica_test/state.json
>   [junit4]   2> 
>   [junit4]   2> Maximum concurrent children watches above limit:
>   [junit4]   2> 
>   [junit4]   2> 	41	/solr/overseer/queue
>   [junit4]   2> 	7	/solr/overseer/queue-work
>   [junit4]   2> 	5	/solr/live_nodes
>   [junit4]   2> 	5	/solr/collections
>   [junit4]   2> 	3	/solr/overseer/collection-queue-work
>   [junit4]   2> 
>   [junit4]   2> 1063330 INFO  (SUITE-DeleteReplicaTest-seed#[6E99110C3B8EB057]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
>   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_6E99110C3B8EB057-001
>   [junit4]   2> Oct 21, 2016 12:11:09 AM 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(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1364, maxMBSortInHeap=5.052516049117291, sim=RandomSimilarity(queryNorm=false): {}, locale=bg, timezone=America/Phoenix
>   [junit4]   2> NOTE: Linux 4.4.0-42-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=131868152,total=536870912
>   [junit4]   2> NOTE: All tests run in this JVM: [HdfsRecoveryZkTest, VersionInfoTest, ReplaceNodeTest, HdfsBasicDistributedZkTest, TestDocBasedVersionConstraints, PKIAuthenticationIntegrationTest, TestRestManager, IndexBasedSpellCheckerTest, TestCursorMarkWithoutUniqueKey, TestPostingsSolrHighlighter, TestInfoStreamLogging, TestBM25SimilarityFactory, TestCloudInspectUtil, AnalyticsMergeStrategyTest, SmileWriterTest, WordBreakSolrSpellCheckerTest, TestCollectionAPI, TestStressUserVersions, TestConfigSetImmutable, SolrCmdDistributorTest, SchemaVersionSpecificBehaviorTest, QueryParsingTest, TestCoreContainer, DistributedQueryComponentOptimizationTest, DeleteStatusTest, OverriddenZkACLAndCredentialsProvidersTest, TestSlowCompositeReaderWrapper, SolrInfoMBeanTest, BaseCdcrDistributedZkTest, FileUtilsTest, SpatialRPTFieldTypeTest, TestRuleBasedAuthorizationPlugin, TestNumericTerms64, TestTrackingShardHandlerFactory, DistributedTermsComponentTest, ChaosMonkeySafeLeaderTest, DirectSolrSpellCheckerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestJettySolrRunner, TestDocumentBuilder, TestConfigSetsAPIZkFailure, DocumentBuilderTest, TestPerFieldSimilarity, LoggingHandlerTest, DistributedMLTComponentTest, TestSystemIdResolver, TestInitQParser, ConfigSetsAPITest, LeaderFailureAfterFreshStartTest, UpdateRequestProcessorFactoryTest, TestMacroExpander, SpellingQueryConverterTest, TestDownShardTolerantSearch, DocValuesTest, IndexSchemaTest, TestSolrCloudWithSecureImpersonation, DOMUtilTest, BadCopyFieldTest, TestExactStatsCache, TestSweetSpotSimilarityFactory, TermVectorComponentTest, SoftAutoCommitTest, TestLeaderRecoverFromLogOnStartup, TermsComponentTest, TestQueryTypes, BlockCacheTest, DistributedDebugComponentTest, TestSolrIndexConfig, ChaosMonkeyNothingIsSafeTest, TestHdfsBackupRestoreCore, DistanceFunctionTest, ZkSolrClientTest, QueryResultKeyTest, CollectionsAPIAsyncDistributedZkTest, HdfsDirectoryTest, TestMissingGroups, CdcrReplicationHandlerTest, DistributedIntervalFacetingTest, TestGeoJSONResponseWriter, TestTrie, ShardRoutingTest, RuleEngineTest, TestFieldCacheSort, SuggesterFSTTest, SampleTest, MigrateRouteKeyTest, SpellCheckCollatorTest, TestStressVersions, TestDistributedStatsComponentCardinality, TestSimpleTrackingShardHandler, TestManagedSchema, ClusterStateUpdateTest, TestQueryWrapperFilter, TestXIncludeConfig, OpenExchangeRatesOrgProviderTest, AlternateDirectoryTest, ClassificationUpdateProcessorFactoryTest, TestAddFieldRealTimeGet, RollingRestartTest, TestLeaderElectionWithEmptyReplica, SpellCheckComponentTest, SecurityConfHandlerTest, TestRequestStatusCollectionAPI, BasicDistributedZkTest, LeaderElectionIntegrationTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, TestHashPartitioner, ZkControllerTest, TestStressReorder, TestSolr4Spatial, ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, DistributedQueryElevationComponentTest, SuggesterTSTTest, TestPseudoReturnFields, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, MoreLikeThisHandlerTest, FastVectorHighlighterTest, RegexBoostProcessorTest, TestJmxIntegration, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SOLR749Test, CopyFieldTest, BadComponentTest, TestStressRecovery, ZkNodePropsTest, TestEmbeddedSolrServerConstructors, AliasIntegrationTest, CollectionReloadTest, CreateCollectionCleanupTest, DeleteNodeTest, DeleteReplicaTest]
>   [junit4] Completed [453/640 (1!)] on J1 in 21.78s, 4 tests, 1 error <<< FAILURES!
> 
> [...truncated 60964 lines...]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org