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/en/ingest-management/release-notes/release-notes-8.15.asciidoc
+92Lines changed: 92 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,31 @@ Also see:
31
31
32
32
Review important information about the {fleet} and {agent} 8.15.3 release.
33
33
34
+
[discrete]
35
+
[[known-issues-8.15.3]]
36
+
=== Known issues
37
+
38
+
[[known-issue-issue-41355-8.15.3]]
39
+
.The memory usage of {beats} based integrations is not correctly limited by the number of events actively in the memory queue, but rather the maximum size of the memory queue regardless of usage.
40
+
[%collapsible]
41
+
====
42
+
43
+
*Details*
44
+
45
+
In 8.15, events in the memory queue are not freed when they are acknowledged (as intended), but only when they are overwritten by later events in the queue buffer. This means for example if a configuration has a queue size of 5000, but the input data is low-volume and only 100 events are active at once, then the queue will gradually store more events until reaching 5000 in memory at once, then start replacing those with new events.
46
+
47
+
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
48
+
49
+
*Impact* +
50
+
51
+
Memory usage may be higher than in previous releases depending on the throughput of {agent}. A fix is planned for 8.15.4.
52
+
53
+
- The worst memory increase is for low-throughput configs with large queues.
54
+
- For users whose queues were already sized proportionate to their throughput, memory use is increased but only marginally.
55
+
- Affected users can mitigate the higher memory usage by lowering their queue size.
56
+
57
+
====
58
+
34
59
[discrete]
35
60
[[security-updates-8.15.3]]
36
61
=== Security updates
@@ -64,6 +89,31 @@ Review important information about the {fleet} and {agent} 8.15.3 release.
64
89
65
90
Review important information about the {fleet} and {agent} 8.15.2 release.
66
91
92
+
[discrete]
93
+
[[known-issues-8.15.2]]
94
+
=== Known issues
95
+
96
+
[[known-issue-issue-41355-8.15.2]]
97
+
.The memory usage of {beats} based integrations is not correctly limited by the number of events actively in the memory queue, but rather the maximum size of the memory queue regardless of usage.
98
+
[%collapsible]
99
+
====
100
+
101
+
*Details*
102
+
103
+
In 8.15, events in the memory queue are not freed when they are acknowledged (as intended), but only when they are overwritten by later events in the queue buffer. This means for example if a configuration has a queue size of 5000, but the input data is low-volume and only 100 events are active at once, then the queue will gradually store more events until reaching 5000 in memory at once, then start replacing those with new events.
104
+
105
+
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
106
+
107
+
*Impact* +
108
+
109
+
Memory usage may be higher than in previous releases depending on the throughput of {agent}. A fix is planned for 8.15.4.
110
+
111
+
- The worst memory increase is for low-throughput configs with large queues.
112
+
- For users whose queues were already sized proportionate to their throughput, memory use is increased but only marginally.
113
+
- Affected users can mitigate the higher memory usage by lowering their queue size.
114
+
115
+
====
116
+
67
117
[discrete]
68
118
[[enhancements-8.15.2]]
69
119
=== Enhancements
@@ -133,6 +183,27 @@ same package versions.
133
183
134
184
====
135
185
186
+
[[known-issue-issue-41355-8.15.1]]
187
+
.The memory usage of {beats} based integrations is not correctly limited by the number of events actively in the memory queue, but rather the maximum size of the memory queue regardless of usage.
188
+
[%collapsible]
189
+
====
190
+
191
+
*Details*
192
+
193
+
In 8.15, events in the memory queue are not freed when they are acknowledged (as intended), but only when they are overwritten by later events in the queue buffer. This means for example if a configuration has a queue size of 5000, but the input data is low-volume and only 100 events are active at once, then the queue will gradually store more events until reaching 5000 in memory at once, then start replacing those with new events.
194
+
195
+
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
196
+
197
+
*Impact* +
198
+
199
+
Memory usage may be higher than in previous releases depending on the throughput of {agent}. A fix is planned for 8.15.4.
200
+
201
+
- The worst memory increase is for low-throughput configs with large queues.
202
+
- For users whose queues were already sized proportionate to their throughput, memory use is increased but only marginally.
203
+
- Affected users can mitigate the higher memory usage by lowering their queue size.
204
+
205
+
====
206
+
136
207
// end 8.15.1 relnotes
137
208
138
209
// begin 8.15.0 relnotes
@@ -171,6 +242,27 @@ If you're using {agent} on Windows with any integration which makes use of the A
171
242
172
243
====
173
244
245
+
[[known-issue-issue-41355]]
246
+
.The memory usage of {beats} based integrations is not correctly limited by the number of events actively in the memory queue, but rather the maximum size of the memory queue regardless of usage.
247
+
[%collapsible]
248
+
====
249
+
250
+
*Details*
251
+
252
+
In 8.15, events in the memory queue are not freed when they are acknowledged (as intended), but only when they are overwritten by later events in the queue buffer. This means for example if a configuration has a queue size of 5000, but the input data is low-volume and only 100 events are active at once, then the queue will gradually store more events until reaching 5000 in memory at once, then start replacing those with new events.
253
+
254
+
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
255
+
256
+
*Impact* +
257
+
258
+
Memory usage may be higher than in previous releases depending on the throughput of {agent}. A fix is planned for 8.15.4.
259
+
260
+
- The worst memory increase is for low-throughput configs with large queues.
261
+
- For users whose queues were already sized proportionate to their throughput, memory use is increased but only marginally.
262
+
- Affected users can mitigate the higher memory usage by lowering their queue size.
0 commit comments