Bulk Index suddenly taking almost exactly 60 seconds, regardless of number of documents

Hi there,

I'm currently in the development phase and I'm running Elasticsearch from a Docker image on my Macbook Pro, so I'm aware there are probably performance implications there.

This problem is particularly strange though - I'm indexing a database table of around 10M records, and as I get to about 8M records indexed each bulk process starts taking almost exactly 60 seconds, no matter how many documents I try to do at once. (I'm doing 200 by default, but even if I put it down to 2 documents it's still taking 60 seconds)

I only have a single node in the cluster with 10 shards. Not sure what other info you might need to diagnose the issue. Any ideas?

Do the ES logs show anything like GC?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.