Skip to content
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

Fix possible false matches with multiple percolators. #935

Closed
wants to merge 1 commit into from

Conversation

imotov
Copy link
Contributor

@imotov imotov commented May 16, 2011

When you register multiple percolators, you can get false matches if at least one percolator matches the query. It's caused by not reseting Lucene.ExistsCollector after the match.

@kimchy
Copy link
Member

kimchy commented May 16, 2011

cool, will push...

@kimchy
Copy link
Member

kimchy commented May 16, 2011

pushed to master and 0.16.

@kimchy kimchy closed this May 16, 2011
martijnvg pushed a commit to martijnvg/elasticsearch that referenced this pull request Jan 31, 2018
…tus (elastic#935)

Add a check for the current state waitForPersistentTaskStatus before waiting for the next one. This fixes sporadic failure in testPersistentActionStatusUpdate test.

Fixes elastic#928
martijnvg pushed a commit that referenced this pull request Feb 5, 2018
…tus (#935)

Add a check for the current state waitForPersistentTaskStatus before waiting for the next one. This fixes sporadic failure in testPersistentActionStatusUpdate test.

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

Successfully merging this pull request may close these issues.

2 participants