Skip to content

Commit 5565434

Browse files
committed
oops
1 parent bf217d5 commit 5565434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/DataNodeRequestSender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void onAfter(List<DriverProfile> profiles) {
149149
public void onResponse(DataNodeComputeResponse response) {
150150
// remove failures of successful shards
151151
for (ShardId shardId : targetShards.shardIds()) {
152-
if (shardFailures.containsKey(shardId) == false) {
152+
if (response.shardLevelFailures().containsKey(shardId) == false) {
153153
shardFailures.remove(shardId);
154154
}
155155
}

0 commit comments

Comments
 (0)