Heya,
I think I know where the problem comes from. Basically, the delete API does not accept a parent parameter, just a routing parameter. So, the parent value should be set on the routing in case of delete. But, the delete API should support parent as well (which will simply automatically set the routing), here is the issue: Delete API: Allow to set _parent on it (will simply set the routing value) · Issue #742 · elastic/elasticsearch · GitHub.
-shay.banon
On Wednesday, March 2, 2011 at 7:54 PM, purplegherkin@gmail.com wrote:
Thanks Clint, I opened the issue with a link to the gist. Appreciate the help regardless!
On Mar 2, 2011 11:43am, Clinton Gormley clinton@iannounce.co.uk wrote:
On Wed, 2011-03-02 at 17:36 +0000, purplegherkin@gmail.com wrote:
Clint,
Well, interesting results. It definitely still occurs with the latest
from source, BUT it doesn't happen every time I run the script
(dropping the index in between runs, refreshing and waiting for green
status), I can typically get 1 execution of the script to work from a
fresh install, usually the 1st or 2nd try succeeds, then I get the
error
matt - I'd open an issue on
Issues · elastic/elasticsearch · GitHub with a recreation.
clint