This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6b23fc056976c3714c0f5c44c90ef69e6de48fdd
Author: tvalentyn <[email protected]>
AuthorDate: Wed Aug 30 17:50:04 2023 -0700

    Reference the memory leak in CHANGES.md
---
 CHANGES.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 6fcb05212cd..616fd0c17df 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -143,7 +143,7 @@
 
 ## Known Issues
 
-* TBD
+* Long-running Python pipelines might suffer from a memory leak: 
[#21429](https://github.com/apache/beam/issues/28246).
 
 
 # [2.49.0] - 2023-07-17
@@ -162,7 +162,7 @@
 
 ## Deprecations
 
-* Remove Python 3.7 support. 
([#26447](https://github.com/apache/beam/issues/26447))
+* Removed Python 3.7 support. 
([#26447](https://github.com/apache/beam/issues/26447))
 
 ## Bugfixes
 
@@ -170,6 +170,8 @@
 
 ## Known Issues
 
+* Long-running Python pipelines might suffer from a memory leak: 
[#21429](https://github.com/apache/beam/issues/28246).
+
 
 # [2.48.0] - 2023-05-31
 
@@ -215,6 +217,8 @@
 ## Known Issues
 
 * PubsubIO writes will throw *SizeLimitExceededException* for any message 
above 100 bytes, when used in batch (bounded) mode. (Java) 
([#27000](https://github.com/apache/beam/issues/27000)).
+* Long-running Python pipelines might suffer from a memory leak: 
[#21429](https://github.com/apache/beam/issues/28246).
+
 
 # [2.47.0] - 2023-05-10
 
@@ -258,7 +262,9 @@
 
 * The google-cloud-profiler dependency was accidentally removed from Beam's 
Python Docker
   Image [#26998](https://github.com/apache/beam/issues/26698). [Dataflow 
Docker 
images](https://cloud.google.com/dataflow/docs/concepts/sdk-worker-dependencies)
 still preinstall this dependency.
+* Long-running Python pipelines might suffer from a memory leak: 
[#21429](https://github.com/apache/beam/issues/28246).
 
+  
 # [2.46.0] - 2023-03-10
 
 ## Highlights

Reply via email to