This is an automated email from the ASF dual-hosted git repository.
altay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from d11e503 Merge pull request #4380: Update maven infrastructure to
avoid bitrot + Fix multiple warnings
add 6689827 Tracking of time spent reading side inputs, and bytes read in
Dataflow.
add a5be3bb Fix lint issues
add 320bfb7 Fixing counter names
add bf3c3e7 Using comments to improve changes
add 4adf909 Placing feature behind an experiment flag.
add 8d7ad22 Fixing lint issue
add a8192cc Rebasing
add e6d9746 Added cythonization and test
add c1c26b3 Fixing lint issue
add 090b37b Modifying the experiment flag check to reduce performance
impact.
add 9c3a73f Addressing comments. Profile pending.
add ee3c5cf Reducing impact - Tracking only Bytes if experiment is active.
add ac6abcf Addressing comments
add 1bfcad1 Improved IO Target documentation
add b68f9f2 Improving documentation
add 6c40b67 Addressing comments.
new 21623d8 Merge pull request #4248 from pabloem/sideinput-io-tracking
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:
.../apache_beam/runners/worker/opcounters.pxd | 17 ++++
.../apache_beam/runners/worker/opcounters.py | 108 +++++++++++++++++++++
.../apache_beam/runners/worker/opcounters_test.py | 46 +++++++++
.../apache_beam/runners/worker/operations.py | 21 +++-
.../apache_beam/runners/worker/sideinputs.py | 49 ++++++++--
.../apache_beam/runners/worker/sideinputs_test.py | 47 ++++++++-
.../runners/worker/statesampler_fast.pyx | 5 +-
sdks/python/apache_beam/utils/counters.py | 33 ++++++-
8 files changed, 310 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
[email protected].