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 2020/04/22 14:40:00 UTC

[beam] branch master updated (75151e3 -> 084ac14)

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 75151e3  Merge pull request #11458 from apache/aaltay-patch-1
     add 084ac14  [BEAM-6597, BEAM-6467] Add support for reporting monitoring infos to the Java SDK harness. (#11487)

No new revisions were added by this update.

Summary of changes:
 .../FlinkExecutableStageFunctionTest.java          |   5 +
 .../streaming/ExecutableStageDoFnOperatorTest.java |   5 +
 .../control/DefaultJobBundleFactory.java           |   5 +
 .../runners/fnexecution/control/RemoteBundle.java  |   8 +
 .../fnexecution/control/SdkHarnessClient.java      |  22 ++
 .../fnexecution/control/RemoteExecutionTest.java   | 301 ++++++++++++---------
 .../SparkExecutableStageFunctionTest.java          |   5 +
 .../java/org/apache/beam/fn/harness/FnHarness.java |   4 +-
 .../fn/harness/control/ProcessBundleHandler.java   |  58 ++--
 9 files changed, 269 insertions(+), 144 deletions(-)