-
Notifications
You must be signed in to change notification settings - Fork 29
Reindex process not found error #17
Comments
See elasticsearch's log file. |
I got nothing userfull from the log file |
Could you please provide steps to reproduce it? |
I have 3 nodes for my elasticsearch cluster and I installed the plugin for every node
so I got the reindex process not found error like this {"error":{"root_cause":[{"type":"reindexing_exception","reason":"Reindexing process 11a9f994-11d1-46c6-9599-a4da5d8764ca is not found."}],"type":"reindexing_exception","reason":"Reindexing process 11a9f994-11d1-46c6-9599-a4da5d8764ca is not found."},"status":500} |
I added type for the url like "http://221.231.138.38:9200/law_cloud_v3/cases/_reindex/law_cloud_v4/cases" |
I use the shield plugin for safed and it seem works correctly with the reindex plugin, |
my elasticsearch version is the newest 2.1.1 |
Ummm..., I think Shield plugin might restrict something.. |
thank you for your reply. |
when I send a post request like 'http://localhost:9200/law_cloud_v3/cases/_reindex/law_cloud_v5/cases',
I got the following response
{"error":{"root_cause":[{"type":"reindexing_exception","reason":"Reindexing process 40d3df50-5c73-4bcb-9a51-0d6240d18141 is not found."}],"type":"reindexing_exception","reason":"Reindexing process 40d3df50-5c73-4bcb-9a51-0d6240d18141 is not found."},"status":500}
Why?
The text was updated successfully, but these errors were encountered: