File tree 7 files changed +56
-0
lines changed
docs/reference/release-notes 7 files changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ Also see <<breaking-changes-7.0,Breaking changes in 7.0>>.
9
9
[float]
10
10
=== Known issues
11
11
12
+ * Applying deletes or updates on an index after it has been shrunk may corrupt
13
+ the index. In order to prevent this issue, it is recommended to stop shrinking
14
+ read-write indices. For read-only indices, it is recommended to force-merge
15
+ indices after shrinking, which significantly reduces the likeliness of this
16
+ corruption in the case that deletes/updates would be applied by mistake. This
17
+ bug is fixed in {es} 7.7 and later versions. More details can be found on the
18
+ https://issues.apache.org/jira/browse/LUCENE-9300[corresponding issue].
19
+
12
20
* Indices created in 6.x with <<date,`date`>> and <<date_nanos,`date_nanos`>> fields using formats
13
21
that are incompatible with java.time patterns will cause parsing errors, incorrect date calculations or wrong search results.
14
22
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
Original file line number Diff line number Diff line change @@ -88,6 +88,14 @@ Also see <<breaking-changes-7.2,Breaking changes in 7.2>>.
88
88
[float]
89
89
=== Known issues
90
90
91
+ * Applying deletes or updates on an index after it has been shrunk may corrupt
92
+ the index. In order to prevent this issue, it is recommended to stop shrinking
93
+ read-write indices. For read-only indices, it is recommended to force-merge
94
+ indices after shrinking, which significantly reduces the likeliness of this
95
+ corruption in the case that deletes/updates would be applied by mistake. This
96
+ bug is fixed in {es} 7.7 and later versions. More details can be found on the
97
+ https://issues.apache.org/jira/browse/LUCENE-9300[corresponding issue].
98
+
91
99
* Indices created in 6.x with <<date,`date`>> and <<date_nanos,`date_nanos`>> fields using formats
92
100
that are incompatible with java.time patterns will cause parsing errors, incorrect date calculations or wrong search results.
93
101
https://github.com/elastic/elasticsearch/pull/52555
Original file line number Diff line number Diff line change @@ -142,6 +142,14 @@ Also see <<breaking-changes-7.3,Breaking changes in 7.3>>.
142
142
[float]
143
143
=== Known issues
144
144
145
+ * Applying deletes or updates on an index after it has been shrunk may corrupt
146
+ the index. In order to prevent this issue, it is recommended to stop shrinking
147
+ read-write indices. For read-only indices, it is recommended to force-merge
148
+ indices after shrinking, which significantly reduces the likeliness of this
149
+ corruption in the case that deletes/updates would be applied by mistake. This
150
+ bug is fixed in {es} 7.7 and later versions. More details can be found on the
151
+ https://issues.apache.org/jira/browse/LUCENE-9300[corresponding issue].
152
+
145
153
* Indices created in 6.x with <<date,`date`>> and <<date_nanos,`date_nanos`>> fields using formats
146
154
that are incompatible with java.time patterns will cause parsing errors, incorrect date calculations or wrong search results.
147
155
https://github.com/elastic/elasticsearch/pull/52555
Original file line number Diff line number Diff line change @@ -112,6 +112,14 @@ Also see <<breaking-changes-7.4,Breaking changes in 7.4>>.
112
112
[float]
113
113
=== Known issues
114
114
115
+ * Applying deletes or updates on an index after it has been shrunk may corrupt
116
+ the index. In order to prevent this issue, it is recommended to stop shrinking
117
+ read-write indices. For read-only indices, it is recommended to force-merge
118
+ indices after shrinking, which significantly reduces the likeliness of this
119
+ corruption in the case that deletes/updates would be applied by mistake. This
120
+ bug is fixed in {es} 7.7 and later versions. More details can be found on the
121
+ https://issues.apache.org/jira/browse/LUCENE-9300[corresponding issue].
122
+
115
123
* Activating the <<search-slow-log, search slow log>> should be avoided in this version.
116
124
Any attempt to log a slow search can throw an AIOOBE due to a bug that
117
125
performs concurrent modifications on a shared byte array.
Original file line number Diff line number Diff line change @@ -94,6 +94,14 @@ Also see <<breaking-changes-7.5,Breaking changes in 7.5>>.
94
94
[float]
95
95
=== Known issues
96
96
97
+ * Applying deletes or updates on an index after it has been shrunk may corrupt
98
+ the index. In order to prevent this issue, it is recommended to stop shrinking
99
+ read-write indices. For read-only indices, it is recommended to force-merge
100
+ indices after shrinking, which significantly reduces the likeliness of this
101
+ corruption in the case that deletes/updates would be applied by mistake. This
102
+ bug is fixed in {es} 7.7 and later versions. More details can be found on the
103
+ https://issues.apache.org/jira/browse/LUCENE-9300[corresponding issue].
104
+
97
105
* Stop all {transforms} during a rolling upgrade to 7.5.
98
106
If a {transform} is running during upgrade, the {transform} audit index might disappear.
99
107
(issue: {issue}/49730[#49730])
Original file line number Diff line number Diff line change @@ -155,6 +155,14 @@ Also see <<breaking-changes-7.6,Breaking changes in 7.6>>.
155
155
[float]
156
156
=== Known issues
157
157
158
+ * Applying deletes or updates on an index after it has been shrunk may corrupt
159
+ the index. In order to prevent this issue, it is recommended to stop shrinking
160
+ read-write indices. For read-only indices, it is recommended to force-merge
161
+ indices after shrinking, which significantly reduces the likeliness of this
162
+ corruption in the case that deletes/updates would be applied by mistake. This
163
+ bug is fixed in {es} 7.7 and later versions. More details can be found on the
164
+ https://issues.apache.org/jira/browse/LUCENE-9300[corresponding issue].
165
+
158
166
* Indices created in 6.x with <<date,`date`>> and <<date_nanos,`date_nanos`>> fields using formats
159
167
that are incompatible with java.time patterns will cause parsing errors, incorrect date calculations or wrong search results.
160
168
https://github.com/elastic/elasticsearch/pull/52555
You can’t perform that action at this time.
0 commit comments