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

Percolator: Registering (indexing) a new percolator query will still be stored in memory if actually indexing it fails #1965

Closed
kimchy opened this issue May 19, 2012 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented May 19, 2012

We do the registration to the in memory queries at a point where we haven't yet actually indexed it. We should do it after, and under the doc "lock".

@kimchy kimchy closed this as completed in 2c274e5 May 19, 2012
hibnico pushed a commit to hibnico/elasticsearch that referenced this issue Jun 6, 2012
…be stored in memory if actually indexing it fails, closes elastic#1965.
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
…be stored in memory if actually indexing it fails, closes elastic#1965.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant