Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1486/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC
7 tests failed.
FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.test
Error Message:
acoll: 1596825357052 bcoll: 1596825357898
Stack Trace:
java.lang.AssertionError: acoll: 1596825357052 bcoll: 1596825357898
at
__randomizedtesting.SeedInfo.seed([EF1AA76086571C90:674E98BA28AB7168]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:113)
at
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:68)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED: org.apache.solr.core.TestConfig.testDefaults
Error Message:
numDefaultsTested vs. numDefaultsMapped+numNullDefaults =[useCompoundFile,
maxBufferedDocs, ramBufferSizeMB, ramPerThreadHardLimitMB,
maxCommitMergeWaitTime, writeLockTimeout, lockType, infoStreamEnabled, metrics]
expected:<11> but was:<12>
Stack Trace:
java.lang.AssertionError: numDefaultsTested vs.
numDefaultsMapped+numNullDefaults =[useCompoundFile, maxBufferedDocs,
ramBufferSizeMB, ramPerThreadHardLimitMB, maxCommitMergeWaitTime,
writeLockTimeout, lockType, infoStreamEnabled, metrics] expected:<11> but
was:<12>
at
__randomizedtesting.SeedInfo.seed([EF1AA76086571C90:40BEE94AAE524FBC]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.apache.solr.core.TestConfig.testDefaults(TestConfig.java:205)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED: org.apache.solr.core.TestConfig.testDefaults
Error Message:
numDefaultsTested vs. numDefaultsMapped+numNullDefaults =[useCompoundFile,
maxBufferedDocs, ramBufferSizeMB, ramPerThreadHardLimitMB,
maxCommitMergeWaitTime, writeLockTimeout, lockType, infoStreamEnabled, metrics]
expected:<11> but was:<12>
Stack Trace:
java.lang.AssertionError: numDefaultsTested vs.
numDefaultsMapped+numNullDefaults =[useCompoundFile, maxBufferedDocs,
ramBufferSizeMB, ramPerThreadHardLimitMB, maxCommitMergeWaitTime,
writeLockTimeout, lockType, infoStreamEnabled, metrics] expected:<11> but
was:<12>
at
__randomizedtesting.SeedInfo.seed([EF1AA76086571C90:40BEE94AAE524FBC]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.apache.solr.core.TestConfig.testDefaults(TestConfig.java:205)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED: org.apache.solr.core.TestConfig.testDefaults
Error Message:
numDefaultsTested vs. numDefaultsMapped+numNullDefaults =[useCompoundFile,
maxBufferedDocs, ramBufferSizeMB, ramPerThreadHardLimitMB,
maxCommitMergeWaitTime, writeLockTimeout, lockType, infoStreamEnabled, metrics]
expected:<11> but was:<12>
Stack Trace:
java.lang.AssertionError: numDefaultsTested vs.
numDefaultsMapped+numNullDefaults =[useCompoundFile, maxBufferedDocs,
ramBufferSizeMB, ramPerThreadHardLimitMB, maxCommitMergeWaitTime,
writeLockTimeout, lockType, infoStreamEnabled, metrics] expected:<11> but
was:<12>
at
__randomizedtesting.SeedInfo.seed([EF1AA76086571C90:40BEE94AAE524FBC]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.apache.solr.core.TestConfig.testDefaults(TestConfig.java:205)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED: org.apache.solr.core.TestConfig.testDefaults
Error Message:
numDefaultsTested vs. numDefaultsMapped+numNullDefaults =[useCompoundFile,
maxBufferedDocs, ramBufferSizeMB, ramPerThreadHardLimitMB,
maxCommitMergeWaitTime, writeLockTimeout, lockType, infoStreamEnabled, metrics]
expected:<11> but was:<12>
Stack Trace:
java.lang.AssertionError: numDefaultsTested vs.
numDefaultsMapped+numNullDefaults =[useCompoundFile, maxBufferedDocs,
ramBufferSizeMB, ramPerThreadHardLimitMB, maxCommitMergeWaitTime,
writeLockTimeout, lockType, infoStreamEnabled, metrics] expected:<11> but
was:<12>
at
__randomizedtesting.SeedInfo.seed([EF1AA76086571C90:40BEE94AAE524FBC]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.apache.solr.core.TestConfig.testDefaults(TestConfig.java:205)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED: org.apache.solr.core.TestConfig.testDefaults
Error Message:
numDefaultsTested vs. numDefaultsMapped+numNullDefaults =[useCompoundFile,
maxBufferedDocs, ramBufferSizeMB, ramPerThreadHardLimitMB,
maxCommitMergeWaitTime, writeLockTimeout, lockType, infoStreamEnabled, metrics]
expected:<11> but was:<12>
Stack Trace:
java.lang.AssertionError: numDefaultsTested vs.
numDefaultsMapped+numNullDefaults =[useCompoundFile, maxBufferedDocs,
ramBufferSizeMB, ramPerThreadHardLimitMB, maxCommitMergeWaitTime,
writeLockTimeout, lockType, infoStreamEnabled, metrics] expected:<11> but
was:<12>
at
__randomizedtesting.SeedInfo.seed([EF1AA76086571C90:40BEE94AAE524FBC]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.apache.solr.core.TestConfig.testDefaults(TestConfig.java:205)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED: org.apache.solr.core.TestConfig.testDefaults
Error Message:
numDefaultsTested vs. numDefaultsMapped+numNullDefaults =[useCompoundFile,
maxBufferedDocs, ramBufferSizeMB, ramPerThreadHardLimitMB,
maxCommitMergeWaitTime, writeLockTimeout, lockType, infoStreamEnabled, metrics]
expected:<11> but was:<12>
Stack Trace:
java.lang.AssertionError: numDefaultsTested vs.
numDefaultsMapped+numNullDefaults =[useCompoundFile, maxBufferedDocs,
ramBufferSizeMB, ramPerThreadHardLimitMB, maxCommitMergeWaitTime,
writeLockTimeout, lockType, infoStreamEnabled, metrics] expected:<11> but
was:<12>
at
__randomizedtesting.SeedInfo.seed([EF1AA76086571C90:40BEE94AAE524FBC]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.apache.solr.core.TestConfig.testDefaults(TestConfig.java:205)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:832)
Build Log:
[...truncated 14241 lines...]
[junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
[junit4] 2> 401985 INFO
(SUITE-MultiThreadedOCPTest-seed#[EF1AA76086571C90]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
[junit4] 2> 401985 INFO
(SUITE-MultiThreadedOCPTest-seed#[EF1AA76086571C90]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 401986 INFO
(SUITE-MultiThreadedOCPTest-seed#[EF1AA76086571C90]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\data-dir-61-001
[junit4] 2> 401986 INFO
(SUITE-MultiThreadedOCPTest-seed#[EF1AA76086571C90]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 401987 INFO
(SUITE-MultiThreadedOCPTest-seed#[EF1AA76086571C90]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 401992 INFO
(SUITE-MultiThreadedOCPTest-seed#[EF1AA76086571C90]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /u_dzp/
[junit4] 2> 402000 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 402005 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 402005 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 402006 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 402115 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer start zk server on port: 52672
[junit4] 2> 402115 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:52672
[junit4] 2> 402115 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52672
[junit4] 2> 402115 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 52672
[junit4] 2> 402147 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 402191 INFO (zkConnectionManagerCallback-2803-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 402191 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 402227 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 402247 INFO (zkConnectionManagerCallback-2805-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 402247 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 402286 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 402350 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 402409 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 402437 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 402493 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 402556 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 402592 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 402618 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 402675 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 402759 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 402797 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkTestServer put
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 402826 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 402865 INFO (zkConnectionManagerCallback-2809-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 402869 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 402911 WARN
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]-SendThread(127.0.0.1:52672))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x1005d3d4b7e0002.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1005d3d4b7e0002, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1005d3d4b7e0002, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
~[zookeeper-3.6.1.jar:3.6.1]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348)
~[zookeeper-3.6.1.jar:3.6.1]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262)
[zookeeper-3.6.1.jar:3.6.1]
[junit4] 2> 403016 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 405065 WARN
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 405065 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 405065 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 405065 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ] o.e.j.s.Server
jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
[junit4] 2> 405065 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 405065 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 405065 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 405065 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@253b8d36{/u_dzp,null,AVAILABLE}
[junit4] 2> 405070 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@184f09cb{ssl, (ssl, alpn,
http/1.1, h2)}{127.0.0.1:52758}
[junit4] 2> 405070 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ] o.e.j.s.Server
Started @406282ms
[junit4] 2> 405070 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/u_dzp,
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\tempDir-001/control/data,
hostPort=52758,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\control-001\cores}
[junit4] 2> 405070 ERROR
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 405070 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 405070 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.7.0
[junit4] 2> 405070 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 405070 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
[junit4] 2> 405070 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-08-07T18:35:09.005190100Z
[junit4] 2> 405073 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 405081 INFO (zkConnectionManagerCallback-2811-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 405082 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 405187 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 405187 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\control-001\solr.xml
[junit4] 2> 405191 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 405191 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 405192 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 405541 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 405545 WARN
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1df435a9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 405545 WARN
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1df435a9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 405552 WARN
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@14508b5e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 405552 WARN
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@14508b5e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 405554 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52672/solr
[junit4] 2> 405555 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 405563 INFO (zkConnectionManagerCallback-2821-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 405564 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 405675 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 405683 INFO (zkConnectionManagerCallback-2823-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 405683 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 406612 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:52758_u_dzp
[junit4] 2> 406618 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.Overseer Overseer
(id=72160111878864901-127.0.0.1:52758_u_dzp-n_0000000000) starting
[junit4] 2> 406657 INFO
(OverseerStateUpdate-72160111878864901-127.0.0.1:52758_u_dzp-n_0000000000)
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:52758_u_dzp
[junit4] 2> 406657 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52758_u_dzp
[junit4] 2> 406664 INFO
(OverseerStateUpdate-72160111878864901-127.0.0.1:52758_u_dzp-n_0000000000)
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 406677 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 406678 WARN
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 406710 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 406738 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a
[junit4] 2> 406750 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a
[junit4] 2> 406750 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a
[junit4] 2> 406752 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90])
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\control-001\cores
[junit4] 2> 406785 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 406806 INFO (zkConnectionManagerCallback-2840-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 406806 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 406808 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 406813 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52672/solr ready
[junit4] 2> 406840 INFO (qtp345871591-3848) [n:127.0.0.1:52758_u_dzp
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:52758_u_dzp&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 406852 INFO
(OverseerThreadFactory-2830-thread-1-processing-n:127.0.0.1:52758_u_dzp)
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.a.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 407012 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 407013 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 408046 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
[junit4] 2> 408058 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from configset conf1, trusted=true
[junit4] 2> 408066 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 408181 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 408221 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a
[junit4] 2> 408221 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\control-001\cores\control_collection_shard1_replica_n1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\control-001\cores\control_collection_shard1_replica_n1\data\]
[junit4] 2> 408224 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=21, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=58.5380859375,
floorSegmentMB=1.1142578125, forceMergeDeletesPctAllowed=9.923072450629935,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.44403379478254557, deletesPctAllowed=28.068038976676313
[junit4] 2> 408225 WARN (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 408327 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 408327 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 408331 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 408331 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 408332 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=6, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=26.865234375,
floorSegmentMB=1.490234375, forceMergeDeletesPctAllowed=26.903437406767406,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=39.09054776579936
[junit4] 2> 408332 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 408332 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 408336 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 408336 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1674392698639876096
[junit4] 2> 408340 INFO
(searcherExecutor-2842-thread-1-processing-n:127.0.0.1:52758_u_dzp
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:52758_u_dzp c:control_collection s:shard1
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher autowarm time:
0 ms
[junit4] 2> 408366 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 408366 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/control_collection/leaders/shard1
[junit4] 2> 408399 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 408399 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 408399 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:52758/u_dzp/control_collection_shard1_replica_n1/
[junit4] 2> 408400 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 408401 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
https://127.0.0.1:52758/u_dzp/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 408401 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/72160111878864901-core_node2-n_0000000000
[junit4] 2> 408421 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:52758/u_dzp/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 408530 INFO (zkCallback-2822-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 408531 INFO (zkCallback-2822-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 408539 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 408549 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1552
[junit4] 2> 408563 INFO (qtp345871591-3848) [n:127.0.0.1:52758_u_dzp
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 408648 INFO (zkCallback-2822-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 408648 INFO (zkCallback-2822-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 408649 INFO (zkCallback-2822-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 408654 INFO (qtp345871591-3848) [n:127.0.0.1:52758_u_dzp
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:52758_u_dzp&wt=javabin&version=2}
status=0 QTime=1832
[junit4] 2> 408655 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in
collection: control_collection
[junit4] 2> 408787 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 408804 INFO (zkConnectionManagerCallback-2851-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 408804 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 408807 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 408813 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52672/solr ready
[junit4] 2> 408813 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 408843 INFO
(OverseerCollectionConfigSetProcessor-72160111878864901-127.0.0.1:52758_u_dzp-n_0000000000)
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 408851 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 408877 INFO
(OverseerThreadFactory-2830-thread-2-processing-n:127.0.0.1:52758_u_dzp)
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.a.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 409124 WARN
(OverseerThreadFactory-2830-thread-2-processing-n:127.0.0.1:52758_u_dzp)
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 409140 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 409144 INFO (qtp345871591-3846) [n:127.0.0.1:52758_u_dzp
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=296
[junit4] 2> 409148 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
[junit4] 2> 409148 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 409151 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
[junit4] 2> 409151 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 409151 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
[junit4] 2> 409151 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 409151 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=3
[junit4] 2> 410586 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\shard-1-001
of type NRT for shard2
[junit4] 2> 410592 WARN (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 410592 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 410592 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 410592 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
[junit4] 2> 410593 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 410593 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 410593 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 410594 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@48a991c5{/u_dzp,null,AVAILABLE}
[junit4] 2> 410598 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@57378416{ssl, (ssl, alpn,
http/1.1, h2)}{127.0.0.1:52864}
[junit4] 2> 410598 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.Server Started @411814ms
[junit4] 2> 410598 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/u_dzp,
solrconfig=solrconfig.xml,
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\tempDir-001/jetty1,
hostPort=52864,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\shard-1-001\cores,
replicaType=NRT}
[junit4] 2> 410598 ERROR (closeThreadPool-2852-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 410598 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 410599 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.7.0
[junit4] 2> 410599 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 410599 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
[junit4] 2> 410599 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-08-07T18:35:14.534267500Z
[junit4] 2> 410600 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 410606 INFO (zkConnectionManagerCallback-2854-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 410607 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 410724 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 410724 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\shard-1-001\solr.xml
[junit4] 2> 410727 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 410727 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 410732 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 410957 INFO
(OverseerCollectionConfigSetProcessor-72160111878864901-127.0.0.1:52758_u_dzp-n_0000000000)
[n:127.0.0.1:52758_u_dzp ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 411284 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 411289 WARN (closeThreadPool-2852-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@55bfa014[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411289 WARN (closeThreadPool-2852-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@55bfa014[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411297 WARN (closeThreadPool-2852-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@42cd150a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411297 WARN (closeThreadPool-2852-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@42cd150a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 411298 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52672/solr
[junit4] 2> 411304 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 411317 INFO (zkConnectionManagerCallback-2864-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411317 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 411438 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 411446 INFO (zkConnectionManagerCallback-2866-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 411447 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 411471 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 411504 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.c.ZkController Publish
node=127.0.0.1:52864_u_dzp as DOWN
[junit4] 2> 411513 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 411513 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52864_u_dzp
[junit4] 2> 411517 INFO (zkCallback-2822-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 411517 INFO (zkCallback-2850-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 411520 INFO (zkCallback-2865-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 411521 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 411521 WARN (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 411559 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 411602 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a
[junit4] 2> 411613 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a
[junit4] 2> 411613 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a
[junit4] 2> 411615 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52864_u_dzp ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\shard-1-001\cores
[junit4] 2> 411648 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:52864_u_dzp
[junit4] 2> 412505 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\shard-2-001
of type NRT for shard1
[junit4] 2> 412511 WARN (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 412511 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 412511 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 412511 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
[junit4] 2> 412511 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 412511 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 412511 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 412512 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@562f3292{/u_dzp,null,AVAILABLE}
[junit4] 2> 412515 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@504170a0{ssl, (ssl, alpn,
http/1.1, h2)}{127.0.0.1:52964}
[junit4] 2> 412515 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.Server Started @413576ms
[junit4] 2> 412515 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/u_dzp,
solrconfig=solrconfig.xml,
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\tempDir-001/jetty2,
hostPort=52964,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\shard-2-001\cores,
replicaType=NRT}
[junit4] 2> 412515 ERROR (closeThreadPool-2852-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 412515 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 412515 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.7.0
[junit4] 2> 412515 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 412515 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
[junit4] 2> 412515 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-08-07T18:35:16.450664700Z
[junit4] 2> 412519 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 412529 INFO (zkConnectionManagerCallback-2876-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 412529 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 412647 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 412648 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\shard-2-001\solr.xml
[junit4] 2> 412653 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 412653 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 412654 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 412830 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 412833 WARN (closeThreadPool-2852-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6d8b2e5[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 412833 WARN (closeThreadPool-2852-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6d8b2e5[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 412844 WARN (closeThreadPool-2852-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3f1961c6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 412845 WARN (closeThreadPool-2852-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3f1961c6[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 412847 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52672/solr
[junit4] 2> 412848 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 412856 INFO (zkConnectionManagerCallback-2886-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 412856 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 412975 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 412984 INFO (zkConnectionManagerCallback-2888-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 412984 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 413000 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 413018 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.c.ZkController Publish
node=127.0.0.1:52964_u_dzp as DOWN
[junit4] 2> 413025 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 413025 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52964_u_dzp
[junit4] 2> 413037 INFO (zkCallback-2822-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 413037 INFO (zkCallback-2850-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 413038 INFO (zkCallback-2865-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 413039 INFO (zkCallback-2887-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 413043 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 413044 WARN (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 413083 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 413118 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a
[junit4] 2> 413127 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a
[junit4] 2> 413127 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5477d46a
[junit4] 2> 413127 INFO (closeThreadPool-2852-thread-1)
[n:127.0.0.1:52964_u_dzp ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\shard-2-001\cores
[junit4] 2> 413189 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:52964_u_dzp
[junit4] 2> 414364 INFO
(TEST-MultiThreadedOCPTest.test-seed#[EF1AA76086571C90]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\shard-3-001
of type NRT for shard2
[junit4] 2> 414369 WARN (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 414369 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 414369 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 414369 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
[junit4] 2> 414371 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 414371 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 414371 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 414371 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@371aa599{/u_dzp,null,AVAILABLE}
[junit4] 2> 414374 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7ee2605f{ssl, (ssl, alpn,
http/1.1, h2)}{127.0.0.1:53043}
[junit4] 2> 414374 INFO (closeThreadPool-2852-thread-1) [ ]
o.e.j.s.Server Started @415283ms
[junit4] 2> 414374 INFO (closeThreadPool-2852-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/u_dzp,
solrconfig=solrconfig.xml,
solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\tempDir-001/jetty3,
hostPort=53043,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MultiThreadedOCPTest_EF1AA76086571C90-001\shard-3-001\cores}
[junit4] 2> 414375 ERROR (close
[...truncated too long message...]
SUCCESSFUL
Total time: 8 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.TestConfig" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=EF1AA76086571C90
-Dtests.slow=true -Dtests.locale=gv-IM -Dtests.timezone=Asia/Tel_Aviv
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
Buildfile:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\benchmark\build.xml
-clover.disable:
ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 ::
http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file =
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\top-level-ivy-settings.xml
install-junit4-taskdef:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
resolve-groovy:
[ivy:cachepath] :: resolving dependencies ::
org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found org.codehaus.groovy#groovy-all;2.4.17 in public
[ivy:cachepath] :: resolution report :: resolve 22ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 0 | 0 | 0 || 1 | 0 |
---------------------------------------------------------------------
-init-totals:
-test:
[mkdir] Created dir:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test
[junit4:pickseed] Seed property 'tests.seed' already defined: EF1AA76086571C90
[mkdir] Created dir:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp
[junit4] <JUnit4> says ???! Master seed: EF1AA76086571C90
[junit4] Your default console's encoding may not display certain unicode
glyphs: windows-1252
[junit4] Executing 5 suites with 5 JVMs.
[junit4]
[junit4] Started J4 PID(5936@localhost).
[junit4] Started J0 PID(10212@localhost).
[junit4] Started J1 PID(1212@localhost).
[junit4] Started J2 PID(2180@localhost).
[junit4] Started J3 PID(10472@localhost).
[junit4] Suite: org.apache.lucene.benchmark.byTask.utils.TestConfig
[junit4] OK 0.03s J2 | TestConfig.testAbsolutePathNamesWindows
[junit4] Completed [1/5] on J2 in 0.74s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.benchmark.byTask.utils.TestConfig
[junit4] OK 0.11s J0 | TestConfig.testAbsolutePathNamesWindows
[junit4] Completed [2/5] on J0 in 0.89s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.benchmark.byTask.utils.TestConfig
[junit4] OK 0.04s J4 | TestConfig.testAbsolutePathNamesWindows
[junit4] Completed [3/5] on J4 in 0.97s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.benchmark.byTask.utils.TestConfig
[junit4] OK 0.02s J1 | TestConfig.testAbsolutePathNamesWindows
[junit4] Completed [4/5] on J1 in 0.89s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.benchmark.byTask.utils.TestConfig
[junit4] OK 0.03s J3 | TestConfig.testAbsolutePathNamesWindows
[junit4] Completed [5/5] on J3 in 0.86s, 1 test
[junit4]
[junit4] JVM J0: 0.62 .. 2.13 = 1.51s
[junit4] JVM J1: 0.62 .. 2.27 = 1.65s
[junit4] JVM J2: 0.83 .. 2.11 = 1.29s
[junit4] JVM J3: 0.84 .. 2.29 = 1.45s
[junit4] JVM J4: 0.61 .. 2.22 = 1.61s
[junit4] Execution time total: 2.30 sec.
[junit4] Tests summary: 5 suites, 5 tests
[junit4] Could not remove temporary path:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\J3
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\J3\temp])
[junit4] Could not remove temporary path:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\J0
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\J0\temp])
[junit4] Could not remove temporary path:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\J1
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\J1\temp])
[junit4] Could not remove temporary path:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\J4
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\J4\temp])
[junit4] Could not remove temporary path:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\J2
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\J2\temp])
[echo] 5 slowest tests:
[junit4:tophints] 5.43s |
org.apache.lucene.benchmark.byTask.TestPerfTasksLogic
[junit4:tophints] 2.13s | org.apache.lucene.benchmark.quality.TestQualityRun
[junit4:tophints] 1.95s |
org.apache.lucene.benchmark.byTask.tasks.AddIndexesTaskTest
[junit4:tophints] 1.68s |
org.apache.lucene.benchmark.byTask.TestPerfTasksParse
[junit4:tophints] 1.66s |
org.apache.lucene.benchmark.byTask.tasks.CreateIndexTaskTest
-check-totals:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.codehaus.groovy.reflection.CachedClass
(file:/C:/Users/jenkins/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.4.17.jar)
to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
test-nocompile:
BUILD SUCCESSFUL
Total time: 3 seconds
[repro] Failures w/original seeds:
[repro] 0/5 failed: org.apache.lucene.benchmark.byTask.utils.TestConfig
[repro] 0/5 failed: org.apache.solr.cloud.MultiThreadedOCPTest
[repro] 5/5 failed: org.apache.solr.core.TestConfig
[repro] Exiting with code 1
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build move
/y lucene\build lucene\build.repro
1 dir(s) moved.
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build move /y
solr\build solr\build.repro
1 dir(s) moved.
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST lucene\build.orig
move /y lucene\build.orig lucene\build
1 dir(s) moved.
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>IF EXIST solr\build.orig
move /y solr\build.orig solr\build
1 dir(s) moved.
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows>exit 0
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace:
'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows')
[Java] Successfully parsed console log
[Java] -> found 113 issues (skipped 105 duplicates)
[Java] Post processing issues on 'Windows VBOX' with source code encoding
'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected
files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory
'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows'
[Java] -> resolved paths in source directory (54 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or
Manifest.mf files)
[Java] -> resolved module names for 113 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 54 affected files
[Java] No filter has been set, publishing all 113 issues
[Java] Creating fingerprints for all affected code blocks to track issues over
different builds
[Java] -> created fingerprints for 113 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder
'/home/jenkins/jobs/Lucene-Solr-8.x-Windows/builds/1486/files-with-issues'
[Java] -> 54 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.x-Windows #1485' to compute new,
fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 113, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 113 issues (found 0 new issues, fixed 0
issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-Windows
#1486'.
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Recording test results
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]