Skip to content

Commit 96556d7

Browse files
authored
Add a known issue to the release notes of 7.4.0 (#48373)
A [bug](#48358) in 7.4.0 prevents the activation of the search slow log. This change adds an entry in the release notes to warn users to not activate it in this version. Relates #48358
1 parent 892264a commit 96556d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/reference/release-notes/7.4.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ Transform::
9797

9898
Also see <<breaking-changes-7.4,Breaking changes in 7.4>>.
9999

100+
[float]
101+
=== Known issues
102+
103+
* Activating the <<search-slow-log, search slow log>> should be avoided in this version.
104+
Any attempt to log a slow search can throw an AIOOBE due to a bug that
105+
performs concurrent modifications on a shared byte array.
106+
(issue: {issue}/48358[#48358])
107+
100108
[[breaking-7.4.0]]
101109
[float]
102110
=== Breaking changes

0 commit comments

Comments
 (0)