You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2020/10/05 18:14:48 UTC

[beam] branch master updated (b138502 -> b91c8ef)

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

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


    from b138502  Minor fixes to the get-started/wordcount-example webpage. (#12913)
     add b434542  [BEAM-9730] Ignore bundle registration requests.
     add 41791d5  Bound the size of the process bundle descriptor cache.
     add b91c8ef  Merge pull request #11720 [BEAM-9729] Ignore bundle registration requests.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/beam/fn/harness/FnHarness.java | 24 +++---
 .../beam/fn/harness/control/RegisterHandler.java   | 94 ---------------------
 .../fn/harness/control/RegisterHandlerTest.java    | 98 ----------------------
 3 files changed, 13 insertions(+), 203 deletions(-)
 delete mode 100644 sdks/java/harness/src/main/java/org/apache/beam/fn/harness/control/RegisterHandler.java
 delete mode 100644 sdks/java/harness/src/test/java/org/apache/beam/fn/harness/control/RegisterHandlerTest.java