-
Notifications
You must be signed in to change notification settings - Fork 25.2k
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
ESQL: Known issue enrich missing field #126701
Conversation
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-analytical-engine (Team:Analytics) |
c032d3f
to
f27c212
Compare
@@ -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. |
There was a problem hiding this comment.
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.
💔 Backport failed
You can use sqren/backport to manually backport by running |
* 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
* 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
* 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)
* 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]>
* 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]>
…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]>
Add a known issue for the bug fixed in #126187.