Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2954/
5 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections
Error Message:
Trigger was not fired even after 5 seconds
Stack Trace:
java.lang.AssertionError: Trigger was not fired even after 5 seconds
at
__randomizedtesting.SeedInfo.seed([D5F837BA9E56E18D:EF56D263A03238E3]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections(ComputePlanActionTest.java:493)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration
Error Message:
Error from server at https://127.0.0.1:42611/solr: create the collection time
out:180s
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:42611/solr: create the collection time out:180s
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.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.autoscaling.IndexSizeTriggerTest.testMergeIntegration(IndexSizeTriggerTest.java:364)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.legacy.TestMultiValuedNumericRangeQuery.testMultiValuedNRQ
Error Message:
Returned count for LegacyNumericRangeQuery and TermRangeQuery must be equal
expected:<1000> but was:<1008>
Stack Trace:
java.lang.AssertionError: Returned count for LegacyNumericRangeQuery and
TermRangeQuery must be equal expected:<1000> but was:<1008>
at
__randomizedtesting.SeedInfo.seed([D5F837BA9E56E18D:71E9B3A34DD15B97]: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.legacy.TestMultiValuedNumericRangeQuery.testMultiValuedNRQ(TestMultiValuedNumericRangeQuery.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
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
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testParallelUpdateQTime
Error Message:
Error from server at
https://127.0.0.1:36287/solr/collection1_shard2_replica_n3: Expected mime type
application/octet-stream but got text/html. <html> <head> <meta
http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404
Can not find: /solr/collection1_shard2_replica_n3/update</title> </head>
<body><h2>HTTP ERROR 404</h2> <p>Problem accessing
/solr/collection1_shard2_replica_n3/update. Reason: <pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body> </html>
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at https://127.0.0.1:36287/solr/collection1_shard2_replica_n3: Expected
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find:
/solr/collection1_shard2_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection1_shard2_replica_n3/update. Reason:
<pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body>
</html>
at
__randomizedtesting.SeedInfo.seed([148504CA20E750DA:FA5D7F5B6E988549]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
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.impl.CloudSolrClientTest.testParallelUpdateQTime(CloudSolrClientTest.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:36287/solr/collection1_shard2_replica_n3:
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find:
/solr/collection1_shard2_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection1_shard2_replica_n3/update. Reason:
<pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
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.lambda$directUpdate$0(CloudSolrClient.java:528)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 more
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testVersionsAreReturned
Error Message:
Error from server at
https://127.0.0.1:36287/solr/collection1_shard2_replica_n3: Expected mime type
application/octet-stream but got text/html. <html> <head> <meta
http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404
Can not find: /solr/collection1_shard2_replica_n3/update</title> </head>
<body><h2>HTTP ERROR 404</h2> <p>Problem accessing
/solr/collection1_shard2_replica_n3/update. Reason: <pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body> </html>
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at https://127.0.0.1:36287/solr/collection1_shard2_replica_n3: Expected
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find:
/solr/collection1_shard2_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection1_shard2_replica_n3/update. Reason:
<pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body>
</html>
at
__randomizedtesting.SeedInfo.seed([148504CA20E750DA:EC43FDFFB3FEC812]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:949)
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.request.UpdateRequest.commit(UpdateRequest.java:237)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testVersionsAreReturned(CloudSolrClientTest.java:725)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:36287/solr/collection1_shard2_replica_n3:
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find:
/solr/collection1_shard2_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection1_shard2_replica_n3/update. Reason:
<pre> Can not find:
/solr/collection1_shard2_replica_n3/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
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.lambda$directUpdate$0(CloudSolrClient.java:528)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 more
Build Log:
[...truncated 12694 lines...]
[junit4] Suite: org.apache.solr.legacy.TestMultiValuedNumericRangeQuery
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestMultiValuedNumericRangeQuery -Dtests.method=testMultiValuedNRQ
-Dtests.seed=D5F837BA9E56E18D -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=sr-ME -Dtests.timezone=Europe/London -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 5.29s J0 |
TestMultiValuedNumericRangeQuery.testMultiValuedNRQ <<<
[junit4] > Throwable #1: java.lang.AssertionError: Returned count for
LegacyNumericRangeQuery and TermRangeQuery must be equal expected:<1000> but
was:<1008>
[junit4] > at
__randomizedtesting.SeedInfo.seed([D5F837BA9E56E18D:71E9B3A34DD15B97]:0)
[junit4] > at
org.apache.solr.legacy.TestMultiValuedNumericRangeQuery.testMultiValuedNRQ(TestMultiValuedNumericRangeQuery.java:76)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {asc=FST50,
trie=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=317,
maxMBSortInHeap=6.458683647899123,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7afee651),
locale=sr-ME, timezone=Europe/London
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=176485968,total=413138944
[junit4] 2> NOTE: All tests run in this JVM: [TestNumericTokenStream,
DistanceUnitsTest, ZkStateWriterTest, FullHLLTest, ReplicaListTransformerTest,
TestUnInvertedFieldException, TestUtilizeNode,
TestLMJelinekMercerSimilarityFactory, TermVectorComponentTest, SparseHLLTest,
TestPolicyCloud, HttpPartitionTest, OutOfBoxZkACLAndCredentialsProvidersTest,
BlockJoinFacetSimpleTest, BooleanFieldTest, AutoAddReplicasPlanActionTest,
TestSimLargeCluster, BasicAuthStandaloneTest, TransactionLogTest,
TestConfigOverlay, TestPayloadScoreQParserPlugin,
TestMultiValuedNumericRangeQuery]
[junit4] Completed [35/836 (1!)] on J0 in 5.35s, 1 test, 1 failure <<<
FAILURES!
[...truncated 197 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_D5F837BA9E56E18D-001/init-core-data-001
[junit4] 2> 465684 INFO
(SUITE-ComputePlanActionTest-seed#[D5F837BA9E56E18D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 465686 INFO
(SUITE-ComputePlanActionTest-seed#[D5F837BA9E56E18D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 465687 INFO
(SUITE-ComputePlanActionTest-seed#[D5F837BA9E56E18D]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 465757 INFO
(SUITE-ComputePlanActionTest-seed#[D5F837BA9E56E18D]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_D5F837BA9E56E18D-001/tempDir-001
[junit4] 2> 465757 INFO
(SUITE-ComputePlanActionTest-seed#[D5F837BA9E56E18D]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 465773 INFO (Thread-391) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 465773 INFO (Thread-391) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 465846 ERROR (Thread-391) [ ] 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> 465882 INFO
(SUITE-ComputePlanActionTest-seed#[D5F837BA9E56E18D]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:37182
[junit4] 2> 465996 INFO (zkConnectionManagerCallback-541-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 466071 INFO (jetty-launcher-538-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 466151 INFO (jetty-launcher-538-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 466151 INFO (jetty-launcher-538-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 466151 INFO (jetty-launcher-538-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 466151 INFO (jetty-launcher-538-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@68d67fcc{/solr,null,AVAILABLE}
[junit4] 2> 466152 INFO (jetty-launcher-538-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2449466c{SSL,[ssl,
http/1.1]}{127.0.0.1:43307}
[junit4] 2> 466152 INFO (jetty-launcher-538-thread-1) [ ]
o.e.j.s.Server Started @466215ms
[junit4] 2> 466152 INFO (jetty-launcher-538-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43307}
[junit4] 2> 466152 ERROR (jetty-launcher-538-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 466152 INFO (jetty-launcher-538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 466152 INFO (jetty-launcher-538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 466153 INFO (jetty-launcher-538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 466153 INFO (jetty-launcher-538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 466153 INFO (jetty-launcher-538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-19T07:18:27.044Z
[junit4] 2> 466298 INFO (zkConnectionManagerCallback-543-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 466301 INFO (jetty-launcher-538-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 469283 INFO (jetty-launcher-538-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37182/solr
[junit4] 2> 469413 INFO (zkConnectionManagerCallback-547-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 469498 INFO (zkConnectionManagerCallback-549-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 471628 INFO (jetty-launcher-538-thread-1)
[n:127.0.0.1:43307_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43307_solr
[junit4] 2> 471629 INFO (jetty-launcher-538-thread-1)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer Overseer
(id=73692671860932611-127.0.0.1:43307_solr-n_0000000000) starting
[junit4] 2> 471826 INFO (zkConnectionManagerCallback-556-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 471828 INFO (jetty-launcher-538-thread-1)
[n:127.0.0.1:43307_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:37182/solr ready
[junit4] 2> 471829 INFO
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:43307_solr
[junit4] 2> 471884 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 471885 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 471885 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion -1
[junit4] 2> 471885 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 471901 INFO (jetty-launcher-538-thread-1)
[n:127.0.0.1:43307_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43307_solr
[junit4] 2> 471936 INFO (zkCallback-555-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 471956 INFO
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 472031 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:43307_solr]
[junit4] 2> 472032 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 472046 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 472046 DEBUG (ScheduledTrigger-577-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 472192 INFO (jetty-launcher-538-thread-1)
[n:127.0.0.1:43307_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 472418 INFO (jetty-launcher-538-thread-1)
[n:127.0.0.1:43307_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43307.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f98d0
[junit4] 2> 472471 INFO (jetty-launcher-538-thread-1)
[n:127.0.0.1:43307_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43307.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f98d0
[junit4] 2> 472471 INFO (jetty-launcher-538-thread-1)
[n:127.0.0.1:43307_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43307.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f98d0
[junit4] 2> 472526 INFO (jetty-launcher-538-thread-1)
[n:127.0.0.1:43307_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_D5F837BA9E56E18D-001/tempDir-001/node1/.
[junit4] 2> 472834 INFO (zkConnectionManagerCallback-559-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 472890 INFO (zkConnectionManagerCallback-564-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 472891 INFO
(SUITE-ComputePlanActionTest-seed#[D5F837BA9E56E18D]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 472892 INFO
(SUITE-ComputePlanActionTest-seed#[D5F837BA9E56E18D]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37182/solr ready
[junit4] IGNOR/A 0.00s J2 |
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard
[junit4] > Assumption #1: 'badapple' test group is disabled
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
[junit4] IGNOR/A 0.00s J2 | ComputePlanActionTest.testNodeAdded
[junit4] > Assumption #1: 'badapple' test group is disabled
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
[junit4] 2> 473056 DEBUG (ScheduledTrigger-577-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 473099 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testNodeLost
[junit4] 2> 473100 DEBUG (zkCallback-555-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
2
[junit4] 2> 473100 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 2
[junit4] 2> 473102 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 473103 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 473104 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 473127 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2,
lastZnodeVersion 2
[junit4] 2> 473709 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 473726 DEBUG (qtp1421559241-1856) [n:127.0.0.1:43307_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 473764 INFO (qtp1421559241-1856) [n:127.0.0.1:43307_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=259
[junit4] 2> 473870 DEBUG (zkCallback-555-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
3
[junit4] 2> 473870 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 3
[junit4] 2> 473870 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 473871 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 473871 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3,
lastZnodeVersion 3
[junit4] 2> 473890 INFO (qtp1421559241-1858) [n:127.0.0.1:43307_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 473906 DEBUG (qtp1421559241-1856) [n:127.0.0.1:43307_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 473906 INFO (qtp1421559241-1856) [n:127.0.0.1:43307_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=36
[junit4] 2> 473923 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 473942 DEBUG (zkCallback-555-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
4
[junit4] 2> 473943 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 4
[junit4] 2> 473943 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 473944 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 473944 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4,
lastZnodeVersion 4
[junit4] 2> 474068 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 474069 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 474069 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 474089 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@27090d4f{/solr,null,AVAILABLE}
[junit4] 2> 474090 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3fcefecd{SSL,[ssl,
http/1.1]}{127.0.0.1:41738}
[junit4] 2> 474090 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.e.j.s.Server Started @474153ms
[junit4] 2> 474090 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41738}
[junit4] 2> 474090 ERROR
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 474090 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 474090 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 474090 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 474090 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 474091 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-19T07:18:34.981Z
[junit4] 2> 474198 INFO (zkConnectionManagerCallback-568-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 474200 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 475178 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37182/solr
[junit4] 2> 475232 INFO (zkConnectionManagerCallback-572-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 475269 INFO (zkConnectionManagerCallback-574-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 475287 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D])
[n:127.0.0.1:41738_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 475397 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D])
[n:127.0.0.1:41738_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 475397 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D])
[n:127.0.0.1:41738_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41738_solr
[junit4] 2> 475414 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:41738_solr"} current state version: 0
[junit4] 2> 475414 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:41738_solr
[junit4] 2> 475467 INFO (zkCallback-555-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 475467 INFO (zkCallback-548-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 475467 INFO (zkCallback-573-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 475468 INFO (zkCallback-563-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 475468 INFO (zkCallback-563-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 475651 INFO (zkConnectionManagerCallback-581-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 475652 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D])
[n:127.0.0.1:41738_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 475672 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D])
[n:127.0.0.1:41738_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:37182/solr ready
[junit4] 2> 475705 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D])
[n:127.0.0.1:41738_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 476148 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D])
[n:127.0.0.1:41738_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41738.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f98d0
[junit4] 2> 476238 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D])
[n:127.0.0.1:41738_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41738.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f98d0
[junit4] 2> 476291 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D])
[n:127.0.0.1:41738_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41738.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f98d0
[junit4] 2> 476308 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[D5F837BA9E56E18D])
[n:127.0.0.1:41738_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_D5F837BA9E56E18D-001/tempDir-001/node2/.
[junit4] 2> 476940 INFO (qtp661665773-1902) [n:127.0.0.1:41738_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 476975 INFO (qtp1421559241-1859) [n:127.0.0.1:43307_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 476976 DEBUG (qtp661665773-1908) [n:127.0.0.1:41738_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 476976 INFO (qtp661665773-1908) [n:127.0.0.1:41738_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=182
[junit4] 2> 476977 INFO (qtp661665773-1906) [n:127.0.0.1:41738_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=testNodeLost&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 476982 DEBUG (zkCallback-555-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
5
[junit4] 2> 476998 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 5
[junit4] 2> 476999 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_trigger - Initial
livenodes: [127.0.0.1:41738_solr, 127.0.0.1:43307_solr]
[junit4] 2> 477000 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 477000 DEBUG (ScheduledTrigger-577-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: 2
[junit4] 2> 477001 DEBUG
(OverseerAutoScalingTriggerThread-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5,
lastZnodeVersion 5
[junit4] 2> 477136 INFO
(OverseerThreadFactory-579-thread-1-processing-n:127.0.0.1:43307_solr)
[n:127.0.0.1:43307_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testNodeLost
[junit4] 2> 477246 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "name":"testNodeLost",
[junit4] 2> "fromApi":"true",
[junit4] 2> "collection.configName":"conf",
[junit4] 2> "numShards":"1",
[junit4] 2> "nrtReplicas":"2",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 477246 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: testNodeLost
[junit4] 2> 477247 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/testNodeLost/state.json
[junit4] 2> 477284 INFO (qtp661665773-1908) [n:127.0.0.1:41738_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 477380 INFO (qtp1421559241-1858) [n:127.0.0.1:43307_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 477590 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43307/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 477591 INFO
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43307/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 477663 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{}}
[junit4] 2> 477663 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node3":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:43307/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 477664 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:41738/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 477664 INFO
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:41738/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 477736 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node3":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:43307/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 477736 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:43307/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:41738/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 477866 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/testNodeLost/state.json version: 0
[junit4] 2> 478012 DEBUG (ScheduledTrigger-577-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: 2
[junit4] 2> 478039 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
x:testNodeLost_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 478039 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
x:testNodeLost_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 478107 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
x:testNodeLost_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n2&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 478139 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:43307/solr",
[junit4] 2> "node_name":"127.0.0.1:43307_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 478139 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:43307/solr",
[junit4] 2> "node_name":"127.0.0.1:43307_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"}
[junit4] 2> 478139 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node3:{"core":"testNodeLost_shard1_replica_n1","base_url":"https://127.0.0.1:43307/solr","node_name":"127.0.0.1:43307_solr","state":"down","type":"NRT","force_set_state":"false"}
[junit4] 2> 478139 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"2",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:43307/solr",
[junit4] 2> "node_name":"127.0.0.1:43307_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"},
[junit4] 2> "core_node4":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:41738/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 478212 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41738/solr",
[junit4] 2> "node_name":"127.0.0.1:41738_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 478212 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41738/solr",
[junit4] 2> "node_name":"127.0.0.1:41738_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"}
[junit4] 2> 478212 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node4:{"core":"testNodeLost_shard1_replica_n2","base_url":"https://127.0.0.1:41738/solr","node_name":"127.0.0.1:41738_solr","state":"down","type":"NRT","force_set_state":"false"}
[junit4] 2> 478212 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"2",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:43307/solr",
[junit4] 2> "node_name":"127.0.0.1:43307_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"},
[junit4] 2> "core_node4":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:41738/solr",
[junit4] 2> "node_name":"127.0.0.1:41738_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"}}}}}
[junit4] 2> 478338 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/testNodeLost/state.json version: 1
[junit4] 2> 479016 DEBUG (ScheduledTrigger-577-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: 2
[junit4] 2> 479250 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 479250 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 479344 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n1] Schema name=minimal
[junit4] 2> 479378 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n2] Schema name=minimal
[junit4] 2> 479380 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 479380 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n2' using
configuration from collection testNodeLost, trusted=true
[junit4] 2> 479381 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41738.solr.core.testNodeLost.shard1.replica_n2' (registry
'solr.core.testNodeLost.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f98d0
[junit4] 2> 479381 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_D5F837BA9E56E18D-001/tempDir-001/node2/testNodeLost_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_D5F837BA9E56E18D-001/tempDir-001/node2/./testNodeLost_shard1_replica_n2/data/]
[junit4] 2> 479451 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 479451 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n1' using
configuration from collection testNodeLost, trusted=true
[junit4] 2> 479454 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43307.solr.core.testNodeLost.shard1.replica_n1' (registry
'solr.core.testNodeLost.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5a7f98d0
[junit4] 2> 479454 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_D5F837BA9E56E18D-001/tempDir-001/node1/testNodeLost_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.ComputePlanActionTest_D5F837BA9E56E18D-001/tempDir-001/node1/./testNodeLost_shard1_replica_n1/data/]
[junit4] 2> 480002 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 480002 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 480019 DEBUG (ScheduledTrigger-577-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: 2
[junit4] 2> 480056 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 480056 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 480145 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2b09798d[testNodeLost_shard1_replica_n2] main]
[junit4] 2> 480146 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 480146 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 480147 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 480147 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1617545837714341888
[junit4] 2> 480348 INFO
(searcherExecutor-593-thread-1-processing-n:127.0.0.1:41738_solr
x:testNodeLost_shard1_replica_n2 c:testNodeLost s:shard1 r:core_node4)
[n:127.0.0.1:41738_solr c:testNodeLost s:shard1 r:core_node4
x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore
[testNodeLost_shard1_replica_n2] Registered new searcher
Searcher@2b09798d[testNodeLost_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 480352 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testNodeLost/terms/shard1 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 480418 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost"} current state version: 0
[junit4] 2> 480419 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/testNodeLost/state.json version: 2
[junit4] 2> 480439 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 480474 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 480474 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 480475 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 480476 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 480477 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6ad39273[testNodeLost_shard1_replica_n1] main]
[junit4] 2> 480511 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 480511 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 480512 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 480512 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1617545838097072128
[junit4] 2> 480534 INFO (qtp1421559241-1861) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testNodeLost/terms/shard1 to Terms{values={core_node3=0,
core_node4=0}, version=1}
[junit4] 2> 480547 INFO
(searcherExecutor-594-thread-1-processing-n:127.0.0.1:43307_solr
x:testNodeLost_shard1_replica_n1 c:testNodeLost s:shard1 r:core_node3)
[n:127.0.0.1:43307_solr c:testNodeLost s:shard1 r:core_node3
x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore
[testNodeLost_shard1_replica_n1] Registered new searcher
Searcher@6ad39273[testNodeLost_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 480949 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 480949 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 480949 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:41738/solr/testNodeLost_shard1_replica_n2/
[junit4] 2> 480950 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n2
url=https://127.0.0.1:41738/solr START
replicas=[https://127.0.0.1:43307/solr/testNodeLost_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 480961 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n2
url=https://127.0.0.1:41738/solr DONE. We have no versions. sync failed.
[junit4] 2> 480965 INFO (qtp1421559241-1859) [n:127.0.0.1:43307_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.S.Request [testNodeLost_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 480998 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 480998 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 481001 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:41738/solr/testNodeLost_shard1_replica_n2/ shard1
[junit4] 2> 481022 DEBUG (ScheduledTrigger-577-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: 2
[junit4] 2> 481038 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "base_url":"https://127.0.0.1:41738/solr",
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "state":"active"} current state version: 0
[junit4] 2> 481168 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/testNodeLost/state.json version: 3
[junit4] 2> 481250 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 481252 INFO (qtp661665773-1909) [n:127.0.0.1:41738_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n2&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3195
[junit4] 2> 481286 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41738/solr",
[junit4] 2> "node_name":"127.0.0.1:41738_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 481287 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41738/solr",
[junit4] 2> "node_name":"127.0.0.1:41738_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"}
[junit4] 2> 481287 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node4:{"core":"testNodeLost_shard1_replica_n2","base_url":"https://127.0.0.1:41738/solr","node_name":"127.0.0.1:41738_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
[junit4] 2> 481287 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(testNodeLost//collections/testNodeLost/state.json/4)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"2",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:43307/solr",
[junit4] 2> "node_name":"127.0.0.1:43307_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"},
[junit4] 2> "core_node4":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:41738/solr",
[junit4] 2> "node_name":"127.0.0.1:41738_solr",
[junit4] 2> "state":"active",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "leader":"true"}}}}}
[junit4] 2> 481396 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/testNodeLost/state.json version: 4
[junit4] 2> 481404 INFO (zkCallback-573-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 481581 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:43307/solr",
[junit4] 2> "node_name":"127.0.0.1:43307_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 481581 DEBUG
(OverseerStateUpdate-73692671860932611-127.0.0.1:43307_solr-n_0000000000)
[n:127.0.0.1:43307_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "
[...truncated too long message...]
is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null6693873
[copy] Copying 240 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null6693873
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null6693873
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 93ms :: artifacts dl 5ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 201 minutes 34 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$34.hasMatch(FilePath.java:2678)
at hudson.FilePath$34.invoke(FilePath.java:2557)
at hudson.FilePath$34.invoke(FilePath.java:2547)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1036)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1038)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]