Skip to content

Commit e868a02

Browse files
ppf2jrodewig
andauthored
[DOCS] Add aggregations/CCS memory leak as a 7.14.x known issue (#78728)
Adds #78404 as a known issue to the 7.15.0 and 7.14.n release notes. Co-authored-by: James Rodewig <[email protected]>
1 parent 76ab5b3 commit e868a02

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/reference/release-notes/7.14.asciidoc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33

44
Also see <<breaking-changes-7.14,Breaking changes in 7.14>>.
55

6+
[[known-issues-7.14.2]]
7+
[discrete]
8+
=== Known issues
9+
10+
// tag::ccs-agg-mem-known-issue[]
11+
* Aggregations: In {es} 7.14.0–7.15.0, when a {ccs} ({ccs-init}) request is proxied, the memory for the aggregations on the
12+
proxy node will not be freed. The trigger is {ccs} using aggregations where minimize
13+
roundtrips is not effective (for example, when minimize roundtrips is explicitly disabled, or implicitly disabled
14+
when using scroll, async and point-in-time searches).
15+
+
16+
This affects {kib} {ccs-init} aggregations because {kib}
17+
uses async search by default. This issue can also happen in all modes of remote connections
18+
configured for {ccs} (sniff and proxy). In sniff mode, we only connect to a subset of the
19+
remote nodes (by default 3). So if the remote node we want to send a request to is not one of those 3,
20+
we must send the request as a proxy request. The workaround is to periodically restart nodes with heap pressure.
21+
+
22+
We have fixed this issue in {es} 7.15.1 and later versions. For more details,
23+
see {es-pull}78404[#78404].
24+
// end::ccs-agg-mem-known-issue[]
25+
626
[[enhancement-7.14.2]]
727
[float]
828
=== Enhancements
@@ -34,6 +54,12 @@ Snapshot/Restore::
3454

3555
Also see <<breaking-changes-7.14,Breaking changes in 7.14>>.
3656

57+
[[known-issues-7.14.1]]
58+
[discrete]
59+
=== Known issues
60+
61+
include::7.14.asciidoc[tag=ccs-agg-mem-known-issue]
62+
3763
[[enhancement-7.14.1]]
3864
[float]
3965
=== Enhancements
@@ -129,6 +155,12 @@ Packaging::
129155

130156
Also see <<breaking-changes-7.14,Breaking changes in 7.14>>.
131157

158+
[[known-issues-7.14.0]]
159+
[discrete]
160+
=== Known issues
161+
162+
include::7.14.asciidoc[tag=ccs-agg-mem-known-issue]
163+
132164
[[breaking-7.14.0]]
133165
[float]
134166
=== Breaking changes

0 commit comments

Comments
 (0)