-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add known issue docs for #79371 #79473
Merged
Merged
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -7,6 +7,8 @@ Also see <<breaking-changes-7.12,Breaking changes in 7.12>>. | |||||
[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 Tier relies on multiple caching mechanisms | ||||||
to speed up access to searchable snapshots files. One of those caches extensively uses | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
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 the files to be | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
created with the right options to enable sparse support on Windows, leading {es} to | ||||||
create regular, potentially large files that can end up consuming all the disk space. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
+ | ||||||
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 | ||||||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.