Successfully cleared voting config exclusion for deleting the decommission – How to solve this OpenSearch error

Opster Team

Aug-23, Version: 2.4-2.4

Before you dig into reading this guide, have you tried asking OpsGPT what this log means? You’ll receive a customized analysis of your log.

Try OpsGPT now for step-by-step guidance and tailored insights into your OpenSearch operation.

Briefly, this error occurs when an OpenSearch node is decommissioned and the voting configuration exclusion that was set for it is successfully cleared. This is part of the process of safely removing a node from the cluster. It’s not an error but an informational message indicating a successful operation. If you see this message, it means the node was successfully removed from the cluster. No action is needed unless you didn’t intend to remove this node. In that case, you would need to add the node back to the cluster.

For a complete solution to your to your search operation, try for free AutoOps for Elasticsearch & OpenSearch . With AutoOps and Opster’s proactive support, you don’t have to worry about your search operation – we take charge of it. Get improved performance & stability with less hardware.

This guide will help you check for common problems that cause the log ” successfully cleared voting config exclusion for deleting the decommission. ” to appear. To understand the issues related to this log, read the explanation below about the following OpenSearch concepts: cluster.

Log Context

Log “successfully cleared voting config exclusion for deleting the decommission.” classname is DecommissionService.java.
We extracted the following from OpenSearch source code for those seeking an in-depth context :

         * And hence it is safe to remove the exclusion if any. User should make conscious choice before decommissioning awareness attribute.
         */
        decommissionController.clearVotingConfigExclusion(new ActionListener() {
            @Override
            public void onResponse(Void unused) {
                logger.info("successfully cleared voting config exclusion for deleting the decommission.");
                deleteDecommissionState(listener);
            }

            @Override
            public void onFailure(Exception e) {

 

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?

Get expert answers on Elasticsearch/OpenSearch