mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
25 lines
641 B
Text
25 lines
641 B
Text
[[release-notes-8.6.2]]
|
|
== {es} version 8.6.2
|
|
|
|
Also see <<breaking-changes-8.6,Breaking changes in 8.6>>.
|
|
|
|
[[bug-8.6.2]]
|
|
[float]
|
|
=== Bug fixes
|
|
|
|
Allocation::
|
|
* Only simulate legal desired moves {es-pull}93635[#93635] (issue: {es-issue}93271[#93271])
|
|
|
|
Health::
|
|
* Fix the reporting of initializing shards in the Health API {es-pull}93502[#93502] (issue: {es-issue}90327[#90327])
|
|
|
|
Infra/Core::
|
|
* Don't report MIGRATION_NEEDED for 7.x indices {es-pull}93666[#93666]
|
|
|
|
Ingest Node::
|
|
* Fix geo ip database file leak when processing IP arrays {es-pull}93177[#93177]
|
|
|
|
Machine Learning::
|
|
* Use long inference timeout at ingest {es-pull}93731[#93731]
|
|
|
|
|