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 2019/11/12 04:14:00 UTC

[beam] branch master updated (0d4f3de -> 212fb09)

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 0d4f3de  Merge pull request #10033 [BEAM-8575] Discarding mode with early data trigger test.
     add ef7ec62  [BEAM-2939, BEAM-6868, BEAM-7233] Expose residual roots and bundle finalization callbacks to portable runners.
     add 212fb09  [BEAM-2939, BEAM-5600, BEAM-6868, BEAM-7233] Expose residual roots and bundle finalization callbacks to portable runners.

No new revisions were added by this update.

Summary of changes:
 ...stHandler.java => BundleCheckpointHandler.java} |  15 ++-
 ...Factory.java => BundleFinalizationHandler.java} |  15 +--
 .../fnexecution/control/SdkHarnessClient.java      |  68 +++++++++++--
 .../fnexecution/control/SdkHarnessClientTest.java  | 106 +++++++++++++++++++++
 4 files changed, 188 insertions(+), 16 deletions(-)
 copy runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/{InstructionRequestHandler.java => BundleCheckpointHandler.java} (67%)
 copy runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/{JobBundleFactory.java => BundleFinalizationHandler.java} (63%)