Skip to content

ESQL: Known issue enrich missing field #126701

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
merged 6 commits into from
Apr 14, 2025

Conversation

alex-spies
Copy link
Contributor

Add a known issue for the bug fixed in #126187.

Copy link
Contributor

Documentation preview:

@elasticsearchmachine elasticsearchmachine added Team:Docs Meta label for docs team Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.17.6 labels Apr 11, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-docs (Team:Docs)

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

@alex-spies alex-spies changed the base branch from 8.17 to 8.x April 11, 2025 16:03
@alex-spies alex-spies force-pushed the known_issue_enrich_missing_field branch from c032d3f to f27c212 Compare April 11, 2025 16:10
@@ -48,4 +48,5 @@ Snapshot/Restore::
Ingest Node::
* Improve memory aspects of enrich cache {es-pull}120256[#120256] (issues: {es-issue}96050[#96050], {es-issue}120021[#120021])


* `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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already in the release notes for 8.17, but the 8.x branch doesn't have it, yet.

@alex-spies alex-spies changed the title ESQL: Known issue enrich missing field (8.17) ESQL: Known issue enrich missing field Apr 11, 2025
@leemthompo leemthompo merged commit f7a5205 into elastic:8.x Apr 14, 2025
5 checks passed
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
8.16 Commit could not be cherrypicked due to conflicts
8.17 Commit could not be cherrypicked due to conflicts
8.18 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 126701

leemthompo pushed a commit to leemthompo/elasticsearch that referenced this pull request Apr 14, 2025
* 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.17.2.asciidoc
#	docs/reference/release-notes/8.17.3.asciidoc
#	docs/reference/release-notes/8.17.4.asciidoc
@leemthompo
Copy link
Contributor

leemthompo commented Apr 14, 2025

💚 All backports could be created manually

Status Branch Result
8.18
8.17
8.16

leemthompo pushed a commit to leemthompo/elasticsearch that referenced this pull request Apr 14, 2025
* 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
leemthompo pushed a commit to leemthompo/elasticsearch that referenced this pull request Apr 14, 2025
* 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)
elasticsearchmachine pushed a commit that referenced this pull request Apr 14, 2025
* 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]>
elasticsearchmachine pushed a commit that referenced this pull request Apr 14, 2025
* 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.17.2.asciidoc
#	docs/reference/release-notes/8.17.3.asciidoc
#	docs/reference/release-notes/8.17.4.asciidoc

* delete 8.18 includes from 8.17 branch

---------

Co-authored-by: Alexander Spies <[email protected]>
elasticsearchmachine pushed a commit that referenced this pull request Apr 14, 2025
…26764)

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

* delete conflict markers on new files to this branch

---------

Co-authored-by: Alexander Spies <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL auto-backport Automatically create backport pull requests when merged backport pending >docs General docs changes Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) Team:Docs Meta label for docs team v8.16.0 v8.16.1 v8.16.2 v8.16.3 v8.16.4 v8.16.5 v8.16.6 v8.17.0 v8.17.1 v8.17.2 v8.17.3 v8.17.4 v8.18.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants