Skip to content

Commit ab39534

Browse files
authored
Update 8.15.1.asciidoc (#113221) (#113239)
1 parent a2490a4 commit ab39534

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/reference/release-notes/8.15.1.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ To work around this issue, you have a number of options:
2323
<<esql-kibana-enable,disable ES|QL queries in {kib}>>
2424
** Change the default data view in Discover to a smaller set of indices and/or one with fewer mapping conflicts.
2525

26+
* Index Stats, Node Stats and Cluster Stats API can return a null pointer exception if an index contains a `dense_vector` field
27+
but there is an index segment that does not contain any documents with a dense vector field ({es-pull}112720[#112720]). Workarounds:
28+
** If the affected index already contains documents with a dense vector field, force merge the index to a single segment.
29+
** If the affected index does not already contain documents with a dense vector field, index a document with a dense vector field
30+
and then force merge to a single segment.
31+
** If the affected index's `dense_vector` fields are unused, reindex without the `dense_vector` fields.
32+
33+
2634
[[bug-8.15.1]]
2735
[float]
2836
=== Bug fixes

0 commit comments

Comments
 (0)