Skip to content

Commit 973324f

Browse files
authored
Adding #132597 as known issue
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).
1 parent b65feee commit 973324f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/reference/release-notes/8.19.0.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,4 +539,17 @@ Snapshot/Restore::
539539
* Upgrade AWS Java SDK to 2.31.78 {es-pull}131050[#131050]
540540
* Upgrade AWS SDK to v1.12.746 {es-pull}122431[#122431]
541541

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.
552+
553+
The bug is addressed in version 8.19.2.
554+
542555

0 commit comments

Comments
 (0)