-
Notifications
You must be signed in to change notification settings - Fork 25.5k
[8.17] ESQL: Known issue enrich missing field (#126701) #126760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
elasticsearchmachine
merged 2 commits into
elastic:8.17
from
leemthompo:backport/8.17/pr-126701
Apr 14, 2025
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
[[release-notes-8.16.5]] | ||
== {es} version 8.16.5 | ||
|
||
|
||
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>. | ||
|
||
[[bug-8.16.5]] | ||
[float] | ||
=== Bug fixes | ||
|
||
Allocation:: | ||
* Deduplicate allocation stats calls {es-pull}123246[#123246] | ||
|
||
Authentication:: | ||
* Improve jwt logging on failed auth {es-pull}122247[#122247] | ||
|
||
CRUD:: | ||
* Reduce license checks in `LicensedWriteLoadForecaster` {es-pull}123346[#123346] (issue: {es-issue}123247[#123247]) | ||
|
||
Data streams:: | ||
* Add `_metric_names_hash` field to OTel metric mappings {es-pull}120952[#120952] | ||
|
||
EQL:: | ||
* Fix JOIN command validation (not supported) {es-pull}122011[#122011] | ||
|
||
ES|QL:: | ||
* Fix ENRICH validation for use of wildcards {es-pull}121911[#121911] | ||
* Speed up VALUES for many buckets {es-pull}123073[#123073] | ||
|
||
Ingest:: | ||
* Fix `ArrayIndexOutOfBoundsException` in `ShardBulkInferenceActionFilter` {es-pull}122538[#122538] | ||
|
||
Ingest Node:: | ||
* Canonicalize processor names and types in `IngestStats` {es-pull}122610[#122610] | ||
* Deduplicate `IngestStats` and `IngestStats.Stats` identity records when deserializing {es-pull}122496[#122496] | ||
* Fix redact processor arraycopy bug {es-pull}122640[#122640] | ||
* Register `IngestGeoIpMetadata` as a NamedXContent {es-pull}123079[#123079] | ||
|
||
Mapping:: | ||
* fix stale data in synthetic source for string stored field {es-pull}123105[#123105] (issue: {es-issue}123110[#123110]) | ||
|
||
[[upgrade-8.16.5]] | ||
[float] | ||
=== Upgrades | ||
|
||
Authentication:: | ||
* Bump json-smart and oauth2-oidc-sdk {es-pull}122737[#122737] | ||
|
||
[discrete] | ||
[[known-issues-8.16.5]] | ||
=== Known issues | ||
|
||
{esql}:: | ||
|
||
* 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]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[[release-notes-8.16.6]] | ||
== {es} version 8.16.6 | ||
|
||
|
||
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>. | ||
|
||
[[bug-8.16.6]] | ||
[float] | ||
=== Bug fixes | ||
|
||
Infra/Core:: | ||
* Prevent rare starvation bug when using scaling `EsThreadPoolExecutor` with empty core pool size. {es-pull}124732[#124732] (issue: {es-issue}124667[#124667]) | ||
|
||
Machine Learning:: | ||
* Migrate `model_version` to `model_id` when parsing persistent elser inference endpoints {es-pull}124769[#124769] (issue: {es-issue}124675[#124675]) | ||
|
||
Search:: | ||
* Do not let `ShardBulkInferenceActionFilter` unwrap / rewrap ESExceptions {es-pull}123890[#123890] | ||
* Revert fail-fast disconnect strategy for `_resolve/cluster` {es-pull}124241[#124241] | ||
|
||
[[upgrade-8.16.6]] | ||
[float] | ||
=== Upgrades | ||
|
||
Security:: | ||
* Bump nimbus-jose-jwt to 10.0.2 {es-pull}124544[#124544] | ||
|
||
|
||
[discrete] | ||
[[known-issues-8.16.6]] | ||
=== Known issues | ||
|
||
{esql}:: | ||
|
||
* 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]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.