Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/680/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

6 tests failed.
FAILED:  org.apache.solr.search.TestRecovery.testExistOldBufferLog

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([D2DEC891B67F063D:8C8ED5C438B096B4]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at org.junit.Assert.assertFalse(Assert.java:79)
        at 
org.apache.solr.search.TestRecovery.testExistOldBufferLog(TestRecovery.java:1071)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.search.TestRecovery.testLogReplay

Error Message:
mismatch: '1603933509751144448'!='-9223372036854775807' @ versions/[0]

Stack Trace:
java.lang.RuntimeException: mismatch: 
'1603933509751144448'!='-9223372036854775807' @ versions/[0]
        at 
__randomizedtesting.SeedInfo.seed([D2DEC891B67F063D:4CBFE2B32BD418B1]:0)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1005)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:952)
        at 
org.apache.solr.search.TestRecovery.testLogReplay(TestRecovery.java:219)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.search.TestRecovery.testLogReplayWithReorderedDBQ

Error Message:
java.lang.RuntimeException: mismatch: '0'!='5' @ response/numFound

Stack Trace:
java.lang.Exception: java.lang.RuntimeException: mismatch: '0'!='5' @ 
response/numFound
        at 
__randomizedtesting.SeedInfo.seed([D2DEC891B67F063D:72A8EB2DECE0A78F]:0)
        at 
org.apache.solr.search.TestRecovery.testLogReplayWithReorderedDBQWrapper(TestRecovery.java:530)
        at 
org.apache.solr.search.TestRecovery.testLogReplayWithReorderedDBQ(TestRecovery.java:379)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: mismatch: '0'!='5' @ response/numFound
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1005)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:952)
        at 
org.apache.solr.search.TestRecovery.testLogReplayWithReorderedDBQWrapper(TestRecovery.java:509)
        ... 40 more


FAILED:  
org.apache.solr.search.TestRecovery.testLogReplayWithReorderedDBQInsertingChildnodes

Error Message:
java.lang.RuntimeException: mismatch: '0'!='5' @ response/numFound

Stack Trace:
java.lang.Exception: java.lang.RuntimeException: mismatch: '0'!='5' @ 
response/numFound
        at 
__randomizedtesting.SeedInfo.seed([D2DEC891B67F063D:E13263358B152053]:0)
        at 
org.apache.solr.search.TestRecovery.testLogReplayWithReorderedDBQWrapper(TestRecovery.java:530)
        at 
org.apache.solr.search.TestRecovery.testLogReplayWithReorderedDBQInsertingChildnodes(TestRecovery.java:444)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: mismatch: '0'!='5' @ response/numFound
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1005)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:952)
        at 
org.apache.solr.search.TestRecovery.testLogReplayWithReorderedDBQWrapper(TestRecovery.java:509)
        ... 40 more


FAILED:  org.apache.solr.search.TestRecovery.testRecoveryMultipleLogs

Error Message:
mismatch: '6'!='8' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '6'!='8' @ response/numFound
        at 
__randomizedtesting.SeedInfo.seed([D2DEC891B67F063D:6B4B50A0310441D4]:0)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1005)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:952)
        at 
org.apache.solr.search.TestRecovery.testRecoveryMultipleLogs(TestRecovery.java:1503)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.search.TestRecovery.testExistOldBufferLog

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([D2DEC891B67F063D:8C8ED5C438B096B4]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at org.junit.Assert.assertFalse(Assert.java:79)
        at 
org.apache.solr.search.TestRecovery.testExistOldBufferLog(TestRecovery.java:1071)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13937 lines...]
   [junit4] Suite: org.apache.solr.search.TestRecovery
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001/init-core-data-001
   [junit4]   2> 2112715 WARN  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] o.a.s.SolrTestCaseJ4 
