Re: Elasticsearch _bulk periodically unavailable through Python API, but seems fine otherwise

2014-09-24 Thread Henrik Ossipoff Hansen
Hi Honza, Hoped you would be lurking around here :) I almost feel ashamed for not thinking about that myself - it makes totally sense. The default is 10 seconds as I recall, and we haven't tampered with this in this particular one of our projects. It also makes sense that we are seeing this

Re: Elasticsearch _bulk periodically unavailable through Python API, but seems fine otherwise

2014-09-23 Thread Honza Král
Hello Henrik, My guess would be that the timeouts you are seeing in python are causing this - when the python client encounters a timeout, it retries the request, thinking something went wrong. Thus if your timeout is too small it can actually lead to spamming the cluster - when the python client