Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20561/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  
org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates

Error Message:
Can not find doc 1 in https://127.0.0.1:35351/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 1 in https://127.0.0.1:35351/solr
        at 
__randomizedtesting.SeedInfo.seed([2CCF3585552FE04F:AA0ECD680A7E36AF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:861)
        at 
org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates(TestTlogReplica.java:664)
        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:<4> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<4> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([2CCF3585552FE04F:30CE4808208A9EDC]: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.testOnlyLeaderIndexes(TestTlogReplica.java:467)
        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 13278 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> 1966737 INFO  
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-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/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_2CCF3585552FE04F-001/init-core-data-001
   [junit4]   2> 1966738 WARN  
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1966738 INFO  
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1966740 INFO  
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-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> 1966741 INFO  
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_2CCF3585552FE04F-001/tempDir-001
   [junit4]   2> 1966741 INFO  
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1966742 INFO  (Thread-4342) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1966742 INFO  (Thread-4342) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1966744 ERROR (Thread-4342) [    ] 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> 1966842 INFO  
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40825
   [junit4]   2> 1966849 INFO  (jetty-launcher-5323-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1966849 INFO  (jetty-launcher-5323-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1966850 INFO  (jetty-launcher-5323-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5bc0a8c9{/solr,null,AVAILABLE}
   [junit4]   2> 1966850 INFO  (jetty-launcher-5323-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2866f4da{/solr,null,AVAILABLE}
   [junit4]   2> 1966852 INFO  (jetty-launcher-5323-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@683d8104{SSL,[ssl, 
http/1.1]}{127.0.0.1:41975}
   [junit4]   2> 1966852 INFO  (jetty-launcher-5323-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@799ab699{SSL,[ssl, 
http/1.1]}{127.0.0.1:35351}
   [junit4]   2> 1966852 INFO  (jetty-launcher-5323-thread-2) [    ] 
o.e.j.s.Server Started @1968090ms
   [junit4]   2> 1966852 INFO  (jetty-launcher-5323-thread-1) [    ] 
o.e.j.s.Server Started @1968090ms
   [junit4]   2> 1966852 INFO  (jetty-launcher-5323-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41975}
   [junit4]   2> 1966852 INFO  (jetty-launcher-5323-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35351}
   [junit4]   2> 1966852 ERROR (jetty-launcher-5323-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1966852 ERROR (jetty-launcher-5323-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1966853 INFO  (jetty-launcher-5323-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1966853 INFO  (jetty-launcher-5323-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1966853 INFO  (jetty-launcher-5323-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1966853 INFO  (jetty-launcher-5323-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1966853 INFO  (jetty-launcher-5323-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1966853 INFO  (jetty-launcher-5323-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1966853 INFO  (jetty-launcher-5323-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-27T17:24:09.924Z
   [junit4]   2> 1966853 INFO  (jetty-launcher-5323-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-27T17:24:09.924Z
   [junit4]   2> 1966856 INFO  (jetty-launcher-5323-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1966860 INFO  (jetty-launcher-5323-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1966864 INFO  (jetty-launcher-5323-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40825/solr
   [junit4]   2> 1966865 INFO  (jetty-launcher-5323-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40825/solr
   [junit4]   2> 1966896 INFO  (jetty-launcher-5323-thread-2) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1966896 INFO  (jetty-launcher-5323-thread-1) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1966896 INFO  (jetty-launcher-5323-thread-2) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41975_solr
   [junit4]   2> 1966896 INFO  (jetty-launcher-5323-thread-1) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35351_solr
   [junit4]   2> 1966896 INFO  (jetty-launcher-5323-thread-2) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.Overseer Overseer 
(id=98732149952610309-127.0.0.1:41975_solr-n_0000000000) starting
   [junit4]   2> 1966897 INFO  
(zkCallback-5334-thread-1-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1966897 INFO  
(zkCallback-5335-thread-1-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1966904 INFO  (jetty-launcher-5323-thread-2) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41975_solr
   [junit4]   2> 1966904 INFO  
(zkCallback-5334-thread-1-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1966905 INFO  
(zkCallback-5335-thread-1-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1966932 INFO  (jetty-launcher-5323-thread-1) 
[n:127.0.0.1:35351_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35351.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@55af1ddb
   [junit4]   2> 1966949 INFO  (jetty-launcher-5323-thread-2) 
[n:127.0.0.1:41975_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41975.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@55af1ddb
   [junit4]   2> 1966949 INFO  (jetty-launcher-5323-thread-1) 
[n:127.0.0.1:35351_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35351.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@55af1ddb
   [junit4]   2> 1966950 INFO  (jetty-launcher-5323-thread-1) 
[n:127.0.0.1:35351_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35351.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@55af1ddb
   [junit4]   2> 1966950 INFO  (jetty-launcher-5323-thread-1) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_2CCF3585552FE04F-001/tempDir-001/node1/.
   [junit4]   2> 1966954 INFO  (jetty-launcher-5323-thread-2) 
[n:127.0.0.1:41975_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41975.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@55af1ddb
   [junit4]   2> 1966954 INFO  (jetty-launcher-5323-thread-2) 
[n:127.0.0.1:41975_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41975.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@55af1ddb
   [junit4]   2> 1966955 INFO  (jetty-launcher-5323-thread-2) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_2CCF3585552FE04F-001/tempDir-001/node2/.
   [junit4]   2> 1966976 INFO  
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1966976 INFO  
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40825/solr ready
   [junit4]   2> 1966977 INFO  
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-worker) [    ] 
o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 1966993 INFO  (qtp1050892156-26447) [n:127.0.0.1:35351_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> 1966994 INFO  (qtp1050892156-26447) [n:127.0.0.1:35351_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} 
status=0 QTime=1
   [junit4]   2> 1967002 INFO  
(TEST-TestTlogReplica.testRemoveLeader-seed#[2CCF3585552FE04F]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRemoveLeader
   [junit4]   2> 1967003 INFO  (qtp1050892156-26457) [n:127.0.0.1:35351_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_remove_leader&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1967004 INFO  
(OverseerThreadFactory-7641-thread-1-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
tlog_replica_test_remove_leader
   [junit4]   2> 1967110 INFO  
(OverseerStateUpdate-98732149952610309-127.0.0.1:41975_solr-n_0000000000) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_remove_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_remove_leader_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35351/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1967112 INFO  
(OverseerStateUpdate-98732149952610309-127.0.0.1:41975_solr-n_0000000000) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_remove_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_remove_leader_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41975/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1967317 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_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_remove_leader_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_remove_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1967318 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1967353 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_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_remove_leader_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_remove_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1967354 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1967459 INFO  
(zkCallback-5335-thread-1-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1967459 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1967459 INFO  
(zkCallback-5335-thread-2-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1967459 INFO  
(zkCallback-5334-thread-1-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1968331 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 1968338 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.s.IndexSchema 
[tlog_replica_test_remove_leader_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 1968341 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1968341 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.CoreContainer 
Creating SolrCore 'tlog_replica_test_remove_leader_shard1_replica_t1' using 
configuration from collection tlog_replica_test_remove_leader, trusted=true
   [junit4]   2> 1968342 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_35351.solr.core.tlog_replica_test_remove_leader.shard1.replica_t1' 
(registry 'solr.core.tlog_replica_test_remove_leader.shard1.replica_t1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55af1ddb
   [junit4]   2> 1968342 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1968342 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.SolrCore 
[[tlog_replica_test_remove_leader_shard1_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_2CCF3585552FE04F-001/tempDir-001/node1/tlog_replica_test_remove_leader_shard1_replica_t1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_2CCF3585552FE04F-001/tempDir-001/node1/./tlog_replica_test_remove_leader_shard1_replica_t1/data/]
   [junit4]   2> 1968363 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 1968368 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.s.IndexSchema 
[tlog_replica_test_remove_leader_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 1968369 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1968370 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.CoreContainer 
Creating SolrCore 'tlog_replica_test_remove_leader_shard1_replica_t2' using 
configuration from collection tlog_replica_test_remove_leader, trusted=true
   [junit4]   2> 1968370 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_41975.solr.core.tlog_replica_test_remove_leader.shard1.replica_t2' 
(registry 'solr.core.tlog_replica_test_remove_leader.shard1.replica_t2') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55af1ddb
   [junit4]   2> 1968370 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1968370 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.SolrCore 
[[tlog_replica_test_remove_leader_shard1_replica_t2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_2CCF3585552FE04F-001/tempDir-001/node2/tlog_replica_test_remove_leader_shard1_replica_t2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_2CCF3585552FE04F-001/tempDir-001/node2/./tlog_replica_test_remove_leader_shard1_replica_t2/data/]
   [junit4]   2> 1968382 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1968382 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1968382 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1968382 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1968383 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@740487e2[tlog_replica_test_remove_leader_shard1_replica_t1] 
main]
   [junit4]   2> 1968384 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1968385 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1968385 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1968385 INFO  
(searcherExecutor-7646-thread-1-processing-n:127.0.0.1:35351_solr 
x:tlog_replica_test_remove_leader_shard1_replica_t1 s:shard1 
c:tlog_replica_test_remove_leader r:core_node3) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.SolrCore 
[tlog_replica_test_remove_leader_shard1_replica_t1] Registered new searcher 
Searcher@740487e2[tlog_replica_test_remove_leader_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1968386 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1579714400964575232
   [junit4]   2> 1968389 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_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> 1968394 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1968394 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1968408 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1968408 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1968408 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@29a7d07e[tlog_replica_test_remove_leader_shard1_replica_t2] 
main]
   [junit4]   2> 1968410 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1968410 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1968410 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1968411 INFO  
(searcherExecutor-7647-thread-1-processing-n:127.0.0.1:41975_solr 
x:tlog_replica_test_remove_leader_shard1_replica_t2 s:shard1 
c:tlog_replica_test_remove_leader r:core_node4) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_remove_leader_shard1_replica_t2] Registered new searcher 
Searcher@29a7d07e[tlog_replica_test_remove_leader_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1968411 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1579714400990789632
   [junit4]   2> 1968490 INFO  
(zkCallback-5334-thread-1-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1968490 INFO  
(zkCallback-5335-thread-1-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1968490 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1968490 INFO  
(zkCallback-5335-thread-2-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1968889 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1968889 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1968889 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:35351/solr/tlog_replica_test_remove_leader_shard1_replica_t1/
   [junit4]   2> 1968890 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.u.PeerSync PeerSync: 
core=tlog_replica_test_remove_leader_shard1_replica_t1 
url=https://127.0.0.1:35351/solr START 
replicas=[https://127.0.0.1:41975/solr/tlog_replica_test_remove_leader_shard1_replica_t2/]
 nUpdates=100
   [junit4]   2> 1968894 INFO  (qtp115708258-26450) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_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> 1969190 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.u.PeerSync PeerSync: 
core=tlog_replica_test_remove_leader_shard1_replica_t1 
url=https://127.0.0.1:35351/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1969191 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1969191 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_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> 1969191 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1969191 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.ZkController 
tlog_replica_test_remove_leader_shard1_replica_t1 stopping background 
replication from leader
   [junit4]   2> 1969196 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:35351/solr/tlog_replica_test_remove_leader_shard1_replica_t1/ 
shard1
   [junit4]   2> 1969300 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1969300 INFO  
(zkCallback-5334-thread-1-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1969300 INFO  
(zkCallback-5335-thread-1-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1969300 INFO  
(zkCallback-5335-thread-2-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1969347 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 1969349 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_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_remove_leader_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_remove_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2031
   [junit4]   2> 1969414 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.ZkController 
tlog_replica_test_remove_leader_shard1_replica_t2 starting background 
replication from leader
   [junit4]   2> 1969414 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 1969417 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.ReplicationHandler 
Poll scheduled at an interval of 3000ms
   [junit4]   2> 1969417 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1969419 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_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_remove_leader_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_remove_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2065
   [junit4]   2> 1969422 INFO  (qtp1050892156-26457) [n:127.0.0.1:35351_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> 1969523 INFO  
(zkCallback-5334-thread-1-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1969523 INFO  
(zkCallback-5335-thread-1-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1969523 INFO  
(zkCallback-5335-thread-2-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1969523 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1970354 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Updated masterUrl to 
https://127.0.0.1:35351/solr/tlog_replica_test_remove_leader_shard1_replica_t1/
   [junit4]   2> 1970357 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1970357 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Master's generation: 1
   [junit4]   2> 1970357 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Master's version: 0
   [junit4]   2> 1970357 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Slave's generation: 1
   [junit4]   2> 1970357 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Slave's version: 0
   [junit4]   2> 1970357 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher New 
index in Master. Deleting mine...
   [junit4]   2> 1970357 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6f7a20f[tlog_replica_test_remove_leader_shard1_replica_t2] 
main]
   [junit4]   2> 1970359 INFO  
(searcherExecutor-7647-thread-1-processing-n:127.0.0.1:41975_solr 
x:tlog_replica_test_remove_leader_shard1_replica_t2 s:shard1 
c:tlog_replica_test_remove_leader r:core_node4) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_remove_leader_shard1_replica_t2] Registered new searcher 
Searcher@6f7a20f[tlog_replica_test_remove_leader_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1970422 INFO  (qtp1050892156-26457) [n:127.0.0.1:35351_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_remove_leader&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2}
 status=0 QTime=3419
   [junit4]   2> 1970431 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:35351/solr/tlog_replica_test_remove_leader_shard1_replica_t1/&wt=javabin&version=2}{add=[1
 (1579714403104718848)]} 0 0
   [junit4]   2> 1970431 INFO  (qtp1050892156-26459) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_remove_leader_shard1_replica_t1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1 (1579714403104718848)]} 0 4
   [junit4]   2> 1970433 INFO  (qtp115708258-26461) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_remove_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:35351/solr/tlog_replica_test_remove_leader_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1970434 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579714403112058880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1970434 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5fe087c4 
commitCommandVersion:1579714403112058880
   [junit4]   2> 1970437 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@c2332bb[tlog_replica_test_remove_leader_shard1_replica_t1] 
main]
   [junit4]   2> 1970438 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1970439 INFO  
(searcherExecutor-7646-thread-1-processing-n:127.0.0.1:35351_solr 
x:tlog_replica_test_remove_leader_shard1_replica_t1 s:shard1 
c:tlog_replica_test_remove_leader r:core_node3) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.SolrCore 
[tlog_replica_test_remove_leader_shard1_replica_t1] Registered new searcher 
Searcher@c2332bb[tlog_replica_test_remove_leader_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 1970439 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_remove_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:35351/solr/tlog_replica_test_remove_leader_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 5
   [junit4]   2> 1970439 INFO  (qtp1050892156-26447) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_remove_leader_shard1_replica_t1]  webapp=/solr path=/update 
params={_stateVer_=tlog_replica_test_remove_leader:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 7
   [junit4]   2> 1970442 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 1970445 INFO  (qtp1050892156-26447) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 1970448 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1970549 INFO  (qtp115708258-26461) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1970650 INFO  (qtp115708258-26452) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1970750 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1970851 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1970952 INFO  (qtp115708258-26461) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1971006 INFO  
(OverseerCollectionConfigSetProcessor-98732149952610309-127.0.0.1:41975_solr-n_0000000000)
 [n:127.0.0.1:41975_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> 1971053 INFO  (qtp115708258-26452) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1971153 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1971254 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1971355 INFO  (qtp115708258-26461) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1971456 INFO  (qtp115708258-26452) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1971557 INFO  (qtp115708258-26452) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1971657 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1971758 INFO  (qtp115708258-26461) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1971859 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1971959 INFO  (qtp115708258-26452) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1972060 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1972161 INFO  (qtp115708258-26461) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1972262 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1972362 INFO  (qtp115708258-26452) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1972463 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1972564 INFO  (qtp115708258-26461) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1972665 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1972765 INFO  (qtp115708258-26452) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1972866 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1972967 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1973068 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1973168 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1973269 INFO  (qtp115708258-26461) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1973355 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1973355 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Master's generation: 2
   [junit4]   2> 1973355 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Master's version: 1506533053505
   [junit4]   2> 1973355 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Slave's generation: 1
   [junit4]   2> 1973355 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Slave's version: 0
   [junit4]   2> 1973355 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Starting replication process
   [junit4]   2> 1973357 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_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> 1973357 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Number of files in latest index in master: 13
   [junit4]   2> 1973358 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@83ef17d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1938a2da)
   [junit4]   2> 1973359 INFO  (qtp1050892156-26462) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_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> 1973361 INFO  (qtp1050892156-26459) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_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> 1973362 INFO  (qtp1050892156-26447) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_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> 1973363 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_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> 1973366 INFO  (qtp1050892156-26462) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_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> 1973367 INFO  (qtp1050892156-26459) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1973368 INFO  (qtp1050892156-26447) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1973368 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1973369 INFO  (qtp1050892156-26462) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_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> 1973369 INFO  (qtp1050892156-26459) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1973370 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1973370 INFO  (qtp1050892156-26447) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_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> 1973371 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_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> 1973371 INFO  (qtp1050892156-26462) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node3 
x:tlog_replica_test_remove_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_remove_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> 1973372 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.h.IndexFetcher Total 
time taken for download (fullCopy=false,bytesDownloaded=2403) : 0 secs (null 
bytes/sec) to MockDirectoryWrapper(RAMDirectory@83ef17d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1938a2da)
   [junit4]   2> 1973373 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1973374 INFO  (indexFetcher-7657-thread-1) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1013e703[tlog_replica_test_remove_leader_shard1_replica_t2] 
main]
   [junit4]   2> 1973375 INFO  
(searcherExecutor-7647-thread-1-processing-n:127.0.0.1:41975_solr 
x:tlog_replica_test_remove_leader_shard1_replica_t2 s:shard1 
c:tlog_replica_test_remove_leader r:core_node4) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_remove_leader_shard1_replica_t2] Registered new searcher 
Searcher@1013e703[tlog_replica_test_remove_leader_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 1973471 INFO  (qtp115708258-26452) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 1973473 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node3&action=DELETEREPLICA&collection=tlog_replica_test_remove_leader&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1973479 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.tlog_replica_test_remove_leader.shard1.replica_t1, tag=null
   [junit4]   2> 1973479 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@33d2864a: rootName = 
solr_35351, domain = 
solr.core.tlog_replica_test_remove_leader.shard1.replica_t1, service url = 
null, agent id = null] for registry 
solr.core.tlog_replica_test_remove_leader.shard1.replica_t1 / 
com.codahale.metrics.MetricRegistry@4fd036d2
   [junit4]   2> 1973495 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr    
] o.a.s.c.ZkController tlog_replica_test_remove_leader_shard1_replica_t1 
stopping background replication from leader
   [junit4]   2> 1973495 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr    
] o.a.s.c.SolrCore [tlog_replica_test_remove_leader_shard1_replica_t1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@2dbab747
   [junit4]   2> 1973495 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.tlog_replica_test_remove_leader.shard1.replica_t1, 
tag=767211335
   [junit4]   2> 1973495 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.tlog_replica_test_remove_leader.shard1.leader, 
tag=767211335
   [junit4]   2> 1973500 INFO  (qtp1050892156-26453) [n:127.0.0.1:35351_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=tlog_replica_test_remove_leader_shard1_replica_t1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=21
   [junit4]   2> 1973501 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1973501 INFO  (zkCallback-5341-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1973501 INFO  
(zkCallback-5334-thread-1-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1973501 INFO  
(zkCallback-5334-thread-3-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1973602 INFO  (qtp1050892156-26449) [n:127.0.0.1:35351_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replica=core_node3&action=DELETEREPLICA&collection=tlog_replica_test_remove_leader&shard=shard1&wt=javabin&version=2}
 status=0 QTime=128
   [junit4]   2> 1973602 INFO  (zkCallback-5341-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1973602 INFO  
(zkCallback-5334-thread-1-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1973603 INFO  
(zkCallback-5334-thread-3-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1975476 INFO  
(OverseerCollectionConfigSetProcessor-98732149952610309-127.0.0.1:41975_solr-n_0000000000)
 [n:127.0.0.1:41975_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1976001 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:41975/solr/tlog_replica_test_remove_leader_shard1_replica_t2/
   [junit4]   2> 1976001 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1976001 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.SyncStrategy 
https://127.0.0.1:41975/solr/tlog_replica_test_remove_leader_shard1_replica_t2/ 
has no replicas
   [junit4]   2> 1976001 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.ZkController 
tlog_replica_test_remove_leader_shard1_replica_t2 stopping background 
replication from leader
   [junit4]   2> 1976002 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext New leader does not have old tlog to replay
   [junit4]   2> 1976004 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:41975/solr/tlog_replica_test_remove_leader_shard1_replica_t2/ 
shard1
   [junit4]   2> 1976005 INFO  (zkCallback-5341-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1976005 INFO  
(zkCallback-5334-thread-3-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1976005 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1976105 INFO  (qtp115708258-26448) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2 (1579714409057484800)]} 0 1
   [junit4]   2> 1976108 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579714409061679104,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1976108 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@74de990 
commitCommandVersion:1579714409061679104
   [junit4]   2> 1976110 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@49ecb7a9[tlog_replica_test_remove_leader_shard1_replica_t2] 
main]
   [junit4]   2> 1976110 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1976111 INFO  
(searcherExecutor-7647-thread-1-processing-n:127.0.0.1:41975_solr 
x:tlog_replica_test_remove_leader_shard1_replica_t2 s:shard1 
c:tlog_replica_test_remove_leader r:core_node4) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_remove_leader_shard1_replica_t2] Registered new searcher 
Searcher@49ecb7a9[tlog_replica_test_remove_leader_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)
 Uninverting(_1(8.0.0):C1)))}
   [junit4]   2> 1976111 INFO  (qtp115708258-26460) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/update 
params={_stateVer_=tlog_replica_test_remove_leader:8&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 1976117 INFO  (qtp115708258-26450) [n:127.0.0.1:41975_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node4 
x:tlog_replica_test_remove_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_remove_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 1976118 INFO  (qtp1050892156-26447) [n:127.0.0.1:35351_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
action=ADDREPLICA&collection=tlog_replica_test_remove_leader&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1976119 INFO  
(OverseerThreadFactory-7641-thread-3-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:35351_solr for creating new replica
   [junit4]   2> 1976120 INFO  
(OverseerStateUpdate-98732149952610309-127.0.0.1:41975_solr-n_0000000000) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"tlog_replica_test_remove_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_remove_leader_shard1_replica_t5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35351/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:35351_solr",
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1976222 INFO  (zkCallback-5341-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1976222 INFO  
(zkCallback-5334-thread-2-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1976222 INFO  
(zkCallback-5334-thread-3-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_remove_leader/state.json] for collection 
[tlog_replica_test_remove_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1976321 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=tlog_replica_test_remove_leader_shard1_replica_t5&action=CREATE&collection=tlog_replica_test_remove_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1976328 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node6 
x:tlog_replica_test_remove_leader_shard1_replica_t5] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 1976336 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node6 
x:tlog_replica_test_remove_leader_shard1_replica_t5] o.a.s.s.IndexSchema 
[tlog_replica_test_remove_leader_shard1_replica_t5] Schema name=minimal
   [junit4]   2> 1976338 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node6 
x:tlog_replica_test_remove_leader_shard1_replica_t5] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1976338 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node6 
x:tlog_replica_test_remove_leader_shard1_replica_t5] o.a.s.c.CoreContainer 
Creating SolrCore 'tlog_replica_test_remove_leader_shard1_replica_t5' using 
configuration from collection tlog_replica_test_remove_leader, trusted=true
   [junit4]   2> 1976339 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node6 
x:tlog_replica_test_remove_leader_shard1_replica_t5] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_35351.solr.core.tlog_replica_test_remove_leader.shard1.replica_t5' 
(registry 'solr.core.tlog_replica_test_remove_leader.shard1.replica_t5') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55af1ddb
   [junit4]   2> 1976339 INFO  (qtp1050892156-26451) [n:127.0.0.1:35351_solr 
c:tlog_replica_test_remove_leader s:shard1 r:core_node6 
x:tlog_replica_test_remove_leader_shard1_replica_t5] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1976339 INFO  (qtp1050892156-2645

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

_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t2 / 
com.codahale.metrics.MetricRegistry@59e265dc
   [junit4]   2> 2066124 WARN  
(zkCallback-5391-thread-1-processing-n:127.0.0.1:41975_solr) 
[n:127.0.0.1:41975_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2066124 INFO  
(zkCallback-5354-thread-3-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2066124 INFO  (jetty-closer-5324-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@ddc309a{/solr,null,UNAVAILABLE}
   [junit4]   2> 2066129 INFO  (coreCloseExecutor-8091-thread-1) 
[n:127.0.0.1:35351_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.leader,
 tag=1936434474
   [junit4]   2> 2066130 INFO  (jetty-closer-5324-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98732149952610318-127.0.0.1:35351_solr-n_0000000003) closing
   [junit4]   2> 2066130 INFO  
(OverseerStateUpdate-98732149952610318-127.0.0.1:35351_solr-n_0000000003) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:35351_solr
   [junit4]   2> 2067632 WARN  
(zkCallback-5354-thread-3-processing-n:127.0.0.1:35351_solr) 
[n:127.0.0.1:35351_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2067632 INFO  (jetty-closer-5324-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@629be64a{/solr,null,UNAVAILABLE}
   [junit4]   2> 2067633 ERROR 
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-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> 2067633 INFO  
(SUITE-TestTlogReplica-seed#[2CCF3585552FE04F]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40825 40825
   [junit4]   2> 2077685 INFO  (Thread-4342) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40825 40825
   [junit4]   2> 2077686 WARN  (Thread-4342) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        23      /solr/configs/conf
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        9       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        36      
/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2>        28      
/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2>        25      
/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2>        25      
/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
   [junit4]   2>        23      
/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2>        23      
/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2>        22      
/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2>        21      
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        6       
/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2>        6       
/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2>        5       
/solr/overseer_elect/election/98732149952610318-127.0.0.1:35351_solr-n_0000000003
   [junit4]   2>        4       
/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/98732149952610318-core_node3-n_0000000000
   [junit4]   2>        3       
/solr/overseer_elect/election/98732149952610309-127.0.0.1:41975_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/98732149952610309-core_node16-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_2CCF3585552FE04F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=zh-TW, timezone=Asia/Jayapura
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=187668992,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SSLMigrationTest, 
TestPHPSerializedResponseWriter, TestRealTimeGet, TestPointFields, 
TestSolrCloudSnapshots, FieldAnalysisRequestHandlerTest, 
OpenExchangeRatesOrgProviderTest, TestFieldCacheSort, OverseerStatusTest, 
TestGeoJSONResponseWriter, TestSolr4Spatial, TestQuerySenderNoQuery, 
TestUseDocValuesAsStored, ZkNodePropsTest, QueryResultKeyTest, 
TestStandardQParsers, ClassificationUpdateProcessorFactoryTest, 
DistribJoinFromCollectionTest, TestSolrConfigHandlerCloud, TestPushWriter, 
TestDeleteCollectionOnDownNodes, TestConfigSetImmutable, 
XmlUpdateRequestHandlerTest, TestDistributedStatsComponentCardinality, 
TestCollectionAPIs, TestCollectionAPI, ExternalFileFieldSortTest, 
TestCorePropertiesReload, SpellingQueryConverterTest, TestCloudNestedDocsSort, 
TestNonDefinedSimilarityFactory, IndexBasedSpellCheckerTest, 
TestPKIAuthenticationPlugin, TestTolerantUpdateProcessorRandomCloud, 
VMParamsZkACLAndCredentialsProvidersTest, SolrMetricManagerTest, 
TestInPlaceUpdatesStandalone, ChaosMonkeyNothingIsSafeTest, TestXmlQParser, 
InfixSuggestersTest, UUIDUpdateProcessorFallbackTest, 
TestSizeLimitedDistributedMap, TestJoin, TestAddFieldRealTimeGet, 
AliasIntegrationTest, TestLMDirichletSimilarityFactory, TestFunctionQuery, 
TestComplexPhraseQParserPlugin, DistributedDebugComponentTest, 
FieldMutatingUpdateProcessorTest, SolrGangliaReporterTest, 
TestReplicaProperties, TestManagedResource, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
TestCollationField, TestCloudSchemaless, NodeMutatorTest, 
TestImplicitCoreProperties, ManagedSchemaRoundRobinCloudTest, 
UninvertDocValuesMergePolicyTest, TestNumericRangeQuery64, TestPrepRecovery, 
TestHighlightDedupGrouping, AnalysisErrorHandlingTest, 
PeerSyncWithIndexFingerprintCachingTest, SpellCheckCollatorTest, 
ZkStateWriterTest, TestBlendedInfixSuggestions, 
TestSerializedLuceneMatchVersion, TestPhraseSuggestions, 
TestLeaderElectionZkExpiry, SolrRequestParserTest, TestReplicationHandler, 
TestRangeQuery, RAMDirectoryFactoryTest, ConfigSetsAPITest, 
TestFilteredDocIdSet, HdfsRestartWhileUpdatingTest, 
CloneFieldUpdateProcessorFactoryTest, TestHighFrequencyDictionaryFactory, 
CursorPagingTest, TestDelegationWithHadoopAuth, QueryElevationComponentTest, 
PeerSyncTest, TestMacros, HighlighterMaxOffsetTest, TestStressLiveNodes, 
TestFieldTypeCollectionResource, TestSearcherReuse, 
DocumentAnalysisRequestHandlerTest, TestRandomDVFaceting, 
SolrShardReporterTest, HdfsNNFailoverTest, MBeansHandlerTest, 
HdfsChaosMonkeyNothingIsSafeTest, SolrIndexConfigTest, TestIBSimilarityFactory, 
UUIDFieldTest, DistributedFacetPivotLargeTest, 
AsyncCallRequestStatusResponseTest, TestOmitPositions, TestSubQueryTransformer, 
CachingDirectoryFactoryTest, SolrCLIZkUtilsTest, 
BigEndianAscendingWordDeserializerTest, TestCloudJSONFacetJoinDomain, 
TestDocSet, BlockJoinFacetRandomTest, TestZkAclsWithHadoopAuth, 
HdfsTlogReplayBufferedWhileIndexingTest, TestLuceneMatchVersion, 
TestDocTermOrds, RecoveryAfterSoftCommitTest, TestTestInjection, 
TestCrossCoreJoin, TestEmbeddedSolrServerAdminHandler, DirectoryFactoryTest, 
TestLazyCores, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, SyncSliceTest, OpenCloseCoreStressTest, 
LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, ZkCLITest, ShardRoutingCustomTest, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
HardAutoCommitTest, SolrCoreTest, SolrCmdDistributorTest, TestSort, 
TestBadConfig, SoftAutoCommitTest, TestMergePolicyConfig, MultiTermTest, 
TestBinaryField, TestElisionMultitermQuery, TestConfig, OutputWriterTest, 
TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, DirectSolrConnectionTest, 
NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, SynonymTokenizerTest, 
TestXIncludeConfig, EchoParamsTest, TestFastWriter, TestFastOutputStream, 
TestFastLRUCache, DOMUtilTest, TestDocumentBuilder, SystemInfoHandlerTest, 
CircularListTest, SolrTestCaseJ4Test, TestSimpleTrackingShardHandler, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CreateCollectionCleanupTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DistributedQueueTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, 
MoveReplicaHDFSUlogDirTest, OverseerCollectionConfigSetProcessorTest, 
OverseerTaskQueueTest, RemoteQueryErrorTest, SaslZkACLProviderTest, 
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, 
SimpleCollectionCreateDeleteTest, TestAuthenticationFramework, 
TestCloudInspectUtil, TestCloudPseudoReturnFields, TestConfigSetsAPI, 
TestRequestStatusCollectionAPI, TestSolrCloudWithKerberosAlt, TestTlogReplica]
   [junit4] Completed [580/733 (1!)] on J0 in 110.97s, 13 tests, 2 failures <<< 
FAILURES!

[...truncated 47153 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to