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/03/19 19:57:35 UTC

[beam] branch master updated (a17478c -> c707bc2)

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 a17478c  [BEAM-3866] Remove WindowedValue on PCollections for Go SDK
     add 50c029e  Add a generic interface for the state service.
     add 612dd75  Write unit tests for GrpcStateService.
     new c707bc2  [BEAM-3676] Add Portable State Service

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:
 .../fnexecution/state/GrpcStateService.java        | 119 +++++++++++++++++++
 .../runners/fnexecution/state/StateDelegator.java} |  32 ++---
 .../StateRequestHandler.java}                      |  23 +++-
 .../runners/fnexecution/state}/package-info.java   |   6 +-
 .../fnexecution/state/GrpcStateServiceTest.java    | 129 +++++++++++++++++++++
 5 files changed, 279 insertions(+), 30 deletions(-)
 create mode 100644 runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/state/GrpcStateService.java
 copy runners/{core-java/src/main/java/org/apache/beam/runners/core/triggers/FinishedTriggers.java => java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/state/StateDelegator.java} (54%)
 copy runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/{control/InstructionRequestHandler.java => state/StateRequestHandler.java} (52%)
 copy {sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries => runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/state}/package-info.java (91%)
 create mode 100644 runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/state/GrpcStateServiceTest.java

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

[beam] 01/01: [BEAM-3676] Add Portable State Service

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 c707bc218751e90d4b98c5fd14f8157ac9abdf63
Merge: a17478c 612dd75
Author: Lukasz Cwik <lc...@google.com>
AuthorDate: Mon Mar 19 12:57:31 2018 -0700

    [BEAM-3676] Add Portable State Service

 .../fnexecution/state/GrpcStateService.java        | 119 +++++++++++++++++++
 .../runners/fnexecution/state/StateDelegator.java  |  34 ++++++
 .../fnexecution/state/StateRequestHandler.java     |  40 +++++++
 .../runners/fnexecution/state/package-info.java    |  20 ++++
 .../fnexecution/state/GrpcStateServiceTest.java    | 129 +++++++++++++++++++++
 5 files changed, 342 insertions(+)

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