Skip to content

Commit 045c7a3

Browse files
[8.16] ESQL: Known issue enrich missing field (#126701) (#126761)
* ESQL: Known issue enrich missing field (#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) # Conflicts: # docs/reference/release-notes.asciidoc # docs/reference/release-notes/8.16.2.asciidoc # docs/reference/release-notes/8.16.4.asciidoc # docs/reference/release-notes/8.16.5.asciidoc # docs/reference/release-notes/8.16.6.asciidoc # docs/reference/release-notes/8.17.0.asciidoc # docs/reference/release-notes/8.17.1.asciidoc # docs/reference/release-notes/8.17.2.asciidoc * delete 8.17+ includes --------- Co-authored-by: Alexander Spies <[email protected]>
1 parent 7822e45 commit 045c7a3

8 files changed

+43
-8
lines changed

docs/reference/release-notes.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
910
* <<release-notes-8.16.6>>
1011
* <<release-notes-8.16.5>>
1112
* <<release-notes-8.16.4>>

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

+9-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,15 @@ 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,
64+
65+
* In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi]
66+
image to provide secure containers to our self-managed customers, help with compliance regulations,
6667
and improve our supply chain security posture. {es-pull}118684[#118684]
6768

69+
[discrete]
70+
[[known-issues-8.16.2]]
71+
=== Known issues
72+
73+
{esql}::
6874

75+
* 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

+1
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ Ingest Node::
4646
ES|QL::
4747

4848
* The `VALUES` aggregate function can run for an extremely long time when collecting many groups. Processing hundreds of thousands of groups may take several minutes on a single thread, while processing millions of groups can take days. The function has O(n^2) complexity with respect to the number of groups. During execution, these operations will not respond to the tasks cancellation API. This issue has been fixed by {es-pull}#123073[#123073] and the fix is available in versions 8.16.5, 8.17.3, 8.18.0, and all releases after that.
49+
* 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

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

4-
coming[8.16.5]
5-
64
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
75

86
[[bug-8.16.5]]
@@ -47,4 +45,10 @@ Mapping::
4745
Authentication::
4846
* Bump json-smart and oauth2-oidc-sdk {es-pull}122737[#122737]
4947

48+
[discrete]
49+
[[known-issues-8.16.5]]
50+
=== Known issues
51+
52+
{esql}::
5053

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

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

4-
coming[8.16.6]
5-
64
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
75

86
[[bug-8.16.6]]
@@ -26,4 +24,10 @@ Search::
2624
Security::
2725
* Bump nimbus-jose-jwt to 10.0.2 {es-pull}124544[#124544]
2826

27+
[discrete]
28+
[[known-issues-8.16.6]]
29+
=== Known issues
30+
31+
{esql}::
2932

33+
* 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)