From 47c56e8739f691946165c2a3179dfdc7246e88d1 Mon Sep 17 00:00:00 2001 From: He Jie Xu Date: Fri, 10 Nov 2023 01:44:44 +0000 Subject: [PATCH] changelog: for buffer: separate the BufferFragement release and drain tracker Signed-off-by: He Jie Xu --- changelogs/current.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 6b52de8ee5a6..0fac4785a3c0 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -49,6 +49,10 @@ minor_behavior_changes: bug_fixes: # *Changes expected to improve the state of the world and are unlikely to have negative effects* +- area: buffer + change: | + Fixed a bug the memory will be released if it is coming from BufferFragment, when moving the slices between + the buffers and clear the drain tracker at the same time. - area: xds change: | Fixed a bug (https://github.com/envoyproxy/envoy/issues/27702) that caused ADS initialization