Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Nov 5, 2024
1 parent 6307ade commit ad5b0bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected void masterOperation(
nodesStatsResponse.getNodes()
.stream()
.map(NodeStats::getNode)
.filter(node -> node.getVersion().onOrAfter(V_8_2_0))
.filter(node -> node.getVersion().onOrAfter(V_8_2_0)) // the cache info action was added in 8.2
.toArray(DiscoveryNode[]::new)
).timeout(request.ackTimeout());

Expand Down

0 comments on commit ad5b0bf

Please sign in to comment.