Skip to content

Commit c86e447

Browse files
committed
Document #73456 as a known issue (#73471)
Adds docs to the release notes for 7.9.0-7.13.0 recording #73456 as a known issue.
1 parent 4c0b2d3 commit c86e447

File tree

5 files changed

+146
-0
lines changed

5 files changed

+146
-0
lines changed

docs/reference/release-notes/7.10.asciidoc

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ All versions of {es} between 7.7.0 and 7.10.1 are affected by this flaw.
1515
You must upgrade to {es} version 7.10.2 to obtain the fix.
1616
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22132[CVE-2021-22132]
1717

18+
[[known-issues-7.10.2]]
19+
[discrete]
20+
=== Known issues
21+
22+
* Snapshot and restore: If an index is deleted while the cluster is
23+
concurrently taking more than one snapshot then there is a risk that one of the
24+
snapshots may never complete and also that some shard data may be lost from the
25+
repository, causing future restore operations to fail. To mitigate this
26+
problem, prevent concurrent snapshot operations by setting
27+
`snapshot.max_concurrent_operations: 1`.
28+
+
29+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
30+
{es-issue}73456[#73456].
31+
1832
[[bug-7.10.2]]
1933
[float]
2034
=== Bug fixes
@@ -91,6 +105,16 @@ Also see <<breaking-changes-7.10,Breaking changes in 7.10>>.
91105
** With nested `inner_hits`, the fast vector highlighter may load snippets from the wrong document. ({es-issue}65533[#65533])
92106
** When _source is disabled, we can fail load nested `inner_hits` and `top_hits`. ({es-issue}66572[#66572])
93107

108+
* Snapshot and restore: If an index is deleted while the cluster is
109+
concurrently taking more than one snapshot then there is a risk that one of the
110+
snapshots may never complete and also that some shard data may be lost from the
111+
repository, causing future restore operations to fail. To mitigate this
112+
problem, prevent concurrent snapshot operations by setting
113+
`snapshot.max_concurrent_operations: 1`.
114+
+
115+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
116+
{es-issue}73456[#73456].
117+
94118
[[bug-7.10.1]]
95119
[float]
96120
=== Bug fixes
@@ -187,6 +211,16 @@ see {es-issue}65488[#65488].
187211
** With nested `inner_hits`, the fast vector highlighter may load snippets from the wrong document. ({es-issue}65533[#65533])
188212
** When _source is disabled, we can fail load nested `inner_hits` and `top_hits`. ({es-issue}66572[#66572])
189213

214+
* Snapshot and restore: If an index is deleted while the cluster is
215+
concurrently taking more than one snapshot then there is a risk that one of the
216+
snapshots may never complete and also that some shard data may be lost from the
217+
repository, causing future restore operations to fail. To mitigate this
218+
problem, prevent concurrent snapshot operations by setting
219+
`snapshot.max_concurrent_operations: 1`.
220+
+
221+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
222+
{es-issue}73456[#73456].
223+
190224
[[breaking-7.10.0]]
191225
[float]
192226
=== Breaking changes

docs/reference/release-notes/7.11.asciidoc

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33

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

6+
[[known-issues-7.11.2]]
7+
[discrete]
8+
=== Known issues
9+
10+
* Snapshot and restore: If an index is deleted while the cluster is
11+
concurrently taking more than one snapshot then there is a risk that one of the
12+
snapshots may never complete and also that some shard data may be lost from the
13+
repository, causing future restore operations to fail. To mitigate this
14+
problem, prevent concurrent snapshot operations by setting
15+
`snapshot.max_concurrent_operations: 1`.
16+
+
17+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
18+
{es-issue}73456[#73456].
19+
620
[[enhancement-7.11.2]]
721
[float]
822
=== Enhancements
@@ -59,6 +73,20 @@ Transform::
5973

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

76+
[[known-issues-7.11.1]]
77+
[discrete]
78+
=== Known issues
79+
80+
* Snapshot and restore: If an index is deleted while the cluster is
81+
concurrently taking more than one snapshot then there is a risk that one of the
82+
snapshots may never complete and also that some shard data may be lost from the
83+
repository, causing future restore operations to fail. To mitigate this
84+
problem, prevent concurrent snapshot operations by setting
85+
`snapshot.max_concurrent_operations: 1`.
86+
+
87+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
88+
{es-issue}73456[#73456].
89+
6290
[[enhancement-7.11.1]]
6391
[float]
6492
=== Enhancements
@@ -162,6 +190,16 @@ Also see <<breaking-changes-7.11,Breaking changes in 7.11>>.
162190
sizes may increase much higher than required. Elasticsearch 7.13.0 contains a fix for this.
163191
For more details, see {es-issue}72509[#72509]
164192

193+
* Snapshot and restore: If an index is deleted while the cluster is
194+
concurrently taking more than one snapshot then there is a risk that one of the
195+
snapshots may never complete and also that some shard data may be lost from the
196+
repository, causing future restore operations to fail. To mitigate this
197+
problem, prevent concurrent snapshot operations by setting
198+
`snapshot.max_concurrent_operations: 1`.
199+
+
200+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
201+
{es-issue}73456[#73456].
202+
165203
[discrete]
166204
[[fips-140-2-compliance-7.11.0]]
167205
=== FIPS 140-2 compliance

docs/reference/release-notes/7.12.asciidoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33

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

6+
[[known-issues-7.12.1]]
7+
[discrete]
8+
=== Known issues
9+
10+
* Snapshot and restore: If an index is deleted while the cluster is
11+
concurrently taking more than one snapshot then there is a risk that one of the
12+
snapshots may never complete and also that some shard data may be lost from the
13+
repository, causing future restore operations to fail. To mitigate this
14+
problem, prevent concurrent snapshot operations by setting
15+
`snapshot.max_concurrent_operations: 1`.
16+
+
17+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
18+
{es-issue}73456[#73456].
19+
620
[[enhancement-7.12.1]]
721
[float]
822
=== Enhancements
@@ -134,6 +148,16 @@ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22137[CVE-2021-22137]
134148
sizes may increase much higher than required. Elasticsearch 7.13.0 contains a fix for this.
135149
For more details, see {es-issue}72509[#72509]
136150

151+
* Snapshot and restore: If an index is deleted while the cluster is
152+
concurrently taking more than one snapshot then there is a risk that one of the
153+
snapshots may never complete and also that some shard data may be lost from the
154+
repository, causing future restore operations to fail. To mitigate this
155+
problem, prevent concurrent snapshot operations by setting
156+
`snapshot.max_concurrent_operations: 1`.
157+
+
158+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
159+
{es-issue}73456[#73456].
160+
137161
[[breaking-7.12.0]]
138162
[float]
139163
=== Breaking changes

docs/reference/release-notes/7.13.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ maximum value of `512`. This allows autoscaling to run reliably as it relies on
1313
assigning jobs only via memory. Having `xpack.ml.max_open_jobs` as a small
1414
number may cause autoscaling to behave unexpectedly.
1515

16+
* Snapshot and restore: If an index is deleted while the cluster is
17+
concurrently taking more than one snapshot then there is a risk that one of the
18+
snapshots may never complete and also that some shard data may be lost from the
19+
repository, causing future restore operations to fail. To mitigate this
20+
problem, prevent concurrent snapshot operations by setting
21+
`snapshot.max_concurrent_operations: 1`.
22+
+
23+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
24+
{es-issue}73456[#73456].
25+
1626
[[deprecation-7.13.0]]
1727
[float]
1828
=== Deprecations

docs/reference/release-notes/7.9.asciidoc

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ with a `NOT IN` operator.
1616
We have fixed this issue in {es} 7.10.1 and later versions. For more details,
1717
see {es-issue}65488[#65488].
1818

19+
* Snapshot and restore: If an index is deleted while the cluster is
20+
concurrently taking more than one snapshot then there is a risk that one of the
21+
snapshots may never complete and also that some shard data may be lost from the
22+
repository, causing future restore operations to fail. To mitigate this
23+
problem, prevent concurrent snapshot operations by setting
24+
`snapshot.max_concurrent_operations: 1`.
25+
+
26+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
27+
{es-issue}73456[#73456].
28+
1929
[[bug-7.9.3]]
2030
[float]
2131
=== Bug fixes
@@ -94,6 +104,16 @@ with a `NOT IN` operator.
94104
We have fixed this issue in {es} 7.10.1 and later versions. For more details,
95105
see {es-issue}65488[#65488].
96106

107+
* Snapshot and restore: If an index is deleted while the cluster is
108+
concurrently taking more than one snapshot then there is a risk that one of the
109+
snapshots may never complete and also that some shard data may be lost from the
110+
repository, causing future restore operations to fail. To mitigate this
111+
problem, prevent concurrent snapshot operations by setting
112+
`snapshot.max_concurrent_operations: 1`.
113+
+
114+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
115+
{es-issue}73456[#73456].
116+
97117
[[deprecation-7.9.2]]
98118
[float]
99119
=== Deprecations
@@ -203,6 +223,16 @@ with a `NOT IN` operator.
203223
We have fixed this issue in {es} 7.10.1 and later versions. For more details,
204224
see {es-issue}65488[#65488].
205225

226+
* Snapshot and restore: If an index is deleted while the cluster is
227+
concurrently taking more than one snapshot then there is a risk that one of the
228+
snapshots may never complete and also that some shard data may be lost from the
229+
repository, causing future restore operations to fail. To mitigate this
230+
problem, prevent concurrent snapshot operations by setting
231+
`snapshot.max_concurrent_operations: 1`.
232+
+
233+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
234+
{es-issue}73456[#73456].
235+
206236
[[feature-7.9.1]]
207237
[float]
208238
=== New features
@@ -360,6 +390,16 @@ with a `NOT IN` operator.
360390
We have fixed this issue in {es} 7.10.1 and later versions. For more details,
361391
see {es-issue}65488[#65488].
362392

393+
* Snapshot and restore: If an index is deleted while the cluster is
394+
concurrently taking more than one snapshot then there is a risk that one of the
395+
snapshots may never complete and also that some shard data may be lost from the
396+
repository, causing future restore operations to fail. To mitigate this
397+
problem, prevent concurrent snapshot operations by setting
398+
`snapshot.max_concurrent_operations: 1`.
399+
+
400+
This issue is fixed in {es} versions 7.13.1 and later. For more details, see
401+
{es-issue}73456[#73456].
402+
363403
[[breaking-7.9.0]]
364404
[discrete]
365405
=== Breaking changes

0 commit comments

Comments
 (0)