Preventing RecoveryFailedException issue when using Talend Log Server
This article applies to users of Talend Log Server.
Symptoms/Description
When starting Talend Log Server 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 tofalse
. - Save your changes and restart the Talend Log Server.