Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-7.x/2/
10 tests failed.
FAILED: org.apache.solr.cloud.RestartWhileUpdatingTest.test
Error Message:
There are still nodes recoverying - waited for 320 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 320
seconds
at
__randomizedtesting.SeedInfo.seed([AF42AF945BE7BEEA:2716904EF51BD312]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:921)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1478)
at
org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:144)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.TestStressCloudBlindAtomicUpdates.test_dv_idx
Error Message:
Some docs had errors -- check logs expected:<0> but was:<3>
Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but
was:<3>
at
__randomizedtesting.SeedInfo.seed([AF42AF945BE7BEEA:3A3EDA5C873B130B]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:342)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_idx(TestStressCloudBlindAtomicUpdates.java:231)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.TestStressCloudBlindAtomicUpdates.test_dv_stored_idx
Error Message:
expected:<453> but was:<373>
Stack Trace:
java.lang.AssertionError: expected:<453> but was:<373>
at
__randomizedtesting.SeedInfo.seed([AF42AF945BE7BEEA:A565FEB424911DBD]: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.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:272)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored_idx(TestStressCloudBlindAtomicUpdates.java:221)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.TestStressCloudBlindAtomicUpdates.test_dv
Error Message:
expected:<534> but was:<222>
Stack Trace:
java.lang.AssertionError: expected:<534> but was:<222>
at
__randomizedtesting.SeedInfo.seed([AF42AF945BE7BEEA:9956CDD2D1BA84FB]: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.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:272)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:198)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.TestStressCloudBlindAtomicUpdates.test_dv_stored
Error Message:
expected:<486> but was:<303>
Stack Trace:
java.lang.AssertionError: expected:<486> but was:<303>
at
__randomizedtesting.SeedInfo.seed([AF42AF945BE7BEEA:3D7ECE10E7A08332]: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.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:272)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored(TestStressCloudBlindAtomicUpdates.java:210)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.TestTlogReplica.testRecovery
Error Message:
Can not find doc 8 in https://127.0.0.1:39913/solr
Stack Trace:
java.lang.AssertionError: Can not find doc 8 in https://127.0.0.1:39913/solr
at
__randomizedtesting.SeedInfo.seed([AF42AF945BE7BEEA:6EB2D63876B7744D]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:889)
at
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:603)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([AF42AF945BE7BEEA:8370D819D723C86E]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:908)
at
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads(AtomicUpdateProcessorFactoryTest.java:260)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=int_i:19&wt=xml
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
... 40 more
FAILED: org.apache.solr.ltr.TestLTRReRankingPipeline.testDifferentTopN
Error Message:
expected:<1.0> but was:<0.0>
Stack Trace:
java.lang.AssertionError: expected:<1.0> but was:<0.0>
at
__randomizedtesting.SeedInfo.seed([44690DD45D5398:F1E51B5DE1E6990A]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:443)
at org.junit.Assert.assertEquals(Assert.java:512)
at
org.apache.solr.ltr.TestLTRReRankingPipeline.testDifferentTopN(TestLTRReRankingPipeline.java:255)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.hdfs.HdfsUnloadDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=12930,
name=testExecutor-4156-thread-15, state=RUNNABLE,
group=TGRP-HdfsUnloadDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=12930, name=testExecutor-4156-thread-15,
state=RUNNABLE, group=TGRP-HdfsUnloadDistributedZkTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:37599
at __randomizedtesting.SeedInfo.seed([AF42AF945BE7BEEA]:0)
at
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$0(BasicDistributedZkTest.java:596)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: http://127.0.0.1:37599
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$0(BasicDistributedZkTest.java:594)
... 4 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
... 9 more
FAILED:
org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart
Error Message:
IOException occured when talking to server at:
http://127.0.0.1:37348/solr/collection1
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: http://127.0.0.1:37348/solr/collection1
at
__randomizedtesting.SeedInfo.seed([AF42AF945BE7BEEA:77B56B70F03C7CB6]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
at
org.apache.solr.handler.TestReplicationHandler.index(TestReplicationHandler.java:180)
at
org.apache.solr.handler.TestReplicationHandler.doTestIndexFetchOnMasterRestart(TestReplicationHandler.java:643)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.http.NoHttpResponseException: 127.0.0.1:37348 failed to
respond
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
... 47 more
Build Log:
[...truncated 2012 lines...]
[junit4] JVM J0: stdout was not empty, see:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/build/core/test/temp/junit4-J0-20180313_191151_4125963434727438239240.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] codec: Asserting, pf: BloomFilter, dvf: Lucene70
[junit4] <<< JVM J0: EOF ----
[...truncated 10883 lines...]
[junit4] Suite:
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.AtomicUpdateProcessorFactoryTest_AF42AF945BE7BEEA-001/init-core-data-001
[junit4] 2> 22346 WARN
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
[junit4] 2> 22346 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 22361 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-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> 22362 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 22363 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 22363 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 23069 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 23729 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 24215 WARN
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace
it accordingly.
[junit4] 2> 24306 WARN
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
[junit4] 2> 24313 WARN
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
[junit4] 2> 24321 WARN
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.CurrencyField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 24425 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 24616 WARN
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via
JMX.
[junit4] 2> 24616 WARN
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via
JMX.
[junit4] 2> 24616 WARN
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via
JMX.
[junit4] 2> 24644 INFO (coreLoadExecutor-18-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 24645 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 24706 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
[junit4] 2> 24780 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 24938 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 24981 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 24981 WARN (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via
JMX.
[junit4] 2> 24994 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 24994 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.AtomicUpdateProcessorFactoryTest_AF42AF945BE7BEEA-001/init-core-data-001/]
[junit4] 2> 25009 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=69.2470703125,
floorSegmentMB=1.44921875, forceMergeDeletesPctAllowed=28.317515416449137,
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7542165326937235
[junit4] 2> 25030 WARN (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.OldLuceneQParserPlugin]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 25298 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 25298 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 25319 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 25320 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 25321 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1692940809660417]
[junit4] 2> 25330 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@298565e[collection1] main]
[junit4] 2> 25333 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 25405 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 25542 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 25542 INFO
(searcherExecutor-19-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 25550 INFO
(searcherExecutor-19-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 25550 INFO
(searcherExecutor-19-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 25550 INFO
(searcherExecutor-19-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 25551 INFO
(searcherExecutor-19-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 25554 INFO
(searcherExecutor-19-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 25555 INFO
(searcherExecutor-19-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 25555 INFO
(searcherExecutor-19-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 25556 INFO
(searcherExecutor-19-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 25557 INFO
(searcherExecutor-19-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@298565e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 25558 INFO (coreLoadExecutor-18-thread-1) [ x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1594874355499663360
[junit4] 2> 25565 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 25567 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.SolrTestCaseJ4 ###Starting testBasics
[junit4] 2> 25627 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1594874355572015104,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 25627 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@74f44ea5
commitCommandVersion:1594874355572015104
[junit4] 2> 25726 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@75a403ac[collection1] main]
[junit4] 2> 25727 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 25727 INFO (searcherExecutor-19-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@75a403ac[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.4.0):C1)))}
[junit4] 2> 25728 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 100
[junit4] 2> 25743 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1&wt=xml}
hits=1 status=0 QTime=9
[junit4] 2> 25756 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=cat:human&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 25758 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=title:Mr&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 25767 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=count_i:20&wt=xml} hits=1 status=0 QTime=8
[junit4] 2> 25769 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name_s:Virat&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 25772 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=multiDefault:Delhi&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 25790 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1594874355742932992,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 25791 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@74f44ea5
commitCommandVersion:1594874355742932992
[junit4] 2> 25817 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@ca206d9[collection1] main]
[junit4] 2> 25819 INFO (searcherExecutor-19-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@ca206d9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.4.0):C1)))}
[junit4] 2> 25827 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 25829 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 38
[junit4] 2> 25834 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=id:1&wt=xml}
hits=1 status=0 QTime=4
[junit4] 2> 25839 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=cat:human&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 25841 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=cat:animal&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 25844 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=title:Mr&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 25845 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=title:Dr&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 25945 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=count_i:20&wt=xml} hits=0 status=0 QTime=99
[junit4] 2> 25947 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=count_i:40&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 25948 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=name_s:Virat&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 25949 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=multiDefault:Delhi&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 25958 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testBasics-seed#[AF42AF945BE7BEEA]) [
] o.a.s.SolrTestCaseJ4 ###Ending testBasics
[junit4] 2> 25964 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testMultipleThreads
[junit4] 2> 25970 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM
INDEX
[junit4] 2> 25973 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e4ed172[collection1]
realtime]
[junit4] 2> 25974 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
(-9223372036854775807)} 0 9
[junit4] 2> 25988 WARN (Thread-7) [ ]
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version
conflict for 10 expected=1594874355941113856 actual=1594874355950551040Retrying
with new version .... (1)
[junit4] 2> 25989 WARN (Thread-12) [ ]
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version
conflict for 10 expected=1594874355941113856 actual=1594874355950551040Retrying
with new version .... (1)
[junit4] 2> 25996 WARN (Thread-10) [ ]
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version
conflict for 10 expected=1594874355941113856 actual=1594874355957891072Retrying
with new version .... (1)
[junit4] 2> 25997 WARN (Thread-11) [ ]
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version
conflict for 10 expected=1594874355941113856 actual=1594874355959988224Retrying
with new version .... (1)
[junit4] 2> 25998 WARN (Thread-9) [ ]
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version
conflict for 10 expected=1594874355941113856 actual=1594874355959988225Retrying
with new version .... (1)
[junit4] 2> 25998 WARN (Thread-8) [ ]
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version
conflict for 10 expected=1594874355941113856 actual=1594874355959988225Retrying
with new version .... (1)
[junit4] 2> 25999 WARN (Thread-6) [ ]
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version
conflict for 10 expected=1594874355941113856 actual=1594874355959988225Retrying
with new version .... (1)
[junit4] 2> 25999 WARN (Thread-9) [ ]
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version
conflict for 10 expected=1594874355959988225 actual=1594874355962085376Retrying
with new version .... (2)
[junit4] 2> 26000 WARN (Thread-6) [ ]
o.a.s.u.p.AtomicUpdateProcessorFactory Atomic update failed due to version
conflict for 10 expected=1594874355959988225 actual=1594874355962085376Retrying
with new version .... (2)
[junit4] 2> 26006 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1594874355969425408,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 26006 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@74f44ea5
commitCommandVersion:1594874355969425408
[junit4] 2> 26018 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@318b00f6[collection1] main]
[junit4] 2> 26019 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 26020 INFO (searcherExecutor-19-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@318b00f6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.4.0):C10/9:delGen=1)))}
[junit4] 2> 26021 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 15
[junit4] 2> 26023 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:10&wt=xml} hits=1 status=0 QTime=1
[junit4] 2> 26052 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=cat:dhmz7ae33h7drvxvu72r+nas1rtsqhf9c6gnlbc8t+9kg385vw71vxn6ebutuq+h05hvlo9ld4samo4ru6n+ldma40w7libxbs6irrlm&wt=xml}
hits=1 status=0 QTime=11
[junit4] 2> 26053 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=int_i:19&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 26058 ERROR
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request was:q=int_i:19&wt=xml
[junit4] 2> 26059 ERROR
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=int_i:19&wt=xml:java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request was:q=int_i:19&wt=xml
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
[junit4] 2> at
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads(AtomicUpdateProcessorFactoryTest.java:260)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 26066 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testMultipleThreads
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=AtomicUpdateProcessorFactoryTest -Dtests.method=testMultipleThreads
-Dtests.seed=AF42AF945BE7BEEA -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true -Dtests.badapples=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/test-data/enwiki.random.lines.txt
-Dtests.locale=he-IL -Dtests.timezone=Pacific/Guam -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.11s J1 |
AtomicUpdateProcessorFactoryTest.testMultipleThreads <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([AF42AF945BE7BEEA:8370D819D723C86E]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:908)
[junit4] > at
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads(AtomicUpdateProcessorFactoryTest.java:260)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] > </response>
[junit4] > request was:q=int_i:19&wt=xml
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
[junit4] > ... 40 more
[junit4] 2> 26073 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testWrongAtomicOpPassed-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testWrongAtomicOpPassed
[junit4] 2> 26074 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testWrongAtomicOpPassed-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testWrongAtomicOpPassed
[junit4] 2> 26085 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testNoUniqueIdPassed-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testNoUniqueIdPassed
[junit4] 2> 26085 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testNoUniqueIdPassed-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testNoUniqueIdPassed
[junit4] 2> 26085 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 26086 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1092952624
[junit4] 2> 26086 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 26086 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@747db93a: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ null
[junit4] 2> 26086 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 26086 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6ac24efa: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
null
[junit4] 2> 26086 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 26086 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3128e746: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / null
[junit4] 2> 26092 INFO (coreCloseExecutor-24-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@543364e6
[junit4] 2> 26092 INFO (coreCloseExecutor-24-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1412654310
[junit4] 2> 26092 INFO (coreCloseExecutor-24-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@73cdaeba: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / null
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.processor.AtomicUpdateProcessorFactoryTest_AF42AF945BE7BEEA-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=RandomSimilarity(queryNorm=true): {}, locale=he-IL, timezone=Pacific/Guam
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=1,free=296661440,total=341311488
[junit4] 2> NOTE: All tests run in this JVM: [DirectSolrConnectionTest,
AtomicUpdateProcessorFactoryTest]
[junit4] Completed [3/783 (1!)] on J1 in 3.87s, 4 tests, 1 error <<<
FAILURES!
[...truncated 856 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_AF42AF945BE7BEEA-001/init-core-data-001
[junit4] 2> 2735397 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 2735399 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2735400 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 2735400 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2735400 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 2735497 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 2735527 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2735533 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2735549 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
to ./temp/Jetty_lucene2.us.west_apache_org_33930_hdfs____xnqo2o/webapp
[junit4] 2> 2736371 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.m.log Started
HttpServer2$selectchannelconnectorwithsafestar...@lucene2-us-west.apache.org:33930
[junit4] 2> 2736687 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2736688 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2736701 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_42948_datanode____6bfr1i/webapp
[junit4] 2> 2737233 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42948
[junit4] 2> 2737563 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2737564 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2737606 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_37834_datanode____fl7h24/webapp
[junit4] 2> 2737878 ERROR (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_AF42AF945BE7BEEA-001/tempDir-001/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_AF42AF945BE7BEEA-001/tempDir-001/hdfsBaseDir/data/data2/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:37818) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 2737917 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xbd55df04fd7bc: from storage
DS-f7683840-51cf-4e05-84fa-62e8a11c92fd node
DatanodeRegistration(127.0.0.1:35189,
datanodeUuid=6ff41209-beee-4f57-848b-6f1892cd7b98, infoPort=36891,
infoSecurePort=0, ipcPort=44292,
storageInfo=lv=-56;cid=testClusterID;nsid=686266960;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 2737917 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xbd55df04fd7bc: from storage
DS-0917029f-c0b2-4a34-8620-3613e8d84a56 node
DatanodeRegistration(127.0.0.1:35189,
datanodeUuid=6ff41209-beee-4f57-848b-6f1892cd7b98, infoPort=36891,
infoSecurePort=0, ipcPort=44292,
storageInfo=lv=-56;cid=testClusterID;nsid=686266960;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2738201 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[AF42AF945BE7BEEA]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37834
[junit4] 2> 2738618 ERROR (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_AF42AF945BE7BEEA-001/tempDir-001/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_AF42AF945BE7BEEA-001/tempDir-001/hdfsBaseDir/data/data4/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:37818) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 2738649 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xbd55e1bff1965: from storage
DS-187a52ad-8bdf-40de-ac76-8a563f5862de node
DatanodeRegistration(127.0.0.1:45222,
datanodeUuid=45e13e34-ed33-4ba6-a068-8c26c0f895db, infoPort=37375,
infoSecurePort=0, ipcPort=40226,
storageInfo=lv=-56;cid=testClusterID;nsid=686266960;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 2738649 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0xbd55e1bff1965: from storage
DS-65f3670a-709b-4d23-90f4-8fb68579d4ec node
DatanodeRegistration(127.0.0.1:45222,
datanodeUuid=45e13e34-ed33-4ba6-a068-8c26c0f895db, infoPort=37375,
infoSecurePort=0, ipcPort=40226,
storageInfo=lv=-56;cid=testClusterID;nsid=686266960;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2738802 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[AF42AF945BE7BEEA]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2738810 INFO (Thread-2956) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2738810 INFO (Thread-2956) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2738844 ERROR (Thread-2956) [ ] 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> 2738910 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[AF42AF945BE7BEEA]) [ ]
o.a.s.c.ZkTestServer start zk server on port:41867
[junit4] 2> 2738949 INFO (zkConnectionManagerCallback-2880-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2738988 INFO (zkConnectionManagerCallback-2882-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2738995 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[AF42AF945BE7BEEA]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2739007 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[AF42AF945BE7BEEA]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 2739012 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[AF42AF945BE7BEEA]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2739022 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[AF42AF945BE7BEEA]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2739023 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[AF42AF945BE7BEEA]) [ ]
o.a.s.c.AbstractZkTestCase put /h
[...truncated too long message...]
gistry=solr.core.collection1, tag=1159536118
[junit4] 2> 7368177 INFO (coreCloseExecutor-8580-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7088c544: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7773a06a
[junit4] 2> 7368183 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@32b1b5bc{/solr,null,UNAVAILABLE}
[junit4] 2> 7368183 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.e.j.s.session Stopped scavenging
[junit4] 2> 7368184 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.e.j.s.AbstractConnector Stopped
ServerConnector@6901ed42{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 7368184 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=332741528
[junit4] 2> 7368185 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 7368185 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@50cda783: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@6e666a1d
[junit4] 2> 7368201 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 7368201 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@16c1c0e0: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@2b09f016
[junit4] 2> 7368205 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 7368205 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@37797d68: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@2e1b0b08
[junit4] 2> 7368206 INFO (coreCloseExecutor-8582-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@525fe25f
[junit4] 2> 7368206 INFO (coreCloseExecutor-8582-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1382015583
[junit4] 2> 7368206 INFO (coreCloseExecutor-8582-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6762e5a1: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@43417b78
[junit4] 2> 7368216 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@22c49af1{/solr,null,UNAVAILABLE}
[junit4] 2> 7368217 INFO
(TEST-TestReplicationHandler.doTestReplicateAfterWrite2Slave-seed#[AF42AF945BE7BEEA])
[ ] o.e.j.s.session Stopped scavenging
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_AF42AF945BE7BEEA-001
[junit4] 2> NOTE: test params are:
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
chunkSize=8, maxDocsPerChunk=3, blockSize=984),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY,
chunkSize=8, blockSize=984)), sim=RandomSimilarity(queryNorm=true): {},
locale=sr-Latn-RS, timezone=Australia/Perth
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=1,free=280582064,total=527433728
[junit4] 2> NOTE: All tests run in this JVM: [DirectSolrConnectionTest,
AtomicUpdateProcessorFactoryTest, SolrInfoBeanTest, BlockJoinFacetSimpleTest,
AssignBackwardCompatibilityTest, JsonLoaderTest,
CloudExitableDirectoryReaderTest, TestDynamicLoading, TestRTGBase,
TestInitQParser, SpellCheckCollatorWithCollapseTest, CSVRequestHandlerTest,
SuggesterTest, TestStressVersions, TestApiFramework, TestUseDocValuesAsStored2,
ForceLeaderTest, V2ApiIntegrationTest, TestFunctionQuery,
BaseCdcrDistributedZkTest, DistribCursorPagingTest, MetricUtilsTest,
BitVectorTest, TestPerFieldSimilarity, BooleanFieldTest, InfoHandlerTest,
TestLRUStatsCache, MetricsConfigTest, DistributedIntervalFacetingTest,
HdfsAutoAddReplicasIntegrationTest, TestShardHandlerFactory,
TestFieldCacheSortRandom, TestRecovery, PeerSyncTest,
TestSimpleTrackingShardHandler, PrimitiveFieldTypeTest, OverseerTest,
OverseerRolesTest, DeleteReplicaTest, FastVectorHighlighterTest,
TestDynamicFieldResource, RequiredFieldsTest, CdcrReplicationDistributedZkTest,
UUIDUpdateProcessorFallbackTest, DeleteInactiveReplicaTest, TestStressRecovery,
AutoScalingHandlerTest, ZkStateWriterTest, QueryResultKeyTest,
TestLeaderElectionWithEmptyReplica, TestSolrCLIRunExample, HighlighterTest,
ConnectionManagerTest, TestSearchPerf, DirectoryFactoryTest,
FieldMutatingUpdateProcessorTest, TestShortCircuitedRequests, SuggesterFSTTest,
TestZkChroot, TestRetrieveFieldsOptimizer, TestFuzzyAnalyzedSuggestions,
ResourceLoaderTest, BJQParserTest, TestComplexPhraseQParserPlugin,
TestIntervalFaceting, QueryParsingTest, DistributedMLTComponentTest,
TestCloudManagedSchema, TestDistributedGrouping, CoreAdminCreateDiscoverTest,
TestConfigSetsAPI, TestMultiValuedNumericRangeQuery, ScriptEngineTest,
TestInitParams, TestUninvertingReader, TestXIncludeConfig, TestBulkSchemaAPI,
TestSolrCloudWithDelegationTokens, MergeStrategyTest, DistributedQueueTest,
TestLegacyFieldCache, TestTrackingShardHandlerFactory,
TestHdfsCloudBackupRestore, TestRequestStatusCollectionAPI,
TestCloudJSONFacetJoinDomain, AssignTest, TestPostingsSolrHighlighter,
CachingDirectoryFactoryTest, PreAnalyzedUpdateProcessorTest,
XsltUpdateRequestHandlerTest, HdfsBasicDistributedZkTest, TestQueryUtils,
SolrCloudExampleTest, PeerSyncReplicationTest, TestCharFilters,
TestRestoreCore, TestPolicyCloud, DirectUpdateHandlerOptimizeTest,
TestConfigSetImmutable, TestExpandComponent, TestRandomFlRTGCloud,
PathHierarchyTokenizerFactoryTest, QueryEqualityTest, TestSolr4Spatial2,
DocumentBuilderTest, TestDistribStateManager, TestNestedDocsSort,
SolrGraphiteReporterTest, HdfsNNFailoverTest, TestElisionMultitermQuery,
SoftAutoCommitTest, SuggestComponentContextFilterQueryTest, SolrCoreTest,
HdfsDirectoryTest, TestEmbeddedSolrServerSchemaAPI,
TestImpersonationWithHadoopAuth, QueryElevationComponentTest,
TestReplicationHandler]
[junit4] Completed [585/783 (6!)] on J1 in 310.78s, 16 tests, 1 error <<<
FAILURES!
[...truncated 8159 lines...]
[junit4] Suite: org.apache.solr.ltr.TestLTRReRankingPipeline
[junit4] 2> 81344 INFO
(TEST-TestLTRReRankingPipeline.testDifferentTopN-seed#[44690DD45D5398]) [ ]
o.a.s.l.TestLTRReRankingPipeline rerank 1 documents
[junit4] 2> 81359 INFO
(TEST-TestLTRReRankingPipeline.testDifferentTopN-seed#[44690DD45D5398]) [ ]
o.a.s.l.TestLTRReRankingPipeline doc 0 in pos 0
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLTRReRankingPipeline -Dtests.method=testDifferentTopN
-Dtests.seed=44690DD45D5398 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true -Dtests.badapples=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/test-data/enwiki.random.lines.txt
-Dtests.locale=ar-IQ -Dtests.timezone=AGT -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 0.47s J2 | TestLTRReRankingPipeline.testDifferentTopN <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<1.0> but
was:<0.0>
[junit4] > at
__randomizedtesting.SeedInfo.seed([44690DD45D5398:F1E51B5DE1E6990A]:0)
[junit4] > at
org.apache.solr.ltr.TestLTRReRankingPipeline.testDifferentTopN(TestLTRReRankingPipeline.java:255)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{field=FSTOrd50, id=Lucene50(blocksize=128),
final-score=Lucene50(blocksize=128)},
docValues:{final-score=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1587,
maxMBSortInHeap=7.418514316009276, sim=RandomSimilarity(queryNorm=true):
{field=IB LL-L2}, locale=ar-IQ, timezone=AGT
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=1,free=248693496,total=310378496
[junit4] 2> NOTE: All tests run in this JVM: [TestModelManager,
TestUserTermScorerQuery, TestFeatureLogging, TestFilterSolrFeature,
TestMultipleAdditiveTreesModel, TestRerankBase, TestLTRQParserExplain,
TestLTRQParserPlugin, TestLTRReRankingPipeline]
[junit4] Completed [20/37 (1!)] on J2 in 1.12s, 3 tests, 1 failure <<<
FAILURES!
[...truncated 42067 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]