File tree 2 files changed +16
-0
lines changed
docs/reference/release-notes
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,14 @@ Also see <<breaking-changes-7.0,Breaking changes in 7.0>>.
108
108
[float]
109
109
=== Known issues
110
110
111
+ * Applying deletes or updates on an index after it has been shrunk may corrupt
112
+ the index. In order to prevent this issue, it is recommended to stop shrinking
113
+ read-write indices. For read-only indices, it is recommended to force-merge
114
+ indices after shrinking, which significantly reduces the likeliness of this
115
+ corruption in the case that deletes/updates would be applied by mistake. This
116
+ bug is fixed in {es} 7.7 and later versions. More details can be found on the
117
+ https://issues.apache.org/jira/browse/LUCENE-9300[corresponding issue].
118
+
111
119
* Indices created in 6.x with <<date,`date`>> and <<date_nanos,`date_nanos`>> fields using formats
112
120
that are incompatible with java.time patterns will cause parsing errors, incorrect date calculations or wrong search results.
113
121
https://github.com/elastic/elasticsearch/pull/52555
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ Also see <<breaking-changes-7.1,Breaking changes in 7.1>>.
6
6
[float]
7
7
=== Known issues
8
8
9
+ * Applying deletes or updates on an index after it has been shrunk may corrupt
10
+ the index. In order to prevent this issue, it is recommended to stop shrinking
11
+ read-write indices. For read-only indices, it is recommended to force-merge
12
+ indices after shrinking, which significantly reduces the likeliness of this
13
+ corruption in the case that deletes/updates would be applied by mistake. This
14
+ bug is fixed in {es} 7.7 and later versions. More details can be found on the
15
+ https://issues.apache.org/jira/browse/LUCENE-9300[corresponding issue].
16
+
9
17
* Indices created in 6.x with <<date,`date`>> and <<date_nanos,`date_nanos`>> fields using formats
10
18
that are incompatible with java.time patterns will cause parsing errors, incorrect date calculations or wrong search results.
11
19
https://github.com/elastic/elasticsearch/pull/52555
You can’t perform that action at this time.
0 commit comments