Skip to content

Opensearch data node missing

0

Hi,

We are currently using an OpenSearch single-node cluster and intermittently encountering data node metrics missing issues, could refer screenshot for missing data btw 10:34 AM - 10:53 AM. Need to know the reason for the same.

Frequency: once in three months

  • please accept the answer if it was useful

asked a year ago544 views
1 Answer
0

Possible Causes

  • Resource Constraints: If the single node does not have sufficient CPU, memory, or disk resources, it might not be able to handle the load during peak times, leading to missing metrics.

  • Java Garbage Collection (GC) Pauses: Long GC pauses can cause the node to become unresponsive temporarily. This can result in missing data metrics during the pause period.

  • Network Issues: Network interruptions or latency spikes can cause the node to temporarily lose connection, leading to gaps in metrics.

  • High Query Load: A high number of simultaneous queries or write operations can overwhelm the node, leading to dropped or delayed metric collection.

  • OpenSearch Node Restarts: Automatic or manual restarts of the OpenSearch node can cause temporary unavailability, leading to missing metrics.

  • Cluster Configuration: Misconfigurations in the cluster settings might lead to issues with node performance or stability.

EXPERT
answered a year ago
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.