Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1765/ Java: 64bit/jdk1.8.0_201 -XX:+UseCompressedOops -XX:+UseParallelGC
6 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest.test Error Message: Timeout occurred while waiting response from server at: http://127.0.0.1:62981/rb_/dw Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:62981/rb_/dw at __randomizedtesting.SeedInfo.seed([B4F3A7CAF19BE24A:3CA798105F678FB2]: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:369) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866) 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.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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) ... 47 more FAILED: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest.test Error Message: Timeout occurred while waiting response from server at: http://127.0.0.1:62983/rb_/dw Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:62983/rb_/dw at __randomizedtesting.SeedInfo.seed([B4F3A7CAF19BE24A:3CA798105F678FB2]: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:369) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866) 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.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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) ... 47 more FAILED: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest.test Error Message: Timeout occurred while waiting response from server at: http://127.0.0.1:62982/rb_/dw Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:62982/rb_/dw at __randomizedtesting.SeedInfo.seed([B4F3A7CAF19BE24A:3CA798105F678FB2]: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:369) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866) 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.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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) ... 47 more FAILED: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest.test Error Message: Timeout occurred while waiting response from server at: http://127.0.0.1:62984/rb_/dw Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:62984/rb_/dw at __randomizedtesting.SeedInfo.seed([B4F3A7CAF19BE24A:3CA798105F678FB2]: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:369) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866) 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.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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) ... 47 more FAILED: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest.test Error Message: Timeout occurred while waiting response from server at: http://127.0.0.1:62980/rb_/dw Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:62980/rb_/dw at __randomizedtesting.SeedInfo.seed([B4F3A7CAF19BE24A:3CA798105F678FB2]: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:369) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866) 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.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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) ... 47 more FAILED: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest.test Error Message: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 90000 ms! ClusterState: { "control_collection":{ "pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{"core_node2":{ "core":"control_collection_shard1_replica_n1", "base_url":"http://127.0.0.1:50704/rb_/dw", "node_name":"127.0.0.1:50704_rb_%2Fdw", "state":"active", "type":"NRT", "leader":"true"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"1", "tlogReplicas":"0"}, "collection1":{ "pullReplicas":"0", "replicationFactor":"1", "shards":{ "shard1":{ "range":"80000000-ffffffff", "state":"active", "replicas":{"core_node4":{ "core":"collection1_shard1_replica_t2", "base_url":"http://127.0.0.1:50964/rb_/dw", "node_name":"127.0.0.1:50964_rb_%2Fdw", "state":"active", "type":"TLOG", "leader":"true"}}}, "shard2":{ "range":"0-7fffffff", "state":"active", "replicas":{ "core_node3":{ "core":"collection1_shard2_replica_t1", "base_url":"http://127.0.0.1:50919/rb_/dw", "node_name":"127.0.0.1:50919_rb_%2Fdw", "state":"active", "type":"TLOG", "leader":"true"}, "core_node6":{ "core":"collection1_shard2_replica_t5", "base_url":"http://127.0.0.1:51012/rb_/dw", "node_name":"127.0.0.1:51012_rb_%2Fdw", "state":"active", "type":"TLOG"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"1", "tlogReplicas":"0"}, "c8n_1x2":{ "pullReplicas":"0", "replicationFactor":"0", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{ "core_node3":{ "core":"c8n_1x2_shard1_replica_t1", "base_url":"http://127.0.0.1:51012/rb_/dw", "node_name":"127.0.0.1:51012_rb_%2Fdw", "state":"active", "type":"TLOG", "leader":"true"}, "core_node4":{ "core":"c8n_1x2_shard1_replica_t2", "base_url":"http://127.0.0.1:50704/rb_/dw", "node_name":"127.0.0.1:50704_rb_%2Fdw", "state":"active", "type":"TLOG"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"0", "tlogReplicas":"2"}} Stack Trace: java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 90000 ms! ClusterState: { "control_collection":{ "pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{"core_node2":{ "core":"control_collection_shard1_replica_n1", "base_url":"http://127.0.0.1:50704/rb_/dw", "node_name":"127.0.0.1:50704_rb_%2Fdw", "state":"active", "type":"NRT", "leader":"true"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"1", "tlogReplicas":"0"}, "collection1":{ "pullReplicas":"0", "replicationFactor":"1", "shards":{ "shard1":{ "range":"80000000-ffffffff", "state":"active", "replicas":{"core_node4":{ "core":"collection1_shard1_replica_t2", "base_url":"http://127.0.0.1:50964/rb_/dw", "node_name":"127.0.0.1:50964_rb_%2Fdw", "state":"active", "type":"TLOG", "leader":"true"}}}, "shard2":{ "range":"0-7fffffff", "state":"active", "replicas":{ "core_node3":{ "core":"collection1_shard2_replica_t1", "base_url":"http://127.0.0.1:50919/rb_/dw", "node_name":"127.0.0.1:50919_rb_%2Fdw", "state":"active", "type":"TLOG", "leader":"true"}, "core_node6":{ "core":"collection1_shard2_replica_t5", "base_url":"http://127.0.0.1:51012/rb_/dw", "node_name":"127.0.0.1:51012_rb_%2Fdw", "state":"active", "type":"TLOG"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"1", "tlogReplicas":"0"}, "c8n_1x2":{ "pullReplicas":"0", "replicationFactor":"0", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{ "core_node3":{ "core":"c8n_1x2_shard1_replica_t1", "base_url":"http://127.0.0.1:51012/rb_/dw", "node_name":"127.0.0.1:51012_rb_%2Fdw", "state":"active", "type":"TLOG", "leader":"true"}, "core_node4":{ "core":"c8n_1x2_shard1_replica_t2", "base_url":"http://127.0.0.1:50704/rb_/dw", "node_name":"127.0.0.1:50704_rb_%2Fdw", "state":"active", "type":"TLOG"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"0", "tlogReplicas":"2"}} at __randomizedtesting.SeedInfo.seed([B4F3A7CAF19BE24A:3CA798105F678FB2]:0) at org.junit.Assert.fail(Assert.java:89) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:2173) at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:294) at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:135) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) 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.junit.rules.RunRules.evaluate(RunRules.java:20) 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Build Log: [...truncated 15282 lines...] [junit4] Suite: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest [junit4] 2> 1031748 INFO (SUITE-HttpPartitionWithTlogReplicasTest-seed#[B4F3A7CAF19BE24A]-worker) [ ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf' [junit4] 2> 1031748 INFO (SUITE-HttpPartitionWithTlogReplicasTest-seed#[B4F3A7CAF19BE24A]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 1031748 INFO (SUITE-HttpPartitionWithTlogReplicasTest-seed#[B4F3A7CAF19BE24A]-worker) [ ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001\data-dir-139-001 [junit4] 2> 1031748 WARN (SUITE-HttpPartitionWithTlogReplicasTest-seed#[B4F3A7CAF19BE24A]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5 [junit4] 2> 1031748 INFO (SUITE-HttpPartitionWithTlogReplicasTest-seed#[B4F3A7CAF19BE24A]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 1031756 INFO (SUITE-HttpPartitionWithTlogReplicasTest-seed#[B4F3A7CAF19BE24A]-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> 1031756 INFO (SUITE-HttpPartitionWithTlogReplicasTest-seed#[B4F3A7CAF19BE24A]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /rb_/dw [junit4] 2> 1031764 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1031764 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0 [junit4] 2> 1031764 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1031768 WARN (ZkTestServer Run Thread) [ ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0. [junit4] 2> 1031879 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer start zk server on port: 50637 [junit4] 2> 1031879 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:50637 [junit4] 2> 1031879 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50637 [junit4] 2> 1031879 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50637 [junit4] 2> 1031883 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1031892 INFO (zkConnectionManagerCallback-9298-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1031892 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1031901 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1031907 INFO (zkConnectionManagerCallback-9300-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1031907 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1031917 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 1031928 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml [junit4] 2> 1031938 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1031950 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 1031961 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 1031984 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml [junit4] 2> 1031997 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 1032009 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 1032026 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1032042 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 1032060 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 1032071 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise [junit4] 2> 1033544 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 1033544 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 1033544 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_201-b09 [junit4] 2> 1033546 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1033546 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1033547 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 1033547 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58fd5118{/rb_/dw,null,AVAILABLE} [junit4] 2> 1033549 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@320146f4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:50710} [junit4] 2> 1033549 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.e.j.s.Server Started @1062512ms [junit4] 2> 1033549 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001\tempDir-001/control/data, hostContext=/rb_/dw, hostPort=50704, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001\control-001\cores} [junit4] 2> 1033550 ERROR (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1033550 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1033550 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.8.0 [junit4] 2> 1033550 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1033550 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr [junit4] 2> 1033550 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-11-01T13:58:57.489Z [junit4] 2> 1033550 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1033559 INFO (zkConnectionManagerCallback-9302-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1033559 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1033670 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1033670 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001\control-001\solr.xml [junit4] 2> 1033686 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1033686 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1033687 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4b054e44, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 1033813 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 1033816 WARN (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a5b5a24[provider=null,keyStore=null,trustStore=null] [junit4] 2> 1033816 WARN (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a5b5a24[provider=null,keyStore=null,trustStore=null] [junit4] 2> 1033827 WARN (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1e6b0d97[provider=null,keyStore=null,trustStore=null] [junit4] 2> 1033827 WARN (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1e6b0d97[provider=null,keyStore=null,trustStore=null] [junit4] 2> 1033827 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50637/solr [junit4] 2> 1033830 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1033837 INFO (zkConnectionManagerCallback-9313-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1033837 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1033953 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1033958 INFO (zkConnectionManagerCallback-9315-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1033958 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1034641 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50704_rb_%2Fdw [junit4] 2> 1034646 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.c.Overseer Overseer (id=72061166786445316-127.0.0.1:50704_rb_%2Fdw-n_0000000000) starting [junit4] 2> 1034675 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50704_rb_%2Fdw [junit4] 2> 1034675 INFO (OverseerStateUpdate-72061166786445316-127.0.0.1:50704_rb_%2Fdw-n_0000000000) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:50704_rb_%2Fdw [junit4] 2> 1034695 INFO (zkCallback-9314-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1034713 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 1034716 WARN (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] 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> 1034790 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1034838 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b054e44 [junit4] 2> 1034844 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b054e44 [junit4] 2> 1034844 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4b054e44 [junit4] 2> 1034846 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001\control-001\cores [junit4] 2> 1034907 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1034917 INFO (zkConnectionManagerCallback-9332-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1034918 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1034919 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1034921 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50637/solr ready [junit4] 2> 1034922 INFO (SocketProxy-Acceptor-50704) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50848,localport=50704], receiveBufferSize: 65536 [junit4] 2> 1034932 INFO (SocketProxy-Acceptor-50704) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=50710,localport=50849], receiveBufferSize=65536 [junit4] 2> 1034935 INFO (qtp476836294-15110) [n:127.0.0.1:50704_rb_%2Fdw ] 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:50704_rb_%252Fdw&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1034948 INFO (OverseerThreadFactory-9322-thread-1-processing-n:127.0.0.1:50704_rb_%2Fdw) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection [junit4] 2> 1035078 INFO (SocketProxy-Acceptor-50704) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50865,localport=50704], receiveBufferSize: 65536 [junit4] 2> 1035078 INFO (SocketProxy-Acceptor-50704) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=50710,localport=50866], receiveBufferSize=65536 [junit4] 2> 1035080 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1035081 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 1036207 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0 [junit4] 2> 1036223 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test [junit4] 2> 1036308 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036329 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036329 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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@4b054e44 [junit4] 2> 1036330 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001\control-001\cores\control_collection_shard1_replica_n1\data\] [junit4] 2> 1036337 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 1036338 WARN (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036412 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036412 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036414 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1036414 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1036414 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=105.595703125, floorSegmentMB=0.5185546875, forceMergeDeletesPctAllowed=28.976701950552698, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=47.87950605796317 [junit4] 2> 1036417 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1036418 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036418 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036418 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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 1682166660838981632 [junit4] 2> 1036420 INFO (searcherExecutor-9334-thread-1-processing-n:127.0.0.1:50704_rb_%2Fdw x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036436 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036436 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036456 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1036456 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036456 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50704/rb_/dw/control_collection_shard1_replica_n1/ [junit4] 2> 1036456 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036457 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:50704/rb_/dw/control_collection_shard1_replica_n1/ has no replicas [junit4] 2> 1036457 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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/72061166786445316-core_node2-n_0000000000 [junit4] 2> 1036464 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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:50704/rb_/dw/control_collection_shard1_replica_n1/ shard1 [junit4] 2> 1036580 INFO (zkCallback-9314-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> 1036580 INFO (zkCallback-9314-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> 1036584 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw 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> 1036590 INFO (qtp476836294-15111) [n:127.0.0.1:50704_rb_%2Fdw ] 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=1387 [junit4] 2> 1036601 INFO (qtp476836294-15110) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas [junit4] 2> 1036700 INFO (zkCallback-9314-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> 1036700 INFO (zkCallback-9314-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> 1036700 INFO (zkCallback-9314-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> 1036705 INFO (qtp476836294-15110) [n:127.0.0.1:50704_rb_%2Fdw ] 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:50704_rb_%252Fdw&wt=javabin&version=2} status=0 QTime=1624 [junit4] 2> 1036705 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection [junit4] 2> 1036827 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1036831 INFO (zkConnectionManagerCallback-9343-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1036831 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1036833 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1036834 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50637/solr ready [junit4] 2> 1036834 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 1036835 INFO (SocketProxy-Acceptor-50704) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50899,localport=50704], receiveBufferSize: 65536 [junit4] 2> 1036836 INFO (SocketProxy-Acceptor-50704) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=50710,localport=50900], receiveBufferSize=65536 [junit4] 2> 1036837 INFO (qtp476836294-15110) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1036861 INFO (OverseerCollectionConfigSetProcessor-72061166786445316-127.0.0.1:50704_rb_%2Fdw-n_0000000000) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 1036861 INFO (OverseerThreadFactory-9322-thread-2-processing-n:127.0.0.1:50704_rb_%2Fdw) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 1037091 WARN (OverseerThreadFactory-9322-thread-2-processing-n:127.0.0.1:50704_rb_%2Fdw) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores. [junit4] 2> 1037102 INFO (qtp476836294-15110) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas [junit4] 2> 1037103 INFO (qtp476836294-15110) [n:127.0.0.1:50704_rb_%2Fdw ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=243 [junit4] 2> 1037103 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2 [junit4] 2> 1037103 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0 [junit4] 2> 1037103 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2 [junit4] 2> 1037103 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0 [junit4] 2> 1037103 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2 [junit4] 2> 1037103 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0 [junit4] 2> 1037103 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3 [junit4] 2> 1038221 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001\shard-1-001 of type TLOG in shard 2 [junit4] 2> 1038224 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 1038224 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 1038224 INFO (closeThreadPool-9344-thread-1) [ ] o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_201-b09 [junit4] 2> 1038225 INFO (closeThreadPool-9344-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1038225 INFO (closeThreadPool-9344-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1038225 INFO (closeThreadPool-9344-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 1038225 INFO (closeThreadPool-9344-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6019e0c2{/rb_/dw,null,AVAILABLE} [junit4] 2> 1038227 INFO (closeThreadPool-9344-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1e2cec50{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:50920} [junit4] 2> 1038228 INFO (closeThreadPool-9344-thread-1) [ ] o.e.j.s.Server Started @1066808ms [junit4] 2> 1038228 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001\tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/rb_/dw, hostPort=50919, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001\shard-1-001\cores} [junit4] 2> 1038228 ERROR (closeThreadPool-9344-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1038228 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1038228 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.8.0 [junit4] 2> 1038228 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1038228 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr [junit4] 2> 1038228 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-11-01T13:59:02.167Z [junit4] 2> 1038228 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1038230 INFO (zkConnectionManagerCallback-9346-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1038230 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1038345 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1038345 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001\shard-1-001\solr.xml [junit4] 2> 1038358 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1038360 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1038360 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4b054e44, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 1038502 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false] [junit4] 2> 1038504 WARN (closeThreadPool-9344-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@44a5bf78[provider=null,keyStore=null,trustStore=null] [junit4] 2> 1038504 WARN (closeThreadPool-9344-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@44a5bf78[provider=null,keyStore=null,trustStore=null] [junit4] 2> 1038513 WARN (closeThreadPool-9344-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6c1c8abc[provider=null,keyStore=null,trustStore=null] [junit4] 2> 1038513 WARN (closeThreadPool-9344-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6c1c8abc[provider=null,keyStore=null,trustStore=null] [junit4] 2> 1038515 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50637/solr [junit4] 2> 1038515 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1038521 INFO (zkConnectionManagerCallback-9357-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1038521 INFO (closeThreadPool-9344-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1038637 INFO (closeThreadPool-9344-thread-1) [n:127.0.0.1:50919_rb_%2Fdw ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1038643 INFO (zkConnectionManagerCallback-9359-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1038644 INFO (closeThreadPool-9344-thread-1) [n:127.0.0.1:50919_rb_%2Fdw ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1038652 INFO (closeThreadPool-9344-thread-1) [n:127.0.0.1:50919_rb_%2Fdw ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1038663 INFO (closeThreadPool-9344-thread-1) [n:127.0.0.1:50919_rb_%2Fdw ] o.a.s.c.ZkController Publish node=127.0.0.1:50919_rb_%2Fdw as DOWN [junit4] 2> 1038666 INFO (closeThreadPool-9344-thread-1) [n:127.0.0.1:50919_rb_%2Fdw ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 1038666 INFO (closeThreadPool-9344-thread-1) [n:127.0.0.1:50919_rb_%2Fdw ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50919_rb_%2Fdw [junit4] 2> 1038673 INFO (zkCallback-9314-thread-4) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1038674 INFO (zkCallback-9342-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1038675 INFO (zkCallback-9358-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1038676 INFO (closeThreadPool-9344-thread-1) [n:127.0.0.1:50919_rb_%2Fdw ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 1038677 WARN (closeThreadPool-9344-thread-1) [n:127.0.0.1:50919_rb_%2Fdw ] 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> 1038727 INFO (closeThreadPool-9344-thread-1) [n:127.0.0.1:50919_rb_%2Fdw ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1038762 INFO (closeThreadPool-9344-thread-1) [n:127.0.0.1:50919_rb_%2Fdw ] o.a.s.m.r.Solr [...truncated too long message...] [junit4] 2> 74567 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:62934 [junit4] 2> 74567 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62934 [junit4] 2> 74567 INFO (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[B4F3A7CAF19BE24A]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62934 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=HttpPartitionWithTlogReplicasTest -Dtests.method=test -Dtests.seed=B4F3A7CAF19BE24A -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=hr -Dtests.timezone=Pacific/Chuuk -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [junit4] ERROR 61.5s J1 | HttpPartitionWithTlogReplicasTest.test <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:62984/rb_/dw [junit4] > at __randomizedtesting.SeedInfo.seed([B4F3A7CAF19BE24A:3CA798105F678FB2]: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:369) [junit4] > at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297) [junit4] > at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173) [junit4] > at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934) [junit4] > at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866) [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] > ... 47 more [junit4] 2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_B4F3A7CAF19BE24A-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1020, maxMBSortInHeap=5.222705626788934, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=hr, timezone=Pacific/Chuuk [junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=92267192,total=188219392 [junit4] 2> NOTE: All tests run in this JVM: [HttpPartitionWithTlogReplicasTest] [junit4] Completed [5/5 (5!)] on J1 in 73.77s, 1 test, 1 error <<< FAILURES! [...truncated 17 lines...] BUILD FAILED C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 5 tests, 5 errors [seed: B4F3A7CAF19BE24A] Total time: 1 minute 20 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.x-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-8.x-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.x-Windows') [Java] Successfully parsed console log [Java] -> found 112 issues (skipped 103 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.x-Windows' [Java] -> resolved paths in source directory (53 found, 0 not found) [Java] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java] -> resolved module names for 112 issues [Java] Resolving package names (or namespaces) by parsing the affected files [Java] -> resolved package names of 53 affected files [Java] No filter has been set, publishing all 112 issues [Java] Creating fingerprints for all affected code blocks to track issues over different builds [Java] -> created fingerprints for 112 issues (skipped 0 issues) [Java] Copying affected files to Jenkins' build folder '/home/jenkins/jobs/Lucene-Solr-8.x-Windows/builds/1765/files-with-issues' [Java] -> 53 copied, 0 not in workspace, 0 not-found, 0 with I/O error [Java] Using reference build 'Lucene-Solr-8.x-Windows #1764' to compute new, fixed, and outstanding issues [Java] Issues delta (vs. reference build): outstanding: 112, new: 0, fixed: 0 [Java] No quality gates have been set - skipping [Java] Health report is disabled - skipping [Java] Created analysis result for 112 issues (found 0 new issues, fixed 0 issues) [Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-Windows #1765'. [Checks API] No suitable checks publisher found. 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 [Checks API] No suitable checks publisher found. Build step 'Publish JUnit test result report' changed build result to UNSTABLE [Checks API] No suitable checks publisher found. 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]
