@@ -7,6 +7,8 @@ Also see <<breaking-changes-7.12,Breaking changes in 7.12>>.
7
7
[discrete]
8
8
=== Known issues
9
9
10
+ include::7.12.asciidoc[tag=frozen-tier-79371-known-issue]
11
+
10
12
* Snapshot and restore: If an index is deleted while the cluster is
11
13
concurrently taking more than one snapshot then there is a risk that one of the
12
14
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]
139
141
[discrete]
140
142
=== Known issues
141
143
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
+
142
157
* If autoscaling is enabled for machine learning, the administrator of the cluster
143
158
should increase the cluster setting `xpack.ml.max_open_jobs`. This allows autoscaling
144
159
to run reliably as it relies on assigning jobs only via memory. Having
0 commit comments