mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
30 lines
757 B
Text
30 lines
757 B
Text
[[release-notes-8.10.1]]
|
|
== {es} version 8.10.1
|
|
|
|
Also see <<breaking-changes-8.10,Breaking changes in 8.10>>.
|
|
|
|
[[known-issues-8.10.1]]
|
|
[float]
|
|
=== Known issues
|
|
|
|
include::8.10.0.asciidoc[tag=repositorydata-format-change]
|
|
|
|
include::8.7.1.asciidoc[tag=no-preventive-gc-issue]
|
|
|
|
[[bug-8.10.1]]
|
|
[float]
|
|
=== Bug fixes
|
|
|
|
Aggregations::
|
|
* Use long in Centroid count {es-pull}99491[#99491] (issue: {es-issue}80153[#80153])
|
|
|
|
Infra/Core::
|
|
* Fix deadlock between Cache.put and Cache.invalidateAll {es-pull}99480[#99480] (issue: {es-issue}99326[#99326])
|
|
|
|
Infra/Node Lifecycle::
|
|
* Fork computation in `TransportGetShutdownStatusAction` {es-pull}99490[#99490] (issue: {es-issue}99487[#99487])
|
|
|
|
Search::
|
|
* Fix PIT when resolving with deleted indices {es-pull}99281[#99281]
|
|
|
|
|