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 2017/11/27 23:03:48 UTC

[beam] branch master updated (3b79b62 -> d8ca4c4)

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 3b79b62  This closes 4149
     add 8ba3db3  Add an interface to execute Bundles
     add aadaa75  Move outstanding work maintenance out of evaluateBundle
     add 98ca0d7  Add an ExecutionDriver to local java
     add 433ff55  Migrate MonitorRunnable into QuiescenceDriver
     add b868743  Rename BundleExecutor to BundleProcessor
     new d8ca4c4  Merge pull request #4151 from tgroh/bundle_executor

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:
 ...torServiceFactory.java => BundleProcessor.java} |  16 +-
 .../apache/beam/runners/direct/DirectRunner.java   |   6 +-
 .../direct/ExecutorServiceParallelExecutor.java    | 424 ++++-----------------
 .../beam/runners/direct/PipelineExecutor.java      |  10 +-
 .../beam/runners/direct/QuiescenceDriver.java      | 333 ++++++++++++++++
 .../local/{Bundle.java => ExecutionDriver.java}    |  30 +-
 ...kage-info.java => PipelineMessageReceiver.java} |  26 +-
 .../src/main/resources/beam/findbugs-filter.xml    |  10 +-
 8 files changed, 473 insertions(+), 382 deletions(-)
 copy runners/direct-java/src/main/java/org/apache/beam/runners/direct/{ExecutorServiceFactory.java => BundleProcessor.java} (66%)
 create mode 100644 runners/direct-java/src/main/java/org/apache/beam/runners/direct/QuiescenceDriver.java
 copy runners/local-java/src/main/java/org/apache/beam/runners/local/{Bundle.java => ExecutionDriver.java} (63%)
 copy runners/local-java/src/main/java/org/apache/beam/runners/local/{package-info.java => PipelineMessageReceiver.java} (66%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam] 01/01: Merge pull request #4151 from tgroh/bundle_executor

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 d8ca4c4b211c89d427ecf35791b33e4c7526a74b
Merge: 3b79b62 b868743
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Mon Nov 27 15:03:45 2017 -0800

    Merge pull request #4151 from tgroh/bundle_executor
    
    [BEAM-2899] Decompose Direct Execution Components

 .../beam/runners/direct/BundleProcessor.java       |  33 ++
 .../apache/beam/runners/direct/DirectRunner.java   |   6 +-
 .../direct/ExecutorServiceParallelExecutor.java    | 424 ++++-----------------
 .../beam/runners/direct/PipelineExecutor.java      |  10 +-
 .../beam/runners/direct/QuiescenceDriver.java      | 333 ++++++++++++++++
 .../apache/beam/runners/local/ExecutionDriver.java |  45 +++
 .../runners/local/PipelineMessageReceiver.java     |  44 +++
 .../src/main/resources/beam/findbugs-filter.xml    |  10 +-
 8 files changed, 542 insertions(+), 363 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.