Hi Mayya, You can safely ignore that test failure. It's a known issue: LUCENE-10088 <https://issues.apache.org/jira/browse/LUCENE-10088>. This issue is unlikely to happen outside our tests unless users set IndexWriterConfig#maxBufferedDocs extremely low.
On Thu, Mar 17, 2022 at 7:40 AM Mayya Sharipova <[email protected]> wrote: > I've got java.lang.OutOfMemoryError: Java heap space for the test below. > May be, not a big deal? > > Reproduce with: gradlew :lucene:core:test --tests > "org.apache.lucene.index.TestIndexWriterMergePolicy.testStressUpdateSameDocumentWithMergeOnGetReader" > -Ptests.jvms=8 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 > -Ptests.seed=D6AA47F089920F8A -Ptests.nightly=true -Ptests.badapples=false > -Ptests.file.encoding=US-ASCII > > On Thu, Mar 17, 2022 at 12:05 AM Nhat Nguyen > <[email protected]> wrote: > >> +1 >> SUCCESS! [1:42:08.893354] >> >> On Wed, Mar 16, 2022 at 4:27 PM Julie Tibshirani <[email protected]> >> wrote: >> >>> Please vote for release candidate 2 for Lucene 9.1.0 >>> >>> The artifacts can be downloaded from: >>> >>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.1.0-RC2-rev-5b522487ba8e0f1002b50a136817ca037aec9686 >>> >>> You can run the smoke tester directly with this command: >>> >>> python3 -u dev-tools/scripts/smokeTestRelease.py \ >>> >>> https://dist.apache.org/repos/dist/dev/lucene/lucene-9.1.0-RC2-rev-5b522487ba8e0f1002b50a136817ca037aec9686 >>> >>> The vote will be open for at least 72 hours i.e. until 2022-03-19 21:00 >>> UTC. >>> >>> [ ] +1 approve >>> [ ] +0 no opinion >>> [ ] -1 disapprove (and reason why) >>> >>> Here is my +1. >>> >>> Julie >>> >>
