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

[beam] branch master updated (7237e59 -> 17a2aba)

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

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


    from 7237e59  Merge pull request #4240 from aaltay/cancel
     add 3937847  Port DataBufferingOutboundObserver
     new 17a2aba  Merge pull request #4197

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/control/SdkHarnessClient.java      |  2 +-
 .../runners/fnexecution/data/FnDataService.java    |  1 +
 sdks/java/fn-execution/build.gradle                |  1 +
 sdks/java/fn-execution/pom.xml                     |  7 ++
 .../data/BeamFnDataBufferingOutboundObserver.java  | 57 ++++++++-------
 .../apache/beam/sdk/fn}/data/FnDataReceiver.java   | 15 ++--
 .../BeamFnDataBufferingOutboundObserverTest.java   | 80 ++++++++++++++--------
 7 files changed, 100 insertions(+), 63 deletions(-)
 copy sdks/java/{harness/src/main/java/org/apache/beam/fn/harness => fn-execution/src/main/java/org/apache/beam/sdk/fn}/data/BeamFnDataBufferingOutboundObserver.java (73%)
 rename {runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution => sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn}/data/FnDataReceiver.java (75%)
 copy sdks/java/{harness/src/test/java/org/apache/beam/fn/harness => fn-execution/src/test/java/org/apache/beam/sdk/fn}/data/BeamFnDataBufferingOutboundObserverTest.java (69%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam] 01/01: Merge pull request #4197

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

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

commit 17a2abaf2c1beca922da224ce142e09541ecc43d
Merge: 7237e59 3937847
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Mon Dec 11 18:45:07 2017 -0800

    Merge pull request #4197
    
    [BEAM-2899] Port DataBufferingOutboundObserver

 .../fnexecution/control/SdkHarnessClient.java      |   2 +-
 .../runners/fnexecution/data/FnDataService.java    |   1 +
 sdks/java/fn-execution/build.gradle                |   1 +
 sdks/java/fn-execution/pom.xml                     |   7 +
 .../data/BeamFnDataBufferingOutboundObserver.java  | 133 ++++++++++++++++
 .../apache/beam/sdk/fn}/data/FnDataReceiver.java   |  15 +-
 .../BeamFnDataBufferingOutboundObserverTest.java   | 169 +++++++++++++++++++++
 7 files changed, 323 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.