-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update query lock up #6
Comments
I'll take a look when I have time. |
Thanks for the quick response. Very much appreciated! |
I think this issue is related to #22. |
@ofavre - if you fixed it in v2.0.1 then based on the version matrix:
Should I not expect the plugin's v2.1.0 to be compatible with es v1.1.2? Or is it simply that it supports es v1.2.x as well now? |
Starting at v2.1.0, the plugin is no longer compatible with ES <1.2, due to refactoring in the upstream code. If your ElasticSearch version is 1.2.0 upto 1.2.2, you must use the plugin v2.1.0. I always try to maximize the backward compatibility of my plugin, increasing the major on incompatible plugin-level changes, increasing the minor on incompatible ES-level changes or new features, and increasing the patch when pushing patches. |
@ofavre Thanks! |
Let me first say this plugin (1.3.0 + es 0.90.5) is really wonderful. It saves my project. However, I notice it is locking up my requests and eventually lock the entire elasticsearch.
Here is my update query
It updates all my entries with m=abc and category!=cde to category=cde.
Some runs are okay but some will just hang and not returning from the call. Below are some errors in elasticsearch.log
I can reproduce this quite easily. Let me know if you need more information. Thanks.
The text was updated successfully, but these errors were encountered: