@@ -16,6 +16,16 @@ with a `NOT IN` operator.
16
16
We have fixed this issue in {es} 7.10.1 and later versions. For more details,
17
17
see {es-issue}65488[#65488].
18
18
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
+
19
29
[[bug-7.9.3]]
20
30
[float]
21
31
=== Bug fixes
@@ -94,6 +104,16 @@ with a `NOT IN` operator.
94
104
We have fixed this issue in {es} 7.10.1 and later versions. For more details,
95
105
see {es-issue}65488[#65488].
96
106
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
+
97
117
[[deprecation-7.9.2]]
98
118
[float]
99
119
=== Deprecations
@@ -203,6 +223,16 @@ with a `NOT IN` operator.
203
223
We have fixed this issue in {es} 7.10.1 and later versions. For more details,
204
224
see {es-issue}65488[#65488].
205
225
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
+
206
236
[[feature-7.9.1]]
207
237
[float]
208
238
=== New features
@@ -360,6 +390,16 @@ with a `NOT IN` operator.
360
390
We have fixed this issue in {es} 7.10.1 and later versions. For more details,
361
391
see {es-issue}65488[#65488].
362
392
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
+
363
403
[[breaking-7.9.0]]
364
404
[discrete]
365
405
=== Breaking changes
0 commit comments