Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.19 KB

fix-common-cluster-issues.md

File metadata and controls

54 lines (38 loc) · 2.19 KB
applies_to navigation_title mapped_pages
stack deployment
eck ess ece self
Common cluster issues

Fix common cluster issues [fix-common-cluster-issues]

Use these topics to fix common issues with {{es}} clusters.

::::{tip} If you're using {{ech}}, you can use AutoOps to monitor your cluster. AutoOps significantly simplifies cluster management with performance recommendations, resource utilization visibility, and real-time issue detection with resolution paths. For more information, refer to . ::::

: Fix watermark errors that occur when a data node is critically low on disk space and has reached the flood-stage disk usage watermark.

: {{es}} uses circuit breakers to prevent nodes from running out of JVM heap memory. If Elasticsearch estimates an operation would exceed a circuit breaker, it stops the operation and returns an error.

: The most common causes of high CPU usage and their solutions.

: High JVM memory usage can degrade cluster performance and trigger circuit breaker errors.

: A red or yellow cluster status indicates one or more shards are missing or unallocated. These unassigned shards increase your risk of data loss and can degrade cluster performance.

: When {{es}} rejects a request, it stops the operation and returns an error with a 429 response code.

: A backlogged task queue can prevent tasks from completing and put the cluster into an unhealthy state.

: A cluster in which an index or index pattern as exploded with a high count of mapping fields which causes performance look-up issues for Elasticsearch and Kibana.

: Hot spotting may occur in {{es}} when resource utilizations are unevenly distributed across nodes.

Additional resources