Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a note about a known issue. #28321

Merged
merged 2 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
tvalentyn marked this conversation as resolved.
Show resolved Hide resolved
* 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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -316,7 +315,6 @@

## Bugfixes

* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).

# [2.45.0] - 2023-02-15

Expand Down
4 changes: 3 additions & 1 deletion website/www/site/content/en/blog/beam-2.47.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -195,4 +197,4 @@ tvalentyn

xianhualiu

zhangskz
zhangskz
4 changes: 3 additions & 1 deletion website/www/site/content/en/blog/beam-2.48.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -201,4 +203,4 @@ liferoad

mokamoka03210120

psolomin
psolomin
2 changes: 2 additions & 0 deletions website/www/site/content/en/blog/beam-2.49.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.50.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down