This is an automated email from the ASF dual-hosted git repository. tvalentyn pushed a commit to branch revert-36525-frankensteinsGrpc in repository https://gitbox.apache.org/repos/asf/beam.git
commit 8525674b37ad2be363dc65caebd86efba63b685e Author: tvalentyn <[email protected]> AuthorDate: Mon Oct 20 14:44:18 2025 -0700 Revert "Add GRPC experiments to Python dockerfile (#36525)" 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 \
