mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
[[release-notes-8.14.3]]
|
|
== {es} version 8.14.3
|
|
|
|
Also see <<breaking-changes-8.14,Breaking changes in 8.14>>.
|
|
|
|
[[known-issues-8.14.3]]
|
|
[float]
|
|
=== Known issues
|
|
* When upgrading clusters from version 8.11.4 or earlier, if your cluster contains non-master-eligible nodes,
|
|
information about the new functionality of these upgraded nodes may not be registered properly with the master node.
|
|
This can lead to some new functionality added since 8.12.0 not being accessible on the upgraded cluster.
|
|
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
|
|
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
|
|
are upgraded. This issue is fixed in 8.15.0.
|
|
|
|
[[bug-8.14.3]]
|
|
[float]
|
|
=== Bug fixes
|
|
|
|
Cluster Coordination::
|
|
* Ensure tasks preserve versions in `MasterService` {es-pull}109850[#109850]
|
|
|
|
ES|QL::
|
|
* Introduce compute listener {es-pull}110400[#110400]
|
|
|
|
Mapping::
|
|
* Automatically adjust `ignore_malformed` only for the @timestamp {es-pull}109948[#109948]
|
|
|
|
TSDB::
|
|
* Disallow index.time_series.end_time setting from being set or updated in normal indices {es-pull}110268[#110268] (issue: {es-issue}110265[#110265])
|
|
|
|
|