mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
indicating fix for 8.12.1 for int8_hnsw (#104912)
This commit is contained in:
parent
dbefb32bd7
commit
332dd8c751
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ Also see <<breaking-changes-8.12,Breaking changes in 8.12>>.
|
||||||
When using `int8_hnsw` and the default `confidence_interval` (or any `confidence_interval` less than `1.0`) and when
|
When using `int8_hnsw` and the default `confidence_interval` (or any `confidence_interval` less than `1.0`) and when
|
||||||
there are deleted documents in the segments, quantiles may fail to build and prevent merging.
|
there are deleted documents in the segments, quantiles may fail to build and prevent merging.
|
||||||
|
|
||||||
|
This issue is fixed in 8.12.1.
|
||||||
|
|
||||||
[[breaking-8.12.0]]
|
[[breaking-8.12.0]]
|
||||||
[float]
|
[float]
|
||||||
=== Breaking changes
|
=== Breaking changes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue