You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by th...@apache.org on 2019/12/16 22:50:22 UTC

[beam] branch master updated (b816ae3 -> e486202)

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

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


    from b816ae3  [BEAM-8575] Added two unit tests in CombineTest class to test AccumulatingCombine (#10173)
     add c8595ec  [BEAM-8816] Option to load balance bundle processing w/ multiple SDK workers
     add e486202  Merge pull request #10313: [BEAM-8816] Option to load balance bundle processing w/ multiple SDK workers

No new revisions were added by this update.

Summary of changes:
 .../control/DefaultJobBundleFactory.java           | 198 +++++++++++++++------
 .../control/DefaultJobBundleFactoryTest.java       |  79 +++++++-
 .../beam/sdk/options/ExperimentalOptions.java      |  21 +++
 .../beam/sdk/options/PortablePipelineOptions.java  |   7 +
 .../beam/sdk/options/ExperimentalOptionsTest.java  |  11 ++
 5 files changed, 258 insertions(+), 58 deletions(-)