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 c90f5b9dd9a Point out that sibling sdk protocol was enabled for Python
custom containers starting 2.46.0. (#26084)
c90f5b9dd9a is described below
commit c90f5b9dd9af5e926685fb8574c545b4108d831d
Author: tvalentyn <[email protected]>
AuthorDate: Mon Apr 3 17:43:30 2023 -0700
Point out that sibling sdk protocol was enabled for Python custom
containers starting 2.46.0. (#26084)
---
CHANGES.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index c17d0bacdb6..c5a592114d1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -135,6 +135,10 @@
fixed cost in this computation to better handle cases where the fixed cost
is larger than a single second. To get the old behavior, one can pass
`target_batch_duration_secs_including_fixed_cost=1` to BatchElements.
+* Dataflow runner enables sibling SDK protocol for Python pipelines using
custom containers on Beam 2.46.0 and newer SDKs.
+ If your Python pipeline starts to stall after you switch to 2.46.0 and you
use a custom container, please verify
+ that your custom container does not include artifacts from older Beam SDK
releases. In particular, check in your `Dockerfile`
+ that the Beam container entrypoint and/or Beam base image version match the
Beam SDK version used at job submission.
## Deprecations