Skip to content

Commit 2890ffb

Browse files
Update troubleshoot/elasticsearch/high-cpu-usage.md
Co-authored-by: shainaraskas <[email protected]>
1 parent caa5dc1 commit 2890ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshoot/elasticsearch/high-cpu-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Excessive JVM garbage collection usually indicates high heap memory usage. Commo
9797

9898
**Hot spotting**
9999

100-
You might experience high CPU usage on specific data nodes or an entire [data tier](/manage-data/lifecycle/data-tiers.md) if traffic isn’t evenly distributed—a scenario known as [hot spotting](hotspotting.md). This commonly occurs when read or write applications don’t properly balance requests across nodes, or when indices receiving heavy write activity (like hot-tier indices) have their shards concentrated on just one or a few nodes.
100+
You might experience high CPU usage on specific data nodes or an entire [data tier](/manage-data/lifecycle/data-tiers.md) if traffic isn’t evenly distributed. This is known as [hot spotting](hotspotting.md). Hot spotting commonly occurs when read or write applications don’t properly balance requests across nodes, or when indices receiving heavy write activity, such as indices in the hot tier, have their shards concentrated on just one or a few nodes.
101101

102102
For details on diagnosing and resolving these issues, see [hot spotting](hotspotting.md).
103103

0 commit comments

Comments
 (0)