-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faraday::ConnectionFailed: Connection reset by peer #45
Comments
Here is the
|
Update: Issue #25 inspired us to reduce the batch size to
So, this issue can be closed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am expierencing an "Faraday::ConnectionFailed: Connection reset by peer" error when initially indexing (-> reindexing) all documents after importing issues (~7,000 !) from another ticket system.
My
plugins/redmine_elasticsearch/config/configuration.yml
isI am using Elasticsearch 5.4.3 on a CentOS 7.2.1511 system:
My
/etc/elasticsearch/elasticsearch.yml
isI am running Elasticsearch as systemd service with
/etc/sysconfig/elasticsearch
:I had a look at https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-transport
The section about "Setting Timeouts" says that request_timeout parameter is simply set by
but it seems that my setting of
request_timeout: 300
does not work?!Is there anybody who has an idea?
-Thanks in advance for any hints...
Frank
The text was updated successfully, but these errors were encountered: