Conversion to new metadata location and format done backup create at – How to solve this Elasticsearch error

Opster Team

Aug-23, Version: 1.7-1.7

Briefly, this error occurs when Elasticsearch is updating its metadata location and format. This is part of the process when Elasticsearch is performing a backup or a snapshot. It’s not an error, but an informational message indicating that the conversion has been completed successfully. If you’re seeing this message frequently and it’s causing concern, you can adjust the logging level in your Elasticsearch configuration to reduce the verbosity. However, it’s generally a good idea to keep these messages as they provide useful information about the state of your Elasticsearch cluster.

This guide will help you check for common problems that cause the log ” conversion to new metadata location and format done; backup create at [{}] ” to appear. To understand the issues related to this log, read the explanation below about the following Elasticsearch concepts: metadata.

Log Context

Log “conversion to new metadata location and format done; backup create at [{}]” classname is LocalGatewayMetaState.java.
We extracted the following from Elasticsearch source code for those seeking an in-depth context :

                 }
                stateFile.delete();
            }
        }

        logger.info("conversion to new metadata location and format done; backup create at [{}]"; backupFile.getAbsolutePath());
    }

    class RemoveDanglingIndex implements Runnable {

        private final IndexMetaData metaData;




 

How helpful was this guide?

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?