Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/3368/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Timeout occurred while waiting response from server at: 
https://127.0.0.1:33213/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: https://127.0.0.1:33213/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:686)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
        at 
org.apache.solr.cloud.TestTlogReplica.tearDown(TestTlogReplica.java:124)
        at jdk.internal.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
        at 
java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
        at 
java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1132)
        at 
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:828)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:565)
        ... 45 more


FAILED:  
org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests

Error Message:
No live SolrServers available to handle this 
request:[https://127.0.0.1:46611/solr/testAsyncOperations]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[https://127.0.0.1:46611/solr/testAsyncOperations]
        at 
__randomizedtesting.SeedInfo.seed([C85FEF6E4C58887A:2C1BD3D9EAF0C6A5]:0)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
        at 
org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests(CollectionsAPIAsyncDistributedZkTest.java:155)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:835)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:46611/solr/testAsyncOperations: no servers 
hosting shard: shard2
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:675)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        ... 44 more




Build Log:
[...truncated 14746 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> 304654 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 304654 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 304655 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.TestTlogReplica_C85FEF6E4C58887A-001/data-dir-27-001
   [junit4]   2> 304655 WARN  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 304656 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 304657 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 304659 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.TestTlogReplica_C85FEF6E4C58887A-001/tempDir-001
   [junit4]   2> 304660 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 304666 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 304666 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 304766 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 42139
   [junit4]   2> 304766 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42139
   [junit4]   2> 304766 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42139
   [junit4]   2> 304766 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42139
   [junit4]   2> 304817 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 304848 INFO  (zkConnectionManagerCallback-2720-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 304848 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 304871 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 304924 INFO  (zkConnectionManagerCallback-2722-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 304924 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 304932 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 304972 INFO  (zkConnectionManagerCallback-2724-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 304972 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 305164 WARN  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 305164 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 305164 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 305164 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 305170 WARN  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 305170 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 305170 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 305170 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 305197 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 305197 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 305197 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 305200 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 305200 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 305200 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 305202 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@44fae9bc{/solr,null,AVAILABLE}
   [junit4]   2> 305203 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2de0c01{/solr,null,AVAILABLE}
   [junit4]   2> 305214 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7866dd11{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:٣٦١٨١}
   [junit4]   2> 305214 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.s.Server Started @٣٠٥٢٤٣ms
   [junit4]   2> 305214 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36181}
   [junit4]   2> 305215 ERROR (jetty-launcher-2725-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 305215 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 305215 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.6.0
   [junit4]   2> 305215 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 305215 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 305215 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-06-11T03:37:20.732400Z
   [junit4]   2> 305245 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@581591dc{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:٣٣٢١٣}
   [junit4]   2> 305245 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.s.Server Started @٣٠٥٢٧٤ms
   [junit4]   2> 305245 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33213}
   [junit4]   2> 305246 ERROR (jetty-launcher-2725-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 305246 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 305247 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.6.0
   [junit4]   2> 305247 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 305247 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 305247 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-06-11T03:37:20.764253Z
   [junit4]   2> 305251 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 305265 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 305267 INFO  (zkConnectionManagerCallback-2727-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305269 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 305279 INFO  (zkConnectionManagerCallback-2729-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305280 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 305288 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 305292 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 305473 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 305475 WARN  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@9271219[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 305475 WARN  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@9271219[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 305478 WARN  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@798f9504[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 305478 WARN  (jetty-launcher-2725-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@798f9504[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 305480 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42139/solr
   [junit4]   2> 305516 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 305519 INFO  (zkConnectionManagerCallback-2743-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305520 INFO  (jetty-launcher-2725-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 305618 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 305620 WARN  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@f5c0df1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 305620 WARN  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@f5c0df1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 305641 WARN  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6cb6d03c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 305641 WARN  (jetty-launcher-2725-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6cb6d03c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 305642 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42139/solr
   [junit4]   2> 305645 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 305650 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 305650 INFO  (zkConnectionManagerCallback-2749-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305650 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 305653 INFO  (zkConnectionManagerCallback-2753-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305653 INFO  (jetty-launcher-2725-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 305772 INFO  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 305780 INFO  (zkConnectionManagerCallback-2757-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305781 INFO  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 305815 INFO  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36181_solr
   [junit4]   2> 305818 INFO  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.c.Overseer Overseer 
(id=72060419901685768-127.0.0.1:36181_solr-n_0000000000) starting
   [junit4]   2> 305900 INFO  
(OverseerStateUpdate-72060419901685768-127.0.0.1:36181_solr-n_0000000000) 
[n:127.0.0.1:36181_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36181_solr
   [junit4]   2> 305909 INFO  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36181_solr
   [junit4]   2> 305912 INFO  (zkCallback-2756-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 305927 INFO  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 305930 WARN  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 305947 INFO  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 305976 INFO  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36181.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee06c31
   [junit4]   2> 306000 INFO  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36181.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee06c31
   [junit4]   2> 306000 INFO  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36181.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee06c31
   [junit4]   2> 306001 INFO  (jetty-launcher-2725-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.TestTlogReplica_C85FEF6E4C58887A-001/tempDir-001/node1
   [junit4]   2> 306022 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 306037 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33213_solr as DOWN
   [junit4]   2> 306043 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 306043 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33213_solr
   [junit4]   2> 306059 INFO  (zkCallback-2756-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 306061 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 306061 WARN  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 306069 INFO  (zkCallback-2748-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 306092 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 306127 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33213.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee06c31
   [junit4]   2> 306134 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33213.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee06c31
   [junit4]   2> 306135 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33213.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ee06c31
   [junit4]   2> 306136 INFO  (jetty-launcher-2725-thread-2) 
[n:127.0.0.1:33213_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.TestTlogReplica_C85FEF6E4C58887A-001/tempDir-001/node2
   [junit4]   2> 306169 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 306171 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 306173 INFO  (zkConnectionManagerCallback-2780-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306173 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 306174 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 306174 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42139/solr ready
   [junit4]   2> 306176 INFO  
(SUITE-TestTlogReplica-seed#[C85FEF6E4C58887A]-worker) [     ] 
o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 306221 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_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> 306225 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_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=4
   [junit4]   2> 306277 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testKillLeader
   [junit4]   2> 306279 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_leader&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 306318 INFO  
(OverseerThreadFactory-2764-thread-1-processing-n:127.0.0.1:36181_solr) 
[n:127.0.0.1:36181_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
tlog_replica_test_kill_leader
   [junit4]   2> 306481 INFO  (qtp401569642-5703) [n:127.0.0.1:33213_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=0
   [junit4]   2> 306536 INFO  (qtp932986793-5705) [n:127.0.0.1:36181_solr     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 306537 INFO  (qtp932986793-5705) [n:127.0.0.1:36181_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=0
   [junit4]   2> 306571 INFO  
(OverseerStateUpdate-72060419901685768-127.0.0.1:36181_solr-n_0000000000) 
[n:127.0.0.1:36181_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_kill_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_kill_leader_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36181/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:36181_solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 306577 INFO  
(OverseerStateUpdate-72060419901685768-127.0.0.1:36181_solr-n_0000000000) 
[n:127.0.0.1:36181_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_kill_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_kill_leader_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33213/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33213_solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 306812 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr    
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 306812 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr    
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 306837 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.6.0
   [junit4]   2> 306846 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.6.0
   [junit4]   2> 306856 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 306859 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 306859 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.CoreContainer 
Creating SolrCore 'tlog_replica_test_kill_leader_shard1_replica_t2' using 
configuration from configset conf, trusted=true
   [junit4]   2> 306860 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_33213.solr.core.tlog_replica_test_kill_leader.shard1.replica_t2' 
(registry 'solr.core.tlog_replica_test_kill_leader.shard1.replica_t2') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ee06c31
   [junit4]   2> 306860 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SolrCore 
[[tlog_replica_test_kill_leader_shard1_replica_t2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.TestTlogReplica_C85FEF6E4C58887A-001/tempDir-001/node2/tlog_replica_test_kill_leader_shard1_replica_t2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.TestTlogReplica_C85FEF6E4C58887A-001/tempDir-001/node2/tlog_replica_test_kill_leader_shard1_replica_t2/data/]
   [junit4]   2> 306868 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 306870 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 306870 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.CoreContainer 
Creating SolrCore 'tlog_replica_test_kill_leader_shard1_replica_t1' using 
configuration from configset conf, trusted=true
   [junit4]   2> 306871 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_36181.solr.core.tlog_replica_test_kill_leader.shard1.replica_t1' 
(registry 'solr.core.tlog_replica_test_kill_leader.shard1.replica_t1') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ee06c31
   [junit4]   2> 306871 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SolrCore 
[[tlog_replica_test_kill_leader_shard1_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.TestTlogReplica_C85FEF6E4C58887A-001/tempDir-001/node1/tlog_replica_test_kill_leader_shard1_replica_t1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.TestTlogReplica_C85FEF6E4C58887A-001/tempDir-001/node1/tlog_replica_test_kill_leader_shard1_replica_t1/data/]
   [junit4]   2> 306944 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 306944 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 306946 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 306946 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 306954 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 306955 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 306955 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000 ms
   [junit4]   2> 306956 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1669172184977768448
   [junit4]   2> 306958 INFO  
(searcherExecutor-2782-thread-1-processing-n:127.0.0.1:33213_solr 
x:tlog_replica_test_kill_leader_shard1_replica_t2 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t2]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 306972 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/tlog_replica_test_kill_leader/terms/shard1 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 306972 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/tlog_replica_test_kill_leader/leaders/shard1
   [junit4]   2> 306976 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 306976 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 306977 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 306977 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 306987 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 306993 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 307001 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000 ms
   [junit4]   2> 307001 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1669172185024954368
   [junit4]   2> 307005 INFO  
(searcherExecutor-2784-thread-1-processing-n:127.0.0.1:36181_solr 
x:tlog_replica_test_kill_leader_shard1_replica_t1 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t1]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 307039 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoute in=9994ms
   [junit4]   2> 307044 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/tlog_replica_test_kill_leader/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 307044 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/tlog_replica_test_kill_leader/leaders/shard1
   [junit4]   2> 307540 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 307540 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 307540 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:33213/solr/tlog_replica_test_kill_leader_shard1_replica_t2/
   [junit4]   2> 307541 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.PeerSync PeerSync: 
core=tlog_replica_test_kill_leader_shard1_replica_t2 
url=https://127.0.0.1:33213/solr  START 
replicas=[https://127.0.0.1:36181/solr/tlog_replica_test_kill_leader_shard1_replica_t1/]
 nUpdates=100
   [junit4]   2> 307543 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.u.PeerSync PeerSync: 
core=tlog_replica_test_kill_leader_shard1_replica_t2 
url=https://127.0.0.1:33213/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 307557 INFO  (qtp932986793-5705) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 307557 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 307557 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 307557 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ZkController 
tlog_replica_test_kill_leader_shard1_replica_t2 stopping background replication 
from leader
   [junit4]   2> 307557 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/tlog_replica_test_kill_leader/leaders/shard1/leader after winning 
as 
/collections/tlog_replica_test_kill_leader/leader_elect/shard1/election/72060419901685766-core_node4-n_0000000000
   [junit4]   2> 307559 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33213/solr/tlog_replica_test_kill_leader_shard1_replica_t2/ 
shard1
   [junit4]   2> 307662 INFO  (zkCallback-2748-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 307662 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 307667 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=855
   [junit4]   2> 307765 INFO  (zkCallback-2748-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 307765 INFO  (zkCallback-2748-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 308068 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ZkController 
tlog_replica_test_kill_leader_shard1_replica_t1 starting background replication 
from leader
   [junit4]   2> 308068 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ReplicateFromLeader 
Will start replication from leader with poll interval: 00:00:01
   [junit4]   2> 308071 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.h.ReplicationHandler 
Poll scheduled at an interval of 1000ms
   [junit4]   2> 308071 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000 ms
   [junit4]   2> 308076 INFO  (indexFetcher-2794-thread-1) [     ] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:33213/solr/tlog_replica_test_kill_leader_shard1_replica_t2/
   [junit4]   2> 308078 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1266
   [junit4]   2> 308091 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_solr     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 308097 INFO  (qtp401569642-5703) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 308098 INFO  (indexFetcher-2794-thread-1) [     ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 308098 INFO  (indexFetcher-2794-thread-1) [     ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 308098 INFO  (indexFetcher-2794-thread-1) [     ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 308098 INFO  (indexFetcher-2794-thread-1) [     ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 308098 INFO  (indexFetcher-2794-thread-1) [     ] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 308105 INFO  
(searcherExecutor-2784-thread-1-processing-n:127.0.0.1:36181_solr 
x:tlog_replica_test_kill_leader_shard1_replica_t1 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t1]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 308176 INFO  (zkCallback-2748-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 308176 INFO  (zkCallback-2748-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 308176 INFO  (zkCallback-2756-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 308178 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_leader&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2}
 status=0 QTime=1899
   [junit4]   2> 308178 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.SolrCloudTestCase waitForState (tlog_replica_test_kill_leader): 
Expected collection to be created with 1 shards and  2 replicas
   [junit4]   2> 308185 INFO  (zkCallback-2756-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 308187 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 308198 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 308200 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 308219 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/tlog_replica_test_kill_leader/terms/shard1 to 
Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 308297 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:33213/solr/tlog_replica_test_kill_leader_shard1_replica_t2/&wt=javabin&version=2}{add=[1
 (1669172186292682752)]} 0 7
   [junit4]   2> 308300 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1 (1669172186292682752)]} 0 91
   [junit4]   2> 308305 INFO  (qtp932986793-5717) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:33213/solr/tlog_replica_test_kill_leader_shard1_replica_t2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 308317 INFO  
(searcherExecutor-2782-thread-1-processing-n:127.0.0.1:33213_solr 
x:tlog_replica_test_kill_leader_shard1_replica_t2 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t2]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 308317 INFO  (qtp401569642-5703) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/update 
params={_stateVer_=tlog_replica_test_kill_leader:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 15
   [junit4]   2> 308323 INFO  
(OverseerCollectionConfigSetProcessor-72060419901685768-127.0.0.1:36181_solr-n_0000000000)
 [n:127.0.0.1:36181_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> 308334 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 308360 INFO  (qtp932986793-5717) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 308464 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 308566 INFO  (qtp932986793-5705) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 308668 INFO  (qtp932986793-5717) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 308770 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 308872 INFO  (qtp932986793-5705) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 308977 INFO  (qtp932986793-5717) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 309072 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 309073 INFO  (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 309073 INFO  (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.IndexFetcher Master's version: 
1591846643821
   [junit4]   2> 309073 INFO  (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 309073 INFO  (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 309073 INFO  (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 309074 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist}
 status=0 QTime=0
   [junit4]   2> 309074 INFO  (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.IndexFetcher Number of files in latest 
index in master: 14
   [junit4]   2> 309075 INFO  (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.IndexFetcher Starting download 
(fullCopy=false) to MockDirectoryWrapper(RAMDirectory@73d5c729 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6779a28a)
   [junit4]   2> 309075 INFO  (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.IndexFetcher tmpIndexDir_type  : class 
org.apache.lucene.store.MockDirectoryWrapper , RAMDirectory@73d5c729 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6779a28a
   [junit4]   2> 309077 INFO  (qtp401569642-5703) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309080 INFO  (qtp932986793-5707) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 309096 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309098 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309099 INFO  (qtp401569642-5703) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309100 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309101 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309102 INFO  (qtp401569642-5703) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309103 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309104 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309105 INFO  (qtp401569642-5703) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene80_0.dvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309106 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene80_0.dvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309113 INFO  (qtp401569642-5704) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309114 INFO  (qtp401569642-5703) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309117 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 309118 INFO  (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.IndexFetcher Bytes downloaded: 2386, 
Bytes skipped downloading: 0
   [junit4]   2> 309118 INFO  (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.IndexFetcher Total time taken for 
download (fullCopy=false,bytesDownloaded=2386) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDirectory@73d5c729 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6779a28a)
   [junit4]   2> 309123 INFO  (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.u.DefaultSolrCoreState New IndexWriter is 
ready to be used.
   [junit4]   2> 309125 INFO  
(searcherExecutor-2784-thread-1-processing-n:127.0.0.1:36181_solr 
x:tlog_replica_test_kill_leader_shard1_replica_t1 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t1]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 309186 INFO  (qtp932986793-5705) [n:127.0.0.1:36181_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 309223 INFO  (qtp401569642-5699) [n:127.0.0.1:33213_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node4 
x:tlog_replica_test_kill_leader_shard1_replica_t2 ] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 309226 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1769910434
   [junit4]   2> 309226 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33213_solr
   [junit4]   2> 309228 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 309228 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:33213_solr as DOWN
   [junit4]   2> 309271 INFO  (coreCloseExecutor-2799-thread-1) 
[n:127.0.0.1:33213_solr     ] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2c1bfaf2
   [junit4]   2> 309272 INFO  (coreCloseExecutor-2799-thread-1) 
[n:127.0.0.1:33213_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for 
registry=solr.core.tlog_replica_test_kill_leader.shard1.replica_t2 
tag=SolrCore@2c1bfaf2
   [junit4]   2> 309272 INFO  (coreCloseExecutor-2799-thread-1) 
[n:127.0.0.1:33213_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5e997b48: rootName = 
solr_33213, domain = solr.core.tlog_replica_test_kill_leader.shard1.replica_t2, 
service url = null, agent id = null] for registry 
solr.core.tlog_replica_test_kill_leader.shard1.replica_t2/com.codahale.metrics.MetricRegistry@22e1581b
   [junit4]   2> 309281 INFO  (coreCloseExecutor-2799-thread-1) 
[n:127.0.0.1:33213_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for 
registry=solr.collection.tlog_replica_test_kill_leader.shard1.leader 
tag=SolrCore@2c1bfaf2
   [junit4]   2> 309282 INFO  (coreCloseExecutor-2799-thread-1) 
[n:127.0.0.1:33213_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 309302 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 309302 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2bdfed1b: rootName = 
solr_33213, domain = solr.node, service url = null, agent id = null] for 
registry solr.node/com.codahale.metrics.MetricRegistry@30364fd8
   [junit4]   2> 309307 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 309307 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7bf76eb0: rootName = 
solr_33213, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm/com.codahale.metrics.MetricRegistry@5c3fc6e5
   [junit4]   2> 309309 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 309310 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@f017dee: rootName = 
solr_33213, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty/com.codahale.metrics.MetricRegistry@5ef1b296
   [junit4]   2> 309310 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 309353 INFO  (zkCallback-2756-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 309353 INFO  (zkCallback-2756-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 309457 INFO  (zkCallback-2756-thread-4) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 309460 INFO  (zkCallback-2779-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 309461 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@581591dc{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:٠}
   [junit4]   2> 309461 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@44fae9bc{/solr,null,UNAVAILABLE}
   [junit4]   2> 309461 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 309462 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.SolrCloudTestCase waitForState (tlog_replica_test_kill_leader): Leader 
replica not removed
   [junit4]   2> 309464 INFO  (zkCallback-2756-thread-3) 
[n:127.0.0.1:36181_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 309464 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 309464 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 309465 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 309465 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.SolrCloudTestCase waitForState (tlog_replica_test_kill_leader): Replica 
state not updated in cluster state
   [junit4]   2> 309467 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[C85FEF6E4C58887A]) [     ] 
o.a.s.c.SolrCloudTestCase waitForState (tlog_replica_test_kill_leader): Expect 
new leader
   [junit4]   2> 309585 INFO  (zkCallback-2779-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 309586 INFO  (zkCallback-2779-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 309588 INFO  (zkCallback-2756-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 309591 INFO  (zkCallback-2779-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 309591 INFO  (zkCallback-2756-thread-5) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 311967 INFO  (zkCallback-2756-thread-3) 
[n:127.0.0.1:36181_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:36181/solr/tlog_replica_test_kill_leader_shard1_replica_t1/
   [junit4]   2> 311967 INFO  (zkCallback-2756-thread-3) 
[n:127.0.0.1:36181_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 311967 INFO  (zkCallback-2756-thread-3) 
[n:127.0.0.1:36181_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:36181/solr/tlog_replica_test_kill_leader_shard1_replica_t1/ 
has no replicas
   [junit4]   2> 311967 INFO  (zkCallback-2756-thread-3) 
[n:127.0.0.1:36181_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] o.a.s.c.ZkController 
tlog_replica_test_kill_leader_shard1_replica_t1 stopping background replication 
from leader
   [junit4]   2> 314082 ERROR (indexFetcher-2794-thread-1) 
[n:127.0.0.1:36181_solr     ] o.a.s.h.ReplicationHandler Index fetch failed 
:org.apache.solr.common.SolrException: No registered leader was found after 
waiting for 4000ms , collection: tlog_replica_test_kill_leader slice: shard1 
saw 
state=DocCollection(tlog_replica_test_kill_leader//collections/tlog_replica_test_kill_leader/state.json/8)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           
"core":"tlog_replica_test_kill_leader_shard1_replica_t1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36181/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:36181_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"TLOG",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           
"core":"tlog_replica_test_kill_leader_shard1_replica_t2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33213/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:33213_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"TLOG",
   [junit4]   2>           "force_set_state":"false"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"100",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"0",
   [junit4]   2>   "tlogReplicas":"2"} with live_nodes=[127.0.0.1:36181_solr]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:986)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:963)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.getLeaderReplica(IndexFetcher.java:714)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:390)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:354)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1212)
   [junit4]   2>        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
   [junit4]   2>        at 
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 
   [junit4]   2> 314083 INFO  (zkCallback-2756-thread-3) 
[n:127.0.0.1:36181_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] 
o.a.s.c.ShardLeaderElectionContext New leader does not have old tlog to replay
   [junit4]   2> 314083 INFO  (zkCallback-2756-thread-3) 
[n:127.0.0.1:36181_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/tlog_replica_test_kill_leader/leaders/shard1/leader after winning 
as 
/collections/tlog_replica_test_kill_leader/leader_elect/shard1/election/72060419901685768-core_node3-n_0000000001
   [junit4]   2> 314086 INFO  (zkCallback-2756-thread-3) 
[n:127.0.0.1:36181_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node3 
x:tlog_replica_test_kill_leader_shard1_replica_t1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36181/solr/tlog_replica_test_kill_leader_shard1_replica_t1/ 
shard1
   [junit4]   2> 314086 INFO  (zkCallback-2779-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 314086 INFO  (zkCallback-2779-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 314086 INFO  (zkCallback-2779-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 314087 INFO  (zkCallback-2756-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 314088 INFO  (zkCallback-2756-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_lead

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

d, taskKey: testAsyncIdRaceCondition
   [junit4]   2> 908174 ERROR 
(OverseerThreadFactory-15967-thread-2-processing-n:127.0.0.1:45885_solr) 
[n:127.0.0.1:45885_solr     ] o.a.s.c.OverseerTaskProcessor 
:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
= Session expired for /overseer/collection-map-running/mn-repeatedId
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:1793)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:264)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:263)
   [junit4]   2>        at 
org.apache.solr.cloud.DistributedMap.remove(DistributedMap.java:98)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.resetTaskWithException(OverseerTaskProcessor.java:600)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:566)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 
   [junit4]   2> 908174 INFO  
(OverseerAutoScalingTriggerThread-72060459209588743-127.0.0.1:45885_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 908174 INFO  (jetty-closer-16000-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72060459209588743-127.0.0.1:45885_solr-n_0000000000) closing
   [junit4]   2> 908174 INFO  (closeThreadPool-16011-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72060459209588743-127.0.0.1:45885_solr-n_0000000000) closing
   [junit4]   2> 908175 INFO  (jetty-closer-16000-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6d127ce7{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 908175 INFO  (jetty-closer-16000-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@682c8a98{/solr,null,UNAVAILABLE}
   [junit4]   2> 908175 INFO  (jetty-closer-16000-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 908176 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdRaceCondition-seed#[C85FEF6E4C58887A])
 [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 908378 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/packages.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       
/solr/collections/testAsyncIdRaceCondition/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      
/solr/collections/testAsyncIdRaceCondition/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        13      /solr/overseer/queue
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 908379 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdRaceCondition-seed#[C85FEF6E4C58887A])
 [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41063
   [junit4]   2> 908379 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdRaceCondition-seed#[C85FEF6E4C58887A])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41063
   [junit4]   2> 908379 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdRaceCondition-seed#[C85FEF6E4C58887A])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41063
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_C85FEF6E4C58887A-001
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=28872, maxDocsPerChunk=396, blockShift=8), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=28872, blockSize=8)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@db11df2),
 locale=id, timezone=Australia/Lord_Howe
   [junit4]   2> NOTE: Linux 5.3.0-59-generic amd64/AdoptOpenJDK 12.0.2 
(64-bit)/cpus=16,threads=1,free=175009192,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestMaxTokenLenTokenizer, 
TestNRTOpen, TestDocTermOrds, SolrCoreCheckLockOnStartupTest, 
TestImpersonationWithHadoopAuth, TestManagedSynonymGraphFilterFactory, 
EnumFieldTest, TestConfigOverlay, SolrCLIZkUtilsTest, TestDocSet, 
TestSlowCompositeReaderWrapper, DimensionalRoutedAliasUpdateProcessorTest, 
CustomCollectionTest, CategoryRoutedAliasUpdateProcessorTest, 
MetricsHistoryHandlerTest, OverseerRolesTest, InfixSuggestersTest, 
WordBreakSolrSpellCheckerTest, ScriptEngineTest, NestedShardedAtomicUpdateTest, 
TlogReplayBufferedWhileIndexingTest, TestLockTree, TestLuceneIndexBackCompat, 
UniqFieldsUpdateProcessorFactoryTest, CleanupOldIndexTest, 
DistributedQueryComponentOptimizationTest, TestBinaryField, TestWriterPerf, 
AddBlockUpdateTest, TestSchemaSimilarityResource, TestSegmentSorting, 
TestDownShardTolerantSearch, FuzzySearchTest, CurrencyFieldTypeTest, 
CachingDirectoryFactoryTest, TestSolrCoreProperties, NoCacheHeaderTest, 
NumericFieldsTest, TestSolrCoreParser, SolrMetricsIntegrationTest, 
SparseHLLTest, DocValuesNotIndexedTest, SearchHandlerTest, TestSearcherReuse, 
ZkFailoverTest, LeaderTragicEventTest, UpdateParamsTest, 
TestFieldCollectionResource, PluginInfoTest, TestQueryTypes, 
TestSQLHandlerNonCloud, MissingSegmentRecoveryTest, TestNamedUpdateProcessors, 
TestClusterStateMutator, TestLFUCache, TestSimDistribStateManager, 
AnalysisAfterCoreReloadTest, SearchHandlerTest, NodeAddedTriggerTest, 
RangeFacetCloudTest, MaxSizeAutoCommitTest, 
TestSolrCloudWithSecureImpersonation, TestFacetMethods, TestSystemIdResolver, 
IndexBasedSpellCheckerTest, RequiredFieldsTest, TestSolrConfigHandler, 
HdfsSyncSliceTest, TestCollectionsAPIViaSolrCloudCluster, 
TriggerCooldownIntegrationTest, TestHalfAndHalfDocValues, 
TestChildDocTransformerHierarchy, ActionThrottleTest, DisMaxRequestHandlerTest, 
DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, 
OutputWriterTest, SampleTest, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, 
TestDistributedMissingSort, TestGroupingSearch, TestHighlightDedupGrouping, 
TestJoin, TestRandomDVFaceting, TestSimpleTrackingShardHandler, 
PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, 
TestCharFilters, TestLuceneMatchVersion, TestWordDelimiterFilterFactory, 
TestJettySolrRunner, BasicZkTest, ChaosMonkeyNothingIsSafeTest, 
CollectionStateFormat2Test, CollectionsAPISolrJTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, 
HttpPartitionWithTlogReplicasTest, OverseerCollectionConfigSetProcessorTest, 
OverseerModifyCollectionTest, OverseerTaskQueueTest, PackageManagerCLITest, 
RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, 
RoutingToNodesWithPropertiesTest, SSLMigrationTest, SaslZkACLProviderTest, 
ShardRoutingCustomTest, SharedFSAutoReplicaFailoverTest, SliceStateTest, 
TestAuthenticationFramework, TestCloudConsistency, 
TestTolerantUpdateProcessorRandomCloud, AsyncCallRequestStatusResponseTest, 
CollectionsAPIAsyncDistributedZkTest]
   [junit4] Completed [564/910 (2!)] on J0 in 27.76s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 48569 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/3368/consoleText

[repro] Revision: e7c625430ed916fd7d0e7e8d1cdc329093d817b4

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestTlogReplica 
-Dtests.method=testRealTimeGet -Dtests.seed=C85FEF6E4C58887A 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-SS 
-Dtests.timezone=Africa/Nouakchott -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=CollectionsAPIAsyncDistributedZkTest 
-Dtests.method=testAsyncRequests -Dtests.seed=C85FEF6E4C58887A 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=id 
-Dtests.timezone=Australia/Lord_Howe -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestTlogReplica
[repro]       CollectionsAPIAsyncDistributedZkTest
[repro] ant compile-test

[...truncated 3450 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 
-Dtests.class="*.TestTlogReplica|*.CollectionsAPIAsyncDistributedZkTest" 
-Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" 
-Dtests.seed=C85FEF6E4C58887A -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar-SS -Dtests.timezone=Africa/Nouakchott -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[...truncated 174 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.TestTlogReplica
[repro]   0/5 failed: 
org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest
[repro] Exiting with code 0

[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to