This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch release-2.69
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.69 by this push:
new 976cbc32854 Revert "Add GRPC experiments to Python dockerfile
(#36525)" (#36573)
976cbc32854 is described below
commit 976cbc32854fab7be9200d952a300528938ae8bb
Author: tvalentyn <[email protected]>
AuthorDate: Mon Oct 20 15:25:36 2025 -0700
Revert "Add GRPC experiments to Python dockerfile (#36525)" (#36573)
This reverts commit d687f4fe8170b6eb4c82e02419702d5a20eb456e.
---
sdks/python/container/Dockerfile | 5 -----
1 file changed, 5 deletions(-)
diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile
index 99d6e807cb5..efd5a4a90d8 100644
--- a/sdks/python/container/Dockerfile
+++ b/sdks/python/container/Dockerfile
@@ -29,11 +29,6 @@ COPY target/launcher/${TARGETOS}_${TARGETARCH}/boot
target/LICENSE target/NOTICE
ENV CLOUDSDK_CORE_DISABLE_PROMPTS yes
ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin
-# Enable GRPC experiments to mitigate timeout issues in later versions
-# of the grpc package.
-ENV GRPC_EXPERIMENTS="event_engine_fork,event_engine_poller_for_python"
-ENV GRPC_ENABLE_FORK_SUPPORT=1
-
# Use one RUN command to reduce the number of layers.
ARG py_version
RUN \