Hi,
the test also failed several times in usual Jenkins jobs (see builds@lao list). Looks like a problem with the test or some wrong assumption or some missing synchronized block (the Policeman Jenkins machine has many cores, so issues with not synchronized cache lines can happen easily). Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: [email protected] From: Julie Tibshirani <[email protected]> Sent: Thursday, March 17, 2022 8:04 PM To: [email protected] Subject: Re: [VOTE] Release Lucene 9.1.0 RC2 I investigated the TestMatchAllDocsQuery failure and filed an issue here: https://issues.apache.org/jira/browse/LUCENE-10472. To me it doesn't seem like a major problem and could potentially be a test issue. We also haven't made changes to this early termination logic in 9.1 (to the best of my knowledge), so it's unlikely to be a regression. Julie On Thu, Mar 17, 2022 at 11:51 AM Anshum Gupta <[email protected] <mailto:[email protected]> > wrote: Hi Julie, Thanks for volunteering as the RM. After 4 attempts, I finally got the smoke-tester (jdk11) to pass on the 5th attempt. Tested out using some other basic indexing/search sample app code that I was playing around with. Here's my +1 to release Lucene 9.1.0 RC2. SUCCESS! [1:05:31.299375] On Wed, Mar 16, 2022 at 1:27 PM Julie Tibshirani <[email protected] <mailto:[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 -- Anshum Gupta
