File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
docs/reference/release-notes Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments