You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2023/06/30 23:00:46 UTC

[beam] branch tvalentyn-patch-2 created (now 1ecb4360599)

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

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


      at 1ecb4360599 Document a known issue.

This branch includes the following new commits:

     new 1ecb4360599 Document a known issue.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Document a known issue.

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1ecb43605994afb313e122afa74828c12ba48867
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Fri Jun 30 17:00:39 2023 -0600

    Document a known issue.
---
 CHANGES.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index b6df49a48ca..1a2b4c35cdc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -31,7 +31,7 @@
 
 ## New Features / Improvements
 
-* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
+f* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
 
 ## Breaking Changes
 
@@ -108,6 +108,8 @@
 
 ## Known Issues
 
+* Python Streaming pipelines sometimes crash with AttributError messages: [#27330](https://github.com/apache/beam/issues/27330). As a precaution, we recommend temporarily downgrading to Apache Beam 2.46.0.
+
 
 # [2.48.0] - 2023-05-31
 
@@ -153,6 +155,7 @@
 ## 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)).
+* Python Streaming pipelines sometimes crash with AttributError messages: [#27330](https://github.com/apache/beam/issues/27330). As a precaution, we recommend temporarily downgrading to Apache Beam 2.46.0.
 
 # [2.47.0] - 2023-05-10
 
@@ -196,6 +199,8 @@
 
 * 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.
+* Python Streaming pipelines sometimes crash with AttributError messages: [#27330](https://github.com/apache/beam/issues/27330). As a precaution, we recommend temporarily downgrading to Apache Beam 2.46.0.
+
 
 # [2.46.0] - 2023-03-10