You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/10/20 16:45:12 UTC

[beam] branch master updated (66c0ebd -> cc9ccf3)

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

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


    from 66c0ebd  Merge pull request #12986 from rohdesamuel/beam-10994-streaming
     new 7d0b711  Implement the BatchDataflowWorker hot key logging
     new c70d8c4  Change key logging to allow for null keys
     new cc9ccf3  Merge pull request #12985 from rohdesamuel/beam-10994-batch

The 29348 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/BatchDataflowWorker.java       |  2 +-
 .../worker/DataflowWorkProgressUpdater.java        | 29 ++++++++++++++++----
 .../dataflow/worker/WorkItemStatusClient.java      |  4 +++
 .../worker/DataflowWorkProgressUpdaterTest.java    | 32 +++++++++++++++++++++-
 4 files changed, 60 insertions(+), 7 deletions(-)