Skip to content

Commit 03dd21d

Browse files
authored
[Doc] 6.8.5-9 Known issue for slow loggers leaking log4j loggers (#57346)
relates #56171
1 parent 352ac57 commit 03dd21d

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

docs/reference/release-notes/6.8.asciidoc

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
88
[[release-notes-6.8.9]]
99
== {es} version 6.8.9
1010

11+
[float]
12+
=== Known issues
13+
* 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 {pull}57228[#57228] (issue: {issue}56171[#56171])
14+
+
15+
This issue is fixed in Elasticsearch 6.8.10 and 7.7.1.
16+
1117
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
1218

1319
[[enhancement-6.8.9]]
@@ -63,6 +69,13 @@ Engine::
6369
[[release-notes-6.8.8]]
6470
== {es} version 6.8.8
6571

72+
73+
[float]
74+
=== Known issues
75+
* 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 {pull}57228[#57228] (issue: {issue}56171[#56171])
76+
+
77+
This issue is fixed in Elasticsearch 6.8.10 and 7.7.1.
78+
6679
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
6780

6881
[[bug-6.8.8]]
@@ -102,6 +115,12 @@ Infra/Core::
102115
[[release-notes-6.8.7]]
103116
== {es} version 6.8.7
104117

118+
[float]
119+
=== Known issues
120+
* 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 {pull}57228[#57228] (issue: {issue}56171[#56171])
121+
+
122+
This issue is fixed in Elasticsearch 6.8.10 and 7.7.1.
123+
105124
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
106125

107126
[discrete]
@@ -154,6 +173,12 @@ Infra/Packaging::
154173

155174
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
156175

176+
[float]
177+
=== Known issues
178+
* 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 {pull}57228[#57228] (issue: {issue}56171[#56171])
179+
+
180+
This issue is fixed in Elasticsearch 6.8.10 and 7.7.1.
181+
157182
[[enhancement-6.8.6]]
158183
[float]
159184
=== Enhancements
@@ -198,6 +223,12 @@ Reindex::
198223

199224
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
200225

226+
[float]
227+
=== Known issues
228+
* 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 {pull}57228[#57228] (issue: {issue}56171[#56171])
229+
+
230+
This issue is fixed in Elasticsearch 6.8.10 and 7.7.1.
231+
201232
[[enhancement-6.8.5]]
202233
[float]
203234
=== Enhancements
@@ -582,5 +613,3 @@ SQL::
582613
Security::
583614
* Remove dynamic objects from security index {pull}40499[#40499] (issue: {issue}35460[#35460])
584615
* Add granular API key privileges {pull}41488[#41488] (issue: {issue}40031[#40031])
585-
586-

0 commit comments

Comments
 (0)