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

[beam] branch master updated (a93e24d -> ac190b8)

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

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


    from a93e24d  Merge pull request #11719 from [BEAM-10001] Change the code block colors from grey to blue to increase the contrast between text and background
     new bb3877a  [BEAM-9964] Setting --workerCacheMB to make its way to the WindmillStateCache constructor. Right now, this is hardcoded at 100MB
     new e5dfe5f  [BEAM-9964] Added testMaxWeight method in WIndmillStateCacheTest as per pabloem's comment
     new ac190b8  Merge pull request #11710 from [BEAM-9964] Setting --workerCacheMB for Streaming Pipeline

The 27011 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:
 .../runners/dataflow/worker/StreamingDataflowWorker.java    |  3 ++-
 .../beam/runners/dataflow/worker/WindmillStateCache.java    | 13 ++++++++++---
 .../dataflow/worker/StreamingModeExecutionContextTest.java  |  5 ++++-
 .../runners/dataflow/worker/WindmillStateCacheTest.java     | 13 ++++++++++++-
 .../runners/dataflow/worker/WindmillStateInternalsTest.java |  7 ++++++-
 5 files changed, 34 insertions(+), 7 deletions(-)