From b55f69343cf9d702908a85d41c180163a62f9ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Campinas?= Date: Tue, 25 Feb 2025 10:58:34 +0100 Subject: [PATCH] Typo 8.17.2 release notes bad link generation for github issue --- docs/reference/release-notes/8.17.2.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/release-notes/8.17.2.asciidoc b/docs/reference/release-notes/8.17.2.asciidoc index 94af930d8ca5e..eeb7229ea186a 100644 --- a/docs/reference/release-notes/8.17.2.asciidoc +++ b/docs/reference/release-notes/8.17.2.asciidoc @@ -52,4 +52,4 @@ Ingest Node:: [[known-issues-8.17.2]] === Known issues -* `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. +* `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.