You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2019/10/23 23:01:18 UTC

[beam] branch master updated (1a8391d -> 8e574a1)

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

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


    from 1a8391d  Merge pull request #9854 from [BEAM-8457] Label Dataflow jobs from Notebook
     add a116aed  [Go SDK] Fix Logging call depths.
     add c211d36  [Go SDK] Track failed instructions in harness.
     add 8e574a1  [Go SDK] Fix log on failed data channel read.

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/harness/datamgr.go  | 23 +++---
 sdks/go/pkg/beam/core/runtime/harness/harness.go  | 94 +++++++++++++----------
 sdks/go/pkg/beam/core/runtime/harness/logging.go  |  4 +-
 sdks/go/pkg/beam/core/runtime/harness/statemgr.go | 12 +--
 sdks/go/pkg/beam/log/log.go                       | 36 ++++-----
 5 files changed, 95 insertions(+), 74 deletions(-)