File tree Expand file tree Collapse file tree
docs/reference/release-notes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,15 +142,16 @@ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22137[CVE-2021-22137]
142142=== Known issues
143143
144144// tag::frozen-tier-79371-known-issue[]
145- * Frozen Tier: The Frozen Tier relies on multiple caches mechanisms to speed up
146- access to searchable snapshots files. One of those caches extensively uses
145+ * Frozen Tier: (Windows only) The Frozen Tier relies on multiple caches mechanisms
146+ to speed up access to searchable snapshots files. One of those caches extensively uses
147147https://en.wikipedia.org/wiki/Sparse_file[sparse files] to avoid creating large
148148files on disk when it is not strictly required. A bug prevented the files to be
149- created with the right options to enable sparse support, leading {es} to create
150- regular, potentially large files that can end to consume all the disk space.
149+ created with the right options to enable sparse support on Windows , leading {es} to
150+ create regular, potentially large files that can end consuming all the disk space.
151151+
152152This issue is fixed in {es} versions 7.15.2 and later. There is no known workaround
153- for earlier versions. For more details, see {es-issue}79371[#79371].
153+ for earlier versions. Filesystems that enable sparse files by default are not affected.
154+ For more details, see {es-issue}79371[#79371].
154155// end::frozen-tier-79371-known-issue[]
155156
156157* If autoscaling is enabled for machine learning, the administrator of the cluster
You can’t perform that action at this time.
0 commit comments