File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ pr: 128163
22summary : Make `skip_unavailable` catch all errors
33area : ES|QL
44type : breaking
5- issues : []
5+ issues : [ ]
66breaking :
77 title : Cluster setting "skip_unavailable" catches all runtime errors
88 area : ES|QL
99 details : " If `skip_unavailable` is set to `true`, the runtime errors from this cluster\
1010 \ do not lead to a failure of the query. Instead, the cluster is set to `skipped`\
11- \ or `partial status, and the query execution continues. This is a breaking change\
11+ \ or `partial` status, and the query execution continues. This is a breaking change\
1212 \ from previous versions, where `skip_unavailable` only applied to errors related\
13- \ to cluster being unavailable."
13+ \ to a cluster being unavailable."
1414 impact : " The errors on remote clusters, e.g. missing indices, will not lead to a\
15- \ failure of the query. Instead, the cluster is set to `skipped` or `partial status\
15+ \ failure of the query. Instead, the cluster is set to `skipped` or `partial` status\
1616 \ in the response metadata."
1717 notable : false
You can’t perform that action at this time.
0 commit comments