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

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


The following commit(s) were added to refs/heads/master by this push:
     new 99b2f7bd793 Add a note about a known issue. (#28321)
99b2f7bd793 is described below

commit 99b2f7bd7939203138d4a5e18463339455fda461
Author: tvalentyn <[email protected]>
AuthorDate: Wed Sep 6 08:00:41 2023 -0700

    Add a note about a known issue. (#28321)
---
 CHANGES.md                                      | 12 +++++-------
 website/www/site/content/en/blog/beam-2.47.0.md |  4 +++-
 website/www/site/content/en/blog/beam-2.48.0.md |  4 +++-
 website/www/site/content/en/blog/beam-2.49.0.md |  2 ++
 website/www/site/content/en/blog/beam-2.50.0.md |  3 ++-
 5 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 6a3b3f00f7f..7b120e7aa89 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -143,7 +143,8 @@
 
 ## Known Issues
 
-* Long-running Python pipelines might suffer from a memory leak: 
[#28246](https://github.com/apache/beam/issues/28246).
+* Long-running Python pipelines might experience a memory leak: 
[#28246](https://github.com/apache/beam/issues/28246).
+* Python Pipelines using BigQuery IO or `orjson` dependency might experience 
segmentation faults or get stuck: 
[#28318](https://github.com/apache/beam/issues/28318).
 
 
 # [2.49.0] - 2023-07-17
@@ -170,7 +171,7 @@
 
 ## Known Issues
 
-* Long-running Python pipelines might suffer from a memory leak: 
[#28246](https://github.com/apache/beam/issues/28246).
+* Long-running Python pipelines might experience a memory leak: 
[#28246](https://github.com/apache/beam/issues/28246).
 
 
 # [2.48.0] - 2023-05-31
@@ -207,17 +208,15 @@
 
 ## Deprecations
 
-* X behavior is deprecated and will be removed in X versions 
([#X](https://github.com/apache/beam/issues/X)).
 
 ## Bugfixes
 
-* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
 * Fixed Java bootloader failing with Too Long Args due to long classpaths, 
with a pathing jar. (Java) 
([#25582](https://github.com/apache/beam/issues/25582)).
 
 ## 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: 
[#28246](https://github.com/apache/beam/issues/28246).
+* Long-running Python pipelines might experience a memory leak: 
[#28246](https://github.com/apache/beam/issues/28246).
 
 
 # [2.47.0] - 2023-05-10
@@ -262,7 +261,7 @@
 
 * 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: 
[#28246](https://github.com/apache/beam/issues/28246).
+* Long-running Python pipelines might experience a memory leak: 
[#28246](https://github.com/apache/beam/issues/28246).
 
 # [2.46.0] - 2023-03-10
 
@@ -316,7 +315,6 @@
 
 ## Bugfixes
 
-* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
 
 # [2.45.0] - 2023-02-15
 
diff --git a/website/www/site/content/en/blog/beam-2.47.0.md 
b/website/www/site/content/en/blog/beam-2.47.0.md
index dd962d6824f..eaf99ac7122 100644
--- a/website/www/site/content/en/blog/beam-2.47.0.md
+++ b/website/www/site/content/en/blog/beam-2.47.0.md
@@ -66,6 +66,8 @@ For more information on changes in 2.47.0, check out the 
[detailed release notes
 ### Known Issues
 
 * BigQueryIO Storage API write with autoUpdateSchema may cause data corruption 
for Beam SDKs 2.45.0 - 2.47.0 (inclusive) 
([#26789](https://github.com/apache/beam/issues/26789))
+* Long-running Python pipelines might experience a memory leak: 
[#28246](https://github.com/apache/beam/issues/28246).
+
 
 ## List of Contributors
 
@@ -195,4 +197,4 @@ tvalentyn
 
 xianhualiu
 
-zhangskz
\ No newline at end of file
+zhangskz
diff --git a/website/www/site/content/en/blog/beam-2.48.0.md 
b/website/www/site/content/en/blog/beam-2.48.0.md
index dc6b4daaeda..11b7f88e99c 100644
--- a/website/www/site/content/en/blog/beam-2.48.0.md
+++ b/website/www/site/content/en/blog/beam-2.48.0.md
@@ -66,6 +66,8 @@ For more information on changes in 2.48.0, check out the 
[detailed release notes
 ## 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 experience a memory leak: 
[#28246](https://github.com/apache/beam/issues/28246).
+
 
 ## List of Contributors
 
@@ -201,4 +203,4 @@ liferoad
 
 mokamoka03210120
 
-psolomin
\ No newline at end of file
+psolomin
diff --git a/website/www/site/content/en/blog/beam-2.49.0.md 
b/website/www/site/content/en/blog/beam-2.49.0.md
index 621637d655f..595b8e71253 100644
--- a/website/www/site/content/en/blog/beam-2.49.0.md
+++ b/website/www/site/content/en/blog/beam-2.49.0.md
@@ -50,6 +50,8 @@ For more information on changes in 2.49.0, check out the 
[detailed release notes
 
 ### Known Issues
 
+* Long-running Python pipelines might experience a memory leak: 
[#28246](https://github.com/apache/beam/issues/28246).
+
 
 ## List of Contributors
 
diff --git a/website/www/site/content/en/blog/beam-2.50.0.md 
b/website/www/site/content/en/blog/beam-2.50.0.md
index ecb0098ebb3..7610459087c 100644
--- a/website/www/site/content/en/blog/beam-2.50.0.md
+++ b/website/www/site/content/en/blog/beam-2.50.0.md
@@ -80,7 +80,8 @@ For more information on changes in 2.50.0, check out the 
[detailed release notes
 
 ## Known Issues
 
-* TBD
+* Long-running Python pipelines might experience a memory leak: 
[#28246](https://github.com/apache/beam/issues/28246).
+* Python Pipelines using BigQuery IO or `orjson` dependency might experience 
segmentation faults or get stuck: 
[#28318](https://github.com/apache/beam/issues/28318).
 
 
 ## List of Contributors

Reply via email to