Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7556/ Java: 64bit/jdk-12-ea+12 -XX:-UseCompressedOops -XX:+UseG1GC
22 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: IOException occured when talking to server at: https://127.0.0.1:61816/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:61816/solr at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.cloud.TestTlogReplica.tearDown(TestTlogReplica.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:993) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:835) Caused by: javax.net.ssl.SSLProtocolException: Software caused connection abort: recv failed at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259) at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839) 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:282) 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:165) 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:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) 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:542) ... 46 more Caused by: java.net.SocketException: Software caused connection abort: recv failed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823) ... 64 more FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:62322/solr Stack Trace: java.lang.AssertionError: Can not find doc 7 in https://127.0.0.1:62322/solr at __randomizedtesting.SeedInfo.seed([EE5A257BFD4D35AF:2FAA5CD7D01DFF08]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertNotNull(Assert.java:526) at org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:901) at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:566) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:835) FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:62907/solr Stack Trace: java.lang.AssertionError: Can not find doc 7 in https://127.0.0.1:62907/solr at __randomizedtesting.SeedInfo.seed([EE5A257BFD4D35AF:2FAA5CD7D01DFF08]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertNotNull(Assert.java:526) at org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:901) at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:566) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:835) FAILED: org.apache.solr.cloud.TestTlogReplica.testRealTimeGet Error Message: Unexpected replica count null Live Nodes: [127.0.0.1:62755_solr, 127.0.0.1:62756_solr] Last available state: null Stack Trace: java.lang.AssertionError: Unexpected replica count null Live Nodes: [127.0.0.1:62755_solr, 127.0.0.1:62756_solr] Last available state: null at __randomizedtesting.SeedInfo.seed([EE5A257BFD4D35AF:B637D0785FF79B66]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280) at org.apache.solr.cloud.TestTlogReplica.testRealTimeGet(TestTlogReplica.java:334) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:835) FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:62756/solr Stack Trace: java.lang.AssertionError: Can not find doc 7 in https://127.0.0.1:62756/solr at __randomizedtesting.SeedInfo.seed([EE5A257BFD4D35AF:2FAA5CD7D01DFF08]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertNotNull(Assert.java:526) at org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:901) at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:566) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:835) FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: IOException occured when talking to server at: https://127.0.0.1:61622/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:61622/solr at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.cloud.TestTlogReplica.tearDown(TestTlogReplica.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:993) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:835) Caused by: javax.net.ssl.SSLProtocolException: Software caused connection abort: recv failed at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259) at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839) 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:282) 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:165) 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:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) 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:542) ... 46 more Caused by: java.net.SocketException: Software caused connection abort: recv failed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823) ... 64 more FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: IOException occured when talking to server at: https://127.0.0.1:51045/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:51045/solr at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.cloud.TestTlogReplica.tearDown(TestTlogReplica.java:124) at jdk.internal.reflect.GeneratedMethodAccessor57.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:993) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:835) Caused by: javax.net.ssl.SSLProtocolException: Software caused connection abort: recv failed at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259) at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839) 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:282) 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:165) 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:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) 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:542) ... 45 more Caused by: java.net.SocketException: Software caused connection abort: recv failed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823) ... 63 more FAILED: org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates Error Message: Error from server at https://127.0.0.1:51046/solr: Request says it is coming from leader, but we are the leader Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:51046/solr: Request says it is coming from leader, but we are the leader at __randomizedtesting.SeedInfo.seed([EE5A257BFD4D35AF:689BDD96A21CE34F]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates(TestTlogReplica.java:688) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:835) FAILED: org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest.testMetricTrigger Error Message: {srt=[CapturedEvent{timestamp=1538940125451000000, stage=AFTER_ACTION, actionName='compute', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$AddReplica", "method":"GET", "params.action":"ADDREPLICA", "params.async":"metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.shard":"shard1", "params.node":"127.0.0.1:62242_solr", "params.type":"NRT"}], properties.BEFORE_ACTION=[compute, execute, test], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940130466000000, stage=AFTER_ACTION, actionName='execute', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$AddReplica", "method":"GET", "params.action":"ADDREPLICA", "params.async":"metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.shard":"shard1", "params.node":"127.0.0.1:62242_solr", "params.type":"NRT"}], properties.BEFORE_ACTION=[compute, execute, test], properties.responses=[{responseHeader={status=0,QTime=1},success={127.0.0.1:62242_solr={responseHeader={status=0,QTime=0}}},metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300={responseHeader={status=0,QTime=0},STATUS=completed,Response=TaskId: metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300 webapp=null path=/admin/cores params={async=metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300&qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&name=testMetricTrigger_shard1_replica_n11&action=CREATE&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0},status={state=completed,msg=found [metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0] in completed tasks}}], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940130467000000, stage=AFTER_ACTION, actionName='test', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$AddReplica", "method":"GET", "params.action":"ADDREPLICA", "params.async":"metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.shard":"shard1", "params.node":"127.0.0.1:62242_solr", "params.type":"NRT"}], properties.BEFORE_ACTION=[compute, execute, test], properties.responses=[{responseHeader={status=0,QTime=1},success={127.0.0.1:62242_solr={responseHeader={status=0,QTime=0}}},metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300={responseHeader={status=0,QTime=0},STATUS=completed,Response=TaskId: metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300 webapp=null path=/admin/cores params={async=metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300&qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&name=testMetricTrigger_shard1_replica_n11&action=CREATE&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0},status={state=completed,msg=found [metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0] in completed tasks}}], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940130467000000, stage=SUCCEEDED, actionName='null', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940144572000000, stage=AFTER_ACTION, actionName='compute', event={ "id":"6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum", "source":"metric_trigger", "eventTime":1910875512312800, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62365_solr":14683}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"movereplica", "_enqueue_time_":1910878530902000, "requestedOps":[{ "action":"MOVEREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62365_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica", "method":"GET", "params.action":"MOVEREPLICA", "params.async":"metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.targetNode":"127.0.0.1:62436_solr", "params.inPlaceMove":"true", "params.replica":"core_node3"}], properties.BEFORE_ACTION=[compute, execute, test], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940149585000000, stage=AFTER_ACTION, actionName='execute', event={ "id":"6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum", "source":"metric_trigger", "eventTime":1910875512312800, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62365_solr":14683}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"movereplica", "_enqueue_time_":1910878530902000, "requestedOps":[{ "action":"MOVEREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62365_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica", "method":"GET", "params.action":"MOVEREPLICA", "params.async":"metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.targetNode":"127.0.0.1:62436_solr", "params.inPlaceMove":"true", "params.replica":"core_node3"}], properties.BEFORE_ACTION=[compute, execute, test], properties.responses=[{responseHeader={status=0,QTime=1},success=MOVEREPLICA action completed successfully, moved replica=testMetricTrigger_shard1_replica_n1 at node=127.0.0.1:62365_solr to replica=testMetricTrigger_shard1_replica_n9 at node=127.0.0.1:62436_solr,status={state=completed,msg=found [metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0] in completed tasks}}], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940149585000000, stage=AFTER_ACTION, actionName='test', event={ "id":"6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum", "source":"metric_trigger", "eventTime":1910875512312800, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62365_solr":14683}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"movereplica", "_enqueue_time_":1910878530902000, "requestedOps":[{ "action":"MOVEREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62365_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica", "method":"GET", "params.action":"MOVEREPLICA", "params.async":"metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.targetNode":"127.0.0.1:62436_solr", "params.inPlaceMove":"true", "params.replica":"core_node3"}], properties.BEFORE_ACTION=[compute, execute, test], properties.responses=[{responseHeader={status=0,QTime=1},success=MOVEREPLICA action completed successfully, moved replica=testMetricTrigger_shard1_replica_n1 at node=127.0.0.1:62365_solr to replica=testMetricTrigger_shard1_replica_n9 at node=127.0.0.1:62436_solr,status={state=completed,msg=found [metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0] in completed tasks}}], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940149587000000, stage=SUCCEEDED, actionName='null', event={ "id":"6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum", "source":"metric_trigger", "eventTime":1910875512312800, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62365_solr":14683}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"movereplica", "_enqueue_time_":1910878530902000, "requestedOps":[{ "action":"MOVEREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62365_solr"]}}]}}, context={}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}]} expected:<4> but was:<8> Stack Trace: java.lang.AssertionError: {srt=[CapturedEvent{timestamp=1538940125451000000, stage=AFTER_ACTION, actionName='compute', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$AddReplica", "method":"GET", "params.action":"ADDREPLICA", "params.async":"metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.shard":"shard1", "params.node":"127.0.0.1:62242_solr", "params.type":"NRT"}], properties.BEFORE_ACTION=[compute, execute, test], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940130466000000, stage=AFTER_ACTION, actionName='execute', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$AddReplica", "method":"GET", "params.action":"ADDREPLICA", "params.async":"metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.shard":"shard1", "params.node":"127.0.0.1:62242_solr", "params.type":"NRT"}], properties.BEFORE_ACTION=[compute, execute, test], properties.responses=[{responseHeader={status=0,QTime=1},success={127.0.0.1:62242_solr={responseHeader={status=0,QTime=0}}},metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300={responseHeader={status=0,QTime=0},STATUS=completed,Response=TaskId: metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300 webapp=null path=/admin/cores params={async=metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300&qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&name=testMetricTrigger_shard1_replica_n11&action=CREATE&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0},status={state=completed,msg=found [metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0] in completed tasks}}], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940130467000000, stage=AFTER_ACTION, actionName='test', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$AddReplica", "method":"GET", "params.action":"ADDREPLICA", "params.async":"metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.shard":"shard1", "params.node":"127.0.0.1:62242_solr", "params.type":"NRT"}], properties.BEFORE_ACTION=[compute, execute, test], properties.responses=[{responseHeader={status=0,QTime=1},success={127.0.0.1:62242_solr={responseHeader={status=0,QTime=0}}},metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300={responseHeader={status=0,QTime=0},STATUS=completed,Response=TaskId: metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300 webapp=null path=/admin/cores params={async=metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300&qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&name=testMetricTrigger_shard1_replica_n11&action=CREATE&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0},status={state=completed,msg=found [metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0] in completed tasks}}], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940130467000000, stage=SUCCEEDED, actionName='null', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940144572000000, stage=AFTER_ACTION, actionName='compute', event={ "id":"6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum", "source":"metric_trigger", "eventTime":1910875512312800, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62365_solr":14683}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"movereplica", "_enqueue_time_":1910878530902000, "requestedOps":[{ "action":"MOVEREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62365_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica", "method":"GET", "params.action":"MOVEREPLICA", "params.async":"metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.targetNode":"127.0.0.1:62436_solr", "params.inPlaceMove":"true", "params.replica":"core_node3"}], properties.BEFORE_ACTION=[compute, execute, test], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940149585000000, stage=AFTER_ACTION, actionName='execute', event={ "id":"6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum", "source":"metric_trigger", "eventTime":1910875512312800, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62365_solr":14683}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"movereplica", "_enqueue_time_":1910878530902000, "requestedOps":[{ "action":"MOVEREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62365_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica", "method":"GET", "params.action":"MOVEREPLICA", "params.async":"metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.targetNode":"127.0.0.1:62436_solr", "params.inPlaceMove":"true", "params.replica":"core_node3"}], properties.BEFORE_ACTION=[compute, execute, test], properties.responses=[{responseHeader={status=0,QTime=1},success=MOVEREPLICA action completed successfully, moved replica=testMetricTrigger_shard1_replica_n1 at node=127.0.0.1:62365_solr to replica=testMetricTrigger_shard1_replica_n9 at node=127.0.0.1:62436_solr,status={state=completed,msg=found [metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0] in completed tasks}}], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940149585000000, stage=AFTER_ACTION, actionName='test', event={ "id":"6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum", "source":"metric_trigger", "eventTime":1910875512312800, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62365_solr":14683}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"movereplica", "_enqueue_time_":1910878530902000, "requestedOps":[{ "action":"MOVEREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62365_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica", "method":"GET", "params.action":"MOVEREPLICA", "params.async":"metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.targetNode":"127.0.0.1:62436_solr", "params.inPlaceMove":"true", "params.replica":"core_node3"}], properties.BEFORE_ACTION=[compute, execute, test], properties.responses=[{responseHeader={status=0,QTime=1},success=MOVEREPLICA action completed successfully, moved replica=testMetricTrigger_shard1_replica_n1 at node=127.0.0.1:62365_solr to replica=testMetricTrigger_shard1_replica_n9 at node=127.0.0.1:62436_solr,status={state=completed,msg=found [metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0] in completed tasks}}], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940149587000000, stage=SUCCEEDED, actionName='null', event={ "id":"6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum", "source":"metric_trigger", "eventTime":1910875512312800, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62365_solr":14683}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"movereplica", "_enqueue_time_":1910878530902000, "requestedOps":[{ "action":"MOVEREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62365_solr"]}}]}}, context={}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}]} expected:<4> but was:<8> at __randomizedtesting.SeedInfo.seed([EE5A257BFD4D35AF:545612F4A2A5E3E0]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest.testMetricTrigger(MetricTriggerIntegrationTest.java:157) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:835) FAILED: org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest.testMetricTrigger Error Message: {srt=[CapturedEvent{timestamp=1538940125451000000, stage=AFTER_ACTION, actionName='compute', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$AddReplica", "method":"GET", "params.action":"ADDREPLICA", "params.async":"metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.shard":"shard1", "params.node":"127.0.0.1:62242_solr", "params.type":"NRT"}], properties.BEFORE_ACTION=[compute, execute, test], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940130466000000, stage=AFTER_ACTION, actionName='execute', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$AddReplica", "method":"GET", "params.action":"ADDREPLICA", "params.async":"metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.shard":"shard1", "params.node":"127.0.0.1:62242_solr", "params.type":"NRT"}], properties.BEFORE_ACTION=[compute, execute, test], properties.responses=[{responseHeader={status=0,QTime=1},success={127.0.0.1:62242_solr={responseHeader={status=0,QTime=0}}},metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300={responseHeader={status=0,QTime=0},STATUS=completed,Response=TaskId: metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300 webapp=null path=/admin/cores params={async=metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300&qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&name=testMetricTrigger_shard1_replica_n11&action=CREATE&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0},status={state=completed,msg=found [metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0] in completed tasks}}], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940130467000000, stage=AFTER_ACTION, actionName='test', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$AddReplica", "method":"GET", "params.action":"ADDREPLICA", "params.async":"metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.shard":"shard1", "params.node":"127.0.0.1:62242_solr", "params.type":"NRT"}], properties.BEFORE_ACTION=[compute, execute, test], properties.responses=[{responseHeader={status=0,QTime=1},success={127.0.0.1:62242_solr={responseHeader={status=0,QTime=0}}},metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300={responseHeader={status=0,QTime=0},STATUS=completed,Response=TaskId: metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300 webapp=null path=/admin/cores params={async=metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/01910859570570300&qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&name=testMetricTrigger_shard1_replica_n11&action=CREATE&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0},status={state=completed,msg=found [metric_trigger/6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2/0] in completed tasks}}], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940130467000000, stage=SUCCEEDED, actionName='null', event={ "id":"6c9e9eda2ff74Tcytf6xd4fw391kf3lzdgnnwu2", "source":"metric_trigger", "eventTime":1910856411709300, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62165_solr":14680}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"addreplica", "_enqueue_time_":1910859426961300, "requestedOps":[{ "action":"ADDREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62165_solr"]}}]}}, context={}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940144572000000, stage=AFTER_ACTION, actionName='compute', event={ "id":"6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum", "source":"metric_trigger", "eventTime":1910875512312800, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62365_solr":14683}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"movereplica", "_enqueue_time_":1910878530902000, "requestedOps":[{ "action":"MOVEREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62365_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica", "method":"GET", "params.action":"MOVEREPLICA", "params.async":"metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.targetNode":"127.0.0.1:62436_solr", "params.inPlaceMove":"true", "params.replica":"core_node3"}], properties.BEFORE_ACTION=[compute, execute, test], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940149585000000, stage=AFTER_ACTION, actionName='execute', event={ "id":"6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum", "source":"metric_trigger", "eventTime":1910875512312800, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62365_solr":14683}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"movereplica", "_enqueue_time_":1910878530902000, "requestedOps":[{ "action":"MOVEREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62365_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica", "method":"GET", "params.action":"MOVEREPLICA", "params.async":"metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0", "params.waitForFinalState":"true", "params.collection":"testMetricTrigger", "params.targetNode":"127.0.0.1:62436_solr", "params.inPlaceMove":"true", "params.replica":"core_node3"}], properties.BEFORE_ACTION=[compute, execute, test], properties.responses=[{responseHeader={status=0,QTime=1},success=MOVEREPLICA action completed successfully, moved replica=testMetricTrigger_shard1_replica_n1 at node=127.0.0.1:62365_solr to replica=testMetricTrigger_shard1_replica_n9 at node=127.0.0.1:62436_solr,status={state=completed,msg=found [metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum/0] in completed tasks}}], source=metric_trigger, properties.AFTER_ACTION=[compute, execute, test]}, config={ "beforeAction":[], "trigger":"metric_trigger", "stage":[ "FAILED", "SUCCEEDED"], "afterAction":[ "compute", "execute", "test"], "class":"org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest$TestTriggerListener"}, message='null'}, CapturedEvent{timestamp=1538940149585000000, stage=AFTER_ACTION, actionName='test', event={ "id":"6c9ee601f13e0Tcytf6xd4fw391kf3lzdgnnwum", "source":"metric_trigger", "eventTime":1910875512312800, "eventType":"METRIC", "properties":{ "node":{"127.0.0.1:62365_solr":14683}, "__start__":1, "metric":"metrics:solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes", "collection":"testMetricTrigger", "shard":"shard1", "preferredOperation":"movereplica", "_enqueue_time_":1910878530902000, "requestedOps":[{ "action":"MOVEREPLICA", "hints":{ "COLL_SHARD":[{ "first":"testMetricTrigger", "second":"shard1"}], "SRC_NODE":["127.0.0.1:62365_solr"]}}]}}, context={properties.operations=[{ "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica", "method":"GET", "params.action":"MOVEREPLICA", "params.async":"metric_trigger/6c9ee601f13e0Tcytf6xd4fw391kf3lzdg [...truncated too long message...] .e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@238d2806{/solr,null,UNAVAILABLE} [junit4] 2> 440461 INFO (jetty-closer-463-thread-2) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 440461 ERROR (SUITE-TestTlogReplica-seed#[EE5A257BFD4D35AF]-worker) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 440461 INFO (SUITE-TestTlogReplica-seed#[EE5A257BFD4D35AF]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62751 62751 [junit4] 2> 440462 INFO (Thread-276) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62751 62751 [junit4] 2> 440463 WARN (Thread-276) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 32 /solr/configs/conf [junit4] 2> 29 /solr/collections/tlog_replica_test_create_delete/terms/shard2 [junit4] 2> 28 /solr/collections/tlog_replica_test_create_delete/terms/shard1 [junit4] 2> 19 /solr/collections/tlog_replica_test_remove_leader/terms/shard1 [junit4] 2> 17 /solr/collections/tlog_replica_test_recovery/terms/shard1 [junit4] 2> 17 /solr/collections/tlog_replica_test_kill_tlog_replica/terms/shard1 [junit4] 2> 16 /solr/collections/tlog_replica_test_kill_leader/terms/shard1 [junit4] 2> 15 /solr/aliases.json [junit4] 2> 15 /solr/collections/tlog_replica_test_basic_leader_election/terms/shard1 [junit4] 2> 11 /solr/collections/tlog_replica_test_add_docs/terms/shard1 [junit4] 2> 10 /solr/collections/tlog_replica_test_delete_by_id/terms/shard1 [junit4] 2> 9 /solr/collections/tlog_replica_test_only_leader_indexes/terms/shard1 [junit4] 2> 8 /solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/terms/shard1 [junit4] 2> 7 /solr/collections/tlog_replica_test_real_time_get/terms/shard1 [junit4] 2> 7 /solr/security.json [junit4] 2> 6 /solr/collections/tlog_replica_test_add_remove_tlog_replica/terms/shard2 [junit4] 2> 5 /solr/collections/tlog_replica_test_add_remove_tlog_replica/terms/shard1 [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 23 /solr/collections/tlog_replica_test_create_delete/state.json [junit4] 2> 15 /solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json [junit4] 2> 15 /solr/clusterstate.json [junit4] 2> 15 /solr/clusterprops.json [junit4] 2> 11 /solr/collections/tlog_replica_test_kill_leader/state.json [junit4] 2> 10 /solr/collections/tlog_replica_test_kill_tlog_replica/state.json [junit4] 2> 9 /solr/collections/tlog_replica_test_remove_leader/state.json [junit4] 2> 8 /solr/collections/tlog_replica_test_recovery/state.json [junit4] 2> 8 /solr/collections/tlog_replica_test_basic_leader_election/state.json [junit4] 2> 5 /solr/autoscaling.json [junit4] 2> 3 /solr/collections/tlog_replica_test_add_docs/state.json [junit4] 2> 3 /solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json [junit4] 2> 3 /solr/collections/tlog_replica_test_only_leader_indexes/state.json [junit4] 2> 3 /solr/collections/tlog_replica_test_delete_by_id/state.json [junit4] 2> 2 /solr/collections/tlog_replica_test_kill_tlog_replica/leader_elect/shard1/election/72182828041175061-core_node4-n_0000000000 [junit4] 2> 2 /solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/72182828041175057-core_node3-n_0000000000 [junit4] 2> 2 /solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/72182828041175053-core_node15-n_0000000001 [junit4] 2> 2 /solr/overseer_elect/election/72182828041175044-127.0.0.1:62755_solr-n_0000000000 [junit4] 2> 2 /solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/72182828041175053-core_node9-n_0000000001 [junit4] 2> 2 /solr/collections/tlog_replica_test_real_time_get/state.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 15 /solr/live_nodes [junit4] 2> 15 /solr/collections [junit4] 2> 5 /solr/overseer/queue [junit4] 2> 5 /solr/autoscaling/events/.scheduled_maintenance [junit4] 2> 5 /solr/autoscaling/events/.auto_add_replicas [junit4] 2> 5 /solr/overseer/collection-queue-work [junit4] 2> 5 /solr/overseer/queue-work [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestTlogReplica_EE5A257BFD4D35AF-002 [junit4] 2> Oct 07, 2018 7:26:58 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 6 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {foo=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), title_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=FST50}, docValues:{_version_=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene70), inplace_updatable_int=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1831, maxMBSortInHeap=6.6119385442959455, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@32ce0af9), locale=ses, timezone=America/Punta_Arenas [junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 12-ea (64-bit)/cpus=3,threads=1,free=219357280,total=338690048 [junit4] 2> NOTE: All tests run in this JVM: [TestTlogReplica, TestRetrieveFieldsOptimizer, MetricTriggerIntegrationTest, TestRetrieveFieldsOptimizer, TestRetrieveFieldsOptimizer, MetricTriggerIntegrationTest, MetricTriggerIntegrationTest, MetricTriggerIntegrationTest, TestTlogReplica] [junit4] Completed [15/15 (8!)] on J1 in 233.93s, 13 tests, 2 failures <<< FAILURES! [junit4] [junit4] [junit4] Tests with failures [seed: EE5A257BFD4D35AF]: [junit4] - org.apache.solr.cloud.TestTlogReplica.testRecovery [junit4] - org.apache.solr.cloud.TestTlogReplica.testRecovery [junit4] - org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest.testMetricTrigger [junit4] - org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest.testMetricTrigger [junit4] - org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest.testMetricTrigger [junit4] - org.apache.solr.cloud.TestTlogReplica.testRecovery [junit4] - org.apache.solr.cloud.TestTlogReplica.testRecovery [junit4] - org.apache.solr.cloud.TestTlogReplica.testRealTimeGet [junit4] - org.apache.solr.cloud.TestTlogReplica.testRecovery [junit4] [junit4] [junit4] JVM J0: 0.94 .. 372.47 = 371.52s [junit4] JVM J1: 0.90 .. 442.18 = 441.28s [junit4] Execution time total: 7 minutes 22 seconds [junit4] Tests summary: 15 suites, 75 tests, 2 errors, 7 failures BUILD FAILED C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1567: The following error occurred while executing this line: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1092: There were test failures: 15 suites, 75 tests, 2 errors, 7 failures [seed: EE5A257BFD4D35AF] Total time: 7 minutes 24 seconds [repro] Setting last failure code to 1 [repro] Failures: [repro] 0/5 failed: org.apache.solr.client.solrj.io.graph.GraphExpressionTest [repro] 0/5 failed: org.apache.solr.response.TestRetrieveFieldsOptimizer [repro] 3/5 failed: org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest [repro] 5/5 failed: org.apache.solr.client.solrj.impl.CloudSolrClientTest [repro] 5/5 failed: org.apache.solr.cloud.TestTlogReplica [repro] Exiting with code 1 C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 Archiving artifacts Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 [WARNINGS] Parsing warnings in console log with parser Java Compiler (javac) 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 <Git Blamer> Using GitBlamer to create author and commit information for all warnings. <Git Blamer> GIT_COMMIT=367bdf7f749a4386071f4444e2d6a09591f38daf, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows [WARNINGS] Computing warning deltas based on reference build #7555 Recording test results Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Build step 'Publish JUnit test result report' changed build result to UNSTABLE Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures) Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
