elasticsearch/docs/reference/release-notes/8.13.1.asciidoc
Nik Everett 9cb5b3174e
Docs: Update known issue (#108211)
Updates the known issue for #108181 to include that this can happen
during a rolling restart.
2024-05-02 13:12:21 -04:00

39 lines
1.3 KiB
Text

[[release-notes-8.13.1]]
== {es} version 8.13.1
Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
[[bug-8.13.1]]
[float]
* Searches involving nodes upgraded to 8.13.0 and a coordinator node that is running on version
8.12 or earlier can produce duplicate buckets when running `date_histogram` or `histogram`
aggregations. This can happen during a rolling upgrade to 8.13 or while running cross-cluster
searches. (issue: {es-issue}108181[#108181]).
=== Bug fixes
Aggregations::
* Add test to exercise reduction of terms aggregation order by key {es-pull}106799[#106799]
Downsampling::
* Gate reading of optional string array for bwc {es-pull}106878[#106878]
Machine Learning::
* Fix Array out of bounds exception in the XLM Roberta tokenizer {es-pull}106655[#106655]
Search::
* Fix concurrency bug in `AbstractStringScriptFieldAutomatonQuery` {es-pull}106678[#106678] (issue: {es-issue}105911[#105911])
* Fix the background set of significant terms aggregations in case the data is in different shards than the foreground set {es-pull}106564[#106564]
Transform::
* Fail checkpoint on missing clusters {es-pull}106793[#106793] (issues: {es-issue}104533[#104533], {es-issue}106790[#106790])
[[enhancement-8.13.1]]
[float]
=== Enhancements
Transform::
* Raise loglevel of events related to transform lifecycle from DEBUG to INFO {es-pull}106602[#106602]