Skip to content
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 4 commits into from
Oct 19, 2021
Merged

Add known issue docs for #79371 #79473

merged 4 commits into from
Oct 19, 2021

Conversation

tlrx
Copy link
Member

@tlrx tlrx commented Oct 19, 2021

This commit adds the bug #79371 as a known issue in documentation
from 7.12.0 to 7.15.1.

This commit adds the bug elastic#79371 as a known issue in documentation
from 7.12.0 to 7.15.1.
@tlrx tlrx added >docs General docs changes :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v7.12.2 v7.13.5 v7.16.0 v7.14.3 v7.15.2 labels Oct 19, 2021
@elasticmachine elasticmachine added Team:Docs Meta label for docs team Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. labels Oct 19, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-docs (Team:Docs)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

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
created with the right options to enable sparse support, leading {es} to create
regular, potentially large files that can end to consume all the disk space.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

end up consuming

@@ -139,6 +141,18 @@ 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: The Frozen Tier relies on multiple caches mechanisms to speed up
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mention that this only affects Windows?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course... What do you think of 5de3911?

@tlrx tlrx requested a review from ywelsch October 19, 2021 14:14
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
created with the right options to enable sparse support on Windows, leading {es} to
create regular, potentially large files that can end consuming all the disk space.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

end up ;)

@@ -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 caches mechanisms
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

multiple caching mechanisms

Copy link
Contributor

@jrodewig jrodewig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few minor nits. Nothing blocking however. Thanks @tlrx.

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Frozen Tier: (Windows only) The Frozen Tier relies on multiple caching mechanisms
* Frozen tier (Windows only): The frozen data tier relies on multiple caching mechanisms

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
to speed up access to searchable snapshots files. One of those caches extensively uses
to speed up access to searchable snapshot files. One of these caches uses

* 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
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
files on disk when it is not strictly required. A bug prevented the files to be
files on disk when it is not strictly required. A bug prevented files from being

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
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
create regular, potentially large files that can end up consuming all the disk space.
create potentially large files that can end up consuming all the disk space.

@tlrx tlrx merged commit 44b8450 into elastic:7.x Oct 19, 2021
@tlrx tlrx deleted the sparse-known-issue branch October 19, 2021 14:50
@tlrx
Copy link
Member Author

tlrx commented Oct 19, 2021

Thanks both!

tlrx added a commit to tlrx/elasticsearch that referenced this pull request Oct 19, 2021
This commit adds the bug elastic#79371 as a known issue in documentation
from 7.12.0 to 7.15.1.

Backport of elastic#79473
tlrx added a commit to tlrx/elasticsearch that referenced this pull request Oct 19, 2021
This commit adds the bug elastic#79371 as a known issue in documentation
from 7.12.0 to 7.15.1.

Backport of elastic#79473
elasticsearchmachine pushed a commit that referenced this pull request Oct 19, 2021
This commit adds the bug #79371 as a known issue in documentation
from 7.12.0 to 7.15.1.

Backport of #79473
tlrx added a commit to tlrx/elasticsearch that referenced this pull request Oct 19, 2021
This commit adds the bug elastic#79371 as a known issue in documentation
from 7.12.0 to 7.15.1.

Backport of elastic#79473
tlrx added a commit to tlrx/elasticsearch that referenced this pull request Oct 19, 2021
This commit adds the bug elastic#79371 as a known issue in documentation
from 7.12.0 to 7.15.1.

Backport of elastic#79473
elasticsearchmachine pushed a commit that referenced this pull request Oct 19, 2021
This commit adds the bug #79371 as a known issue in documentation
from 7.12.0 to 7.15.1.

Backport of #79473
elasticsearchmachine pushed a commit that referenced this pull request Oct 19, 2021
This commit adds the bug #79371 as a known issue in documentation
from 7.12.0 to 7.15.1.

Backport of #79473
elasticsearchmachine pushed a commit that referenced this pull request Oct 19, 2021
This commit adds the bug #79371 as a known issue in documentation
from 7.12.0 to 7.15.1.

Backport of #79473
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >docs General docs changes Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. Team:Docs Meta label for docs team v7.12.2 v7.13.5 v7.14.3 v7.15.2 v7.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants