Skip to content
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

[Doc] 7.6.0 Known issue for slow loggers leaking log4j loggers #57344

Merged
merged 3 commits into from
Jun 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/reference/release-notes/7.6.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ that are incompatible with java.time patterns will cause parsing errors, incorre
https://github.com/elastic/elasticsearch/pull/52555
This is fixed in {es} 7.7 and later versions.

* Slow loggers can cause Log4j loggers to leak over time. When a new index is created, a new Log4j logger is associated with it. However, when an index is deleted, Log4j keeps an internal reference to its loggers that results in a memory leak (issue: {issue}56171[#56171])
+
This issue is fixed in {es} 6.8.10 and 7.7.1.
[[breaking-7.6.0]]
[float]
=== Breaking changes
Expand Down