Skip to main content

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).

Resolution

To solve this issue, you need to edit the elasticsearch.yml file.

  1. Open the <LogServerInstallDirectory>/elasticsearch-A.B.C/config/elasticsearch.yml file to edit it.
  2. Set the parameter indices.recovery.compress equal to false .
  3. Save your changes and restart the Talend LogServer.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!