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

Document #73456 as a known issue #73471

Merged
merged 2 commits into from
May 27, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/reference/release-notes/7.10.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ All versions of {es} between 7.7.0 and 7.10.1 are affected by this flaw.
You must upgrade to {es} version 7.10.2 to obtain the fix.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22132[CVE-2021-22132]

[[known-issues-7.10.2]]
[discrete]
=== Known issues

* 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
repository, causing future restore operations to fail. To mitigate this
problem, prevent concurrent snapshot operations by setting
`snapshot.max_concurrent_operations: 1`.
+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
{es-issue}73456[#73456].

[[bug-7.10.2]]
[float]
=== Bug fixes
Expand Down
14 changes: 14 additions & 0 deletions docs/reference/release-notes/7.11.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@

Also see <<breaking-changes-7.11,Breaking changes in 7.11>>.

[[known-issues-7.11.2]]
[discrete]
=== Known issues

* 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
repository, causing future restore operations to fail. To mitigate this
problem, prevent concurrent snapshot operations by setting
`snapshot.max_concurrent_operations: 1`.
+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
{es-issue}73456[#73456].

[[enhancement-7.11.2]]
[float]
=== Enhancements
Expand Down
14 changes: 14 additions & 0 deletions docs/reference/release-notes/7.12.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@

Also see <<breaking-changes-7.12,Breaking changes in 7.12>>.

[[known-issues-7.12.1]]
[discrete]
=== Known issues

* 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
repository, causing future restore operations to fail. To mitigate this
problem, prevent concurrent snapshot operations by setting
`snapshot.max_concurrent_operations: 1`.
+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
{es-issue}73456[#73456].

[[enhancement-7.12.1]]
[float]
=== Enhancements
Expand Down
10 changes: 10 additions & 0 deletions docs/reference/release-notes/7.9.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ with a `NOT IN` operator.
We have fixed this issue in {es} 7.10.1 and later versions. For more details,
see {es-issue}65488[#65488].

* 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
repository, causing future restore operations to fail. To mitigate this
problem, prevent concurrent snapshot operations by setting
`snapshot.max_concurrent_operations: 1`.
+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
{es-issue}73456[#73456].

[[bug-7.9.3]]
[float]
=== Bug fixes
Expand Down