This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 97b99b1 [BEAM-7866] Fix python ReadFromMongoDB potential data loss
issue (#9233)
add 04119cc [BEAM-7667] report GCS throttling time to Dataflow autoscaler
new 8eddf8e Merge pull request #8973: [BEAM-7667] report GCS throttling
time to Dataflow autoscaler
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../dataflow/worker/BatchModeExecutionContext.java | 22 +++++++---
.../gcp/util/RetryHttpRequestInitializer.java | 15 +++++--
sdks/python/apache_beam/io/gcp/gcsio_overrides.py | 51 ++++++++++++++++++++++
sdks/python/apache_beam/io/gcp/gcsio_test.py | 10 +++++
.../internal/clients/storage/storage_v1_client.py | 2 +
5 files changed, 92 insertions(+), 8 deletions(-)
create mode 100644 sdks/python/apache_beam/io/gcp/gcsio_overrides.py