Skip to content

Commit

Permalink
Fix compilation bug introduced in previous PR feedback commit
Browse files Browse the repository at this point in the history
  • Loading branch information
quux00 committed Jan 10, 2025
1 parent 18f65a9 commit 34eb947
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected void doExecuteForked(Task task, ResolveClusterActionRequest request, A
if (request.clusterInfoOnly()) {
if (request.queryingCluster()) {
/*
* User does not want to check whether an index expression matches, so we use the "*:dummy: index pattern to
* User does not want to check whether an index expression matches, so we use the "*:dummy*" index pattern to
* 1) determine all the local configured remotes and
* 2) for older clusters that do not understand the new clusterInfoOnly setting (or for even older clusters
* where we need to fall back to using _resolve/index), fallback to matching any/all index/alias/datastreams
Expand Down Expand Up @@ -318,7 +318,6 @@ public void onFailure(Exception e) {
clusterInfoMap.put(clusterAlias, resolveClusterInfo);
}
};
return resolveIndexActionListener;
}
};

Expand Down

0 comments on commit 34eb947

Please sign in to comment.