File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 11pr : 128163
22summary : Make `skip_unavailable` catch all errors
3- area : CCS
4- type : " breaking, enhancement "
5- issues : []
3+ area : ES|QL
4+ type : breaking
5+ issues : [ ]
66breaking :
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
You can’t perform that action at this time.
0 commit comments