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 1e66e5f514c34d80d50dd189e971cab66c95719c Author: tvalentyn <[email protected]> AuthorDate: Tue Sep 5 15:42:15 2023 -0700 Add a note about a known issue. --- CHANGES.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2f0ef423f6a..d8482db1267 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 @@ -217,7 +218,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)). -* 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 +263,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
