Skip to content

Commit cf1ee44

Browse files
authored
Adding #132597 as known issue (#132684)
Adding #132597 as known issue for 8.19.1. 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).
1 parent b6e3e72 commit cf1ee44

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/reference/release-notes/8.19.1.asciidoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,18 @@ This caused unintended timeouts or cancellations during subsequent phases under
145145
Engine::
146146
* Available disk space is now recorded when merge tasks are scheduled, helping to diagnose issues caused by running merges despite low disk space on nodes. This information appears in heap dumps and can inform adjustments to `indices.merge.disk.watermark.high` or inspire future enhancements such as aborting already running merges. {es-pull}131711[#131711]
147147

148-
148+
[discrete]
149+
[[known-issues-8.19.1]]
150+
=== Known issues
151+
152+
* 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.
153+
154+
Possible *temporary* workarounds include:
155+
* Configure the ILM policy to not perform force merges after shrinking TSDB or LogsDB indices.
156+
* 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.
157+
* *Important:* Remove this property when upgrading to the fixed version to re-enable merge optimization. Otherwise, merges will be slower.
158+
159+
The bug is addressed in version 8.19.2.
149160

150161

151162

0 commit comments

Comments
 (0)