mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
60 lines
2.4 KiB
Text
60 lines
2.4 KiB
Text
[[release-notes-8.13.3]]
|
|
== {es} version 8.13.3
|
|
|
|
Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
|
|
|
|
[[breaking-8.13.3]]
|
|
[float]
|
|
=== Breaking changes
|
|
|
|
SQL::
|
|
* Limit how much space some string functions can use {es-pull}107333[#107333]
|
|
|
|
[[known-issues-8.13.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.
|
|
|
|
* The `pytorch_inference` process used to run Machine Learning models can consume large amounts of memory.
|
|
In environments where the available memory is limited, the OS Out of Memory Killer will kill the `pytorch_inference`
|
|
process to reclaim memory. This can cause inference requests to fail.
|
|
Elasticsearch will automatically restart the `pytorch_inference` process
|
|
after it is killed up to four times in 24 hours. (issue: {es-issue}110530[#110530])
|
|
|
|
[[bug-8.13.3]]
|
|
[float]
|
|
=== Bug fixes
|
|
|
|
Data streams::
|
|
* Avoid unintentionally clearing the `DataStream.rolloverOnWrite` flag {es-pull}107122[#107122]
|
|
|
|
ES|QL::
|
|
* ESQL: Fix bug when combining projections {es-pull}107131[#107131] (issue: {es-issue}107083[#107083])
|
|
* ESQL: Fix missing refs due to pruning renamed grouping columns {es-pull}107328[#107328] (issues: {es-issue}107083[#107083], {es-issue}107166[#107166])
|
|
|
|
Indices APIs::
|
|
* GET /_all should return hidden indices with visible aliases {es-pull}106975[#106975]
|
|
|
|
Mapping::
|
|
* Fix merging component templates with a mix of dotted and nested object mapper definitions {es-pull}106077[#106077] (issue: {es-issue}105482[#105482])
|
|
|
|
Network::
|
|
* Handle exceptions thrown by HTTP header validation {es-pull}107355[#107355] (issue: {es-issue}107338[#107338])
|
|
|
|
Percolator::
|
|
* Percolator named queries: rewrite for matched info {es-pull}107432[#107432] (issue: {es-issue}107176[#107176])
|
|
|
|
Search::
|
|
* Fix `minimized_round_trips` in lookup runtime fields {es-pull}107785[#107785]
|
|
|
|
[[enhancement-8.13.3]]
|
|
[float]
|
|
=== Enhancements
|
|
|
|
ES|QL::
|
|
* ESQL: Introduce language versioning to REST API {es-pull}106824[#106824]
|