You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding #132597 as known issue for 8.19.0.
Placing it at the very bottom just to be consistent with other release notes in the 8-series (though known issues are better positioned towards the top of the release notes -- after breaking changes).
Copy file name to clipboardExpand all lines: docs/reference/release-notes/8.19.0.asciidoc
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -539,4 +539,17 @@ Snapshot/Restore::
539
539
* Upgrade AWS Java SDK to 2.31.78 {es-pull}131050[#131050]
540
540
* Upgrade AWS SDK to v1.12.746 {es-pull}122431[#122431]
541
541
542
+
[discrete]
543
+
[[known-issues-8.19.0]]
544
+
=== Known issues
545
+
546
+
* An [optimization](https://github.com/elastic/elasticsearch/pull/125403) introduced in 8.19.0 contains a [bug](https://github.com/elastic/elasticsearch/pull/132597) that causes merges to fail for shrunk TSDB and LogsDB indices.
547
+
548
+
Possible *temporary* workarounds include:
549
+
* Configure the ILM policy to not perform force merges after shrinking TSDB or LogsDB indices.
550
+
* Add `-Dorg.elasticsearch.index.codec.tsdb.es819.ES819TSDBDocValuesConsumer.enableOptimizedMerge=false` as a Java system property to all data nodes in the cluster and perform a rolling restart.
551
+
* *Important:* Remove this property when upgrading to the fixed version to re-enable merge optimization. Otherwise, merges will be slower.
0 commit comments