startTrackingSearchers: numOpens=33 numCloses=33
   [junit4]   2> 2112715 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] o.a.s.SolrTestCaseJ4 
Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2112716 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] o.a.s.SolrTestCaseJ4 
Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2112717 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] o.a.s.SolrTestCaseJ4 
SecureRandom sanity checks: test.solr.allowed.securerandom=null & 
java.security.egd=file:/dev/./urandom
   [junit4]   2> 2112717 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] o.a.s.SolrTestCaseJ4 
updateLog impl=solr.CdcrUpdateLog
   [junit4]   2> 2112717 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] o.a.s.SolrTestCaseJ4 
####initCore
   [junit4]   2> 2112717 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2112736 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2112753 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] o.a.s.s.IndexSchema 
[null] Schema name=test
   [junit4]   2> 2112795 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2113363 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2113363 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2113374 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2113380 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2113380 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2113381 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2113405 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2113411 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2113457 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2113461 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2113462 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2113462 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2113462 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001/init-core-data-001/]
   [junit4]   2> 2113463 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=98.6845703125, 
floorSegmentMB=1.869140625, forceMergeDeletesPctAllowed=16.023850223094847, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5200104954274878, reclaimDeletesWeight=0.10646465801238536
   [junit4]   2> 2113556 WARN  (coreLoadExecutor-8167-thread-1) [    
x:collection1] 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> 2113601 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2113601 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2113602 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2113602 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2113603 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13283354593536167]
   [junit4]   2> 2113603 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@422c64e5[collection1] main]
   [junit4]   2> 2113603 WARN  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2113603 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2113603 INFO  (coreLoadExecutor-8167-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1603930024265646080
   [junit4]   2> 2113603 INFO  
(searcherExecutor-8168-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@422c64e5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2113603 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    ] o.a.s.SolrTestCaseJ4 
####initCore end
   [junit4]   2> 2113630 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testExistOldBufferLog
   [junit4]   2> 2113631 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2113638 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4fe2b4ba[collection1] realtime]
   [junit4]   2> 2113638 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 7
   [junit4]   2> 2113638 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1603930024302346240,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2113638 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@385cedbb 
