Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/reference/release-notes/7.14.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@

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

[[known-issues-7.14.2]]
[discrete]
=== Known issues
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should include in the text that the issue exists since 7.14.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep thx!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not find this in the text, only in the anchor above. I think we should simply call it out in the text below.


// tag::ccs-agg-mem-known-issue[]
* Aggregations: In {es} 7.14.0–7.15.0, when a {ccs} ({ccs-init}) request is proxied, the memory for the aggregations on the
proxy node will not be freed. The trigger is {ccs} using aggregations where minimize
roundtrips is not effective (for example, when minimize roundtrips is explicitly disabled, or implicitly disabled
when using scroll, async and point-in-time searches).
+
This affects {kib} {ccs-init} aggregations because {kib}
uses async search by default. This issue can also happen in all modes of remote connections
configured for {ccs} (sniff and proxy). In sniff mode, we only connect to a subset of the
remote nodes (by default 3). So if the remote node we want to send a request to is not one of those 3,
we must send the request as a proxy request. The workaround is to periodically restart nodes with heap pressure.
+
We have fixed this issue in {es} 7.15.1 and later versions. For more details,
see {es-pull}78404[#78404].
// end::ccs-agg-mem-known-issue[]

[[enhancement-7.14.2]]
[float]
=== Enhancements
Expand Down Expand Up @@ -34,6 +54,12 @@ Snapshot/Restore::

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

[[known-issues-7.14.1]]
[discrete]
=== Known issues

include::7.14.asciidoc[tag=ccs-agg-mem-known-issue]

[[enhancement-7.14.1]]
[float]
=== Enhancements
Expand Down Expand Up @@ -129,6 +155,12 @@ Packaging::

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

[[known-issues-7.14.0]]
[discrete]
=== Known issues

include::7.14.asciidoc[tag=ccs-agg-mem-known-issue]

[[breaking-7.14.0]]
[float]
=== Breaking changes
Expand Down