From c0e1ddace4045c0fa82d8e9cad2d7343c0d905a4 Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Tue, 19 Oct 2021 17:14:58 +0200 Subject: [PATCH] Add known issue docs for #79371 (#79484) This commit adds the bug #79371 as a known issue in documentation from 7.12.0 to 7.15.1. Backport of #79473 --- docs/reference/release-notes/7.12.asciidoc | 15 +++++++++++++++ docs/reference/release-notes/7.13.asciidoc | 20 +++++++++++++++----- docs/reference/release-notes/7.14.asciidoc | 18 ++++++++++++------ docs/reference/release-notes/7.15.asciidoc | 8 ++++++++ 4 files changed, 50 insertions(+), 11 deletions(-) diff --git a/docs/reference/release-notes/7.12.asciidoc b/docs/reference/release-notes/7.12.asciidoc index 52fd5954c52e1..b4396cbb038a9 100644 --- a/docs/reference/release-notes/7.12.asciidoc +++ b/docs/reference/release-notes/7.12.asciidoc @@ -7,6 +7,8 @@ Also see <>. [discrete] === Known issues +include::7.12.asciidoc[tag=frozen-tier-79371-known-issue] + * Snapshot and restore: If an index is deleted while the cluster is concurrently taking more than one snapshot then there is a risk that one of the snapshots may never complete and also that some shard data may be lost from the @@ -139,6 +141,19 @@ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22137[CVE-2021-22137] [discrete] === Known issues +// tag::frozen-tier-79371-known-issue[] +* Frozen tier: (Windows only) The frozen data tier relies on multiple caching mechanisms +to speed up access to searchable snapshot files. One of these caches uses +https://en.wikipedia.org/wiki/Sparse_file[sparse files] to avoid creating large +files on disk when it is not strictly required. A bug prevented files from being +created with the right options to enable sparse support on Windows, leading {es} to +create potentially large files that can end up consuming all the disk space. ++ +This issue is fixed in {es} versions 7.15.2 and later. There is no known workaround +for earlier versions. Filesystems that enable sparse files by default are not affected. +For more details, see {es-issue}79371[#79371]. +// end::frozen-tier-79371-known-issue[] + * If autoscaling is enabled for machine learning, the administrator of the cluster should increase the cluster setting `xpack.ml.max_open_jobs`. This allows autoscaling to run reliably as it relies on assigning jobs only via memory. Having diff --git a/docs/reference/release-notes/7.13.asciidoc b/docs/reference/release-notes/7.13.asciidoc index 04080e68044e2..e6e5591e52b87 100644 --- a/docs/reference/release-notes/7.13.asciidoc +++ b/docs/reference/release-notes/7.13.asciidoc @@ -20,6 +20,8 @@ https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-22145[CVE-2021-22145] [discrete] === Known issues +include::7.12.asciidoc[tag=frozen-tier-79371-known-issue] + include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue] [[bug-7.13.4]] @@ -41,18 +43,20 @@ Also see <>. [[security-updates-7.13.3]] === Security updates -* An uncontrolled recursion vulnerability that could lead to a -denial of service attack was identified in the {es} Grok parser. -A user with the ability to submit arbitrary queries to {es} could create +* An uncontrolled recursion vulnerability that could lead to a +denial of service attack was identified in the {es} Grok parser. +A user with the ability to submit arbitrary queries to {es} could create a malicious Grok query that will crash the {es} node. -All versions of {es} prior to 7.13.3 are affected by this flaw. -You must upgrade to {es} version 7.13.3 to obtain the fix. +All versions of {es} prior to 7.13.3 are affected by this flaw. +You must upgrade to {es} version 7.13.3 to obtain the fix. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22144[CVE-2021-22144] [[known-issues-7.13.3]] [discrete] === Known issues +include::7.12.asciidoc[tag=frozen-tier-79371-known-issue] + include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue] [[bug-7.13.3]] @@ -106,6 +110,8 @@ Also see <>. [discrete] === Known issues +include::7.12.asciidoc[tag=frozen-tier-79371-known-issue] + include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue] [[bug-7.13.2]] @@ -146,6 +152,8 @@ Also see <>. [discrete] === Known issues +include::7.12.asciidoc[tag=frozen-tier-79371-known-issue] + // tag::snapshot-repo-corruption-75598-known-issue[] * Snapshot and restore: If a running snapshot is cancelled while a previously-started snapshot is still ongoing and a later snapshot is enqueued @@ -204,6 +212,8 @@ Also see <>. [discrete] === Known issues +include::7.12.asciidoc[tag=frozen-tier-79371-known-issue] + * If autoscaling is enabled for machine learning, the administrator of the cluster should increase the cluster setting `xpack.ml.max_open_jobs` to the maximum value of `512`. This allows autoscaling to run reliably as it relies on diff --git a/docs/reference/release-notes/7.14.asciidoc b/docs/reference/release-notes/7.14.asciidoc index e6405952e0a61..cd75d32a2717f 100644 --- a/docs/reference/release-notes/7.14.asciidoc +++ b/docs/reference/release-notes/7.14.asciidoc @@ -7,16 +7,18 @@ Also see <>. [discrete] === Known issues +include::7.12.asciidoc[tag=frozen-tier-79371-known-issue] + // 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 +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, +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, @@ -58,6 +60,8 @@ Also see <>. [discrete] === Known issues +include::7.12.asciidoc[tag=frozen-tier-79371-known-issue] + include::7.14.asciidoc[tag=ccs-agg-mem-known-issue] [[enhancement-7.14.1]] @@ -159,6 +163,8 @@ Also see <>. [discrete] === Known issues +include::7.12.asciidoc[tag=frozen-tier-79371-known-issue] + include::7.14.asciidoc[tag=ccs-agg-mem-known-issue] include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue] diff --git a/docs/reference/release-notes/7.15.asciidoc b/docs/reference/release-notes/7.15.asciidoc index 20a69d2f5dfae..8d5c3dd53c3de 100644 --- a/docs/reference/release-notes/7.15.asciidoc +++ b/docs/reference/release-notes/7.15.asciidoc @@ -3,6 +3,12 @@ Also see <>. +[[known-issues-7.15.1]] +[discrete] +=== Known issues + +include::7.12.asciidoc[tag=frozen-tier-79371-known-issue] + [[enhancement-7.15.1]] [float] === Enhancements @@ -91,6 +97,8 @@ Also see <>. [discrete] === Known issues +include::7.12.asciidoc[tag=frozen-tier-79371-known-issue] + include::7.14.asciidoc[tag=ccs-agg-mem-known-issue] [[breaking-7.15.0]]