File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
docs/reference/release-notes Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,14 @@ To work around this issue, you have a number of options:
4444<<esql-kibana-enable,disable ES|QL queries in {kib}>>
4545** Change the default data view in Discover to a smaller set of indices and/or one with fewer mapping conflicts.
4646
47+ * Synthetic source bug. Synthetic source may fail generating the _source at runtime, causing failures in get APIs or
48+ partial failures in the search APIs. The result is that for the affected documents the _source can't be retrieved.
49+ There is no workaround and the only option to is to upgrade to 8.15.2 when released.
50+ +
51+ If you use synthetic source then you may be affected by this bug if the following is true:
52+ ** If you have more fields then the `index.mapping.total_fields.limit` setting allows.
53+ ** If you use dynamic mappings and the `index.mapping.total_fields.ignore_dynamic_beyond_limit` setting is enabled.
54+
4755[[breaking-8.15.0]]
4856[float]
4957=== Breaking changes
Original file line number Diff line number Diff line change @@ -24,13 +24,20 @@ To work around this issue, you have a number of options:
2424<<esql-kibana-enable,disable ES|QL queries in {kib}>>
2525** Change the default data view in Discover to a smaller set of indices and/or one with fewer mapping conflicts.
2626
27- * Index Stats, Node Stats and Cluster Stats API can return a null pointer exception if an index contains a `dense_vector` field
27+ * Index Stats, Node Stats and Cluster Stats API can return a null pointer exception if an index contains a `dense_vector` field
2828but there is an index segment that does not contain any documents with a dense vector field ({es-pull}112720[#112720]). Workarounds:
2929** If the affected index already contains documents with a dense vector field, force merge the index to a single segment.
3030** If the affected index does not already contain documents with a dense vector field, index a document with a dense vector field
3131and then force merge to a single segment.
3232** If the affected index's `dense_vector` fields are unused, reindex without the `dense_vector` fields.
3333
34+ * Synthetic source bug. Synthetic source may fail generating the _source at runtime, causing failures in get APIs or
35+ partial failures in the search APIs. The result is that for the affected documents the _source can't be retrieved.
36+ There is no workaround and the only option to is to upgrade to 8.15.2 when released.
37+ +
38+ If you use synthetic source then you may be affected by this bug if the following is true:
39+ ** If you have more fields then the `index.mapping.total_fields.limit` setting allows.
40+ ** If you use dynamic mappings and the `index.mapping.total_fields.ignore_dynamic_beyond_limit` setting is enabled.
3441
3542[[bug-8.15.1]]
3643[float]
You can’t perform that action at this time.
0 commit comments