Skip to content

Commit 1302cc3

Browse files
authored
Doc: Clarify the impact of the aggregation leak (#80682)
* Clarifying the impact of the aggregation leak * Update 7.15.asciidoc Added transforms impact.
1 parent 58bd2bc commit 1302cc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/release-notes/7.15.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Authorization::
1717
Aggregations::
1818
* Possible source of leaked delayable writables {es-pull}80166[#80166]
1919

20+
NOTE: This issue only arises when using <<search-search-api-query-params,allow_partial_search_results=false>>
21+
(e.g. <<transform-overview,transforms>>) on a search with aggregations AND if one of the underlying
22+
shard level search requests fail. Kibana uses `allow_partial_search_results=true` (Elasticsearch default).
23+
2024
Authorization::
2125
* Marking operator user no longer depends on license state {es-pull}79595[#79595]
2226
* Preserve request headers in a mixed version cluster {es-pull}79412[#79412] (issue: {es-issue}79354[#79354])

0 commit comments

Comments
 (0)