From fecc105e03c9b8ecda272ae0ba8038e526d1255a Mon Sep 17 00:00:00 2001 From: David Turner Date: Fri, 15 Oct 2021 15:40:09 +0100 Subject: [PATCH] Add known issue docs for #75598 (#79221) Adds a description of #75598, and the mitigation, to the release notes of versions 7.13.2 through 7.14.0. --- docs/reference/release-notes/7.13.asciidoc | 43 ++++++++++++++++++++++ docs/reference/release-notes/7.14.asciidoc | 2 + 2 files changed, 45 insertions(+) diff --git a/docs/reference/release-notes/7.13.asciidoc b/docs/reference/release-notes/7.13.asciidoc index 32b9f959873de..04080e68044e2 100644 --- a/docs/reference/release-notes/7.13.asciidoc +++ b/docs/reference/release-notes/7.13.asciidoc @@ -16,6 +16,12 @@ information, such as {es} documents or authentication details. All versions of this issue. You must upgrade to {es} version 7.13.4 to obtain the fix. https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-22145[CVE-2021-22145] +[[known-issues-7.13.4]] +[discrete] +=== Known issues + +include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue] + [[bug-7.13.4]] [float] === Bug fixes @@ -43,6 +49,11 @@ All versions of {es} prior to 7.13.3 are affected by this flaw. You must upgrade to {es} version 7.13.3 to obtain the fix. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22144[CVE-2021-22144] +[[known-issues-7.13.3]] +[discrete] +=== Known issues + +include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue] [[bug-7.13.3]] [float] @@ -91,6 +102,12 @@ Transform:: Also see <>. +[[known-issues-7.13.2]] +[discrete] +=== Known issues + +include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue] + [[bug-7.13.2]] [float] === Bug fixes @@ -125,6 +142,32 @@ Monitoring:: Also see <>. +[[known-issues-7.13.1]] +[discrete] +=== Known issues + +// tag::snapshot-repo-corruption-75598-known-issue[] +* Snapshot and restore: If a running snapshot is cancelled while a +previously-started snapshot is still ongoing and a later snapshot is enqueued +then there is a risk that some shard data may be lost from the repository. This +will cause future restore operations to fail. To mitigate this problem, set +`snapshot.max_concurrent_operations: 1` to prevent concurrent snapshot +operations: ++ +[source,console] +---- +PUT _cluster/settings +{ + "persistent" : { + "snapshot.max_concurrent_operations" : 1 + } +} +---- ++ +This issue is fixed in {es} versions 7.14.1 and later. For more details, see +{es-issue}75598[#75598]. +// end::snapshot-repo-corruption-75598-known-issue[] + [[bug-7.13.1]] [discrete] === Bug fixes diff --git a/docs/reference/release-notes/7.14.asciidoc b/docs/reference/release-notes/7.14.asciidoc index 684930d01febf..e6405952e0a61 100644 --- a/docs/reference/release-notes/7.14.asciidoc +++ b/docs/reference/release-notes/7.14.asciidoc @@ -161,6 +161,8 @@ Also see <>. include::7.14.asciidoc[tag=ccs-agg-mem-known-issue] +include::7.13.asciidoc[tag=snapshot-repo-corruption-75598-known-issue] + [[breaking-7.14.0]] [float] === Breaking changes