Skip to content

Commit ae567d7

Browse files
alex-spiesleemthompo
authored andcommitted
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)
1 parent 7682186 commit ae567d7

12 files changed

+108
-10
lines changed

docs/reference/release-notes/8.16.0.asciidoc

+6
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

+6
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

+11-3
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

+8-2
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

+6
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

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[[release-notes-8.16.5]]
22
== {es} version 8.16.5
33

4+
<<<<<<< HEAD
5+
=======
6+
7+
>>>>>>> f7a52054b29 (ESQL: Known issue enrich missing field (#126701))
48
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
59
610
[[bug-8.16.5]]
@@ -45,3 +49,13 @@ Mapping::
4549
Authentication::
4650
* Bump json-smart and oauth2-oidc-sdk {es-pull}122737[#122737]
4751
52+
<<<<<<< HEAD
53+
=======
54+
[discrete]
55+
[[known-issues-8.16.5]]
56+
=== Known issues
57+
58+
{esql}::
59+
60+
* 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].
61+
>>>>>>> f7a52054b29 (ESQL: Known issue enrich missing field (#126701))

docs/reference/release-notes/8.16.6.asciidoc

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[[release-notes-8.16.6]]
22
== {es} version 8.16.6
33

4+
<<<<<<< HEAD
5+
=======
6+
7+
>>>>>>> f7a52054b29 (ESQL: Known issue enrich missing field (#126701))
48
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
59
610
[[bug-8.16.6]]
@@ -24,3 +28,14 @@ Search::
2428
Security::
2529
* Bump nimbus-jose-jwt to 10.0.2 {es-pull}124544[#124544]
2630
31+
<<<<<<< HEAD
32+
=======
33+
34+
[discrete]
35+
[[known-issues-8.16.6]]
36+
=== Known issues
37+
38+
{esql}::
39+
40+
* 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].
41+
>>>>>>> f7a52054b29 (ESQL: Known issue enrich missing field (#126701))

docs/reference/release-notes/8.17.0.asciidoc

+10-4
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

+6
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

+2-1
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].

docs/reference/release-notes/8.17.3.asciidoc

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[[release-notes-8.17.3]]
22
== {es} version 8.17.3
33

4+
<<<<<<< HEAD
5+
=======
6+
7+
>>>>>>> f7a52054b29 (ESQL: Known issue enrich missing field (#126701))
48
Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
59
610
[[bug-8.17.3]]
@@ -61,3 +65,13 @@ Stats::
6165
Authentication::
6266
* Bump json-smart and oauth2-oidc-sdk {es-pull}122737[#122737]
6367
68+
<<<<<<< HEAD
69+
=======
70+
[discrete]
71+
[[known-issues-8.17.3]]
72+
=== Known issues
73+
74+
{esql}::
75+
76+
* 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].
77+
>>>>>>> f7a52054b29 (ESQL: Known issue enrich missing field (#126701))

docs/reference/release-notes/8.17.4.asciidoc

+10
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,13 @@ Search::
3434
Security::
3535
* Bump nimbus-jose-jwt to 10.0.2 {es-pull}124544[#124544]
3636

37+
<<<<<<< HEAD
38+
=======
39+
[discrete]
40+
[[known-issues-8.17.4]]
41+
=== Known issues
42+
43+
{esql}::
44+
45+
* 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].
46+
>>>>>>> f7a52054b29 (ESQL: Known issue enrich missing field (#126701))

0 commit comments

Comments
 (0)