Build:
https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/118/
4 tests failed.
FAILED: org.apache.lucene.index.TestStressNRT.test
Error Message:
MockDirectoryWrapper: cannot close: there are still 16 open files: {_5.fdt=1,
_4_FST50_0.doc=1, _3.cfs=1, _1g.cfs=1, _5_FST50_0.doc=1, _6_FST50_0.doc=1,
_2.fdt=1, _2.fdx=1, _2_FST50_0.doc=1, _5.fdx=1, _0.cfs=1, _6.fdt=1, _4.fdt=1,
_4.fdx=1, _1.cfs=1, _6.fdx=1}
Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still
16 open files: {_5.fdt=1, _4_FST50_0.doc=1, _3.cfs=1, _1g.cfs=1,
_5_FST50_0.doc=1, _6_FST50_0.doc=1, _2.fdt=1, _2.fdx=1, _2_FST50_0.doc=1,
_5.fdx=1, _0.cfs=1, _6.fdt=1, _4.fdt=1, _4.fdx=1, _1.cfs=1, _6.fdx=1}
at
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:812)
at org.apache.lucene.index.TestStressNRT.test(TestStressNRT.java:403)
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:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
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:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
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:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.RuntimeException: unclosed IndexInput: _1g.cfs
at
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:730)
at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:773)
at
org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:77)
at
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:71)
at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:101)
at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
at
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:179)
at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:334)
at
org.apache.lucene.index.StandardDirectoryReader$2.doBody(StandardDirectoryReader.java:328)
at
org.apache.lucene.index.StandardDirectoryReader$2.doBody(StandardDirectoryReader.java:324)
at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:727)
at
org.apache.lucene.index.StandardDirectoryReader.doOpenFromCommit(StandardDirectoryReader.java:330)
at
org.apache.lucene.index.StandardDirectoryReader.doOpenNoWriter(StandardDirectoryReader.java:320)
at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:271)
at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:259)
at
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
at org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:165)
FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestStressNRT
Error Message:
12 threads leaked from SUITE scope at org.apache.lucene.index.TestStressNRT:
1) Thread[id=17619, name=LuceneTestCase-304-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 2)
Thread[id=17623, name=LuceneTestCase-308-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 3)
Thread[id=17622, name=LuceneTestCase-307-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 4)
Thread[id=17621, name=LuceneTestCase-306-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 5)
Thread[id=17629, name=LuceneTestCase-305-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 6)
Thread[id=17630, name=LuceneTestCase-309-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 7)
Thread[id=17626, name=LuceneTestCase-308-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 8)
Thread[id=17627, name=LuceneTestCase-307-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 9)
Thread[id=17628, name=LuceneTestCase-306-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 10)
Thread[id=17624, name=LuceneTestCase-309-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 11)
Thread[id=17625, name=LuceneTestCase-304-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 12)
Thread[id=17620, name=LuceneTestCase-305-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 12 threads leaked from
SUITE scope at org.apache.lucene.index.TestStressNRT:
1) Thread[id=17619, name=LuceneTestCase-304-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
2) Thread[id=17623, name=LuceneTestCase-308-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
3) Thread[id=17622, name=LuceneTestCase-307-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
4) Thread[id=17621, name=LuceneTestCase-306-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
5) Thread[id=17629, name=LuceneTestCase-305-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
6) Thread[id=17630, name=LuceneTestCase-309-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
7) Thread[id=17626, name=LuceneTestCase-308-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
8) Thread[id=17627, name=LuceneTestCase-307-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
9) Thread[id=17628, name=LuceneTestCase-306-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
10) Thread[id=17624, name=LuceneTestCase-309-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
11) Thread[id=17625, name=LuceneTestCase-304-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
12) Thread[id=17620, name=LuceneTestCase-305-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
at __randomizedtesting.SeedInfo.seed([35EA598B0C825D80]:0)
FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestStressNRT
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=17619, name=LuceneTestCase-304-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 2)
Thread[id=17623, name=LuceneTestCase-308-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 3)
Thread[id=17626, name=LuceneTestCase-308-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 4)
Thread[id=17627, name=LuceneTestCase-307-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 5)
Thread[id=17628, name=LuceneTestCase-306-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 6)
Thread[id=17622, name=LuceneTestCase-307-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 7)
Thread[id=17621, name=LuceneTestCase-306-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 8)
Thread[id=17624, name=LuceneTestCase-309-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 9)
Thread[id=17625, name=LuceneTestCase-304-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 10)
Thread[id=17629, name=LuceneTestCase-305-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 11)
Thread[id=17630, name=LuceneTestCase-309-thread-2, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834) 12)
Thread[id=17620, name=LuceneTestCase-305-thread-1, state=WAITING,
group=TGRP-TestStressNRT] at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method) at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=17619, name=LuceneTestCase-304-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
2) Thread[id=17623, name=LuceneTestCase-308-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
3) Thread[id=17626, name=LuceneTestCase-308-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
4) Thread[id=17627, name=LuceneTestCase-307-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
5) Thread[id=17628, name=LuceneTestCase-306-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
6) Thread[id=17622, name=LuceneTestCase-307-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
7) Thread[id=17621, name=LuceneTestCase-306-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
8) Thread[id=17624, name=LuceneTestCase-309-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
9) Thread[id=17625, name=LuceneTestCase-304-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
10) Thread[id=17629, name=LuceneTestCase-305-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
11) Thread[id=17630, name=LuceneTestCase-309-thread-2, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
12) Thread[id=17620, name=LuceneTestCase-305-thread-1, state=WAITING,
group=TGRP-TestStressNRT]
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
at __randomizedtesting.SeedInfo.seed([35EA598B0C825D80]:0)
FAILED: org.apache.solr.cloud.RollingRestartTest.test
Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:44425
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at: https://127.0.0.1:44425
at
__randomizedtesting.SeedInfo.seed([41BC41761B6E9C42:C9E87EACB592F1BA]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:370)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1155)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:916)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227)
at
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
at
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
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:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
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:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
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:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.base/java.net.SocketInputStream.socketRead0(Native Method)
at
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
at
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
at
java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
at
java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
at
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
... 52 more
Build Log:
[...truncated 1113 lines...]
[junit4] Suite: org.apache.lucene.index.TestStressNRT
[junit4] 1> WRITER5: FAILED: unexpected exception
[junit4] 1> org.apache.lucene.index.CorruptIndexException: Unexpected file
read error while reading index.
(resource=BufferedChecksumIndexInput(MockIndexInputWrapper((clone of)
ByteBuffersIndexInput (file=pending_segments_5, buffers=1,161 bytes, block
size: 1,024, blocks: 2, position: 0))))
[junit4] 1> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:300)
[junit4] 1> at
org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:468)
[junit4] 1> at
org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:465)
[junit4] 1> at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:727)
[junit4] 1> at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:679)
[junit4] 1> at
org.apache.lucene.index.SegmentInfos.readLatestCommit(SegmentInfos.java:470)
[junit4] 1> at
org.apache.lucene.index.StandardDirectoryReader.isCurrent(StandardDirectoryReader.java:359)
[junit4] 1> at
org.apache.lucene.index.StandardDirectoryReader.doOpenNoWriter(StandardDirectoryReader.java:308)
[junit4] 1> at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:271)
[junit4] 1> at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:259)
[junit4] 1> at
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
[junit4] 1> at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:165)
[junit4] 1> Caused by: java.io.FileNotFoundException: _23.si in
dir=ByteBuffersDirectory@79f530bf
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51be96dc
[junit4] 1> at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:748)
[junit4] 1> at
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
[junit4] 1> at
org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1044)
[junit4] 1> at
org.apache.lucene.codecs.lucene86.Lucene86SegmentInfoFormat.read(Lucene86SegmentInfoFormat.java:91)
[junit4] 1> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:364)
[junit4] 1> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:298)
[junit4] 1> ... 11 more
[junit4] 1> Suppressed:
org.apache.lucene.index.CorruptIndexException: checksum passed (d834e09c).
possibly transient resource issue, or a Lucene or JVM bug
(resource=BufferedChecksumIndexInput(MockIndexInputWrapper((clone of)
ByteBuffersIndexInput (file=pending_segments_5, buffers=1,161 bytes, block
size: 1,024, blocks: 2, position: 0))))
[junit4] 1> at
org.apache.lucene.codecs.CodecUtil.checkFooter(CodecUtil.java:466)
[junit4] 1> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:441)
[junit4] 1> ... 12 more
[junit4] 1> WRITER7: FAILED: unexpected exception
[junit4] 1> WRITER1: FAILED: unexpected exception
[junit4] 1> java.nio.file.NoSuchFileException: _23.cfs
[junit4] 1> at
org.apache.lucene.store.ByteBuffersDirectory.deleteFile(ByteBuffersDirectory.java:148)
[junit4] 1> at
org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:607)
[junit4] 1> at
org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
[junit4] 1> at
org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
[junit4] 1> at
org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:690)
[junit4] 1> at
org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
[junit4] 1> at
org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
[junit4] 1> at
org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
[junit4] 1> at
org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3546)
[junit4] 1> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3502)
[junit4] 1> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3452)
[junit4] 1> at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:365)
[junit4] 1> at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:322)
[junit4] 1> at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:161)
[junit4] 1> org.apache.lucene.store.AlreadyClosedException: this
IndexWriter is closed
[junit4] 1> at
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:739)
[junit4] 1> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3484)
[junit4] 1> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3452)
[junit4] 1> at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:365)
[junit4] 1> at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:322)
[junit4] 1> at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:161)
[junit4] 1> Caused by: java.nio.file.NoSuchFileException: _23.cfs
[junit4] 1> at
org.apache.lucene.store.ByteBuffersDirectory.deleteFile(ByteBuffersDirectory.java:148)
[junit4] 1> at
org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:607)
[junit4] 1> at
org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
[junit4] 1> at
org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
[junit4] 1> at
org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:690)
[junit4] 1> at
org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
[junit4] 1> at
org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
[junit4] 1> at
org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
[junit4] 1> at
org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3546)
[junit4] 1> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3502)
[junit4] 1> ... 4 more
[junit4] 2> Wípazuk?a-wa?té Wí 19, 2020 3:59:00 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[WRITER5,5,TGRP-TestStressNRT]
[junit4] 2> java.lang.RuntimeException:
org.apache.lucene.index.CorruptIndexException: Unexpected file read error while
reading index.
(resource=BufferedChecksumIndexInput(MockIndexInputWrapper((clone of)
ByteBuffersIndexInput (file=pending_segments_5, buffers=1,161 bytes, block
size: 1,024, blocks: 2, position: 0))))
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([35EA598B0C825D80]:0)
[junit4] 2> at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:291)
[junit4] 2> Caused by: org.apache.lucene.index.CorruptIndexException:
Unexpected file read error while reading index.
(resource=BufferedChecksumIndexInput(MockIndexInputWrapper((clone of)
ByteBuffersIndexInput (file=pending_segments_5, buffers=1,161 bytes, block
size: 1,024, blocks: 2, position: 0))))
[junit4] 2> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:300)
[junit4] 2> at
org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:468)
[junit4] 2> at
org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:465)
[junit4] 2> at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:727)
[junit4] 2> at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:679)
[junit4] 2> at
org.apache.lucene.index.SegmentInfos.readLatestCommit(SegmentInfos.java:470)
[junit4] 2> at
org.apache.lucene.index.StandardDirectoryReader.isCurrent(StandardDirectoryReader.java:359)
[junit4] 2> at
org.apache.lucene.index.StandardDirectoryReader.doOpenNoWriter(StandardDirectoryReader.java:308)
[junit4] 2> at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:271)
[junit4] 2> at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:259)
[junit4] 2> at
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
[junit4] 2> at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:165)
[junit4] 2> Caused by: java.io.FileNotFoundException: _23.si in
dir=ByteBuffersDirectory@79f530bf
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51be96dc
[junit4] 2> at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:748)
[junit4] 2> at
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
[junit4] 2> at
org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1044)
[junit4] 2> at
org.apache.lucene.codecs.lucene86.Lucene86SegmentInfoFormat.read(Lucene86SegmentInfoFormat.java:91)
[junit4] 2> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:364)
[junit4] 2> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:298)
[junit4] 2> ... 11 more
[junit4] 2> Suppressed:
org.apache.lucene.index.CorruptIndexException: checksum passed (d834e09c).
possibly transient resource issue, or a Lucene or JVM bug
(resource=BufferedChecksumIndexInput(MockIndexInputWrapper((clone of)
ByteBuffersIndexInput (file=pending_segments_5, buffers=1,161 bytes, block
size: 1,024, blocks: 2, position: 0))))
[junit4] 2> at
org.apache.lucene.codecs.CodecUtil.checkFooter(CodecUtil.java:466)
[junit4] 2> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:441)
[junit4] 2> ... 12 more
[junit4] 2>
[junit4] 2> Wípazuk?a-wa?té Wí 19, 2020 3:59:00 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[WRITER1,5,TGRP-TestStressNRT]
[junit4] 2> java.lang.RuntimeException:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([35EA598B0C825D80]:0)
[junit4] 2> at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:291)
[junit4] 2> Caused by: org.apache.lucene.store.AlreadyClosedException:
this IndexWriter is closed
[junit4] 2> at
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:739)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3484)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3452)
[junit4] 2> at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:365)
[junit4] 2> at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:322)
[junit4] 2> at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:161)
[junit4] 2> Caused by: java.nio.file.NoSuchFileException: _23.cfs
[junit4] 2> at
org.apache.lucene.store.ByteBuffersDirectory.deleteFile(ByteBuffersDirectory.java:148)
[junit4] 2> at
org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:607)
[junit4] 2> at
org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:690)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3546)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3502)
[junit4] 2> ... 4 more
[junit4] 2>
[junit4] 2> Wípazuk?a-wa?té Wí 19, 2020 3:59:00 PM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[WRITER7,5,TGRP-TestStressNRT]
[junit4] 2> java.lang.RuntimeException: java.nio.file.NoSuchFileException:
_23.cfs
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([35EA598B0C825D80]:0)
[junit4] 2> at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:291)
[junit4] 2> Caused by: java.nio.file.NoSuchFileException: _23.cfs
[junit4] 2> at
org.apache.lucene.store.ByteBuffersDirectory.deleteFile(ByteBuffersDirectory.java:148)
[junit4] 2> at
org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:607)
[junit4] 2> at
org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:690)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3546)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3502)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3452)
[junit4] 2> at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:365)
[junit4] 2> at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:322)
[junit4] 2> at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:161)
[junit4] 2>
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestStressNRT
-Dtests.method=test -Dtests.seed=35EA598B0C825D80 -Dtests.multiplier=2
-Dtests.nightly=true -Dtests.slow=true -Dtests.badapples=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/test-data/enwiki.random.lines.txt
-Dtests.locale=lkt-US -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 1.30s J2 | TestStressNRT.test <<<
[junit4] > Throwable #1: java.lang.RuntimeException:
MockDirectoryWrapper: cannot close: there are still 16 open files: {_5.fdt=1,
_4_FST50_0.doc=1, _3.cfs=1, _1g.cfs=1, _5_FST50_0.doc=1, _6_FST50_0.doc=1,
_2.fdt=1, _2.fdx=1, _2_FST50_0.doc=1, _5.fdx=1, _0.cfs=1, _6.fdt=1, _4.fdt=1,
_4.fdx=1, _1.cfs=1, _6.fdx=1}
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:812)
[junit4] > at
org.apache.lucene.index.TestStressNRT.test(TestStressNRT.java:403)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:566)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:834)
[junit4] > Caused by: java.lang.RuntimeException: unclosed IndexInput:
_1g.cfs
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:730)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:773)
[junit4] > at
org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:77)
[junit4] > at
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:71)
[junit4] > at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:101)
[junit4] > at
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:179)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:334)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader$2.doBody(StandardDirectoryReader.java:328)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader$2.doBody(StandardDirectoryReader.java:324)
[junit4] > at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:727)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenFromCommit(StandardDirectoryReader.java:330)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenNoWriter(StandardDirectoryReader.java:320)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:271)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:259)
[junit4] > at
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
[junit4] > at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:165)Throwable
#2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=17608, name=WRITER5, state=RUNNABLE,
group=TGRP-TestStressNRT]
[junit4] > Caused by: java.lang.RuntimeException:
org.apache.lucene.index.CorruptIndexException: Unexpected file read error while
reading index.
(resource=BufferedChecksumIndexInput(MockIndexInputWrapper((clone of)
ByteBuffersIndexInput (file=pending_segments_5, buffers=1,161 bytes, block
size: 1,024, blocks: 2, position: 0))))
[junit4] > at
__randomizedtesting.SeedInfo.seed([35EA598B0C825D80]:0)
[junit4] > at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:291)
[junit4] > Caused by: org.apache.lucene.index.CorruptIndexException:
Unexpected file read error while reading index.
(resource=BufferedChecksumIndexInput(MockIndexInputWrapper((clone of)
ByteBuffersIndexInput (file=pending_segments_5, buffers=1,161 bytes, block
size: 1,024, blocks: 2, position: 0))))
[junit4] > at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:300)
[junit4] > at
org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:468)
[junit4] > at
org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:465)
[junit4] > at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:727)
[junit4] > at
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:679)
[junit4] > at
org.apache.lucene.index.SegmentInfos.readLatestCommit(SegmentInfos.java:470)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.isCurrent(StandardDirectoryReader.java:359)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenNoWriter(StandardDirectoryReader.java:308)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:271)
[junit4] > at
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:259)
[junit4] > at
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
[junit4] > at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:165)
[junit4] > Caused by: java.io.FileNotFoundException: _23.si in
dir=ByteBuffersDirectory@79f530bf
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51be96dc
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:748)
[junit4] > at
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1044)
[junit4] > at
org.apache.lucene.codecs.lucene86.Lucene86SegmentInfoFormat.read(Lucene86SegmentInfoFormat.java:91)
[junit4] > at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:364)
[junit4] > at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:298)
[junit4] > ... 11 more
[junit4] > Suppressed:
org.apache.lucene.index.CorruptIndexException: checksum passed (d834e09c).
possibly transient resource issue, or a Lucene or JVM bug
(resource=BufferedChecksumIndexInput(MockIndexInputWrapper((clone of)
ByteBuffersIndexInput (file=pending_segments_5, buffers=1,161 bytes, block
size: 1,024, blocks: 2, position: 0))))
[junit4] > at
org.apache.lucene.codecs.CodecUtil.checkFooter(CodecUtil.java:466)
[junit4] > at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:441)
[junit4] > ... 12 moreThrowable #3:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=17610, name=WRITER7, state=RUNNABLE,
group=TGRP-TestStressNRT]
[junit4] > Caused by: java.lang.RuntimeException:
java.nio.file.NoSuchFileException: _23.cfs
[junit4] > at
__randomizedtesting.SeedInfo.seed([35EA598B0C825D80]:0)
[junit4] > at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:291)
[junit4] > Caused by: java.nio.file.NoSuchFileException: _23.cfs
[junit4] > at
org.apache.lucene.store.ByteBuffersDirectory.deleteFile(ByteBuffersDirectory.java:148)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:607)
[junit4] > at
org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:690)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
[junit4] > at
org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3546)
[junit4] > at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3502)
[junit4] > at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3452)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:365)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:322)
[junit4] > at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:161)Throwable
#4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an
uncaught exception in thread: Thread[id=17604, name=WRITER1, state=RUNNABLE,
group=TGRP-TestStressNRT]
[junit4] > Caused by: java.lang.RuntimeException:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
[junit4] > at
__randomizedtesting.SeedInfo.seed([35EA598B0C825D80]:0)
[junit4] > at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:291)
[junit4] > Caused by: org.apache.lucene.store.AlreadyClosedException:
this IndexWriter is closed
[junit4] > at
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:739)
[junit4] > at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3484)
[junit4] > at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3452)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:365)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:322)
[junit4] > at
org.apache.lucene.index.TestStressNRT$1.run(TestStressNRT.java:161)
[junit4] > Caused by: java.nio.file.NoSuchFileException: _23.cfs
[junit4] > at
org.apache.lucene.store.ByteBuffersDirectory.deleteFile(ByteBuffersDirectory.java:148)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:607)
[junit4] > at
org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:690)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.deleteCommits(IndexFileDeleter.java:382)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:527)
[junit4] > at
org.apache.lucene.index.IndexWriter.finishCommit(IndexWriter.java:3546)
[junit4] > at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3502)
[junit4] > ... 4 more
[junit4] 2> Jun 19, 2020 3:59:00 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 12 leaked
thread(s).
[junit4] 2> Jun 19, 2020 3:59:20 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 12 threads leaked from SUITE scope at
org.apache.lucene.index.TestStressNRT:
[junit4] 2> 1) Thread[id=17619, name=LuceneTestCase-304-thread-1,
state=WAITING, group=TGRP-TestStressNRT]
[junit4] 2> at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
[junit4] 2> at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[junit4] 2> at
[email protected]/java.lang.Thread.run(Thread.java:834)
[junit4] 2> 2) Thread[id=17623, name=LuceneTestCase-308-thread-1,
state=WAITING, group=TGRP-TestStressNRT]
[junit4] 2> at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
[junit4] 2> at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[junit4] 2> at
[email protected]/java.lang.Thread.run(Thread.java:834)
[junit4] 2> 3) Thread[id=17622, name=LuceneTestCase-307-thread-1,
state=WAITING, group=TGRP-TestStressNRT]
[junit4] 2> at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
[junit4] 2> at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[junit4] 2> at
[email protected]/java.lang.Thread.run(Thread.java:834)
[junit4] 2> 4) Thread[id=17621, name=LuceneTestCase-306-thread-1,
state=WAITING, group=TGRP-TestStressNRT]
[junit4] 2> at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
[junit4] 2> at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[junit4] 2> at
[email protected]/java.lang.Thread.run(Thread.java:834)
[junit4] 2> 5) Thread[id=17629, name=LuceneTestCase-305-thread-2,
state=WAITING, group=TGRP-TestStressNRT]
[junit4] 2> at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
[junit4] 2> at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
[junit4] 2> at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[junit4] 2> at
[email protected]/java.lang.Thread.run(Thread.java:834)
[junit4] 2> 6) Thread[id=17630, name=LuceneTestCase-309-thread-2,
state=WAITING, group=TGRP-TestStressNRT]
[junit4] 2> at
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
[junit4] 2> at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
[junit4] 2> at
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
[j
[...truncated too long message...]
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:834)
[junit4] > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4] > at
java.base/java.net.SocketInputStream.socketRead0(Native Method)
[junit4] > at
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
[junit4] > at
java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
[junit4] > at
java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
[junit4] > at
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
[junit4] > at
java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
[junit4] > at
java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)
[junit4] > at
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
[junit4] > at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
[junit4] > at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
[junit4] > at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4] > at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
[junit4] > at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
[junit4] > at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
[junit4] > at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
[junit4] > at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
[junit4] > ... 52 more
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_41BC41761B6E9C42-001
[junit4] 2> Jun 19, 2020 7:29:02 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene86): {},
docValues:{}, maxPointsInLeafNode=1388, maxMBSortInHeap=7.772358664307499,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3862b01d),
locale=fr-MG, timezone=US/Michigan
[junit4] 2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 11.0.4
(64-bit)/cpus=8,threads=1,free=179609064,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestSimNodeAddedTrigger,
RegexBoostProcessorTest, TestLegacyNumericUtils, RequestHandlersTest,
TestManagedSchemaAPI, RoutingToNodesWithPropertiesTest,
TestOverriddenPrefixQueryForCustomFieldType, TestUniqueKeyFieldResource,
BadComponentTest, TestSolrCloudWithKerberosAlt, SparseHLLTest,
TestExactStatsCache, TestDistributedStatsComponentCardinality,
TestStressReorder, TestGraphMLResponseWriter, TestSimScenario,
DirectoryFactoryTest, TestReqParamsAPI, TestQueryingOnDownCollection,
TestBlendedInfixSuggestions, TestRetrieveFieldsOptimizer, HLLSerializationTest,
ClusterStateUpdateTest, TriggerSetPropertiesIntegrationTest,
TestHashQParserPlugin, PreAnalyzedFieldManagedSchemaCloudTest,
SearchHandlerTest, StatsComponentTest, SearchHandlerTest,
TestExtendedDismaxParser, TimeZoneUtilsTest, TestFieldCollectionResource,
TestSearchPerf, CollectionsAPISolrJTest, IndexSizeTriggerMixedBoundsTest,
TestCloudManagedSchema, TestFieldCacheSort, TestRandomDVFaceting,
TestCustomSort, TestPivotHelperCode, MergeStrategyTest, NumberUtilsTest,
TestFacetMethods, BooleanFieldTest,
OverseerSolrResponseUnsafeSerializationTest, TestExclusionRuleCollectionAccess,
TestLegacyBM25SimilarityFactory, CoreAdminHandlerTest, ExecutePlanActionTest,
TestReplicationHandler, TestLegacyNumericRangeQueryBuilder,
TestSSLRandomization, InfixSuggestersTest, TestDistribPackageStore,
MigrateRouteKeyTest, SolrJmxReporterTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestAuthorizationFramework,
XCJFQueryTest, SolrIndexMetricsTest, ForceLeaderTest, TestPointFields,
MetricTriggerIntegrationTest, CdcrRequestHandlerTest, SpellCheckCollatorTest,
CircularListTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest,
TestEmbeddedSolrServerSchemaAPI, SuggesterFSTTest, TestImplicitCoreProperties,
LeaderVoteWaitTimeoutTest, ConnectionManagerTest, CustomCollectionTest,
AnalysisErrorHandlingTest, TestComplexPhraseLeadingWildcard,
TestDistribDocBasedVersion, DirectSolrSpellCheckerTest,
AtomicUpdateRemovalJavabinTest, DistributedFacetPivotWhiteBoxTest,
TestCopyFieldCollectionResource, RulesTest, TestStressInPlaceUpdates,
IndexSchemaTest, TestSubQueryTransformerCrossCore, TestApiFramework,
MoveReplicaHDFSTest, TestManagedSynonymGraphFilterFactory,
TestReversedWildcardFilterFactory, TestNRTOpen,
AssignBackwardCompatibilityTest, CustomTermsComponentTest,
SynonymTokenizerTest, CurrencyFieldTypeTest, TestCoreAdminApis,
SplitHandlerTest, EnumFieldTest, PeerSyncTest,
CloneFieldUpdateProcessorFactoryTest, CollectionReloadTest,
HttpPartitionOnCommitTest, NodeAddedTriggerTest, SolrCoreMetricManagerTest,
CachingDirectoryFactoryTest, TestLogWatcher, ZkFailoverTest,
MetricsHistoryHandlerTest, SimplePostToolTest, ScheduledTriggerIntegrationTest,
SchemaVersionSpecificBehaviorTest, TestLuceneIndexBackCompat,
TestCollationFieldDocValues, TestUtilizeNode, TestNumericRangeQuery32,
DistributedFacetPivotLongTailTest, ZkStateWriterTest, TestCSVResponseWriter,
HDFSCollectionsAPITest, SuggesterWFSTTest, TestReplicaProperties,
TestSolrCoreProperties, TestSolrCachePerf, IndexSizeEstimatorTest,
CloudExitableDirectoryReaderTest, TestExceedMaxTermLength,
TestCorePropertiesReload, HdfsUnloadDistributedZkTest, TestJsonFacetErrors,
TestJsonFacetsStatsParsing, HdfsChaosMonkeyNothingIsSafeTest,
SoftAutoCommitTest, ZkSolrClientTest, SolrXmlInZkTest, TestSQLHandlerNonCloud,
CdcrBootstrapTest, TestPerFieldSimilarityWithDefaultOverride,
SolrPluginUtilsTest, TestRemoteStreaming, TestCrossCoreJoin,
TestMaxTokenLenTokenizer, JSONWriterTest, TestClassicSimilarityFactory,
TestSizeLimitedDistributedMap, TemplateUpdateProcessorTest,
TestDistributedMissingSort, TestGroupingSearch, TestNumericTerms64, TestSolrJ,
AutoAddReplicasPlanActionTest, EchoParamsTest, AnalysisAfterCoreReloadTest,
CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest,
SampleTest, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping,
TestHighlightDedupGrouping, TestJoin, TestRandomFaceting,
TestSimpleTrackingShardHandler, TestSolrTestCaseJ4, TestTolerantSearch,
TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest,
TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion,
TestWordDelimiterFilterFactory, TokenizerChainTest,
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors,
ActionThrottleTest, AddReplicaTest, AliasIntegrationTest,
BasicDistributedZk2Test, BasicDistributedZkTest, ChaosMonkeyNothingIsSafeTest,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, ChaosMonkeySafeLeaderTest,
ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionPropsTest,
CollectionStateZnodeTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest,
CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest,
DeleteReplicaTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest,
DistributedQueueTest, DistributedVersionInfoTest, DocValuesNotIndexedTest,
ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest,
HttpPartitionTest, HttpPartitionWithTlogReplicasTest,
LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest,
LeaderFailureAfterFreshStartTest, LeaderTragicEventTest,
MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest,
MoveReplicaTest, MultiSolrCloudTestCaseTest, MultiThreadedOCPTest,
OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest,
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest,
OverseerRolesTest, OverseerSolrResponseTest, OverseerTest,
PackageManagerCLITest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest,
RecoveryZkTest, ReindexCollectionTest, RemoteQueryErrorTest,
ReplaceNodeNoTargetTest, ReplaceNodeTest, ReplicationFactorTest,
RestartWhileUpdatingTest, RollingRestartTest]
[junit4] Completed [351/910 (1!)] on J0 in 144.53s, 1 test, 1 error <<<
FAILURES!
[...truncated 53831 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]