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 2018/03/16 23:57:02 UTC

[beam] branch master updated (4bd5006 -> cb13361)

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 4bd5006  [BEAM-3869] Fix Go Dataflow break due to zero timestamps
     add 84f043f  Remove Future#set(null) in fn-execution
     new cb13361  Merge pull request #4880: Remove Future#set(null) in fn-execution

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:
 .../src/main/resources/beam/findbugs-filter.xml    | 41 --------------
 .../sdk/fn/data/BeamFnDataInboundObserver.java     |  2 +-
 .../data/CompletableFutureInboundDataClient.java   | 12 ++---
 .../fn/data/SettableFutureInboundDataClient.java   | 63 ----------------------
 .../CompletableFutureInboundDataClientTest.java    |  9 ++--
 .../fn/harness/control/BeamFnControlClient.java    |  7 ++-
 .../fn/harness/logging/BeamFnLoggingClient.java    |  4 +-
 .../beam/fn/harness/BeamFnDataReadRunnerTest.java  |  2 +-
 .../data/BeamFnDataInboundObserverTest.java        |  1 +
 9 files changed, 21 insertions(+), 120 deletions(-)
 rename sdks/java/{harness/src/main/java/org/apache/beam/fn/harness => fn-execution/src/main/java/org/apache/beam/sdk/fn}/data/CompletableFutureInboundDataClient.java (84%)
 delete mode 100644 sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/SettableFutureInboundDataClient.java
 rename sdks/java/{harness/src/test/java/org/apache/beam/fn/harness => fn-execution/src/test/java/org/apache/beam/sdk/fn}/data/CompletableFutureInboundDataClientTest.java (94%)

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

[beam] 01/01: Merge pull request #4880: Remove Future#set(null) in fn-execution

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 cb13361a6d4452e7f5e31af5974e8b90316a654a
Merge: 4bd5006 84f043f
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Fri Mar 16 16:56:58 2018 -0700

    Merge pull request #4880: Remove Future#set(null) in fn-execution
    
    Remove Future#set(null) in fn-execution

 .../src/main/resources/beam/findbugs-filter.xml    | 41 --------------
 .../sdk/fn/data/BeamFnDataInboundObserver.java     |  2 +-
 .../data/CompletableFutureInboundDataClient.java   | 12 ++---
 .../fn/data/SettableFutureInboundDataClient.java   | 63 ----------------------
 .../CompletableFutureInboundDataClientTest.java    |  9 ++--
 .../fn/harness/control/BeamFnControlClient.java    |  7 ++-
 .../fn/harness/logging/BeamFnLoggingClient.java    |  4 +-
 .../beam/fn/harness/BeamFnDataReadRunnerTest.java  |  2 +-
 .../data/BeamFnDataInboundObserverTest.java        |  1 +
 9 files changed, 21 insertions(+), 120 deletions(-)

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