Elasticsearch Loaded Cluster Managers in OpenSearch

By Opster Team

Updated: Oct 16, 2023

| 1 min read

Overview

Sometimes you can observe that the CPU and load on one of your cluster_manager is higher than on others.

This is absolutely normal behavior assuming that the loaded cluster manager is the elected master. Although you need more than one cluster manager (and ideally an odd number), only one of these nodes will be active at any one time. If CPU is very high and the node appears to be overloaded, then this may be cause for concern, since an overloaded cluster manager may cause instability in the cluster.

How to resolve it

How to fix loaded cluster_manager in OpenSearch

  1. Check for split brain

    Make sure you are not suffering from the split brain problem described.

  2. Check other processes

    Ensure that there are no other processes running on the cluster manager which could cause it to become unstable. 

  3. Check the cluster manager logs

    Check the loaded cluster manager logs. If the elected cluster manager is loaded, the log can reveal the potential causes, such as: high rate of mapping exceptions, too many doc types (for ES versions older than v6), or large metadata – too many fields/indices/shards.

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?