You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2018/04/24 06:10:22 UTC

[beam] branch master updated (caf9d64 -> eb5f7eb)

This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from caf9d64  Merge pull request #5205 Fix python lint error
     add d605391  Python Metrics now rely on StateSampler state.
     new eb5f7eb  Merge pull request #4387 [BEAM-2732] Metrics rely on statesampler state

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:
 sdks/python/apache_beam/metrics/execution.py       | 31 ++++---
 sdks/python/apache_beam/metrics/execution_test.py  | 51 -----------
 sdks/python/apache_beam/metrics/metric_test.py     | 60 +++++++------
 sdks/python/apache_beam/runners/common.py          |  3 +-
 sdks/python/apache_beam/runners/direct/executor.py | 98 ++++++++++++++--------
 .../runners/direct/transform_evaluator.py          | 53 ++++++------
 .../apache_beam/runners/worker/bundle_processor.py |  3 +-
 .../apache_beam/runners/worker/operations.py       | 49 ++++++-----
 .../apache_beam/runners/worker/statesampler.py     | 32 ++++++-
 .../runners/worker/statesampler_fast.pyx           | 26 ++++--
 .../runners/worker/statesampler_slow.py            | 22 ++---
 sdks/python/apache_beam/transforms/util.py         |  1 +
 12 files changed, 226 insertions(+), 203 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
robertwb@apache.org.

[beam] 01/01: Merge pull request #4387 [BEAM-2732] Metrics rely on statesampler state

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit eb5f7eb581495e34a508114aed762cd80f4ae3b0
Merge: caf9d64 d605391
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Mon Apr 23 23:10:14 2018 -0700

    Merge pull request #4387 [BEAM-2732] Metrics rely on statesampler state

 sdks/python/apache_beam/metrics/execution.py       | 31 ++++---
 sdks/python/apache_beam/metrics/execution_test.py  | 51 -----------
 sdks/python/apache_beam/metrics/metric_test.py     | 60 +++++++------
 sdks/python/apache_beam/runners/common.py          |  3 +-
 sdks/python/apache_beam/runners/direct/executor.py | 98 ++++++++++++++--------
 .../runners/direct/transform_evaluator.py          | 53 ++++++------
 .../apache_beam/runners/worker/bundle_processor.py |  3 +-
 .../apache_beam/runners/worker/operations.py       | 49 ++++++-----
 .../apache_beam/runners/worker/statesampler.py     | 32 ++++++-
 .../runners/worker/statesampler_fast.pyx           | 26 ++++--
 .../runners/worker/statesampler_slow.py            | 22 ++---
 sdks/python/apache_beam/transforms/util.py         |  1 +
 12 files changed, 226 insertions(+), 203 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
robertwb@apache.org.