We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d92df commit 9c88caeCopy full SHA for 9c88cae
server/src/main/java/org/elasticsearch/cluster/routing/allocation/WriteLoadConstraintMonitor.java
@@ -86,7 +86,7 @@ public void onNewInfo(ClusterInfo clusterInfo) {
86
if (nodeRoles.contains(DiscoveryNodeRole.SEARCH_ROLE) || nodeRoles.contains(DiscoveryNodeRole.ML_ROLE)) {
87
// Search & ML nodes are not expected to have write load hot-spots and are not considered for shard relocation.
88
// TODO (ES-13314): consider stateful data tiers
89
- return;
+ continue;
90
}
91
totalIngestNodes++;
92
final NodeUsageStatsForThreadPools.ThreadPoolUsageStats writeThreadPoolStats = usageStats.threadPoolUsageStatsMap()
0 commit comments