Skip to content

Commit 88b93fc

Browse files
[Backport][8.18] ESQL: Known issue enrich missing field (elastic#126701) (elastic#126764)
* ESQL: Known issue enrich missing field (elastic#126701) * Add known issue note to 8.17.0-8.17.4 * Add known issue to 8.16.0-8.16.6 * remove coming tags from notes that hadn't been forward ported to 8.x * remove another coming tag * clarify it's esql * include pages that hadn't been forward ported --------- Co-authored-by: Liam Thompson <[email protected]> Co-authored-by: Liam Thompson <[email protected]> (cherry picked from commit f7a5205) * delete conflict markers on new files to this branch --------- Co-authored-by: Alexander Spies <[email protected]>
1 parent 7682186 commit 88b93fc

File tree

12 files changed

+85
-10
lines changed

12 files changed

+85
-10
lines changed

docs/reference/release-notes/8.16.0.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,4 +510,10 @@ Snapshot/Restore::
510510
* Upgrade Azure SDK {es-pull}111225[#111225]
511511
* Upgrade `repository-azure` dependencies {es-pull}112277[#112277]
512512

513+
[discrete]
514+
[[known-issues-8.16.0]]
515+
=== Known issues
513516

517+
{esql}::
518+
519+
* Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].

docs/reference/release-notes/8.16.1.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,10 @@ Snapshot/Restore::
4747
* Improve message about insecure S3 settings {es-pull}116915[#116915]
4848
* Split searchable snapshot into multiple repo operations {es-pull}116918[#116918]
4949

50+
[discrete]
51+
[[known-issues-8.16.1]]
52+
=== Known issues
5053

54+
{esql}::
55+
56+
* Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].

docs/reference/release-notes/8.16.2.asciidoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ Inference::
6161
* [8.16] Update sparse text embeddings API route for Inference Service {es-pull}118367[#118367]
6262

6363
Packaging::
64-
* In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi]
65-
image to provide secure containers to our self-managed customers, help with compliance regulations,
66-
and improve our supply chain security posture. {es-pull}118684[#118684]
64+
* In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi]
65+
image to provide secure containers to our self-managed customers, help with compliance regulations,
66+
and improve our supply chain security posture. {es-pull}118684[#118684]
67+
68+
[discrete]
69+
[[known-issues-8.16.2]]
70+
=== Known issues
71+
72+
{esql}::
73+
74+
* Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].

docs/reference/release-notes/8.16.3.asciidoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Authorization::
4242
* Improve handling of nested fields in index reader wrappers {es-pull}118757[#118757]
4343

4444
Packaging::
45-
* In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi]
46-
image to provide secure containers to our self-managed customers, help with compliance regulations,
45+
* In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi]
46+
image to provide secure containers to our self-managed customers, help with compliance regulations,
4747
and improve our supply chain security posture. {es-pull}118684[#118684]
4848

4949
[[upgrade-8.16.3]]
@@ -53,4 +53,10 @@ and improve our supply chain security posture. {es-pull}118684[#118684]
5353
Security::
5454
* Upgrade Bouncy Castle FIPS dependencies {es-pull}112989[#112989]
5555

56+
[discrete]
57+
[[known-issues-8.16.3]]
58+
=== Known issues
5659

60+
{esql}::
61+
62+
* Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].

docs/reference/release-notes/8.16.4.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,10 @@ Snapshot/Restore::
3939
Ingest Node::
4040
* Improve memory aspects of enrich cache {es-pull}120256[#120256] (issues: {es-issue}96050[#96050], {es-issue}120021[#120021])
4141

42+
[discrete]
43+
[[known-issues-8.16.4]]
44+
=== Known issues
4245

46+
{esql}::
47+
48+
* Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].

docs/reference/release-notes/8.16.5.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ Mapping::
4545
Authentication::
4646
* Bump json-smart and oauth2-oidc-sdk {es-pull}122737[#122737]
4747

48+
[discrete]
49+
[[known-issues-8.16.5]]
50+
=== Known issues
51+
52+
{esql}::
53+
54+
* Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].

docs/reference/release-notes/8.16.6.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ Search::
2424
Security::
2525
* Bump nimbus-jose-jwt to 10.0.2 {es-pull}124544[#124544]
2626

27+
28+
[discrete]
29+
[[known-issues-8.16.6]]
30+
=== Known issues
31+
32+
{esql}::
33+
34+
* Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].

docs/reference/release-notes/8.17.0.asciidoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
1212
[float]
1313
=== License changes
1414

15-
[float]
15+
[float]
1616
==== Change to synthetic `_source` licensing
1717

18-
Starting with this release, the <<synthetic-source,synthetic `_source`>> feature is available exclusively with the Enterprise subscription. Synthetic `_source` is used in logs data streams (`logsdb` index mode), time series data streams (TSDS, using `time_series` index mode), application performance monitoring (APM), and Universal Profiling.
18+
Starting with this release, the <<synthetic-source,synthetic `_source`>> feature is available exclusively with the Enterprise subscription. Synthetic `_source` is used in logs data streams (`logsdb` index mode), time series data streams (TSDS, using `time_series` index mode), application performance monitoring (APM), and Universal Profiling.
1919

20-
If you are using these capabilities and are not on an Enterprise license, the change will result in increased storage requirements for new data, as the synthetic `_source` setting will be ignored. Existing indices that used synthetic `_source` will remain seamlessly accessible.
20+
If you are using these capabilities and are not on an Enterprise license, the change will result in increased storage requirements for new data, as the synthetic `_source` setting will be ignored. Existing indices that used synthetic `_source` will remain seamlessly accessible.
2121

22-
Refer to the subscription page for https://www.elastic.co/subscriptions/cloud[Elastic Cloud] and {subscriptions}[Elastic Stack/self-managed] for the breakdown of available features and their associated subscription tiers. For further details and subscription options, contact your Elastic sales representative or https://www.elastic.co/contact[contact us].
22+
Refer to the subscription page for https://www.elastic.co/subscriptions/cloud[Elastic Cloud] and {subscriptions}[Elastic Stack/self-managed] for the breakdown of available features and their associated subscription tiers. For further details and subscription options, contact your Elastic sales representative or https://www.elastic.co/contact[contact us].
2323

2424
[[bug-8.17.0]]
2525
[float]
@@ -206,4 +206,10 @@ Search::
206206
Security::
207207
* Upgrade Bouncy Castle FIPS dependencies {es-pull}112989[#112989]
208208

209+
[discrete]
210+
[[known-issues-8.17.0]]
211+
=== Known issues
212+
213+
{esql}::
209214

215+
* Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].

docs/reference/release-notes/8.17.1.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,10 @@ Monitoring::
7474
Logs::
7575
* Make logsdb general available {es-pull}118559[#118559]
7676

77+
[discrete]
78+
[[known-issues-8.17.1]]
79+
=== Known issues
7780

81+
{esql}::
82+
83+
* Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].

docs/reference/release-notes/8.17.2.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ Snapshot/Restore::
4848
Ingest Node::
4949
* Improve memory aspects of enrich cache {es-pull}120256[#120256] (issues: {es-issue}96050[#96050], {es-issue}120021[#120021])
5050

51-
51+
* `VALUES` aggregate function can run for a long, long time when collecting many, many groups. Hundreds of thousands of groups can run on one thread for many minutes and millions of groups run for days. It is O(n^2^) with the number of groups. These will not respond to the tasks cancellation API the whole time. Fixed by {es-pull}123073[#123073] and available in 8.16.5, 8.17.3, 8.18.0, and all releases after that.
52+
* Some valid queries using an `ENRICH` command can fail when a match field is used that is absent from some indices or shards, either with a 500 status code due to `NullPointerException` or `ClassCastException` or with a 400 status code and `IllegalArgumentException`. This is fixed in {es-pull}126187[#126187].

0 commit comments

Comments
 (0)