Preventing RecoveryFailedException issue when using Talend LogServer
This article applies to users of Talend LogServer.
Symptoms/Description
When starting Talend LogServer to monitor the logs, users may get the following error (rare):
org.elasticsearch.indices.recovery.RecoveryFailedException
This is a known issue in Elasticsearch (see this bug for more information).
ResolutionTo solve this issue, you need to edit the elasticsearch.yml file.
- Open the <LogServerInstallDirectory>/elasticsearch-A.B.C/config/elasticsearch.yml file to edit it.
- Set the parameter indices.recovery.compress equal to false .
- Save your changes and restart the Talend LogServer.