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