I try populate elastic storage with 1 000 000 documents. This data loads from database (PostgreSQL). And i have a error after write 28K documents:
[Elastica\Exception\Connection\HttpException]
Couldn't connect to host, Elasticsearch down?
Save logic: check document if exists, and insert if not exists, and update if exists.
In result, sends 54K Requests before throw exception.
I try a set ulimit
and net.core.somaxconn
to max value, but not working. I think it's a mistake ElasticSearch.
OS: Debian
API Client: https://github.com/ruflin/Elastica
What could be the problem?
Thank.
UPD: Elastic search work with default configuration.