Skip to content

Commit 35f41eb

Browse files
zhubotang-wqywangd
andauthored
Update server/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/IndexBalanceAllocationDecider.java
Co-authored-by: Yang Wang <[email protected]>
1 parent 8a9a4f8 commit 35f41eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/IndexBalanceAllocationDecider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public Decision canAllocate(ShardRouting shardRouting, RoutingNode node, Routing
9595
final IndexMetadata indexMetadata = allocation.getClusterState().metadata().getProject(projectId).index(index);
9696

9797
if (hasIndexRoutingFilters(indexMetadata)) {
98-
return allocation.decision(Decision.YES, NAME, "Decider is disabled.");
98+
return allocation.decision(Decision.YES, NAME, "Decider is disabled for index level allocation filters.");
9999
}
100100

101101
final Set<DiscoveryNode> eligibleNodes = new HashSet<>();

0 commit comments

Comments
 (0)