You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/04/12 13:50:43 UTC

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 416 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/416/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestTlogReplica.testRemoveLeader

Error Message:
Unexpected number of tlog replicas: DocCollection(tlog_replica_test_remove_leader//collections/tlog_replica_test_remove_leader/state.json/8)={   "pullReplicas":"0",   "replicationFactor":"0",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node4":{           "core":"tlog_replica_test_remove_leader_shard1_replica_t3",           "base_url":"https://127.0.0.1:33496/solr",           "node_name":"127.0.0.1:33496_solr",           "state":"recovering",           "type":"TLOG",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"100",   "autoAddReplicas":"false",   "nrtReplicas":"0",   "tlogReplicas":"2"} expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: Unexpected number of tlog replicas: DocCollection(tlog_replica_test_remove_leader//collections/tlog_replica_test_remove_leader/state.json/8)={
  "pullReplicas":"0",
  "replicationFactor":"0",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node4":{
          "core":"tlog_replica_test_remove_leader_shard1_replica_t3",
          "base_url":"https://127.0.0.1:33496/solr",
          "node_name":"127.0.0.1:33496_solr",
          "state":"recovering",
          "type":"TLOG",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "autoAddReplicas":"false",
  "nrtReplicas":"0",
  "tlogReplicas":"2"} expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([872068F6112C39E6:1E60AF9256A559AC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.cloud.TestTlogReplica.assertNumberOfReplicas(TestTlogReplica.java:827)
	at org.apache.solr.cloud.TestTlogReplica.doReplaceLeader(TestTlogReplica.java:403)
	at org.apache.solr.cloud.TestTlogReplica.testRemoveLeader(TestTlogReplica.java:319)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13664 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> 762684 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 762684 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_872068F6112C39E6-001/data-dir-74-001
   [junit4]   2> 762684 WARN  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 762685 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 762703 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 762703 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 762703 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_872068F6112C39E6-001/tempDir-001
   [junit4]   2> 762704 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 762704 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 762704 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 762804 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:40075
   [junit4]   2> 762804 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40075
   [junit4]   2> 762804 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40075
   [junit4]   2> 762804 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40075
   [junit4]   2> 762807 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 762809 INFO  (zkConnectionManagerCallback-2384-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 762809 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 762812 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 762826 INFO  (zkConnectionManagerCallback-2386-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 762826 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 762845 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 762847 INFO  (zkConnectionManagerCallback-2388-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 762847 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 762985 WARN  (jetty-launcher-2389-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 762985 WARN  (jetty-launcher-2389-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 762985 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 762985 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 762985 INFO  (jetty-launcher-2389-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 762985 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 762985 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 762986 INFO  (jetty-launcher-2389-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 762995 INFO  (jetty-launcher-2389-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 762995 INFO  (jetty-launcher-2389-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 762995 INFO  (jetty-launcher-2389-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 762995 INFO  (jetty-launcher-2389-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@104d2677{/solr,null,AVAILABLE}
   [junit4]   2> 762997 INFO  (jetty-launcher-2389-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6b82e3b2{SSL, (ssl, http/1.1)}{127.0.0.1:33496}
   [junit4]   2> 762997 INFO  (jetty-launcher-2389-thread-1) [     ] o.e.j.s.Server Started @763094ms
   [junit4]   2> 762997 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33496}
   [junit4]   2> 762997 ERROR (jetty-launcher-2389-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 762997 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 762997 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 762997 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 762997 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 762997 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-12T12:13:54.931Z
   [junit4]   2> 763007 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 763024 INFO  (jetty-launcher-2389-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 763024 INFO  (jetty-launcher-2389-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 763024 INFO  (jetty-launcher-2389-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 763024 INFO  (jetty-launcher-2389-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2471dd20{/solr,null,AVAILABLE}
   [junit4]   2> 763025 INFO  (jetty-launcher-2389-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@463f243d{SSL, (ssl, http/1.1)}{127.0.0.1:46521}
   [junit4]   2> 763025 INFO  (jetty-launcher-2389-thread-2) [     ] o.e.j.s.Server Started @763123ms
   [junit4]   2> 763026 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46521}
   [junit4]   2> 763026 ERROR (jetty-launcher-2389-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 763026 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 763026 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 763026 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 763026 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 763026 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-12T12:13:54.960Z
   [junit4]   2> 763027 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 763028 INFO  (zkConnectionManagerCallback-2391-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 763028 INFO  (zkConnectionManagerCallback-2393-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 763028 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 763029 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 763031 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 763032 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 765286 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 765286 WARN  (jetty-launcher-2389-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 765287 WARN  (jetty-launcher-2389-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7797b5e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 765287 WARN  (jetty-launcher-2389-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7797b5e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 765290 WARN  (jetty-launcher-2389-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 765290 WARN  (jetty-launcher-2389-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@280e0b6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 765290 WARN  (jetty-launcher-2389-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@280e0b6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 765291 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40075/solr
   [junit4]   2> 765292 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 765306 INFO  (zkConnectionManagerCallback-2401-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 765306 INFO  (jetty-launcher-2389-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 765456 INFO  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 765482 INFO  (zkConnectionManagerCallback-2403-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 765482 INFO  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 765605 INFO  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46521_solr
   [junit4]   2> 765614 INFO  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.c.Overseer Overseer (id=72612629577728006-127.0.0.1:46521_solr-n_0000000000) starting
   [junit4]   2> 765621 INFO  (OverseerStateUpdate-72612629577728006-127.0.0.1:46521_solr-n_0000000000) [n:127.0.0.1:46521_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46521_solr
   [junit4]   2> 765621 INFO  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46521_solr
   [junit4]   2> 765623 INFO  (OverseerStateUpdate-72612629577728006-127.0.0.1:46521_solr-n_0000000000) [n:127.0.0.1:46521_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 765624 INFO  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 765625 WARN  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 765706 INFO  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 765866 INFO  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46521.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdc06c6
   [junit4]   2> 765895 INFO  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46521.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdc06c6
   [junit4]   2> 765896 INFO  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46521.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdc06c6
   [junit4]   2> 765897 INFO  (jetty-launcher-2389-thread-2) [n:127.0.0.1:46521_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_872068F6112C39E6-001/tempDir-001/node2/.
   [junit4]   2> 766570 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 766571 WARN  (jetty-launcher-2389-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 766572 WARN  (jetty-launcher-2389-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4d881d5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 766572 WARN  (jetty-launcher-2389-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4d881d5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 766582 WARN  (jetty-launcher-2389-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 766583 WARN  (jetty-launcher-2389-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b9d587c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 766583 WARN  (jetty-launcher-2389-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b9d587c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 766584 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40075/solr
   [junit4]   2> 766594 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 766605 INFO  (zkConnectionManagerCallback-2413-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 766605 INFO  (jetty-launcher-2389-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 766708 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 766710 INFO  (zkConnectionManagerCallback-2415-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 766710 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 766714 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 766718 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33496_solr as DOWN
   [junit4]   2> 766719 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 766719 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33496_solr
   [junit4]   2> 766720 INFO  (zkCallback-2402-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 766720 INFO  (zkCallback-2414-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 766722 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 766723 WARN  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 766749 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 766873 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33496.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdc06c6
   [junit4]   2> 766953 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33496.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdc06c6
   [junit4]   2> 766953 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33496.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdc06c6
   [junit4]   2> 766971 INFO  (jetty-launcher-2389-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_872068F6112C39E6-001/tempDir-001/node1/.
   [junit4]   2> 767033 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 767049 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 767049 INFO  (zkConnectionManagerCallback-2424-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 767049 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 767050 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 767051 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40075/solr ready
   [junit4]   2> 767054 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [     ] o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 767137 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 767139 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 767195 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testKillLeader
   [junit4]   2> 767197 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_leader&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 767200 INFO  (OverseerThreadFactory-2576-thread-1-processing-n:127.0.0.1:46521_solr) [n:127.0.0.1:46521_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection tlog_replica_test_kill_leader
   [junit4]   2> 767309 INFO  (OverseerStateUpdate-72612629577728006-127.0.0.1:46521_solr-n_0000000000) [n:127.0.0.1:46521_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_kill_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_kill_leader_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46521/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46521_solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 767311 INFO  (OverseerStateUpdate-72612629577728006-127.0.0.1:46521_solr-n_0000000000) [n:127.0.0.1:46521_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_kill_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_kill_leader_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33496/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33496_solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 767524 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr    x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 767595 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 767643 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 767646 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr    x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 767646 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr    x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 767659 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 767659 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.CoreContainer Creating SolrCore 'tlog_replica_test_kill_leader_shard1_replica_t2' using configuration from configset conf, trusted=true
   [junit4]   2> 767661 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33496.solr.core.tlog_replica_test_kill_leader.shard1.replica_t2' (registry 'solr.core.tlog_replica_test_kill_leader.shard1.replica_t2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdc06c6
   [junit4]   2> 767661 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SolrCore [[tlog_replica_test_kill_leader_shard1_replica_t2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_872068F6112C39E6-001/tempDir-001/node1/./tlog_replica_test_kill_leader_shard1_replica_t2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_872068F6112C39E6-001/tempDir-001/node1/./tlog_replica_test_kill_leader_shard1_replica_t2/data/]
   [junit4]   2> 767677 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 767779 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 767798 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 767798 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.CoreContainer Creating SolrCore 'tlog_replica_test_kill_leader_shard1_replica_t1' using configuration from configset conf, trusted=true
   [junit4]   2> 767799 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46521.solr.core.tlog_replica_test_kill_leader.shard1.replica_t1' (registry 'solr.core.tlog_replica_test_kill_leader.shard1.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdc06c6
   [junit4]   2> 767799 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SolrCore [[tlog_replica_test_kill_leader_shard1_replica_t1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_872068F6112C39E6-001/tempDir-001/node2/./tlog_replica_test_kill_leader_shard1_replica_t1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_872068F6112C39E6-001/tempDir-001/node2/./tlog_replica_test_kill_leader_shard1_replica_t1/data/]
   [junit4]   2> 767975 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 767975 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 767985 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 767985 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 767986 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@467ef3ac[tlog_replica_test_kill_leader_shard1_replica_t2] main]
   [junit4]   2> 767988 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 767988 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 767989 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 767989 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663768870175899648
   [junit4]   2> 767993 INFO  (searcherExecutor-2587-thread-1-processing-n:127.0.0.1:33496_solr x:tlog_replica_test_kill_leader_shard1_replica_t2 c:tlog_replica_test_kill_leader s:shard1 r:core_node4) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SolrCore [tlog_replica_test_kill_leader_shard1_replica_t2] Registered new searcher Searcher@467ef3ac[tlog_replica_test_kill_leader_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 768008 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_kill_leader/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 768008 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/tlog_replica_test_kill_leader/leaders/shard1
   [junit4]   2> 768012 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 768015 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 768015 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 768017 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 768017 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 768019 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@29a01126[tlog_replica_test_kill_leader_shard1_replica_t1] main]
   [junit4]   2> 768020 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 768020 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 768020 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 768033 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663768870209454080
   [junit4]   2> 768037 INFO  (searcherExecutor-2588-thread-1-processing-n:127.0.0.1:46521_solr x:tlog_replica_test_kill_leader_shard1_replica_t1 c:tlog_replica_test_kill_leader s:shard1 r:core_node3) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SolrCore [tlog_replica_test_kill_leader_shard1_replica_t1] Registered new searcher Searcher@29a01126[tlog_replica_test_kill_leader_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 768039 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_kill_leader/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 768039 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/tlog_replica_test_kill_leader/leaders/shard1
   [junit4]   2> 768514 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 768514 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 768514 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33496/solr/tlog_replica_test_kill_leader_shard1_replica_t2/
   [junit4]   2> 768515 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.PeerSync PeerSync: core=tlog_replica_test_kill_leader_shard1_replica_t2 url=https://127.0.0.1:33496/solr START replicas=[https://127.0.0.1:46521/solr/tlog_replica_test_kill_leader_shard1_replica_t1/] nUpdates=100
   [junit4]   2> 768515 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.PeerSync PeerSync: core=tlog_replica_test_kill_leader_shard1_replica_t2 url=https://127.0.0.1:33496/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 768523 INFO  (qtp1288130381-7657) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 768524 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 768524 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 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> 768524 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ZkController tlog_replica_test_kill_leader_shard1_replica_t2 stopping background replication from leader
   [junit4]   2> 768524 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/tlog_replica_test_kill_leader/leaders/shard1/leader after winning as /collections/tlog_replica_test_kill_leader/leader_elect/shard1/election/72612629577728008-core_node4-n_0000000000
   [junit4]   2> 768526 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33496/solr/tlog_replica_test_kill_leader_shard1_replica_t2/ shard1
   [junit4]   2> 768628 INFO  (zkCallback-2414-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 768629 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 768632 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1108
   [junit4]   2> 768732 INFO  (zkCallback-2414-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 768732 INFO  (zkCallback-2414-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 769044 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ZkController tlog_replica_test_kill_leader_shard1_replica_t1 starting background replication from leader
   [junit4]   2> 769044 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:01
   [junit4]   2> 769047 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 769047 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 769048 INFO  (indexFetcher-2598-thread-1) [     ] o.a.s.h.IndexFetcher Updated masterUrl to https://127.0.0.1:33496/solr/tlog_replica_test_kill_leader_shard1_replica_t2/
   [junit4]   2> 769049 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1403
   [junit4]   2> 769065 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 769067 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 769068 INFO  (indexFetcher-2598-thread-1) [     ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 769068 INFO  (indexFetcher-2598-thread-1) [     ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 769068 INFO  (indexFetcher-2598-thread-1) [     ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 769068 INFO  (indexFetcher-2598-thread-1) [     ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 769068 INFO  (indexFetcher-2598-thread-1) [     ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 769081 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@346412b2[tlog_replica_test_kill_leader_shard1_replica_t1] main]
   [junit4]   2> 769094 INFO  (searcherExecutor-2588-thread-1-processing-n:127.0.0.1:46521_solr x:tlog_replica_test_kill_leader_shard1_replica_t1 c:tlog_replica_test_kill_leader s:shard1 r:core_node3) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SolrCore [tlog_replica_test_kill_leader_shard1_replica_t1] Registered new searcher Searcher@346412b2[tlog_replica_test_kill_leader_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 769161 INFO  (zkCallback-2414-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 769161 INFO  (zkCallback-2402-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 769161 INFO  (zkCallback-2414-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 769162 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_leader&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2} status=0 QTime=1965
   [junit4]   2> 769163 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.SolrCloudTestCase waitForState (tlog_replica_test_kill_leader): Expected collection to be created with 1 shards and  2 replicas
   [junit4]   2> 769173 INFO  (zkCallback-2402-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 769173 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 769173 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 769173 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 769224 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_kill_leader/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 769225 INFO  (OverseerCollectionConfigSetProcessor-72612629577728006-127.0.0.1:46521_solr-n_0000000000) [n:127.0.0.1:46521_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> 769519 INFO  (qtp1288130381-7658) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:33496/solr/tlog_replica_test_kill_leader_shard1_replica_t2/&wt=javabin&version=2}{add=[1 (1663768871445725184)]} 0 32
   [junit4]   2> 769547 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1663768871445725184)]} 0 348
   [junit4]   2> 769549 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1663768871811678208,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 769584 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6a2a990 commitCommandVersion:1663768871811678208
   [junit4]   2> 769590 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@48aa6bf5[tlog_replica_test_kill_leader_shard1_replica_t2] main]
   [junit4]   2> 769624 INFO  (qtp1288130381-7657) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:33496/solr/tlog_replica_test_kill_leader_shard1_replica_t2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 769643 INFO  (searcherExecutor-2587-thread-1-processing-n:127.0.0.1:33496_solr x:tlog_replica_test_kill_leader_shard1_replica_t2 c:tlog_replica_test_kill_leader s:shard1 r:core_node4) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SolrCore [tlog_replica_test_kill_leader_shard1_replica_t2] Registered new searcher Searcher@48aa6bf5[tlog_replica_test_kill_leader_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1586693641521}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 769656 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 769661 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/update params={_stateVer_=tlog_replica_test_kill_leader:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 112
   [junit4]   2> 769783 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 769831 INFO  (qtp1288130381-7657) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 769949 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 770058 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 770059 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 770059 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.h.IndexFetcher Master's version: 1586693641518
   [junit4]   2> 770059 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 770059 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 770059 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 770060 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=0
   [junit4]   2> 770061 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.h.IndexFetcher Number of files in latest index in master: 23
   [junit4]   2> 770062 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@688ae842 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31b8d7ec)
   [junit4]   2> 770062 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.h.IndexFetcher tmpIndexDir_type  : class org.apache.lucene.store.MockDirectoryWrapper , RAMDirectory@688ae842 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31b8d7ec
   [junit4]   2> 770062 INFO  (qtp1288130381-7658) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 770063 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene84_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770078 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=12
   [junit4]   2> 770080 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_LuceneFixedGap_0.tib&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770081 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770084 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene84_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770111 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene84_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770113 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770114 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene84_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770116 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770117 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_LuceneFixedGap_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770135 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_FST50_0.tfp&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770137 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770147 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene80_0.dvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770148 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_LuceneFixedGap_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770150 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_LuceneFixedGap_0.tii&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770173 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Asserting_0.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770180 INFO  (qtp1288130381-7657) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 770204 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_FST50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770206 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene80_0.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770212 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_FST50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770213 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Asserting_0.dvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770215 INFO  (qtp1635420354-7640) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770233 INFO  (qtp1635420354-7653) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770234 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 770235 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.h.IndexFetcher Bytes downloaded: 3694, Bytes skipped downloading: 0
   [junit4]   2> 770236 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=3694) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@688ae842 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31b8d7ec)
   [junit4]   2> 770275 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 770276 INFO  (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@629bfa7c[tlog_replica_test_kill_leader_shard1_replica_t1] main]
   [junit4]   2> 770279 INFO  (searcherExecutor-2588-thread-1-processing-n:127.0.0.1:46521_solr x:tlog_replica_test_kill_leader_shard1_replica_t1 c:tlog_replica_test_kill_leader s:shard1 r:core_node3) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SolrCore [tlog_replica_test_kill_leader_shard1_replica_t1] Registered new searcher Searcher@629bfa7c[tlog_replica_test_kill_leader_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1586693641521}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 770323 INFO  (qtp1288130381-7651) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 770366 INFO  (qtp1635420354-7650) [n:127.0.0.1:33496_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node4 x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request [tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 770394 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=354743529
   [junit4]   2> 770394 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33496_solr
   [junit4]   2> 770395 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 770395 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33496_solr as DOWN
   [junit4]   2> 770451 INFO  (coreCloseExecutor-2600-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.c.SolrCore [tlog_replica_test_kill_leader_shard1_replica_t2]  CLOSING SolrCore org.apache.solr.core.SolrCore@6411ae9d
   [junit4]   2> 770451 INFO  (coreCloseExecutor-2600-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.tlog_replica_test_kill_leader.shard1.replica_t2, tag=SolrCore@6411ae9d
   [junit4]   2> 770451 INFO  (coreCloseExecutor-2600-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@21f32045: rootName = solr_33496, domain = solr.core.tlog_replica_test_kill_leader.shard1.replica_t2, service url = null, agent id = null] for registry solr.core.tlog_replica_test_kill_leader.shard1.replica_t2 / com.codahale.metrics.MetricRegistry@7dbb5ea9
   [junit4]   2> 770520 INFO  (coreCloseExecutor-2600-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.tlog_replica_test_kill_leader.shard1.leader, tag=SolrCore@6411ae9d
   [junit4]   2> 770522 INFO  (coreCloseExecutor-2600-thread-1) [n:127.0.0.1:33496_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 770524 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 770524 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1614b34: rootName = solr_33496, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@216e658
   [junit4]   2> 770549 INFO  (zkCallback-2414-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 770549 INFO  (zkCallback-2414-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 770549 INFO  (zkCallback-2402-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 770549 INFO  (zkCallback-2402-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 770553 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 770553 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@426cba2c: rootName = solr_33496, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@171e6398
   [junit4]   2> 770569 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 770569 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c3d8567: rootName = solr_33496, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5eca0867
   [junit4]   2> 770569 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 770572 INFO  (zkCallback-2402-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 770572 INFO  (zkCallback-2423-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 770674 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6b82e3b2{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 770711 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@104d2677{/solr,null,UNAVAILABLE}
   [junit4]   2> 770712 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 770712 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.SolrCloudTestCase waitForState (tlog_replica_test_kill_leader): Leader replica not removed
   [junit4]   2> 770712 INFO  (zkCallback-2402-thread-2) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 770713 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 770713 INFO  (watches-2421-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 770713 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 770714 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 770714 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.SolrCloudTestCase waitForState (tlog_replica_test_kill_leader): Replica state not updated in cluster state
   [junit4]   2> 770716 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[872068F6112C39E6]) [     ] o.a.s.c.SolrCloudTestCase waitForState (tlog_replica_test_kill_leader): Expect new leader
   [junit4]   2> 770814 INFO  (zkCallback-2423-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 770814 INFO  (zkCallback-2402-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 770814 INFO  (zkCallback-2402-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 770815 INFO  (zkCallback-2423-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 770815 INFO  (zkCallback-2423-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 773213 INFO  (zkCallback-2402-thread-2) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46521/solr/tlog_replica_test_kill_leader_shard1_replica_t1/
   [junit4]   2> 773213 INFO  (zkCallback-2402-thread-2) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 773213 INFO  (zkCallback-2402-thread-2) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SyncStrategy https://127.0.0.1:46521/solr/tlog_replica_test_kill_leader_shard1_replica_t1/ has no replicas
   [junit4]   2> 773213 INFO  (zkCallback-2402-thread-2) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ZkController tlog_replica_test_kill_leader_shard1_replica_t1 stopping background replication from leader
   [junit4]   2> 775048 ERROR (indexFetcher-2598-thread-1) [n:127.0.0.1:46521_solr     ] o.a.s.h.ReplicationHandler Index fetch failed :org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: tlog_replica_test_kill_leader slice: shard1 saw state=DocCollection(tlog_replica_test_kill_leader//collections/tlog_replica_test_kill_leader/state.json/8)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"tlog_replica_test_kill_leader_shard1_replica_t1",
   [junit4]   2>           "base_url":"https://127.0.0.1:46521/solr",
   [junit4]   2>           "node_name":"127.0.0.1:46521_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"TLOG",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"tlog_replica_test_kill_leader_shard1_replica_t2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33496/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33496_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"TLOG",
   [junit4]   2>           "force_set_state":"false"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"100",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"0",
   [junit4]   2>   "tlogReplicas":"2"} with live_nodes=[127.0.0.1:46521_solr]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:970)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:947)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.getLeaderReplica(IndexFetcher.java:698)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:387)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1210)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 775048 INFO  (zkCallback-2402-thread-2) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ShardLeaderElectionContext New leader does not have old tlog to replay
   [junit4]   2> 775048 INFO  (zkCallback-2402-thread-2) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/tlog_replica_test_kill_leader/leaders/shard1/leader after winning as /collections/tlog_replica_test_kill_leader/leader_elect/shard1/election/72612629577728006-core_node3-n_0000000001
   [junit4]   2> 775051 INFO  (zkCallback-2402-thread-2) [n:127.0.0.1:46521_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46521/solr/tlog_replica_test_kill_leader_shard1_replica_t1/ shard1
   [junit4]   2> 775052 INFO  (zkCallback-2402-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 775052 INFO  (zkCallback-2402-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for collection [tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 775052 INFO  (zkCallback-2423-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_leader/state.json] for col

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

[junit4]   2> 861239 INFO  (jetty-closer-2610-thread-2-processing-n:127.0.0.1:46521_solr) [     ] o.a.s.c.Overseer Overseer (id=72612629577728012-127.0.0.1:33496_solr-n_0000000002) closing
   [junit4]   2> 861240 INFO  (jetty-closer-2610-thread-2-processing-n:127.0.0.1:46521_solr) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@27e45be1{SSL, (ssl, http/1.1)}{127.0.0.1:33496}
   [junit4]   2> 861241 INFO  (jetty-closer-2610-thread-2-processing-n:127.0.0.1:46521_solr) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@213a4f28{/solr,null,UNAVAILABLE}
   [junit4]   2> 861241 INFO  (jetty-closer-2610-thread-2-processing-n:127.0.0.1:46521_solr) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 861340 INFO  (jetty-closer-2610-thread-1-processing-n:127.0.0.1:46521_solr) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@62094459{SSL, (ssl, http/1.1)}{127.0.0.1:46521}
   [junit4]   2> 861341 INFO  (jetty-closer-2610-thread-1-processing-n:127.0.0.1:46521_solr) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2c07246d{/solr,null,UNAVAILABLE}
   [junit4]   2> 861341 INFO  (jetty-closer-2610-thread-1-processing-n:127.0.0.1:46521_solr) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 861342 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [n:127.0.0.1:46521_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 861546 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/collections/tlog_replica_test_create_delete/terms/shard2
   [junit4]   2> 	30	/solr/configs/conf
   [junit4]   2> 	30	/solr/collections/tlog_replica_test_create_delete/terms/shard1
   [junit4]   2> 	18	/solr/collections/tlog_replica_test_recovery/terms/shard1
   [junit4]   2> 	17	/solr/collections/tlog_replica_test_basic_leader_election/terms/shard1
   [junit4]   2> 	16	/solr/collections/tlog_replica_test_kill_leader/terms/shard1
   [junit4]   2> 	13	/solr/collections/tlog_replica_test_add_docs/terms/shard1
   [junit4]   2> 	11	/solr/collections/tlog_replica_test_only_leader_indexes/terms/shard1
   [junit4]   2> 	10	/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/terms/shard1
   [junit4]   2> 	10	/solr/collections/tlog_replica_test_remove_leader/terms/shard1
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	9	/solr/collections/tlog_replica_test_delete_by_id/terms/shard1
   [junit4]   2> 	8	/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/collections/tlog_replica_test_real_time_get/terms/shard1
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 	8	/solr/collections/tlog_replica_test_add_remove_tlog_replica/terms/shard1
   [junit4]   2> 	7	/solr/collections/tlog_replica_test_add_remove_tlog_replica/terms/shard2
   [junit4]   2> 	6	/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2> 	6	/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2> 	6	/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2> 	5	/solr/collections/tlog_replica_test_recovery/collectionprops.json
   [junit4]   2> 	5	/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2> 	5	/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2> 	5	/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2> 	4	/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2> 	3	/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2> 	3	/solr/collections/tlog_replica_test_basic_leader_election/collectionprops.json
   [junit4]   2> 	3	/solr/collections/tlog_replica_test_kill_leader/collectionprops.json
   [junit4]   2> 	3	/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_delete_by_id/collectionprops.json
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/collectionprops.json
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_real_time_get/collectionprops.json
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_add_remove_tlog_replica/collectionprops.json
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_add_docs/collectionprops.json
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_only_leader_indexes/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	92	/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2> 	81	/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2> 	62	/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2> 	54	/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2> 	52	/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2> 	46	/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2> 	26	/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2> 	25	/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2> 	23	/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2> 	19	/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2> 	19	/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2> 	12	/solr/clusterprops.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/overseer_elect/election/72612629577728012-127.0.0.1:33496_solr-n_0000000002
   [junit4]   2> 	4	/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/72612629577728012-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/72612629577728024-core_node15-n_0000000000
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/72612629577728012-core_node15-n_0000000000
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/72612629577728012-core_node16-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/72612629577728006-127.0.0.1:46521_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/72612629577728012-core_node9-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	349	/solr/overseer/queue
   [junit4]   2> 	102	/solr/overseer/collection-queue-work
   [junit4]   2> 	81	/solr/collections
   [junit4]   2> 	43	/solr/live_nodes
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 861550 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [n:127.0.0.1:46521_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40075
   [junit4]   2> 861550 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [n:127.0.0.1:46521_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40075
   [junit4]   2> 861550 INFO  (SUITE-TestTlogReplica-seed#[872068F6112C39E6]-worker) [n:127.0.0.1:46521_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40075
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_872068F6112C39E6-001
   [junit4]   2> Apr 12, 2020 12:15:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {foo=Lucene84, _root_=PostingsFormat(name=LuceneFixedGap), title_s=Lucene84, id=FST50, foo_s=Lucene84}, docValues:{_version_=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Asserting), inplace_updatable_int=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=399, maxMBSortInHeap=7.807459435779791, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3be8106), locale=es-SV, timezone=Pacific/Guadalcanal
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=70720640,total=509607936
   [junit4]   2> NOTE: All tests run in this JVM: [SuggestComponentContextFilterQueryTest, DistanceUnitsTest, TestFastOutputStream, HttpPartitionTest, JvmMetricsTest, SolrMetricManagerTest, TestTermsQParserPlugin, TestReplicationHandler, TestBulkSchemaConcurrent, DistributedUpdateProcessorTest, PluginInfoTest, TermVectorComponentTest, TestFieldResource, SliceStateTest, TestBadConfig, TestSimLargeCluster, ConnectionReuseTest, DocValuesMultiTest, DocumentAnalysisRequestHandlerTest, SolrSlf4jReporterTest, AsyncCallRequestStatusResponseTest, TestUnifiedSolrHighlighter, TestCaffeineCache, TestBlendedInfixSuggestions, RequestHandlersTest, TestSubQueryTransformerDistrib, TestLMJelinekMercerSimilarityFactory, LeaderFailureAfterFreshStartTest, TestSolrJacksonAnnotation, TestQueryTypes, OverseerTest, SignatureUpdateProcessorFactoryTest, SegmentsInfoRequestHandlerTest, BadCopyFieldTest, TestPullReplicaErrorHandling, TestDocSet, OpenExchangeRatesOrgProviderTest, TestManagedSchema, ScheduledMaintenanceTriggerTest, BlockJoinFacetRandomTest, TestTlogReplica]
   [junit4] Completed [170/904 (1!)] on J2 in 99.95s, 13 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 55045 lines...]