commitCommandVersion:1603930024302346240
   [junit4]   2> 2113656 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3de3ce2e[collection1] main]
   [junit4]   2> 2113657 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2113658 INFO  (searcherExecutor-8168-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3de3ce2e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2113658 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 19
   [junit4]   2> 2113659 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 2113660 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[Q1]} 0 0
   [junit4]   2> 2113660 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[Q2 (1)]} 0 0
   [junit4]   2> 2113660 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[Q3 (2)]} 0 0
   [junit4]   2> 2113660 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=912780423
   [junit4]   2> 2113661 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2113661 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7e0a71f: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@23d15430
   [junit4]   2> 2113663 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2113663 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@68a9667c: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@558f9b66
   [junit4]   2> 2113668 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2113668 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6f91e686: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@236dea34
   [junit4]   2> 2113669 INFO  (coreCloseExecutor-8173-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@e8eb1c
   [junit4]   2> 2113669 INFO  (coreCloseExecutor-8173-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=e8eb1c
   [junit4]   2> 2113669 INFO  (coreCloseExecutor-8173-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4ef00e6c: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@b197346
   [junit4]   2> 2113680 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2113698 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2113704 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2113752 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2115206 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2115206 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2115253 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2115262 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2115263 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2115265 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2115293 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2115321 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2115372 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2115377 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2115377 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2115377 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2115377 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001/init-core-data-001/]
   [junit4]   2> 2115380 WARN  (coreLoadExecutor-8183-thread-1) [    
x:collection1] 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> 2115433 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2115433 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2115435 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2115435 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2115437 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=98.6845703125, 
floorSegmentMB=1.869140625, forceMergeDeletesPctAllowed=16.023850223094847, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5200104954274878, reclaimDeletesWeight=0.10646465801238536
   [junit4]   2> 2115438 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@26de1f7c[collection1] main]
   [junit4]   2> 2115438 WARN  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2115438 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2115439 INFO  (coreLoadExecutor-8183-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1603930026190831616
   [junit4]   2> 2115440 WARN  
(recoveryExecutor-8186-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.UpdateLog Starting log replay 
tlog{file=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001/init-core-data-001/tlog/tlog.0000000000000000001.0
 refcount=1} active=false starting pos=0 inSortedOrder=false
   [junit4]   2> 2115458 INFO  
(recoveryExecutor-8186-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2115462 INFO  
(recoveryExecutor-8186-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2115466 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=842480655
   [junit4]   2> 2115466 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2115466 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3855033a: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@3e1ada70
   [junit4]   2> 2115471 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2115471 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@17d3e2ad: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@558f9b66
   [junit4]   2> 2115475 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2115475 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5d48d0ae: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@236dea34
   [junit4]   2> 2115476 INFO  
(searcherExecutor-8184-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@26de1f7c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2115477 INFO  (coreCloseExecutor-8189-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7824571b
   [junit4]   2> 2115477 INFO  (coreCloseExecutor-8189-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=7824571b
   [junit4]   2> 2115477 INFO  (coreCloseExecutor-8189-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6b67c951: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@27c7727c
   [junit4]   2> 2115485 ERROR 
(recoveryExecutor-8186-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.UpdateLog org.apache.solr.common.SolrException: openNewSearcher called 
on closed core
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2000)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2246)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1983)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:702)
   [junit4]   2>        at 
org.apache.solr.update.UpdateLog$LogReplayer.doReplay(UpdateLog.java:1946)
   [junit4]   2>        at 
org.apache.solr.update.UpdateLog$LogReplayer.run(UpdateLog.java:1741)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2115485 WARN  
(recoveryExecutor-8186-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=0 
deletes=0 deleteByQuery=0 errors=1 positionOfStart=0}
   [junit4]   2> 2115508 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2115531 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2115539 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2115646 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2116687 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2116687 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2116702 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2116711 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2116711 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2116712 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2116737 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2116743 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2116795 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2116804 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2116805 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2116805 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2116805 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001/init-core-data-001/]
   [junit4]   2> 2116809 WARN  (coreLoadExecutor-8199-thread-1) [    
x:collection1] 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> 2116845 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2116846 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2116846 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2116846 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2116848 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=98.6845703125, 
floorSegmentMB=1.869140625, forceMergeDeletesPctAllowed=16.023850223094847, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5200104954274878, reclaimDeletesWeight=0.10646465801238536
   [junit4]   2> 2116848 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36d78603[collection1] main]
   [junit4]   2> 2116848 WARN  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2116849 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2116849 INFO  (coreLoadExecutor-8199-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1603930027669323776
   [junit4]   2> 2116851 WARN  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.UpdateLog Unexpected state for bufferUpdates: REPLAYING, Ignoring 
request.
   [junit4]   2> 2116855 WARN  
(recoveryExecutor-8202-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.UpdateLog Starting log replay 
tlog{file=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001/init-core-data-001/tlog/tlog.0000000000000000001.0
 refcount=1} active=false starting pos=0 inSortedOrder=false
   [junit4]   2> 2116855 INFO  
(recoveryExecutor-8202-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2116857 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[Q7 (3)]} 0 4
   [junit4]   2> 2116857 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1650530051
   [junit4]   2> 2116858 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2116858 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@bd41494: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5ebbdb2b
   [junit4]   2> 2116861 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2116861 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@f4b0011: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@558f9b66
   [junit4]   2> 2116863 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2116863 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@29316c71: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@236dea34
   [junit4]   2> 2116864 INFO  (coreCloseExecutor-8205-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3f3b8f9f
   [junit4]   2> 2116864 INFO  (coreCloseExecutor-8205-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=3f3b8f9f
   [junit4]   2> 2116864 INFO  (coreCloseExecutor-8205-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4701e921: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3adb7024
   [junit4]   2> 2116864 INFO  
(searcherExecutor-8200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@36d78603[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2116867 INFO  
(recoveryExecutor-8202-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2116876 ERROR 
(recoveryExecutor-8202-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.UpdateLog org.apache.solr.common.SolrException: openNewSearcher called 
on closed core
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2000)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2246)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1983)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:702)
   [junit4]   2>        at 
org.apache.solr.update.UpdateLog$LogReplayer.doReplay(UpdateLog.java:1946)
   [junit4]   2>        at 
org.apache.solr.update.UpdateLog$LogReplayer.run(UpdateLog.java:1741)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 2116876 WARN  
(recoveryExecutor-8202-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=0 
deletes=0 deleteByQuery=0 errors=1 positionOfStart=0}
   [junit4]   2> 2116882 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2116915 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2116921 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2116964 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2117109 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2117109 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2117120 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2117126 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2117126 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2117127 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2117153 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2117160 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2117227 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2117235 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2117236 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2117236 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2117236 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001/init-core-data-001/]
   [junit4]   2> 2117239 WARN  (coreLoadExecutor-8215-thread-1) [    
x:collection1] 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> 2117291 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2117291 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2117293 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2117293 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2117294 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=98.6845703125, 
floorSegmentMB=1.869140625, forceMergeDeletesPctAllowed=16.023850223094847, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5200104954274878, reclaimDeletesWeight=0.10646465801238536
   [junit4]   2> 2117295 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4d40ae81[collection1] main]
   [junit4]   2> 2117295 WARN  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2117296 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2117296 INFO  (coreLoadExecutor-8215-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1603930028138037248
   [junit4]   2> 2117297 INFO  
(searcherExecutor-8216-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4d40ae81[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2117297 WARN  
(recoveryExecutor-8218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.UpdateLog Starting log replay 
tlog{file=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001/init-core-data-001/tlog/tlog.0000000000000000001.0
 refcount=1} active=false starting pos=0 inSortedOrder=false
   [junit4]   2> 2117300 INFO  
(recoveryExecutor-8218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2117305 INFO  
(recoveryExecutor-8218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2117311 INFO  
(recoveryExecutor-8218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2117311 INFO  
(recoveryExecutor-8218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {} 0 13
   [junit4]   2> 2117311 WARN  
(recoveryExecutor-8218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.UpdateLog Starting log replay 
tlog{file=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001/init-core-data-001/tlog/tlog.0000000000000000002.3
 refcount=1} active=false starting pos=0 inSortedOrder=false
   [junit4]   2> 2117311 INFO  
(recoveryExecutor-8218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2117311 INFO  
(recoveryExecutor-8218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2117311 INFO  
(recoveryExecutor-8218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2117311 INFO  
(recoveryExecutor-8218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {} 0 13
   [junit4]   2> 2117311 WARN  
(recoveryExecutor-8218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=0 
deletes=0 deleteByQuery=0 errors=0 positionOfStart=0}
   [junit4]   2> 2117312 INFO  
(TEST-TestRecovery.testExistOldBufferLog-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testExistOldBufferLog
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRecovery 
-Dtests.method=testExistOldBufferLog -Dtests.seed=D2DEC891B67F063D 
-Dtests.slow=true -Dtests.locale=nl-BE -Dtests.timezone=Asia/Bishkek 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 3.71s J0 | TestRecovery.testExistOldBufferLog <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D2DEC891B67F063D:8C8ED5C438B096B4]:0)
   [junit4]    >        at 
org.apache.solr.search.TestRecovery.testExistOldBufferLog(TestRecovery.java:1071)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2117344 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLogReplay
   [junit4]   2> 2117345 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2117345 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6cfc466b[collection1] realtime]
   [junit4]   2> 2117345 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 2117346 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1603930028189417472,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2117346 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3731db4 
commitCommandVersion:1603930028189417472
   [junit4]   2> 2117363 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f94aa32[collection1] main]
   [junit4]   2> 2117363 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2117364 INFO  (searcherExecutor-8216-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1f94aa32[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2117364 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 18
   [junit4]   2> 2117365 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[A1 (1603930028210388992)]} 0 0
   [junit4]   2> 2117366 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[A11 (1603930028211437568)]} 0 0
   [junit4]   2> 2117366 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[A12 (1603930028211437569)]} 0 0
   [junit4]   2> 2117371 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4284840[collection1] realtime]
   [junit4]   2> 2117374 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6a15d97b[collection1] realtime]
   [junit4]   2> 2117375 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{deleteByQuery=id:A11 
(-1603930028211437570)} 0 8
   [junit4]   2> 2117375 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[A13 (1603930028220874752)]} 0 0
   [junit4]   2> 2117376 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[A12 (1603930028221923328)]} 0 0
   [junit4]   2> 2117380 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={versions=true&wt=json&indent=true}{add=[A12 (1603930028221923329)]} 0 4
   [junit4]   2> 2117381 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} 
hits=0 status=0 QTime=0
   [junit4]   2> 2117381 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&getVersions=7&wt=xml} status=0 QTime=0
   [junit4]   2> 2117381 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=974039894
   [junit4]   2> 2117381 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2117381 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@39f2534e: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5cc17dff
   [junit4]   2> 2117386 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2117386 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@667dac5d: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@558f9b66
   [junit4]   2> 2117390 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2117390 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1fe29cb1: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@236dea34
   [junit4]   2> 2117390 INFO  (coreCloseExecutor-8221-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@425d3810
   [junit4]   2> 2117390 INFO  (coreCloseExecutor-8221-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=425d3810
   [junit4]   2> 2117390 INFO  (coreCloseExecutor-8221-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@56b37c6: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@2ffa07fc
   [junit4]   2> 2117404 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2117424 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2117431 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2117485 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2118072 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2118072 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2118086 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2118104 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2118104 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2118106 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2118134 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2118144 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2118210 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2118217 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2118217 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4bd47e29
   [junit4]   2> 2118217 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2118217 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001/init-core-data-001/]
   [junit4]   2> 2118221 WARN  (coreLoadExecutor-8231-thread-1) [    
x:collection1] 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> 2118267 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2118267 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2118268 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2118269 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2118269 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=98.6845703125, 
floorSegmentMB=1.869140625, forceMergeDeletesPctAllowed=16.023850223094847, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5200104954274878, reclaimDeletesWeight=0.10646465801238536
   [junit4]   2> 2118270 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ae3b202[collection1] 
main]
   [junit4]   2> 2118271 WARN  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2118271 INFO  (coreLoadExecutor-8231-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2118272 INFO  
(searcherExecutor-8232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ae3b202[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2118273 WARN  
(recoveryExecutor-8234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.UpdateLog Starting log replay 
tlog{file=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001/init-core-data-001/tlog/tlog.0000000000000000006.1603930028210388992
 refcount=1} active=false starting pos=0 inSortedOrder=false
   [junit4]   2> 2118276 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} 
hits=0 status=0 QTime=0
   [junit4]   2> 2118278 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&getVersions=7&wt=xml} status=0 QTime=1
   [junit4]   2> 2118278 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&getVersions=7&wt=xml} status=0 QTime=0
   [junit4]   2> 2118799 INFO  
(recoveryExecutor-8234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4cf839df[collection1] realtime]
   [junit4]   2> 2118802 INFO  
(recoveryExecutor-8234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1a7496b9[collection1] realtime]
   [junit4]   2> 2119304 INFO  
(recoveryExecutor-8234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2119304 INFO  
(recoveryExecutor-8234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@c4998d3 commitCommandVersion:0
   [junit4]   2> 2119446 INFO  
(recoveryExecutor-8234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3bcc734f[collection1] main]
   [junit4]   2> 2119446 INFO  
(recoveryExecutor-8234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2119448 INFO  
(searcherExecutor-8232-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3bcc734f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.5.0):C3/2:delGen=1)
 Uninverting(_2(7.5.0):C2:fieldInfosGen=1:dvGen=2)))}
   [junit4]   2> 2119448 INFO  
(recoveryExecutor-8234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[A1 
(1603930028210388992), A11 (1603930028211437568), A12 (1603930028211437569), 
A13 (1603930028220874752), A12 (1603930028221923328), A12 
(1603930028221923329)],deleteByQuery=id:A11 (-1603930028211437570)} 0 1175
   [junit4]   2> 2119448 WARN  
(recoveryExecutor-8234-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=6 
deletes=0 deleteByQuery=1 errors=0 positionOfStart=0}
   [junit4]   2> 2119449 INFO  
(TEST-TestRecovery.testLogReplay-seed#[D2DEC891B67F063D]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=val_i_dvo:2&wt=xml} hits=1 status=0 QTi

[...truncated too long message...]

[junit4]    > Assumption #1: Ignored, failures limit reached (5 >= 5).
   [junit4] IGNOR/A 0.00s J0 | TestRecovery.testCorruptLog
   [junit4]    > Assumption #1: Ignored, failures limit reached (5 >= 5).
   [junit4] IGNOR/A 0.01s J0 | TestRecovery.testDropBuffered
   [junit4]    > Assumption #1: Ignored, failures limit reached (5 >= 5).
   [junit4] IGNOR/A 0.00s J0 | 
TestRecovery.testLogReplayWithReorderedDBQUpdateWithDifferentChildCount
   [junit4]    > Assumption #1: Ignored, failures limit reached (5 >= 5).
   [junit4] IGNOR/A 0.00s J0 | 
TestRecovery.testLogReplayWithInPlaceUpdatesAndDeletes
   [junit4]    > Assumption #1: Ignored, failures limit reached (5 >= 5).
   [junit4] IGNOR/A 0.00s J0 | 
TestRecovery.testLogReplayWithReorderedDBQByAsterixAndChildDocs
   [junit4]    > Assumption #1: Ignored, failures limit reached (5 >= 5).
   [junit4] IGNOR/A 0.00s J0 | TestRecovery.testBufferedMultipleCalls
   [junit4]    > Assumption #1: Ignored, failures limit reached (5 >= 5).
   [junit4] IGNOR/A 0.00s J0 | TestRecovery.testCleanShutdown
   [junit4]    > Assumption #1: Ignored, failures limit reached (5 >= 5).
   [junit4] IGNOR/A 0.00s J0 | 
TestRecovery.testNewDBQAndDocMatchingOldDBQDuringLogReplay
   [junit4]    > Assumption #1: Ignored, failures limit reached (5 >= 5).
   [junit4] IGNOR/A 0.01s J0 | 
TestRecovery.testLogReplayWithReorderedDBQByIdAndChildDocs
   [junit4]    > Assumption #1: Ignored, failures limit reached (5 >= 5).
   [junit4] IGNOR/A 0.00s J0 | TestRecovery.testVersionsOnRestart
   [junit4]    > Assumption #1: Ignored, failures limit reached (5 >= 5).
   [junit4]   2> 76249 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 76249 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2127748184
   [junit4]   2> 76250 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 76250 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@28da6603: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@40b71156
   [junit4]   2> 76253 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 76253 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a4fb5d2: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@48bddd7a
   [junit4]   2> 76254 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 76254 INFO  
(SUITE-TestRecovery-seed#[D2DEC891B67F063D]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2d0375b6: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@206074e
   [junit4]   2> 76255 INFO  
(coreCloseExecutor-83-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4d9a54b2
   [junit4]   2> 76255 INFO  
(coreCloseExecutor-83-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=4d9a54b2
   [junit4]   2> 76255 INFO  
(coreCloseExecutor-83-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7f54bb84: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7aa3c330
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.search.TestRecovery_D2DEC891B67F063D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=PostingsFormat(name=Memory)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
val_i_dvo=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1881, 
maxMBSortInHeap=5.100337056733908, sim=RandomSimilarity(queryNorm=true): {}, 
locale=nl-BE, timezone=Asia/Bishkek
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_172 
(64-bit)/cpus=3,threads=1,free=50041720,total=97386496
   [junit4]   2> NOTE: All tests run in this JVM: [TestRecovery]
   [junit4] Completed [2/5 (2!)] on J0 in 75.31s, 20 tests, 1 failure, 4 
errors, 14 skipped <<< FAILURES!
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: 
org.apache.solr.search.TestRecovery. This may confuse tools that process XML 
reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.search.TestRecovery
   [junit4] Completed [3/5 (2!)] on J0 in 0.01s, 20 tests, 20 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestRecovery
   [junit4] Completed [4/5 (2!)] on J0 in 0.01s, 20 tests, 20 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.search.TestRecovery
   [junit4] OK      5.68s J1 | TestRecovery.testExistOldBufferLog
   [junit4] OK      7.63s J1 | TestRecovery.testLogReplay
   [junit4] OK      0.36s J1 | TestRecovery.testReload
   [junit4] OK      2.36s J1 | TestRecovery.testLogReplayWithReorderedDBQ
   [junit4] OK      1.39s J1 | 
TestRecovery.testLogReplayWithReorderedDBQInsertingChildnodes
   [junit4] OK      2.22s J1 | TestRecovery.testRecoveryMultipleLogs
   [junit4] OK      5.70s J1 | TestRecovery.testTruncatedLog
   [junit4] OK      3.79s J1 | TestRecovery.stressLogReplay
   [junit4] OK      2.47s J1 | TestRecovery.testBuffering
   [junit4] OK      10.0s J1 | TestRecovery.testRemoveOldLogs
   [junit4] OK      4.24s J1 | TestRecovery.testCorruptLog
   [junit4] OK      1.57s J1 | TestRecovery.testDropBuffered
   [junit4] OK      2.57s J1 | 
TestRecovery.testLogReplayWithReorderedDBQUpdateWithDifferentChildCount
   [junit4] OK      8.03s J1 | 
TestRecovery.testLogReplayWithInPlaceUpdatesAndDeletes
   [junit4] OK      3.22s J1 | 
TestRecovery.testLogReplayWithReorderedDBQByAsterixAndChildDocs
   [junit4] OK      1.29s J1 | TestRecovery.testBufferedMultipleCalls
   [junit4] OK      2.66s J1 | TestRecovery.testCleanShutdown
   [junit4] OK      2.96s J1 | 
TestRecovery.testNewDBQAndDocMatchingOldDBQDuringLogReplay
   [junit4] OK      4.04s J1 | 
TestRecovery.testLogReplayWithReorderedDBQByIdAndChildDocs
   [junit4] OK      3.26s J1 | TestRecovery.testVersionsOnRestart
   [junit4] Completed [5/5 (2!)] on J1 in 76.22s, 20 tests
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: D2DEC891B67F063D]:
   [junit4]   - org.apache.solr.search.TestRecovery.testExistOldBufferLog
   [junit4]   - org.apache.solr.search.TestRecovery.testExistOldBufferLog
   [junit4]   - org.apache.solr.search.TestRecovery.testLogReplay
   [junit4]   - 
org.apache.solr.search.TestRecovery.testLogReplayWithReorderedDBQ
   [junit4]   - 
org.apache.solr.search.TestRecovery.testLogReplayWithReorderedDBQInsertingChildnodes
   [junit4]   - org.apache.solr.search.TestRecovery.testRecoveryMultipleLogs
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.70 ..    77.48 =    76.78s
   [junit4] JVM J1:     0.70 ..   138.14 =   137.44s
   [junit4] Execution time total: 2 minutes 18 seconds
   [junit4] Tests summary: 5 suites, 100 tests, 4 errors, 2 failures, 54 
ignored (14 assumptions)

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:1568:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:1092:
 There were test failures: 5 suites, 100 tests, 4 errors, 2 failures, 54 
ignored (14 assumptions) [seed: D2DEC891B67F063D]

Total time: 2 minutes 20 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   2/5 failed: org.apache.solr.search.TestRecovery
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=ae918f7274b8872029f70058ad996399648e3cf8, 
workspace=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #679
Recording test results
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to