diff --git a/docs/reference/release-notes/7.13.asciidoc b/docs/reference/release-notes/7.13.asciidoc index 32b9f959873de..98bcc04003f70 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,22 @@ 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, +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.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