Skip to content

Run coordinating can_match in field-caps (#127734)#128170

Merged
dnhatn merged 1 commit intoelastic:8.19from
dnhatn:8.x-backport-73f5125
May 20, 2025
Merged

Run coordinating can_match in field-caps (#127734)#128170
dnhatn merged 1 commit intoelastic:8.19from
dnhatn:8.x-backport-73f5125

Conversation

@dnhatn
Copy link
Member

@dnhatn dnhatn commented May 20, 2025

Backport #127734 to 8.19

Currently, we don't run the coordinating can_match to skip unmatched shards in field-caps. Most of the time, this is fine, but the current field-caps fails when the target shards are unavailable, even if they don't match the index filter. This change integrates the coordinating can_match into field-caps to prevent failures in such cases.

Currently, we don't run the coordinating can_match to skip unmatched
shards in field-caps. Most of the time, this is fine, but the current
field-caps fails when the target shards are unavailable, even if they
don't match the index filter. This change integrates the coordinating
can_match into field-caps to prevent failures in such cases.
@dnhatn dnhatn marked this pull request as ready for review May 20, 2025 15:17
@dnhatn dnhatn merged commit 173b661 into elastic:8.19 May 20, 2025
15 checks passed
@dnhatn dnhatn deleted the 8.x-backport-73f5125 branch May 20, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant