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 2018/04/06 18:38:57 UTC

[beam] branch master updated (c75a1d9 -> 16232c2)

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 c75a1d9  BEAM-3910: Add float support for the Go SDK.
     add dea8f6e  Add hooks to the Go SDK.
     new 16232c2  [BEAM-3355] Diagnostic interfaces

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/go/pkg/beam/core/runtime/harness/harness.go |  25 +--
 sdks/go/pkg/beam/core/runtime/harness/session.go |  97 +++++++-----
 sdks/go/pkg/beam/core/util/hooks/hooks.go        | 186 +++++++++++++++++++++++
 sdks/go/pkg/beam/runners/dataflow/dataflow.go    |  40 ++++-
 sdks/go/pkg/beam/runners/dataflow/messages.go    |   6 +-
 sdks/go/pkg/beam/runners/session/session.go      |   6 +-
 sdks/go/pkg/beam/util/grpcx/hook.go              |  86 +++++++++++
 sdks/go/pkg/beam/x/hooks/perf/perf.go            | 170 +++++++++++++++++++++
 8 files changed, 550 insertions(+), 66 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/util/hooks/hooks.go
 create mode 100644 sdks/go/pkg/beam/util/grpcx/hook.go
 create mode 100644 sdks/go/pkg/beam/x/hooks/perf/perf.go

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

[beam] 01/01: [BEAM-3355] Diagnostic interfaces

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

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

commit 16232c2a8964e294662bbfa30a12aff1a17cf8fa
Merge: c75a1d9 dea8f6e
Author: Lukasz Cwik <lc...@google.com>
AuthorDate: Fri Apr 6 14:38:53 2018 -0400

    [BEAM-3355] Diagnostic interfaces

 sdks/go/pkg/beam/core/runtime/harness/harness.go |  25 +--
 sdks/go/pkg/beam/core/runtime/harness/session.go |  97 +++++++-----
 sdks/go/pkg/beam/core/util/hooks/hooks.go        | 186 +++++++++++++++++++++++
 sdks/go/pkg/beam/runners/dataflow/dataflow.go    |  40 ++++-
 sdks/go/pkg/beam/runners/dataflow/messages.go    |   6 +-
 sdks/go/pkg/beam/runners/session/session.go      |   6 +-
 sdks/go/pkg/beam/util/grpcx/hook.go              |  86 +++++++++++
 sdks/go/pkg/beam/x/hooks/perf/perf.go            | 170 +++++++++++++++++++++
 8 files changed, 550 insertions(+), 66 deletions(-)

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