Skip to content

Commit 15d0f9a

Browse files
committed
improve changelog
1 parent 6f5f41c commit 15d0f9a

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/changelog/128163.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
pr: 128163
22
summary: Make `skip_unavailable` catch all errors
3-
area: CCS
4-
type: "breaking, enhancement"
5-
issues: []
3+
area: ES|QL
4+
type: breaking
5+
issues: [ ]
66
breaking:
7-
title: Make `skip_unavailable` catch all errors
8-
area: CCS
9-
details: Please describe the details of this change for the release notes. You can
10-
use asciidoc.
11-
impact: Please describe the impact of this change to users
7+
title: `skip_unavailable` catches all runtime errors
8+
area: ES|QL
9+
details: If `skip_unavailable` is set to `true`, the runtime errors from this cluster do not lead
10+
to a failure of the query. Instead, the cluster is set to `skipped` or `partial status, and the query
11+
execution continues. This is a breaking change from previous versions, where `skip_unavailable` only applied
12+
to errors related to cluster being unavailable.
13+
impact: The errors on remote clusters, e.g. missing indices, will not lead to a failure of the query.
14+
Instead, the cluster is set to `skipped` or `partial status in the response metadata.
1215
notable: false

0 commit comments

Comments
 (0)