Skip to content

Commit 44b8450

Browse files
authored
Add known issue docs for #79371 (#79473)
This commit adds the bug #79371 as a known issue in documentation from 7.12.0 to 7.15.1.
1 parent d41e1a8 commit 44b8450

File tree

4 files changed

+50
-11
lines changed

4 files changed

+50
-11
lines changed

docs/reference/release-notes/7.12.asciidoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Also see <<breaking-changes-7.12,Breaking changes in 7.12>>.
77
[discrete]
88
=== Known issues
99

10+
include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
11+
1012
* Snapshot and restore: If an index is deleted while the cluster is
1113
concurrently taking more than one snapshot then there is a risk that one of the
1214
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]
139141
[discrete]
140142
=== Known issues
141143

144+
// tag::frozen-tier-79371-known-issue[]
145+
* Frozen tier: (Windows only) The frozen data tier relies on multiple caching mechanisms
146+
to speed up access to searchable snapshot files. One of these caches uses
147+
https://en.wikipedia.org/wiki/Sparse_file[sparse files] to avoid creating large
148+
files on disk when it is not strictly required. A bug prevented files from being
149+
created with the right options to enable sparse support on Windows, leading {es} to
150+
create potentially large files that can end up consuming all the disk space.
151+
+
152+
This issue is fixed in {es} versions 7.15.2 and later. There is no known workaround
153+
for earlier versions. Filesystems that enable sparse files by default are not affected.
154+
For more details, see {es-issue}79371[#79371].
155+
// end::frozen-tier-79371-known-issue[]
156+
142157
* If autoscaling is enabled for machine learning, the administrator of the cluster
143158
should increase the cluster setting `xpack.ml.max_open_jobs`. This allows autoscaling
144159
to run reliably as it relies on assigning jobs only via memory. Having

docs/reference/release-notes/7.13.asciidoc

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-22145[CVE-2021-22145]
2020
[discrete]
2121
=== Known issues
2222

23+
include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
24+
2325
include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue]
2426

2527
[[bug-7.13.4]]
@@ -41,18 +43,20 @@ Also see <<breaking-changes-7.13,Breaking changes in 7.13>>.
4143
[[security-updates-7.13.3]]
4244
=== Security updates
4345

44-
* An uncontrolled recursion vulnerability that could lead to a
45-
denial of service attack was identified in the {es} Grok parser.
46-
A user with the ability to submit arbitrary queries to {es} could create
46+
* An uncontrolled recursion vulnerability that could lead to a
47+
denial of service attack was identified in the {es} Grok parser.
48+
A user with the ability to submit arbitrary queries to {es} could create
4749
a malicious Grok query that will crash the {es} node.
48-
All versions of {es} prior to 7.13.3 are affected by this flaw.
49-
You must upgrade to {es} version 7.13.3 to obtain the fix.
50+
All versions of {es} prior to 7.13.3 are affected by this flaw.
51+
You must upgrade to {es} version 7.13.3 to obtain the fix.
5052
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22144[CVE-2021-22144]
5153

5254
[[known-issues-7.13.3]]
5355
[discrete]
5456
=== Known issues
5557

58+
include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
59+
5660
include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue]
5761

5862
[[bug-7.13.3]]
@@ -106,6 +110,8 @@ Also see <<breaking-changes-7.13,Breaking changes in 7.13>>.
106110
[discrete]
107111
=== Known issues
108112

113+
include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
114+
109115
include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue]
110116

111117
[[bug-7.13.2]]
@@ -146,6 +152,8 @@ Also see <<breaking-changes-7.13,Breaking changes in 7.13>>.
146152
[discrete]
147153
=== Known issues
148154

155+
include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
156+
149157
// tag::snapshot-repo-corruption-75598-known-issue[]
150158
* Snapshot and restore: If a running snapshot is cancelled while a
151159
previously-started snapshot is still ongoing and a later snapshot is enqueued
@@ -204,6 +212,8 @@ Also see <<breaking-changes-7.13,Breaking changes in 7.13>>.
204212
[discrete]
205213
=== Known issues
206214

215+
include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
216+
207217
* If autoscaling is enabled for machine learning, the administrator of the
208218
cluster should increase the cluster setting `xpack.ml.max_open_jobs` to the
209219
maximum value of `512`. This allows autoscaling to run reliably as it relies on

docs/reference/release-notes/7.14.asciidoc

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ Also see <<breaking-changes-7.14,Breaking changes in 7.14>>.
77
[discrete]
88
=== Known issues
99

10+
include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
11+
1012
// tag::ccs-agg-mem-known-issue[]
1113
* 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+
proxy node will not be freed. The trigger is {ccs} using aggregations where minimize
15+
roundtrips is not effective (for example, when minimize roundtrips is explicitly disabled, or implicitly disabled
1416
when using scroll, async and point-in-time searches).
1517
+
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,
18+
This affects {kib} {ccs-init} aggregations because {kib}
19+
uses async search by default. This issue can also happen in all modes of remote connections
20+
configured for {ccs} (sniff and proxy). In sniff mode, we only connect to a subset of the
21+
remote nodes (by default 3). So if the remote node we want to send a request to is not one of those 3,
2022
we must send the request as a proxy request. The workaround is to periodically restart nodes with heap pressure.
2123
+
2224
We have fixed this issue in {es} 7.15.1 and later versions. For more details,
@@ -58,6 +60,8 @@ Also see <<breaking-changes-7.14,Breaking changes in 7.14>>.
5860
[discrete]
5961
=== Known issues
6062

63+
include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
64+
6165
include::7.14.asciidoc[tag=ccs-agg-mem-known-issue]
6266

6367
[[enhancement-7.14.1]]
@@ -159,6 +163,8 @@ Also see <<breaking-changes-7.14,Breaking changes in 7.14>>.
159163
[discrete]
160164
=== Known issues
161165

166+
include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
167+
162168
include::7.14.asciidoc[tag=ccs-agg-mem-known-issue]
163169

164170
include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue]

docs/reference/release-notes/7.15.asciidoc

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

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

6+
[[known-issues-7.15.1]]
7+
[discrete]
8+
=== Known issues
9+
10+
include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
11+
612
[[enhancement-7.15.1]]
713
[float]
814
=== Enhancements
@@ -91,6 +97,8 @@ Also see <<breaking-changes-7.15,Breaking changes in 7.15>>.
9197
[discrete]
9298
=== Known issues
9399

100+
include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
101+
94102
include::7.14.asciidoc[tag=ccs-agg-mem-known-issue]
95103

96104
[[breaking-7.15.0]]

0 commit comments

Comments
 (0)