Skip to content

Commit 7335f6a

Browse files
jbaieragmarouli
andauthored
Update server/src/main/java/org/elasticsearch/cluster/metadata/IndexNameExpressionResolver.java
Co-authored-by: Mary Gouseti <[email protected]>
1 parent 2ac802c commit 7335f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/metadata/IndexNameExpressionResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ && shouldIncludeFailureIndices(context.getOptions(), expression.selector())) {
558558
}
559559

560560
private static Set<DataStream> getAliasDataStreams(IndexAbstraction indexAbstraction, Map<String, IndexAbstraction> indicesLookup) {
561-
// Collect the data streams involved with the alias and resolve their failure stores
561+
// Collect the data streams involved with the alias
562562
assert indexAbstraction.getType().equals(Type.ALIAS) && indexAbstraction.isDataStreamRelated()
563563
: "Non data stream alias [" + indexAbstraction.getName() + "]";
564564
Set<DataStream> aliasDataStreams = new HashSet<>();

0 commit comments

Comments
 (0)