You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/release-notes/6.8.asciidoc
+31-2Lines changed: 31 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
8
8
[[release-notes-6.8.9]]
9
9
== {es} version 6.8.9
10
10
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
+
11
17
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
12
18
13
19
[[enhancement-6.8.9]]
@@ -63,6 +69,13 @@ Engine::
63
69
[[release-notes-6.8.8]]
64
70
== {es} version 6.8.8
65
71
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
+
66
79
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
67
80
68
81
[[bug-6.8.8]]
@@ -102,6 +115,12 @@ Infra/Core::
102
115
[[release-notes-6.8.7]]
103
116
== {es} version 6.8.7
104
117
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
+
105
124
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
106
125
107
126
[discrete]
@@ -154,6 +173,12 @@ Infra/Packaging::
154
173
155
174
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
156
175
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
+
157
182
[[enhancement-6.8.6]]
158
183
[float]
159
184
=== Enhancements
@@ -198,6 +223,12 @@ Reindex::
198
223
199
224
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
200
225
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
+
201
232
[[enhancement-6.8.5]]
202
233
[float]
203
234
=== Enhancements
@@ -582,5 +613,3 @@ SQL::
582
613
Security::
583
614
* Remove dynamic objects from security index {pull}40499[#40499] (issue: {issue}35460[#35460])
584
615
* Add granular API key privileges {pull}41488[#41488] (issue: {issue}40031[#40031])
0 commit comments