Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/270/
5 tests failed.
FAILED: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest.test
Error Message:
Timeout waiting for state down of replica core_node4, current state recovering
expected:<down> but was:<recovering>
Stack Trace:
java.lang.AssertionError: Timeout waiting for state down of replica core_node4,
current state recovering expected:<down> but was:<recovering>
at
__randomizedtesting.SeedInfo.seed([D2FFE9A208D427E3:5AABD678A6284A1B]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at
org.apache.solr.cloud.HttpPartitionTest.waitForState(HttpPartitionTest.java:326)
at
org.apache.solr.cloud.HttpPartitionTest.testDoRecoveryOnRestart(HttpPartitionTest.java:184)
at
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.lucene.util.TestRamUsageEstimator.testBytesRefHash
Error Message:
expected:<35952> but was:<35920>
Stack Trace:
java.lang.AssertionError: expected:<35952> but was:<35920>
at
__randomizedtesting.SeedInfo.seed([B29BD09A03A076CA:6B662BA89505D462]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.lucene.util.TestRamUsageEstimator.testBytesRefHash(TestRamUsageEstimator.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
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.lucene.util.TestRamUsageEstimator.testQuery
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([B29BD09A03A076CA:39EAA4E9F22A4C1F]:0)
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.lucene.util.TestRamUsageEstimator.testQuery(TestRamUsageEstimator.java:168)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
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.lucene.util.TestRamUsageEstimator.testMap
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([B29BD09A03A076CA:92BD6449195B65B8]:0)
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:128)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
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.lucene.util.TestRamUsageEstimator.testCollection
Error Message:
expected:<280> but was:<256>
Stack Trace:
java.lang.AssertionError: expected:<280> but was:<256>
at
__randomizedtesting.SeedInfo.seed([B29BD09A03A076CA:5DB2F227283DC24E]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.lucene.util.TestRamUsageEstimator.testCollection(TestRamUsageEstimator.java:147)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
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)
Build Log:
[...truncated 382 lines...]
[junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestRamUsageEstimator -Dtests.method=testBytesRefHash
-Dtests.seed=B29BD09A03A076CA -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=fr-CH -Dtests.timezone=ART -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.01s J2 | TestRamUsageEstimator.testBytesRefHash <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<35952> but
was:<35920>
[junit4] > at
__randomizedtesting.SeedInfo.seed([B29BD09A03A076CA:6B662BA89505D462]:0)
[junit4] > at
org.apache.lucene.util.TestRamUsageEstimator.testBytesRefHash(TestRamUsageEstimator.java:119)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestRamUsageEstimator -Dtests.method=testQuery
-Dtests.seed=B29BD09A03A076CA -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=fr-CH -Dtests.timezone=ART -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.03s J2 | TestRamUsageEstimator.testQuery <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([B29BD09A03A076CA:39EAA4E9F22A4C1F]:0)
[junit4] > at
org.apache.lucene.util.TestRamUsageEstimator.testQuery(TestRamUsageEstimator.java:168)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestRamUsageEstimator -Dtests.method=testMap
-Dtests.seed=B29BD09A03A076CA -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=fr-CH -Dtests.timezone=ART -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.00s J2 | TestRamUsageEstimator.testMap <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([B29BD09A03A076CA:92BD6449195B65B8]:0)
[junit4] > at
org.apache.lucene.util.TestRamUsageEstimator.testMap(TestRamUsageEstimator.java:128)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestRamUsageEstimator -Dtests.method=testCollection
-Dtests.seed=B29BD09A03A076CA -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=fr-CH -Dtests.timezone=ART -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.00s J2 | TestRamUsageEstimator.testCollection <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<280> but
was:<256>
[junit4] > at
__randomizedtesting.SeedInfo.seed([B29BD09A03A076CA:5DB2F227283DC24E]:0)
[junit4] > at
org.apache.lucene.util.TestRamUsageEstimator.testCollection(TestRamUsageEstimator.java:147)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] IGNOR/A 0.01s J2 | TestRamUsageEstimator.testPrintValues
[junit4] > Assumption #1: Specify -Dtests.verbose=true to print constants
of RamUsageEstimator.
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {},
docValues:{}, maxPointsInLeafNode=1673, maxMBSortInHeap=6.3771532555962,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7b6548e1),
locale=fr-CH, timezone=ART
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=247569904,total=341835776
[junit4] 2> NOTE: All tests run in this JVM: [TestNumericUtils,
TestIndexWriterOnDiskFull, TestReadOnlyIndex, TestRamUsageEstimator]
[junit4] Completed [8/526 (1!)] on J2 in 0.28s, 10 tests, 4 failures, 1
skipped <<< FAILURES!
[...truncated 14472 lines...]
[junit4] Suite: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/init-core-data-001
[junit4] 2> 2881709 INFO
(SUITE-HttpPartitionWithTlogReplicasTest-seed#[D2FFE9A208D427E3]-worker) [
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 2881712 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2881712 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2881712 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 2881812 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer start zk server on port:41287
[junit4] 2> 2881812 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41287
[junit4] 2> 2881812 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41287
[junit4] 2> 2881823 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2881843 INFO (zkConnectionManagerCallback-7845-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2881843 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2881874 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2881907 INFO (zkConnectionManagerCallback-7847-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2881907 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2881908 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2881909 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 2881910 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2881911 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2881912 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2881913 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2881914 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2881915 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2881916 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2881916 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2881917 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2881918 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 2882453 WARN
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2882454 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2882454 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2882454 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2882482 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2882483 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2882483 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2882483 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2fd9a322{/,null,AVAILABLE}
[junit4] 2> 2882483 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6666dd2{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:45444}
[junit4] 2> 2882483 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.s.Server Started @2882678ms
[junit4] 2> 2882483 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=35265,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/control-001/cores}
[junit4] 2> 2882483 ERROR
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2882484 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2882484 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 2882484 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2882484 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2882484 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-28T05:07:54.014Z
[junit4] 2> 2882485 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2882499 INFO (zkConnectionManagerCallback-7849-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2882499 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2882608 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2882608 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/control-001/solr.xml
[junit4] 2> 2882611 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2882611 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2882626 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2883657 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2883658 WARN
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@219df8a5[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2883658 WARN
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@219df8a5[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2883661 WARN
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@36144518[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2883661 WARN
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@36144518[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2883678 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41287/solr
[junit4] 2> 2883701 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2883730 INFO (zkConnectionManagerCallback-7856-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2883738 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2883888 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 2883944 INFO (zkConnectionManagerCallback-7858-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2883944 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 2884460 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:35265_
[junit4] 2> 2884460 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.c.Overseer Overseer
(id=74943529088253956-127.0.0.1:35265_-n_0000000000) starting
[junit4] 2> 2884491 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 2884511 INFO (zkConnectionManagerCallback-7865-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2884511 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 2884513 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:41287/solr ready
[junit4] 2> 2884514 INFO
(OverseerStateUpdate-74943529088253956-127.0.0.1:35265_-n_0000000000)
[n:127.0.0.1:35265_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:35265_
[junit4] 2> 2884568 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35265_
[junit4] 2> 2884584 INFO (zkCallback-7857-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2884585 INFO (zkCallback-7864-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2884710 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2884840 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2884877 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2884877 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2884878 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3])
[n:127.0.0.1:35265_ ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/control-001/cores
[junit4] 2> 2884993 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2885018 INFO (zkConnectionManagerCallback-7871-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2885018 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2885019 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2885020 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41287/solr ready
[junit4] 2> 2885022 INFO (SocketProxy-Acceptor-35265) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53290,localport=35265], receiveBufferSize:531000
[junit4] 2> 2885041 INFO (SocketProxy-Acceptor-35265) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45444,localport=37394], receiveBufferSize=530904
[junit4] 2> 2885054 INFO (qtp1590879171-22888) [n:127.0.0.1:35265_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35265_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2885137 INFO
(OverseerThreadFactory-7022-thread-1-processing-n:127.0.0.1:35265_)
[n:127.0.0.1:35265_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 2885268 INFO (SocketProxy-Acceptor-35265) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53298,localport=35265], receiveBufferSize:531000
[junit4] 2> 2885268 INFO (SocketProxy-Acceptor-35265) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45444,localport=37402], receiveBufferSize=530904
[junit4] 2> 2885273 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2885274 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 2886300 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 2886533 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 2887172 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2887279 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 2887310 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2887311 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 2887312 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6984754077684164]
[junit4] 2> 2887319 WARN (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 2887590 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2887590 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2887591 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2887591 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2887592 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=85.400390625,
floorSegmentMB=1.99609375, forceMergeDeletesPctAllowed=15.052330434452758,
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0,
deletesPctAllowed=28.14197445978521
[junit4] 2> 2887592 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@24398174[control_collection_shard1_replica_n1] main]
[junit4] 2> 2887653 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2887653 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2887654 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2887654 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1637559544508841984
[junit4] 2> 2887657 INFO
(searcherExecutor-7027-thread-1-processing-n:127.0.0.1:35265_
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:35265_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@24398174[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2887746 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 2887746 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/control_collection/leaders/shard1
[junit4] 2> 2887818 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2887818 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2887818 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:35265/control_collection_shard1_replica_n1/
[junit4] 2> 2887818 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2887818 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
http://127.0.0.1:35265/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 2887818 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/74943529088253956-core_node2-n_0000000000
[junit4] 2> 2887820 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:35265/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 2887854 INFO (zkCallback-7857-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2887855 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2887856 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2583
[junit4] 2> 2887865 INFO (zkCallback-7857-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2887871 INFO (qtp1590879171-22888) [n:127.0.0.1:35265_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 2887971 INFO (zkCallback-7857-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2887971 INFO (zkCallback-7857-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2887971 INFO (zkCallback-7857-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2887971 INFO (qtp1590879171-22888) [n:127.0.0.1:35265_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35265_&wt=javabin&version=2}
status=0 QTime=2916
[junit4] 2> 2888078 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2888079 INFO (zkConnectionManagerCallback-7877-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2888079 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2888080 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2888081 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41287/solr ready
[junit4] 2> 2888081 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 2888081 INFO (SocketProxy-Acceptor-35265) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53346,localport=35265], receiveBufferSize:531000
[junit4] 2> 2888082 INFO (SocketProxy-Acceptor-35265) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45444,localport=37450], receiveBufferSize=530904
[junit4] 2> 2888082 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2888109 INFO
(OverseerThreadFactory-7022-thread-2-processing-n:127.0.0.1:35265_)
[n:127.0.0.1:35265_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 2888109 INFO
(OverseerCollectionConfigSetProcessor-74943529088253956-127.0.0.1:35265_-n_0000000000)
[n:127.0.0.1:35265_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2888323 WARN
(OverseerThreadFactory-7022-thread-2-processing-n:127.0.0.1:35265_)
[n:127.0.0.1:35265_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 2888326 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 2888327 INFO (qtp1590879171-22890) [n:127.0.0.1:35265_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=244
[junit4] 2> 2888341 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=3
[junit4] 2> 2888887 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-1-001
of type TLOG in shard 2
[junit4] 2> 2888955 WARN (closeThreadPool-7878-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2888956 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2888956 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2888956 INFO (closeThreadPool-7878-thread-1) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2889072 INFO (closeThreadPool-7878-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2889072 INFO (closeThreadPool-7878-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2889073 INFO (closeThreadPool-7878-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2889138 INFO (closeThreadPool-7878-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7ee265f0{/,null,AVAILABLE}
[junit4] 2> 2889145 INFO (closeThreadPool-7878-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@166987c3{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:38875}
[junit4] 2> 2889145 INFO (closeThreadPool-7878-thread-1) [ ]
o.e.j.s.Server Started @2889340ms
[junit4] 2> 2889145 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=40316,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-1-001/cores}
[junit4] 2> 2889146 ERROR (closeThreadPool-7878-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2889146 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2889146 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 2889146 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2889146 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2889146 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-28T05:08:00.676Z
[junit4] 2> 2889147 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2889198 INFO (zkConnectionManagerCallback-7880-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2889198 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2889313 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2889313 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-1-001/solr.xml
[junit4] 2> 2889335 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2889335 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2889369 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2890090 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-2-001
of type TLOG in shard 1
[junit4] 2> 2890114 WARN (closeThreadPool-7878-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2890114 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2890114 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2890114 INFO (closeThreadPool-7878-thread-2) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2890126 INFO
(OverseerCollectionConfigSetProcessor-74943529088253956-127.0.0.1:35265_-n_0000000000)
[n:127.0.0.1:35265_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2890207 INFO (closeThreadPool-7878-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2890207 INFO (closeThreadPool-7878-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2890207 INFO (closeThreadPool-7878-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2890207 INFO (closeThreadPool-7878-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@52e562{/,null,AVAILABLE}
[junit4] 2> 2890208 INFO (closeThreadPool-7878-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@496b138f{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:33097}
[junit4] 2> 2890208 INFO (closeThreadPool-7878-thread-2) [ ]
o.e.j.s.Server Started @2890403ms
[junit4] 2> 2890208 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=44370,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-2-001/cores}
[junit4] 2> 2890208 ERROR (closeThreadPool-7878-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2890208 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2890208 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 2890208 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2890208 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2890208 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-28T05:08:01.738Z
[junit4] 2> 2890223 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2890272 INFO (zkConnectionManagerCallback-7883-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2890280 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2890442 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2890442 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-2-001/solr.xml
[junit4] 2> 2890458 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2890458 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2890477 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2890836 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2890868 WARN (closeThreadPool-7878-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1c0a1cc1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2890868 WARN (closeThreadPool-7878-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1c0a1cc1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2890870 WARN (closeThreadPool-7878-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5ce79df[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2890870 WARN (closeThreadPool-7878-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5ce79df[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2890871 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41287/solr
[junit4] 2> 2890908 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2890928 INFO (zkConnectionManagerCallback-7890-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2890928 INFO (closeThreadPool-7878-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2891083 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 2891119 INFO (zkConnectionManagerCallback-7892-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2891119 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 2891157 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2891193 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.c.ZkController Publish node=127.0.0.1:40316_ as
DOWN
[junit4] 2> 2891208 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 2891208 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40316_
[junit4] 2> 2891210 INFO (zkCallback-7864-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2891210 INFO (zkCallback-7857-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2891210 INFO (zkCallback-7876-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2891261 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 2891265 INFO (zkCallback-7891-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2891297 INFO (zkConnectionManagerCallback-7899-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2891297 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 2891301 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2891302 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:41287/solr ready
[junit4] 2> 2891410 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2891521 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2891575 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2891575 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2891604 INFO
(TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D2FFE9A208D427E3]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-3-001
of type TLOG in shard 2
[junit4] 2> 2891613 INFO (closeThreadPool-7878-thread-1)
[n:127.0.0.1:40316_ ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-1-001/cores
[junit4] 2> 2891619 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2891637 WARN (closeThreadPool-7878-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2891637 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2891637 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2891637 INFO (closeThreadPool-7878-thread-3) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2891646 WARN (closeThreadPool-7878-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@64140fae[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2891646 WARN (closeThreadPool-7878-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@64140fae[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2891648 INFO (closeThreadPool-7878-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2891648 INFO (closeThreadPool-7878-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2891648 INFO (closeThreadPool-7878-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2891649 INFO (closeThreadPool-7878-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6a494d31{/,null,AVAILABLE}
[junit4] 2> 2891662 INFO (closeThreadPool-7878-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@28d9579e{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:37349}
[junit4] 2> 2891662 INFO (closeThreadPool-7878-thread-3) [ ]
o.e.j.s.Server Started @2891856ms
[junit4] 2> 2891662 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=37634,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-3-001/cores}
[junit4] 2> 2891662 ERROR (closeThreadPool-7878-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2891662 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2891669 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.2.0
[junit4] 2> 2891669 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2891669 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2891669 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-06-28T05:08:03.199Z
[junit4] 2> 2891683 WARN (closeThreadPool-7878-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@51449f50[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2891683 WARN (closeThreadPool-7878-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@51449f50[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2891684 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2891684 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41287/solr
[junit4] 2> 2891694 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2891739 INFO (zkConnectionManagerCallback-7905-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2891739 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2891739 INFO (zkConnectionManagerCallback-7908-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2891739 INFO (closeThreadPool-7878-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2891864 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2891864 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-3-001/solr.xml
[junit4] 2> 2891867 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2891867 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2891876 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 2891921 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2891957 INFO (zkConnectionManagerCallback-7910-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2891957 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 2892213 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2892286 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.c.ZkController Publish node=127.0.0.1:44370_ as
DOWN
[junit4] 2> 2892302 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 2892302 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44370_
[junit4] 2> 2892322 INFO (zkCallback-7864-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2892330 INFO (zkCallback-7857-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2892330 INFO (zkCallback-7876-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2892331 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 2892346 INFO (zkCallback-7909-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2892366 INFO (zkCallback-7898-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2892366 INFO (zkCallback-7891-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2892367 INFO (zkConnectionManagerCallback-7918-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2892367 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 2892375 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2892376 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:41287/solr ready
[junit4] 2> 2892541 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2892667 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2892702 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2892715 WARN (closeThreadPool-7878-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4c2fa0e3[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2892715 WARN (closeThreadPool-7878-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4c2fa0e3[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2892725 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2892725 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2892726 INFO (closeThreadPool-7878-thread-2)
[n:127.0.0.1:44370_ ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-2-001/cores
[junit4] 2> 2892772 WARN (closeThreadPool-7878-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@28ee1b44[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2892772 WARN (closeThreadPool-7878-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@28ee1b44[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2892773 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41287/solr
[junit4] 2> 2892797 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2892833 INFO (zkConnectionManagerCallback-7925-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2892833 INFO (closeThreadPool-7878-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2892978 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 2893027 INFO (zkConnectionManagerCallback-7927-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2893027 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 2893054 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2893069 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.c.ZkController Publish node=127.0.0.1:37634_ as
DOWN
[junit4] 2> 2893070 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 2893070 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37634_
[junit4] 2> 2893071 INFO (zkCallback-7864-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2893093 INFO (zkCallback-7857-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2893100 INFO (zkCallback-7876-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2893100 INFO (zkCallback-7891-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2893145 INFO (zkCallback-7898-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2893156 INFO (zkCallback-7917-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2893201 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 2893209 INFO (zkCallback-7909-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2893213 INFO (zkCallback-7926-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2893229 INFO (zkConnectionManagerCallback-7934-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2893237 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 2893271 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 2893272 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:41287/solr ready
[junit4] 2> 2893361 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2893434 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2893471 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2893471 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@628f98f8
[junit4] 2> 2893484 INFO (closeThreadPool-7878-thread-3)
[n:127.0.0.1:37634_ ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_D2FFE9A208D427E3-001/shard-3-001/cores
[junit4] 2> 2893705 INFO (qtp1590879171-22888) [n:127.0.0.1:35265_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:40316_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2893709 INFO (SocketProxy-Acceptor-35265) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53420,localport=35265], receiveBufferSize:531000
[junit4] 2> 2893709 INFO (SocketProxy-Acceptor-35265) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45444,localport=37526], receiveBufferSize=530904
[junit4] 2> 2893709 INFO (SocketProxy-Acceptor-35265) [ ]
o.a.s.c.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53422,localport=35265], receiveBufferSize:531000
[junit4] 2> 2893710 INFO (SocketProxy-Acceptor-35265) [ ]
o.a.s.c.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45444,localport=37528], receiveBufferSize=530904
[junit4] 2> 2893720 INFO (qtp1590879171-22886) [n:127.0.0.1:35265_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:37634_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&versio
[...truncated too long message...]
ings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null411275265
[copy] Copying 249 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null411275265
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null411275265
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
#;[email protected]
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 105ms :: artifacts dl 13ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 9 | 0 | 0 | 0 || 9 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 231 minutes 2 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]