Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.6-Windows/343/
Java: 64bit/jdk1.8.0_201 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Timeout occurred while waiting response from server at: 
http://127.0.0.1:61878/l/x

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:61878/l/x
        at 
__randomizedtesting.SeedInfo.seed([1E3C8F3AF8EC90C4:9668B0E05610FD3C]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:370)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        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:571)
        ... 43 more


FAILED:  org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest.test

Error Message:
Timeout occurred while waiting response from server at: 
http://127.0.0.1:52987/l/x

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:52987/l/x
        at 
__randomizedtesting.SeedInfo.seed([1E3C8F3AF8EC90C4:9668B0E05610FD3C]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:370)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        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:571)
        ... 43 more




Build Log:
[...truncated 13453 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
   [junit4]   2> 17758 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 17764 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.SolrTestCaseJ4 Created dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\data-dir-2-001
   [junit4]   2> 17764 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 17779 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 17779 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 17780 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /l/x
   [junit4]   2> 17833 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 17840 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 17840 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 18166 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 52971
   [junit4]   2> 18167 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:52971
   [junit4]   2> 18194 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52971
   [junit4]   2> 18194 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 52971
   [junit4]   2> 18750 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 18952 INFO  (zkConnectionManagerCallback-5-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18952 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 19131 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 19139 INFO  (zkConnectionManagerCallback-7-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19139 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 19237 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 19303 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 19307 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 19310 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 19319 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 19329 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 19391 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 19410 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 19419 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 19437 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 19448 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 19459 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 23440 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 23441 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 23441 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 23464 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 23510 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 23510 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 23521 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 23621 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41211dda{/l/x,null,AVAILABLE}
   [junit4]   2> 23687 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3400300f{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:52990}
   [junit4]   2> 23687 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.Server Started @23731ms
   [junit4]   2> 23687 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\tempDir-001/control/data,
 hostContext=/l/x, hostPort=52987, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\control-001\cores}
   [junit4]   2> 24009 ERROR 
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 24009 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 24009 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.6.0
   [junit4]   2> 24019 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 24019 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr
   [junit4]   2> 24019 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-07-07T10:47:50.219Z
   [junit4]   2> 24019 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24027 INFO  (zkConnectionManagerCallback-9-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24027 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24140 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 24147 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\control-001\solr.xml
   [junit4]   2> 24378 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 24378 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 24469 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@557ad5e2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 27227 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 27662 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@95b27ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27663 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@95b27ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 28721 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@61690939[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 28722 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@61690939[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 29539 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52971/solr
   [junit4]   2> 29615 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 29619 INFO  (zkConnectionManagerCallback-20-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 29619 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 29754 INFO  (zkConnectionManagerCallback-22-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 29767 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 29767 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 30263 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:52987_l%2Fx
   [junit4]   2> 30265 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.c.Overseer Overseer 
(id=72166368719798276-127.0.0.1:52987_l%2Fx-n_0000000000) starting
   [junit4]   2> 30843 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52987_l%2Fx
   [junit4]   2> 30862 INFO  
(OverseerStateUpdate-72166368719798276-127.0.0.1:52987_l%2Fx-n_0000000000) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:52987_l%2Fx
   [junit4]   2> 30868 INFO  
(OverseerStateUpdate-72166368719798276-127.0.0.1:52987_l%2Fx-n_0000000000) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 31069 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 31149 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] 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> 31861 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 32351 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@557ad5e2
   [junit4]   2> 32355 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@557ad5e2
   [junit4]   2> 32355 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@557ad5e2
   [junit4]   2> 32595 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\control-001\cores
   [junit4]   2> 32993 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 32997 INFO  (zkConnectionManagerCallback-39-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 32997 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 32998 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 33002 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52971/solr ready
   [junit4]   2> 33557 INFO  (SocketProxy-Acceptor-52987) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53060,localport=52987], receiveBufferSize: 65536
   [junit4]   2> 33569 INFO  (SocketProxy-Acceptor-52987) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=52990,localport=53061], receiveBufferSize=65536
   [junit4]   2> 34948 INFO  (qtp253900942-85) [n:127.0.0.1:52987_l%2Fx     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:52987_l%252Fx&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 35034 INFO  
(OverseerThreadFactory-29-thread-1-processing-n:127.0.0.1:52987_l%2Fx) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 35487 INFO  (SocketProxy-Acceptor-52987) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53074,localport=52987], receiveBufferSize: 65536
   [junit4]   2> 35487 INFO  (SocketProxy-Acceptor-52987) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=52990,localport=53075], receiveBufferSize=65536
   [junit4]   2> 35618 INFO  (qtp253900942-87) [n:127.0.0.1:52987_l%2Fx     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 35658 INFO  (qtp253900942-87) [n:127.0.0.1:52987_l%2Fx     ] 
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=164
   [junit4]   2> 37223 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx    
x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 38835 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 40215 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 40487 WARN  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 40596 WARN  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieFloatField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 40650 WARN  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 40707 WARN  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDoubleField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 43399 WARN  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDateField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 44398 WARN  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace 
it accordingly.
   [junit4]   2> 44639 WARN  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 44697 WARN  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 44746 WARN  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.CurrencyField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 44834 WARN  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 49394 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 52701 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from configset conf1, trusted=true
   [junit4]   2> 53318 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@557ad5e2
   [junit4]   2> 53435 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\control-001\cores\control_collection_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 53704 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.715370010699859]
   [junit4]   2> 61075 WARN  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 66991 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 66991 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 67021 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 67022 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 67025 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8456876945640237]
   [junit4]   2> 67209 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 67347 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 67528 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 67613 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1671554834170380288
   [junit4]   2> 67649 INFO  
(searcherExecutor-44-thread-1-processing-n:127.0.0.1:52987_l%2Fx 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:52987_l%2Fx c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 
0 ms
   [junit4]   2> 67718 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 67736 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/control_collection/leaders/shard1
   [junit4]   2> 67780 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 67780 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 67781 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:52987/l/x/control_collection_shard1_replica_n1/
   [junit4]   2> 67788 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 67789 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:52987/l/x/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 67799 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/72166368719798276-core_node2-n_0000000000
   [junit4]   2> 67817 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:52987/l/x/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 67835 INFO  (zkCallback-21-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 67838 INFO  (zkCallback-21-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 67852 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 67909 INFO  (qtp253900942-90) [n:127.0.0.1:52987_l%2Fx     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=30697
   [junit4]   2> 67923 INFO  (qtp253900942-85) [n:127.0.0.1:52987_l%2Fx     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 67979 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1212067114
   [junit4]   2> 67979 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52987_l%2Fx
   [junit4]   2> 67995 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 67995 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:52987_l%2Fx as DOWN
   [junit4]   2> 67997 INFO  (zkCallback-21-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 67997 INFO  (zkCallback-21-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 67997 INFO  (zkCallback-21-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 68006 INFO  (qtp253900942-85) [n:127.0.0.1:52987_l%2Fx     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:52987_l%252Fx&wt=javabin&version=2}
 status=0 QTime=33404
   [junit4]   2> 68087 INFO  (coreCloseExecutor-51-thread-1) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@38ac3714
   [junit4]   2> 68087 INFO  (coreCloseExecutor-51-thread-1) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.control_collection.shard1.replica_n1 
tag=SolrCore@38ac3714
   [junit4]   2> 68087 INFO  (coreCloseExecutor-51-thread-1) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@70a4c4a2: rootName = null, 
domain = solr.core.control_collection.shard1.replica_n1, service url = null, 
agent id = null] for registry 
solr.core.control_collection.shard1.replica_n1/com.codahale.metrics.MetricRegistry@398b0b3d
   [junit4]   2> 68151 INFO  (coreCloseExecutor-51-thread-1) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.control_collection.shard1.leader 
tag=SolrCore@38ac3714
   [junit4]   2> 68160 INFO  (coreCloseExecutor-51-thread-1) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 68178 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 68178 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@81bab1: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@36ba1ed6
   [junit4]   2> 68207 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 68207 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2a756760: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@eb554d9
   [junit4]   2> 68209 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 68209 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@707c6ea0: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@da99fd3
   [junit4]   2> 68211 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 68211 INFO  (zkCallback-21-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 68211 INFO  (zkCallback-21-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 68222 INFO  (zkCallback-21-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 68222 INFO  (closeThreadPool-53-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72166368719798276-127.0.0.1:52987_l%2Fx-n_0000000000) closing
   [junit4]   2> 68222 INFO  
(OverseerStateUpdate-72166368719798276-127.0.0.1:52987_l%2Fx-n_0000000000) 
[n:127.0.0.1:52987_l%2Fx     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:52987_l%2Fx
   [junit4]   2> 68230 INFO  
(OverseerAutoScalingTriggerThread-72166368719798276-127.0.0.1:52987_l%2Fx-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 68233 INFO  (closeThreadPool-53-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72166368719798276-127.0.0.1:52987_l%2Fx-n_0000000000) closing
   [junit4]   2> 68370 INFO  (closeThreadPool-41-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72166368719798276-127.0.0.1:52987_l%2Fx-n_0000000000) closing
   [junit4]   2> 68381 INFO  (closeThreadPool-41-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@3400300f{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 68394 INFO  (closeThreadPool-41-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@41211dda{/l/x,null,UNAVAILABLE}
   [junit4]   2> 68394 INFO  (closeThreadPool-41-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 68398 WARN  (closeThreadPool-41-thread-2) [     ] 
o.a.s.c.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:52987/l/x, 
target: http://127.0.0.1:52990/l/x
   [junit4]   2> 68398 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 68609 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>        2       /solr/aliases.json
   [junit4]   2>        2       
/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/collections/control_collection/state.json
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/overseer/queue
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> 68617 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:52971
   [junit4]   2> 68617 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52971
   [junit4]   2> 68617 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 52971
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=HttpPartitionWithTlogReplicasTest -Dtests.method=test 
-Dtests.seed=1E3C8F3AF8EC90C4 -Dtests.slow=true -Dtests.locale=sl 
-Dtests.timezone=US/Indiana-Starke -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   52.9s J4 | HttpPartitionWithTlogReplicasTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:52987/l/x
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1E3C8F3AF8EC90C4:9668B0E05610FD3C]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:370)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
   [junit4]    >        ... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, 
docValues:{}, maxPointsInLeafNode=908, maxMBSortInHeap=5.31525341709185, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=sl, 
timezone=US/Indiana-Starke
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 
(64-bit)/cpus=6,threads=1,free=126295520,total=172490752
   [junit4]   2> NOTE: All tests run in this JVM: [SecurityConfHandlerTest, 
HttpPartitionWithTlogReplicasTest]
   [junit4] Completed [9/914 (1!)] on J4 in 53.19s, 1 test, 1 error <<< 
FAILURES!

[...truncated 55246 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.6-Windows/343/consoleText

[repro] Revision: a9c5fb0da2dfc8c7375622c80dbf1a0cc26f44dc

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"

[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]       HttpPartitionWithTlogReplicasTest
[repro] ant compile-test

[...truncated 3467 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.HttpPartitionWithTlogReplicasTest" -Dtests.showOutput=onerror 
"-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" 
-Dtests.seed=1E3C8F3AF8EC90C4 -Dtests.slow=true -Dtests.locale=sl 
-Dtests.timezone=US/Indiana-Starke -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[...truncated 35 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
   [junit4]   2> 13323 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 13413 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.SolrTestCaseJ4 Created dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\data-dir-1-001
   [junit4]   2> 13949 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 14318 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.e.j.u.log Logging initialized @14331ms to 
org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 14481 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 14603 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 14605 INFO  
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[1E3C8F3AF8EC90C4]-worker) [     
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /l/x
   [junit4]   2> 14894 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 14899 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 14905 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 15348 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 61838
   [junit4]   2> 15350 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:61838
   [junit4]   2> 15491 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61838
   [junit4]   2> 15491 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 61838
   [junit4]   2> 15957 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16197 INFO  (zkConnectionManagerCallback-4-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16198 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 16335 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 16349 INFO  (zkConnectionManagerCallback-6-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16349 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 16492 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 16538 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 16541 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 16545 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 16549 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 16554 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 16559 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 16565 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 16572 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 16575 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 16579 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer put 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 16582 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 19450 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 19450 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 19450 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 19476 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 19514 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 19514 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 19525 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 19603 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ca308be{/l/x,null,AVAILABLE}
   [junit4]   2> 19658 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5f0795a1{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:61880}
   [junit4]   2> 19658 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.s.Server Started @19699ms
   [junit4]   2> 19658 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\tempDir-001/control/data,
 hostContext=/l/x, hostPort=61875, 
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\control-001\cores}
   [junit4]   2> 20045 ERROR 
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 20046 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 20046 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.6.0
   [junit4]   2> 20053 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 20053 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr
   [junit4]   2> 20053 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-07-07T11:53:47.265Z
   [junit4]   2> 20056 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 20060 INFO  (zkConnectionManagerCallback-8-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20060 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 20168 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 20173 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\control-001\solr.xml
   [junit4]   2> 20352 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 20352 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 20437 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2df634cd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 22907 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 23687 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3226733e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 23687 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3226733e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24695 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@aefc0e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24695 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@aefc0e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25573 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61838/solr
   [junit4]   2> 25650 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 25655 INFO  (zkConnectionManagerCallback-19-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25655 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 25791 INFO  (zkConnectionManagerCallback-21-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25802 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.c.c.ConnectionManager Waiting for client 
to connect to ZooKeeper
   [junit4]   2> 25803 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 26113 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:61875_l%2Fx
   [junit4]   2> 26115 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.c.Overseer Overseer 
(id=72166628122361860-127.0.0.1:61875_l%2Fx-n_0000000000) starting
   [junit4]   2> 26534 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61875_l%2Fx
   [junit4]   2> 26550 INFO  
(OverseerStateUpdate-72166628122361860-127.0.0.1:61875_l%2Fx-n_0000000000) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:61875_l%2Fx
   [junit4]   2> 26559 INFO  
(OverseerStateUpdate-72166628122361860-127.0.0.1:61875_l%2Fx-n_0000000000) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 26755 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 26849 WARN  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] 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> 27600 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 28442 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2df634cd
   [junit4]   2> 28456 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2df634cd
   [junit4]   2> 28456 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2df634cd
   [junit4]   2> 28831 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\control-001\cores
   [junit4]   2> 29323 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 29331 INFO  (zkConnectionManagerCallback-38-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 29331 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 29335 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 29338 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61838/solr ready
   [junit4]   2> 29858 INFO  (SocketProxy-Acceptor-61875) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=61988,localport=61875], receiveBufferSize: 65536
   [junit4]   2> 29868 INFO  (SocketProxy-Acceptor-61875) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=61880,localport=61989], receiveBufferSize=65536
   [junit4]   2> 31057 INFO  (qtp1203884465-83) [n:127.0.0.1:61875_l%2Fx     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:61875_l%252Fx&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 31112 INFO  
(OverseerThreadFactory-28-thread-1-processing-n:127.0.0.1:61875_l%2Fx) 
[n:127.0.0.1:61875_l%2Fx     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 31378 INFO  (SocketProxy-Acceptor-61875) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=62004,localport=61875], receiveBufferSize: 65536
   [junit4]   2> 31379 INFO  (SocketProxy-Acceptor-61875) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=61880,localport=62005], receiveBufferSize=65536
   [junit4]   2> 31409 INFO  (qtp1203884465-88) [n:127.0.0.1:61875_l%2Fx     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 31420 INFO  (qtp1203884465-88) [n:127.0.0.1:61875_l%2Fx     ] 
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=38
   [junit4]   2> 31797 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx    
x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 32902 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 33153 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 33235 WARN  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33265 WARN  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieFloatField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 33284 WARN  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 33308 WARN  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDoubleField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 35382 WARN  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDateField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 36115 WARN  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace 
it accordingly.
   [junit4]   2> 36292 WARN  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 36327 WARN  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 36374 WARN  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.CurrencyField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 36448 WARN  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 38124 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 39010 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from configset conf1, trusted=true
   [junit4]   2> 39083 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2df634cd
   [junit4]   2> 39156 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\control-001\cores\control_collection_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 39347 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.715370010699859]
   [junit4]   2> 41827 WARN  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 45716 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 45716 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 45749 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 45749 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 45751 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8456876945640237]
   [junit4]   2> 45918 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 46023 INFO  (qtp1203884465-82) [n:127.0.0.1:61875_l%2Fx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 46191 INFO  (qtp1203884465-82) [n:127.0.0.1

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

queue
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> 47860 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:61832
   [junit4]   2> 47860 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61832
   [junit4]   2> 47860 INFO  
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[1E3C8F3AF8EC90C4]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 61832
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=HttpPartitionWithTlogReplicasTest -Dtests.method=test 
-Dtests.seed=1E3C8F3AF8EC90C4 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=sl -Dtests.timezone=US/Indiana-Starke -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   35.2s J2 | HttpPartitionWithTlogReplicasTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:61877/l/x
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1E3C8F3AF8EC90C4:9668B0E05610FD3C]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:370)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
   [junit4]    >        ... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_1E3C8F3AF8EC90C4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, 
docValues:{}, maxPointsInLeafNode=908, maxMBSortInHeap=5.31525341709185, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=sl, 
timezone=US/Indiana-Starke
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 
(64-bit)/cpus=6,threads=1,free=111572280,total=179830784
   [junit4]   2> NOTE: All tests run in this JVM: 
[HttpPartitionWithTlogReplicasTest]
   [junit4] Completed [5/5 (5!)] on J2 in 47.59s, 1 test, 1 error <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\lucene\common-build.xml:1599:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows\lucene\common-build.xml:1126:
 There were test failures: 5 suites, 5 tests, 5 errors [seed: 1E3C8F3AF8EC90C4]

Total time: 52 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows>IF EXIST lucene\build move 
/y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows>IF EXIST solr\build move /y 
solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows>IF EXIST lucene\build.orig 
move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows>IF EXIST solr\build.orig 
move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows>exit 0 
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 
'C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows')
[Java] Successfully parsed console log
[Java] -> found 113 issues (skipped 104 duplicates)
[Java] Post processing issues on 'Windows VBOX' with source code encoding 
'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected 
files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory 
'C:\Users\jenkins\workspace\Lucene-Solr-8.6-Windows'
[Java] -> resolved paths in source directory (54 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or 
Manifest.mf files)
[Java] -> resolved module names for 113 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 54 affected files
[Java] No filter has been set, publishing all 113 issues
[Java] Creating fingerprints for all affected code blocks to track issues over 
different builds
[Java] -> created fingerprints for 113 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder 
'/home/jenkins/jobs/Lucene-Solr-8.6-Windows/builds/343/files-with-issues'
[Java] -> 54 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.6-Windows #342' to compute new, 
fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 113, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 113 issues (found 0 new issues, fixed 0 
issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.6-Windows 
#343'.
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to