|
3 | 3 |
|
4 | 4 | Also see <<breaking-changes-7.14,Breaking changes in 7.14>>.
|
5 | 5 |
|
| 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 | + |
6 | 26 | [[enhancement-7.14.2]]
|
7 | 27 | [float]
|
8 | 28 | === Enhancements
|
@@ -34,6 +54,12 @@ Snapshot/Restore::
|
34 | 54 |
|
35 | 55 | Also see <<breaking-changes-7.14,Breaking changes in 7.14>>.
|
36 | 56 |
|
| 57 | +[[known-issues-7.14.1]] |
| 58 | +[discrete] |
| 59 | +=== Known issues |
| 60 | + |
| 61 | +include::7.14.asciidoc[tag=ccs-agg-mem-known-issue] |
| 62 | + |
37 | 63 | [[enhancement-7.14.1]]
|
38 | 64 | [float]
|
39 | 65 | === Enhancements
|
@@ -129,6 +155,12 @@ Packaging::
|
129 | 155 |
|
130 | 156 | Also see <<breaking-changes-7.14,Breaking changes in 7.14>>.
|
131 | 157 |
|
| 158 | +[[known-issues-7.14.0]] |
| 159 | +[discrete] |
| 160 | +=== Known issues |
| 161 | + |
| 162 | +include::7.14.asciidoc[tag=ccs-agg-mem-known-issue] |
| 163 | + |
132 | 164 | [[breaking-7.14.0]]
|
133 | 165 | [float]
|
134 | 166 | === Breaking changes
|
|
0 commit comments