Skip to content

Utilize docIDRunEnd on ReqExclBulkScorer #14976

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 22, 2025

Conversation

HUSTERGS
Copy link
Contributor

Description

Since #14806 is reverted because it causes some test broken (sorry about that). This PR tries to fix it and re-raise the same logic. This comment explains why it causes problem. I think this might be helpful when some must not clauses implements its own docIDRunEnd, although currently there is no such task in luceneutil.

I've test the specific failed test locally with command below:

./gradlew -p lucene/core beast -Ptests.dups=500 --tests TestLRUQueryCache.testRandom

@github-actions github-actions bot added this to the 10.3.0 milestone Jul 21, 2025
@dweiss dweiss merged commit 182208e into apache:main Jul 22, 2025
8 checks passed
@dweiss
Copy link
Contributor

dweiss commented Jul 22, 2025

Thank you. I've applied this to main and branch_10x. Please keep an eye on:
https://lists.apache.org/[email protected]

Tests are randomized so sometimes what passes on github's PR workflows breaks the build in a different configuration (nothing wrong with that - it's how it's designed to work).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants