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 1c7e585efbdd0de4f3c6bcb1b6288fefe9cb7cc8
Author: tvalentyn <[email protected]>
AuthorDate: Mon Apr 3 15:05:57 2023 -0700

    Update CHANGES.md
    
    Add a note about sibling SDK worker enablement.
---
 CHANGES.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index c17d0bacdb6..ed8c6af4da1 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 starting with Beam 2.46.0.
+  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
 

Reply via email to