You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2020/03/14 12:42:45 UTC

[beam] branch master updated (e95d066 -> bdd1726)

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

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


    from e95d066  Merge pull request #11109 from [BEAM-8335] Final PR to merge the InteractiveBeam feature branch
     add 5ec9b2b  [BEAM-9490] Guard referencing for environment expiration via a lock
     add df63e8a  [BEAM-9490] Use the lock that belongs to the cache when bundle load balancing is enabled
     new bdd1726  Merge pull request #11108: [BEAM-9490] Guard referencing for environment expiration via a lock

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:
 .../wrappers/streaming/DoFnOperator.java           |   2 +-
 .../streaming/ExecutableStageDoFnOperatorTest.java |   2 +-
 .../control/DefaultJobBundleFactory.java           | 124 ++++++++++++++-------
 .../java/org/apache/beam/sdk/util}/NoopLock.java   |   2 +-
 4 files changed, 89 insertions(+), 41 deletions(-)
 rename {runners/flink/src/main/java/org/apache/beam/runners/flink/translation/utils => sdks/java/core/src/main/java/org/apache/beam/sdk/util}/NoopLock.java (97%)


[beam] 01/01: Merge pull request #11108: [BEAM-9490] Guard referencing for environment expiration via a lock

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

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

commit bdd1726fd6b1103791f597f5e746ea2d205cf648
Merge: e95d066 df63e8a
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Sat Mar 14 13:42:25 2020 +0100

    Merge pull request #11108: [BEAM-9490] Guard referencing for environment expiration via a lock

 .../wrappers/streaming/DoFnOperator.java           |   2 +-
 .../streaming/ExecutableStageDoFnOperatorTest.java |   2 +-
 .../control/DefaultJobBundleFactory.java           | 124 ++++++++++++++-------
 .../java/org/apache/beam/sdk/util}/NoopLock.java   |   2 +-
 4 files changed, 89 insertions(+), 41 deletions(-)