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 0ebd75d commit e589db4Copy full SHA for e589db4
server/src/main/java/org/elasticsearch/cluster/routing/WriteLoadPerShardSimulator.java
@@ -128,7 +128,7 @@ private static Set<String> getWriteIndexNames(RoutingAllocation allocation) {
128
.values()
129
.stream()
130
.map(ProjectMetadata::getIndicesLookup)
131
- .flatMap(il -> il.values().stream())
+ .flatMap(indicesLookup -> indicesLookup.values().stream())
132
.map(IndexAbstraction::getWriteIndex)
133
.filter(Objects::nonNull)
134
.map(Index::getName)
0 commit comments