You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/10/09 18:49:58 UTC

[JENKINS] Lucene-Solr-Tests-7.x - Build # 179 - Still unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/179/

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderElectionContextKeyTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([AF14947B8F741255:2740ABA121887FAD]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.LeaderElectionContextKeyTest.test(LeaderElectionContextKeyTest.java:88)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes

Error Message:
expected:<2> but was:<5>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<5>
	at __randomizedtesting.SeedInfo.seed([AF14947B8F741255:B315E9F6FAD16CC6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestTlogReplica.assertCopyOverOldUpdates(TestTlogReplica.java:909)
	at org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes(TestTlogReplica.java:501)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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 12706 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> 2838149 INFO  (SUITE-TestTlogReplica-seed#[AF14947B8F741255]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_AF14947B8F741255-001/init-core-data-001
   [junit4]   2> 2838150 WARN  (SUITE-TestTlogReplica-seed#[AF14947B8F741255]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2838159 INFO  (SUITE-TestTlogReplica-seed#[AF14947B8F741255]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2838160 INFO  (SUITE-TestTlogReplica-seed#[AF14947B8F741255]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2838160 INFO  (SUITE-TestTlogReplica-seed#[AF14947B8F741255]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_AF14947B8F741255-001/tempDir-001
   [junit4]   2> 2838161 INFO  (SUITE-TestTlogReplica-seed#[AF14947B8F741255]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2838168 INFO  (Thread-1775) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2838168 INFO  (Thread-1775) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2838252 ERROR (Thread-1775) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2838276 INFO  (SUITE-TestTlogReplica-seed#[AF14947B8F741255]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:33469
   [junit4]   2> 2838410 INFO  (jetty-launcher-2058-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2838410 INFO  (jetty-launcher-2058-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2838483 INFO  (jetty-launcher-2058-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ed93c63{/solr,null,AVAILABLE}
   [junit4]   2> 2838516 INFO  (jetty-launcher-2058-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@583c73cd{/solr,null,AVAILABLE}
   [junit4]   2> 2838517 INFO  (jetty-launcher-2058-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4c57cddd{SSL,[ssl, http/1.1]}{127.0.0.1:37236}
   [junit4]   2> 2838517 INFO  (jetty-launcher-2058-thread-1) [    ] o.e.j.s.Server Started @2849692ms
   [junit4]   2> 2838517 INFO  (jetty-launcher-2058-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37236}
   [junit4]   2> 2838517 ERROR (jetty-launcher-2058-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2838517 INFO  (jetty-launcher-2058-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 2838517 INFO  (jetty-launcher-2058-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2838518 INFO  (jetty-launcher-2058-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2838518 INFO  (jetty-launcher-2058-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-09T16:50:18.308Z
   [junit4]   2> 2838536 INFO  (jetty-launcher-2058-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23f68a73{SSL,[ssl, http/1.1]}{127.0.0.1:39873}
   [junit4]   2> 2838536 INFO  (jetty-launcher-2058-thread-2) [    ] o.e.j.s.Server Started @2849711ms
   [junit4]   2> 2838536 INFO  (jetty-launcher-2058-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39873}
   [junit4]   2> 2838537 ERROR (jetty-launcher-2058-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2838537 INFO  (jetty-launcher-2058-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 2838537 INFO  (jetty-launcher-2058-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2838537 INFO  (jetty-launcher-2058-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2838537 INFO  (jetty-launcher-2058-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-09T16:50:18.327Z
   [junit4]   2> 2838573 INFO  (jetty-launcher-2058-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2838683 INFO  (jetty-launcher-2058-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2838711 INFO  (jetty-launcher-2058-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33469/solr
   [junit4]   2> 2838748 INFO  (jetty-launcher-2058-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33469/solr
   [junit4]   2> 2838847 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15f020b55010003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2838919 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15f020b55010004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2839086 INFO  (jetty-launcher-2058-thread-1) [n:127.0.0.1:37236_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2839086 INFO  (jetty-launcher-2058-thread-1) [n:127.0.0.1:37236_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37236_solr
   [junit4]   2> 2839086 INFO  (jetty-launcher-2058-thread-1) [n:127.0.0.1:37236_solr    ] o.a.s.c.Overseer Overseer (id=98799964519464966-127.0.0.1:37236_solr-n_0000000000) starting
   [junit4]   2> 2839178 INFO  (jetty-launcher-2058-thread-1) [n:127.0.0.1:37236_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37236_solr
   [junit4]   2> 2839215 INFO  (zkCallback-2070-thread-1-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2839450 INFO  (jetty-launcher-2058-thread-2) [n:127.0.0.1:39873_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2839469 INFO  (jetty-launcher-2058-thread-2) [n:127.0.0.1:39873_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2839487 INFO  (jetty-launcher-2058-thread-2) [n:127.0.0.1:39873_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39873_solr
   [junit4]   2> 2839504 INFO  (zkCallback-2070-thread-1-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2839520 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2839892 INFO  (jetty-launcher-2058-thread-2) [n:127.0.0.1:39873_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39873.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@372d21ee
   [junit4]   2> 2839948 INFO  (jetty-launcher-2058-thread-2) [n:127.0.0.1:39873_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39873.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@372d21ee
   [junit4]   2> 2839948 INFO  (jetty-launcher-2058-thread-2) [n:127.0.0.1:39873_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39873.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@372d21ee
   [junit4]   2> 2839949 INFO  (jetty-launcher-2058-thread-2) [n:127.0.0.1:39873_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_AF14947B8F741255-001/tempDir-001/node2/.
   [junit4]   2> 2840144 INFO  (jetty-launcher-2058-thread-1) [n:127.0.0.1:37236_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37236.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@372d21ee
   [junit4]   2> 2840262 INFO  (jetty-launcher-2058-thread-1) [n:127.0.0.1:37236_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37236.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@372d21ee
   [junit4]   2> 2840262 INFO  (jetty-launcher-2058-thread-1) [n:127.0.0.1:37236_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37236.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@372d21ee
   [junit4]   2> 2840263 INFO  (jetty-launcher-2058-thread-1) [n:127.0.0.1:37236_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_AF14947B8F741255-001/tempDir-001/node1/.
   [junit4]   2> 2840605 INFO  (SUITE-TestTlogReplica-seed#[AF14947B8F741255]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2840605 INFO  (SUITE-TestTlogReplica-seed#[AF14947B8F741255]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33469/solr ready
   [junit4]   2> 2840607 INFO  (SUITE-TestTlogReplica-seed#[AF14947B8F741255]-worker) [    ] o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 2840889 INFO  (qtp1141788759-10703) [n:127.0.0.1:37236_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> 2840946 INFO  (qtp1141788759-10703) [n:127.0.0.1:37236_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=56
   [junit4]   2> 2841061 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testKillLeader
   [junit4]   2> 2841063 INFO  (qtp1141788759-10704) [n:127.0.0.1:37236_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=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> 2841112 INFO  (OverseerThreadFactory-3614-thread-1-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] o.a.s.c.CreateCollectionCmd Create collection tlog_replica_test_kill_leader
   [junit4]   2> 2841244 INFO  (OverseerStateUpdate-98799964519464966-127.0.0.1:37236_solr-n_0000000000) [n:127.0.0.1:37236_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:37236/solr",
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2841315 INFO  (OverseerStateUpdate-98799964519464966-127.0.0.1:37236_solr-n_0000000000) [n:127.0.0.1:37236_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:39873/solr",
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2841807 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_solr    ] 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> 2841807 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2841990 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_solr    ] 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> 2841990 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2842047 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2842047 INFO  (zkCallback-2070-thread-2-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2842047 INFO  (zkCallback-2070-thread-1-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2842452 INFO  (zkCallback-2070-thread-1-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2842452 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2842452 INFO  (zkCallback-2070-thread-2-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2842465 INFO  (zkCallback-2069-thread-2-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2843123 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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: 7.1.0
   [junit4]   2> 2843162 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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 [tlog_replica_test_kill_leader_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 2843181 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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> 2843181 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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 collection tlog_replica_test_kill_leader, trusted=true
   [junit4]   2> 2843181 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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_37236.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@372d21ee
   [junit4]   2> 2843182 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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 solr.RecoveryStrategy.Builder
   [junit4]   2> 2843182 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_AF14947B8F741255-001/tempDir-001/node1/tlog_replica_test_kill_leader_shard1_replica_t1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_AF14947B8F741255-001/tempDir-001/node1/./tlog_replica_test_kill_leader_shard1_replica_t1/data/]
   [junit4]   2> 2843418 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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: 7.1.0
   [junit4]   2> 2843456 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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 [tlog_replica_test_kill_leader_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 2843529 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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> 2843529 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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 collection tlog_replica_test_kill_leader, trusted=true
   [junit4]   2> 2843562 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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_39873.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@372d21ee
   [junit4]   2> 2843562 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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 solr.RecoveryStrategy.Builder
   [junit4]   2> 2843562 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_AF14947B8F741255-001/tempDir-001/node2/tlog_replica_test_kill_leader_shard1_replica_t2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_AF14947B8F741255-001/tempDir-001/node2/./tlog_replica_test_kill_leader_shard1_replica_t2/data/]
   [junit4]   2> 2843661 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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> 2843661 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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> 2843662 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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> 2843662 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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> 2843681 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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@3c11d8d4[tlog_replica_test_kill_leader_shard1_replica_t1] main]
   [junit4]   2> 2843682 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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> 2843682 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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> 2843682 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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> 2843697 INFO  (searcherExecutor-3619-thread-1-processing-n:127.0.0.1:37236_solr x:tlog_replica_test_kill_leader_shard1_replica_t1 s:shard1 c:tlog_replica_test_kill_leader r:core_node3) [n:127.0.0.1:37236_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@3c11d8d4[tlog_replica_test_kill_leader_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2843697 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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 1580799438080704512
   [junit4]   2> 2843773 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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 Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2843908 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2843908 INFO  (zkCallback-2069-thread-2-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2843908 INFO  (zkCallback-2070-thread-2-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2843908 INFO  (zkCallback-2070-thread-1-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2844034 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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> 2844034 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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> 2844035 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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> 2844035 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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> 2844036 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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@325284ec[tlog_replica_test_kill_leader_shard1_replica_t2] main]
   [junit4]   2> 2844046 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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> 2844046 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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> 2844047 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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> 2844047 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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 1580799438447706112
   [junit4]   2> 2844055 INFO  (searcherExecutor-3621-thread-1-processing-n:127.0.0.1:39873_solr x:tlog_replica_test_kill_leader_shard1_replica_t2 s:shard1 c:tlog_replica_test_kill_leader r:core_node4) [n:127.0.0.1:39873_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@325284ec[tlog_replica_test_kill_leader_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2844282 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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 Enough replicas found to continue.
   [junit4]   2> 2844282 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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> 2844282 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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:37236/solr/tlog_replica_test_kill_leader_shard1_replica_t1/
   [junit4]   2> 2844282 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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.PeerSync PeerSync: core=tlog_replica_test_kill_leader_shard1_replica_t1 url=https://127.0.0.1:37236/solr START replicas=[https://127.0.0.1:39873/solr/tlog_replica_test_kill_leader_shard1_replica_t2/] nUpdates=100
   [junit4]   2> 2844321 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2844611 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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.PeerSync PeerSync: core=tlog_replica_test_kill_leader_shard1_replica_t1 url=https://127.0.0.1:37236/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2844611 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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 Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2844611 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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 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> 2844611 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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 Found all replicas participating in election, clear LIR
   [junit4]   2> 2844631 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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> 2844633 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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:37236/solr/tlog_replica_test_kill_leader_shard1_replica_t1/ shard1
   [junit4]   2> 2844749 INFO  (zkCallback-2070-thread-1-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2844749 INFO  (zkCallback-2070-thread-2-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2844765 INFO  (zkCallback-2069-thread-2-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2844765 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2844794 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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 I am the leader, no recovery necessary
   [junit4]   2> 2844850 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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.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=3043
   [junit4]   2> 2844932 INFO  (zkCallback-2070-thread-1-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2844932 INFO  (zkCallback-2070-thread-2-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2844932 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2844932 INFO  (zkCallback-2069-thread-2-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2845072 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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 starting background replication from leader
   [junit4]   2> 2845072 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 2845086 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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 Poll scheduled at an interval of 3000ms
   [junit4]   2> 2845086 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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> 2845087 INFO  (qtp1255497055-10694) [n:127.0.0.1:39873_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.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=3096
   [junit4]   2> 2845116 INFO  (qtp1141788759-10704) [n:127.0.0.1:37236_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2845189 INFO  (OverseerCollectionConfigSetProcessor-98799964519464966-127.0.0.1:37236_solr-n_0000000000) [n:127.0.0.1:37236_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> 2845204 INFO  (zkCallback-2070-thread-1-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2845204 INFO  (zkCallback-2070-thread-2-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2845216 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2845216 INFO  (zkCallback-2069-thread-2-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2846118 INFO  (qtp1141788759-10704) [n:127.0.0.1:37236_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=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=5055
   [junit4]   2> 2846194 INFO  (qtp1255497055-10689) [n:127.0.0.1:39873_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={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:37236/solr/tlog_replica_test_kill_leader_shard1_replica_t1/&wt=javabin&version=2}{add=[1 (1580799440681172992)]} 0 0
   [junit4]   2> 2846195 INFO  (qtp1141788759-10705) [n:127.0.0.1:37236_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={wt=javabin&version=2}{add=[1 (1580799440681172992)]} 0 17
   [junit4]   2> 2846302 INFO  (qtp1255497055-10692) [n:127.0.0.1:39873_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={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37236/solr/tlog_replica_test_kill_leader_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2846311 INFO  (qtp1141788759-10702) [n:127.0.0.1:37236_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.DirectUpdateHandler2 start commit{_version_=1580799440821682176,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2846311 INFO  (qtp1141788759-10702) [n:127.0.0.1:37236_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.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2341e01d commitCommandVersion:1580799440821682176
   [junit4]   2> 2846333 INFO  (qtp1141788759-10702) [n:127.0.0.1:37236_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@5306f919[tlog_replica_test_kill_leader_shard1_replica_t1] main]
   [junit4]   2> 2846375 INFO  (searcherExecutor-3619-thread-1-processing-n:127.0.0.1:37236_solr x:tlog_replica_test_kill_leader_shard1_replica_t1 s:shard1 c:tlog_replica_test_kill_leader r:core_node3) [n:127.0.0.1:37236_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@5306f919[tlog_replica_test_kill_leader_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))}
   [junit4]   2> 2846477 INFO  (qtp1141788759-10702) [n:127.0.0.1:37236_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.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2846477 INFO  (qtp1141788759-10702) [n:127.0.0.1:37236_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:37236/solr/tlog_replica_test_kill_leader_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 165
   [junit4]   2> 2846513 INFO  (qtp1141788759-10703) [n:127.0.0.1:37236_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={_stateVer_=tlog_replica_test_kill_leader:7&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 318
   [junit4]   2> 2846587 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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> 2846608 INFO  (qtp1141788759-10698) [n:127.0.0.1:37236_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> 2846624 INFO  (qtp1255497055-10692) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2846733 INFO  (qtp1255497055-10692) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2846842 INFO  (qtp1255497055-10692) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2846952 INFO  (qtp1255497055-10692) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2847062 INFO  (qtp1255497055-10692) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2847174 INFO  (qtp1255497055-10690) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2847295 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2847399 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2847509 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2847619 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2847729 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2847838 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2847948 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2847992 INFO  (indexFetcher-3630-thread-1) [n:127.0.0.1:39873_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.IndexFetcher Updated masterUrl to https://127.0.0.1:37236/solr/tlog_replica_test_kill_leader_shard1_replica_t1/
   [junit4]   2> 2847995 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2848009 INFO  (indexFetcher-3630-thread-1) [n:127.0.0.1:39873_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.IndexFetcher Master's generation: 2
   [junit4]   2> 2848009 INFO  (indexFetcher-3630-thread-1) [n:127.0.0.1:39873_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.IndexFetcher Master's version: 1507567826101
   [junit4]   2> 2848009 INFO  (indexFetcher-3630-thread-1) [n:127.0.0.1:39873_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.IndexFetcher Slave's generation: 1
   [junit4]   2> 2848009 INFO  (indexFetcher-3630-thread-1) [n:127.0.0.1:39873_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.IndexFetcher Slave's version: 0
   [junit4]   2> 2848009 INFO  (indexFetcher-3630-thread-1) [n:127.0.0.1:39873_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.IndexFetcher Starting replication process
   [junit4]   2> 2848013 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=0
   [junit4]   2> 2848013 INFO  (indexFetcher-3630-thread-1) [n:127.0.0.1:39873_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.IndexFetcher Number of files in latest index in master: 19
   [junit4]   2> 2848015 INFO  (indexFetcher-3630-thread-1) [n:127.0.0.1:39873_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.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@53d998d1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6ba0edcf)
   [junit4]   2> 2848016 INFO  (qtp1141788759-10702) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848029 INFO  (qtp1141788759-10703) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848060 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2848069 INFO  (qtp1141788759-10704) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848088 INFO  (qtp1141788759-10704) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848089 INFO  (qtp1141788759-10699) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848102 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848103 INFO  (qtp1141788759-10702) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848104 INFO  (qtp1141788759-10703) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.tio&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848105 INFO  (qtp1141788759-10705) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848106 INFO  (qtp1141788759-10704) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848124 INFO  (qtp1141788759-10699) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848125 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.tipo&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848139 INFO  (qtp1141788759-10702) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_Asserting_0.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848160 INFO  (qtp1141788759-10702) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_Memory_0.mdvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848330 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2848379 INFO  (qtp1141788759-10705) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_Memory_0.mdvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848380 INFO  (qtp1141788759-10705) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0_Asserting_0.dvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848381 INFO  (qtp1141788759-10699) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848382 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848396 INFO  (qtp1141788759-10701) [n:127.0.0.1:37236_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=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2848396 INFO  (indexFetcher-3630-thread-1) [n:127.0.0.1:39873_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.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=3091) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@53d998d1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6ba0edcf)
   [junit4]   2> 2848440 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2848505 INFO  (indexFetcher-3630-thread-1) [n:127.0.0.1:39873_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.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2848544 INFO  (indexFetcher-3630-thread-1) [n:127.0.0.1:39873_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@547f2cd6[tlog_replica_test_kill_leader_shard1_replica_t2] main]
   [junit4]   2> 2848550 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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=0 status=0 QTime=0
   [junit4]   2> 2848559 INFO  (searcherExecutor-3621-thread-1-processing-n:127.0.0.1:39873_solr x:tlog_replica_test_kill_leader_shard1_replica_t2 s:shard1 c:tlog_replica_test_kill_leader r:core_node4) [n:127.0.0.1:39873_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@547f2cd6[tlog_replica_test_kill_leader_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))}
   [junit4]   2> 2848661 INFO  (qtp1255497055-10696) [n:127.0.0.1:39873_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> 2848681 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.c.ChaosMonkey monkey: kill jetty! 37236
   [junit4]   2> 2848708 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4c57cddd{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2848835 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1801789870
   [junit4]   2> 2848854 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2848862 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@548ea022: rootName = solr_37236, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4a221dee
   [junit4]   2> 2848885 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2848885 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b5154dc: rootName = solr_37236, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3276e242
   [junit4]   2> 2848922 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2848922 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cdc7103: rootName = solr_37236, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@751a40cc
   [junit4]   2> 2848956 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2848967 INFO  (zkCallback-2076-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> 2849066 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2849066 INFO  (zkCallback-2069-thread-2-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2849085 INFO  (coreCloseExecutor-3632-thread-1) [n:127.0.0.1:37236_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]  CLOSING SolrCore org.apache.solr.core.SolrCore@480fb991
   [junit4]   2> 2849085 INFO  (coreCloseExecutor-3632-thread-1) [n:127.0.0.1:37236_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.SolrMetricManager Closing metric reporters for registry=solr.core.tlog_replica_test_kill_leader.shard1.replica_t1, tag=1208990097
   [junit4]   2> 2849085 INFO  (coreCloseExecutor-3632-thread-1) [n:127.0.0.1:37236_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 Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@125ae017: rootName = solr_37236, domain = solr.core.tlog_replica_test_kill_leader.shard1.replica_t1, service url = null, agent id = null] for registry solr.core.tlog_replica_test_kill_leader.shard1.replica_t1 / com.codahale.metrics.MetricRegistry@2b4540aa
   [junit4]   2> 2849104 INFO  (coreCloseExecutor-3632-thread-1) [n:127.0.0.1:37236_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.SolrMetricManager Closing metric reporters for registry=solr.collection.tlog_replica_test_kill_leader.shard1.leader, tag=1208990097
   [junit4]   2> 2849113 INFO  (zkCallback-2070-thread-2-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2849113 INFO  (zkCallback-2070-thread-3-processing-n:127.0.0.1:37236_solr) [n:127.0.0.1:37236_solr    ] 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> 2849605 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.c.Overseer Overseer (id=98799964519464966-127.0.0.1:37236_solr-n_0000000000) closing
   [junit4]   2> 2849609 INFO  (OverseerStateUpdate-98799964519464966-127.0.0.1:37236_solr-n_0000000000) [n:127.0.0.1:37236_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37236_solr
   [junit4]   2> 2849638 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15f020b55010006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2849639 INFO  (zkCallback-2069-thread-2-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2849641 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_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> 2849658 INFO  (zkCallback-2069-thread-3-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39873_solr
   [junit4]   2> 2849658 INFO  (zkCallback-2076-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2849660 INFO  (zkCallback-2069-thread-3-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] o.a.s.c.Overseer Overseer (id=98799964519464965-127.0.0.1:39873_solr-n_0000000001) starting
   [junit4]   2> 2849678 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@583c73cd{/solr,null,UNAVAILABLE}
   [junit4]   2> 2849679 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 37236
   [junit4]   2> 2849721 INFO  (zkCallback-2076-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> 2849751 INFO  (zkCallback-2069-thread-3-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2849755 INFO  (zkCallback-2069-thread-2-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2852174 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_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:39873/solr/tlog_replica_test_kill_leader_shard1_replica_t2/
   [junit4]   2> 2852174 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_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 Success - now sync replicas to me
   [junit4]   2> 2852174 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_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 https://127.0.0.1:39873/solr/tlog_replica_test_kill_leader_shard1_replica_t2/ has no replicas
   [junit4]   2> 2852174 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_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> 2852191 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_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 New leader does not have old tlog to replay
   [junit4]   2> 2852192 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_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:39873/solr/tlog_replica_test_kill_leader_shard1_replica_t2/ shard1
   [junit4]   2> 2852193 INFO  (zkCallback-2076-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> 2852193 INFO  (zkCallback-2069-thread-1-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2852193 INFO  (zkCallback-2069-thread-2-processing-n:127.0.0.1:39873_solr) [n:127.0.0.1:39873_solr    ] 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> 2852282 INFO  (qtp1255497055-10689) [n:127.0.0.1:39873_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=[2 (1580799447080632320)]} 0 1
   [junit4]   2> 2852301 INFO  (qtp1255497055-10689) [n:127.0.0.1:39873_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_=1580799447102652416,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2852301 INFO  (qtp1255497055-10689) [n:127.0.0.1:39873_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@43718424 commitCommandVersion:1580799447102652416
   [junit4]   2> 2852304 INFO  (qtp1255497055-10689) [n:127.0.0.1:39873_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@355e00db[tlog_replica_test_kill_leader_shard1_replica_t2] main]
   [junit4]   2> 2852318 INFO  (qtp1255497055-10689) [n:127.0.0.1:39873_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> 2852319 INFO  (searcherExecutor-3621-thread-1-processing-n:127.0.0.1:39873_solr x:tlog_replica_test_kill_leader_shard1_replica_t2 s:shard1 c:tlog_replica_test_kill_leader r:core_node4) [n:127.0.0.1:39873_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@355e00db[tlog_replica_test_kill_leader_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1) Uninverting(_1(7.1.0):C1)))}
   [junit4]   2> 2852319 INFO  (qtp1255497055-10689) [n:127.0.0.1:39873_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:10&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 18
   [junit4]   2> 2852335 INFO  (qtp1255497055-10695) [n:127.0.0.1:39873_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=2 status=0 QTime=0
   [junit4]   2> 2852349 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.c.ChaosMonkey monkey: starting jetty! 37236
   [junit4]   2> 2852350 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2852443 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5fdff3ef{/solr,null,AVAILABLE}
   [junit4]   2> 2852458 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@35439721{SSL,[ssl, http/1.1]}{127.0.0.1:37236}
   [junit4]   2> 2852459 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.e.j.s.Server Started @2863633ms
   [junit4]   2> 2852459 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37236}
   [junit4]   2> 2852459 ERROR (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2852481 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 2852481 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2852481 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2852481 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-09T16:50:32.271Z
   [junit4]   2> 2852556 INFO  (TEST-TestTlogReplica.testKillLeader-seed#[AF14947B8F741255]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2852650 INFO  (TEST-

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

llection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testCollection2.shard1.replica_n1, tag=2124189092
   [junit4]   2> 4600852 INFO  (coreCloseExecutor-6767-thread-2) [n:127.0.0.1:40108_solr c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@61c34a0f: rootName = solr_40108, domain = solr.core.testCollection2.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testCollection2.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@480dac81
   [junit4]   2> 4600909 INFO  (coreCloseExecutor-6767-thread-2) [n:127.0.0.1:40108_solr c:testCollection2 s:shard1 r:core_node2 x:testCollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testCollection2.shard1.leader, tag=2124189092
   [junit4]   2> 4600931 INFO  (coreCloseExecutor-6767-thread-1) [n:127.0.0.1:40108_solr c:testCollection1 s:shard1 r:core_node3 x:testCollection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testCollection1.shard1.leader, tag=2003164208
   [junit4]   2> 4600943 INFO  (coreCloseExecutor-6767-thread-3) [n:127.0.0.1:40108_solr c:testCollection2 s:shard2 r:core_node4 x:testCollection2_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testCollection2.shard2.leader, tag=626286253
   [junit4]   2> 4601069 INFO  (zkCallback-2829-thread-1-processing-n:127.0.0.1:40108_solr) [n:127.0.0.1:40108_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection1/state.json] for collection [testCollection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4601070 INFO  (zkCallback-2829-thread-2-processing-n:127.0.0.1:40108_solr) [n:127.0.0.1:40108_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection1/state.json] for collection [testCollection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4601070 INFO  (zkCallback-2829-thread-2-processing-n:127.0.0.1:40108_solr) [n:127.0.0.1:40108_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection2/state.json] for collection [testCollection2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4601070 INFO  (zkCallback-2829-thread-1-processing-n:127.0.0.1:40108_solr) [n:127.0.0.1:40108_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCollection2/state.json] for collection [testCollection2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4601126 INFO  (jetty-closer-2823-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98800079365668867-127.0.0.1:40108_solr-n_0000000000) closing
   [junit4]   2> 4601126 INFO  (OverseerStateUpdate-98800079365668867-127.0.0.1:40108_solr-n_0000000000) [n:127.0.0.1:40108_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40108_solr
   [junit4]   2> 4602715 WARN  (zkCallback-2829-thread-2-processing-n:127.0.0.1:40108_solr) [n:127.0.0.1:40108_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 4602716 INFO  (jetty-closer-2823-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1336f208{/solr,null,UNAVAILABLE}
   [junit4]   2> 4602738 ERROR (SUITE-LeaderElectionContextKeyTest-seed#[AF14947B8F741255]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4602740 INFO  (SUITE-LeaderElectionContextKeyTest-seed#[AF14947B8F741255]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33260 33260
   [junit4]   2> 4602848 INFO  (Thread-3166) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33260 33260
   [junit4]   2> 4602859 WARN  (Thread-3166) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections/testCollection1/state.json
   [junit4]   2> 	6	/solr/collections/testCollection2/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderElectionContextKeyTest_AF14947B8F741255-001
   [junit4]   2> Oct 09, 2017 5:19:42 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(Lucene70): {}, docValues:{}, maxPointsInLeafNode=554, maxMBSortInHeap=7.5054157594164925, sim=RandomSimilarity(queryNorm=false): {}, locale=sr, timezone=Asia/Sakhalin
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=251716720,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestClassicSimilarityFactory, TestCustomStream, TestSolrConfigHandler, TestConfigSetProperties, CleanupOldIndexTest, TestDistributedMissingSort, ConnectionReuseTest, TestReloadAndDeleteDocs, TestGraphTermsQParserPlugin, FastVectorHighlighterTest, RegexBoostProcessorTest, DistributedFacetPivotWhiteBoxTest, TestClusterProperties, TestPerFieldSimilarityWithDefaultOverride, ChaosMonkeyNothingIsSafeWithPullReplicasTest, FullHLLTest, ChangedSchemaMergeTest, TestStressCloudBlindAtomicUpdates, TestOnReconnectListenerSupport, LeaderElectionTest, TestLegacyFieldCache, TestMinMaxOnMultiValuedField, ConfigureRecoveryStrategyTest, ShardSplitTest, TestFileDictionaryLookup, CursorMarkTest, SolrSlf4jReporterTest, HdfsChaosMonkeySafeLeaderTest, TestNamedUpdateProcessors, QueryEqualityTest, BaseCdcrDistributedZkTest, MetricsConfigTest, TestFieldCache, TestAnalyzedSuggestions, SuggesterFSTTest, TestNumericTokenStream, TestSolrCoreSnapshots, TestLMJelinekMercerSimilarityFactory, TestDFRSimilarityFactory, PreAnalyzedFieldManagedSchemaCloudTest, TestUseDocValuesAsStored2, TestXmlQParserPlugin, TestLocalFSCloudBackupRestore, CircularListTest, AtomicUpdateProcessorFactoryTest, TestGroupingSearch, TlogReplayBufferedWhileIndexingTest, RankQueryTest, RollingRestartTest, ClusterStateTest, TestRebalanceLeaders, ConnectionManagerTest, SolrCoreCheckLockOnStartupTest, TestCodecSupport, TestCustomSort, BlockCacheTest, TestFieldCollectionResource, TestTrie, SolrIndexMetricsTest, TestMultiValuedNumericRangeQuery, TestLFUCache, TestClusterStateMutator, UtilsToolTest, DeleteReplicaTest, TestPseudoReturnFields, TestCryptoKeys, PolyFieldTest, TestStressUserVersions, TestReversedWildcardFilterFactory, SortByFunctionTest, TestCollapseQParserPlugin, WrapperMergePolicyFactoryTest, PreAnalyzedFieldTest, TestJsonRequest, RequiredFieldsTest, TestLeaderElectionWithEmptyReplica, OverseerTest, TestSolrConfigHandlerConcurrent, ReturnFieldsTest, TestConfigsApi, PeerSyncReplicationTest, BasicDistributedZk2Test, TestBulkSchemaConcurrent, TestLegacyNumericRangeQueryBuilder, LeaderFailoverAfterPartitionTest, TestSchemaSimilarityResource, PreAnalyzedUpdateProcessorTest, TestGraphMLResponseWriter, TestTlogReplica, MultiThreadedOCPTest, BlockJoinFacetSimpleTest, SignatureUpdateProcessorFactoryTest, SimpleCollectionCreateDeleteTest, AssignBackwardCompatibilityTest, URLClassifyProcessorTest, TestTolerantSearch, TermsComponentTest, TestQuerySenderListener, XsltUpdateRequestHandlerTest, TestReload, ZkFailoverTest, SparseHLLTest, UnloadDistributedZkTest, CollectionStateFormat2Test, TestLRUStatsCache, MoveReplicaHDFSTest, TestFastWriter, TestUnifiedSolrHighlighter, ReplicaListTransformerTest, TestJmxIntegration, JSONWriterTest, BJQParserTest, DocValuesMissingTest, DocExpirationUpdateProcessorFactoryTest, TestSolrCoreProperties, DistributedFacetPivotLongTailTest, HdfsRecoverLeaseTest, MinimalSchemaTest, TestDistributedSearch, DistributedSpellCheckComponentTest, TestJoin, TestRangeQuery, PeerSyncTest, DirectUpdateHandlerTest, TestIndexSearcher, SolrIndexSplitterTest, TestExtendedDismaxParser, SuggesterTSTTest, SuggesterTest, SuggesterWFSTTest, NoCacheHeaderTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, DebugComponentTest, DisMaxRequestHandlerTest, TestWriterPerf, TestOmitPositions, DocumentBuilderTest, LoggingHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, SearchHandlerTest, HighlighterConfigTest, AlternateDirectoryTest, TestSolrIndexConfig, BadComponentTest, TestBinaryField, TestFuzzyAnalyzedSuggestions, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, TestPerFieldSimilarity, ResourceLoaderTest, TestFastLRUCache, TestSuggestSpellingConverter, DateFieldTest, TestRTGBase, TestCrossCoreJoin, TestLuceneIndexBackCompat, AssignTest, ConcurrentDeleteAndCreateCollectionTest, CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteNodeTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, LeaderElectionContextKeyTest]
   [junit4] Completed [524/734 (2!)] on J2 in 12.97s, 1 test, 1 failure <<< FAILURES!

[...truncated 47667 lines...]