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 2019/11/08 17:35:07 UTC

[beam] branch release-2.17.0 updated (79261ce -> 73ce6b3)

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

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


    from 79261ce  Merge pull request #9952: [BEAM-8396] Restore Flink runner LOOPBACK default
     add e263df1  [BEAM-8566] Fix checkpoint buffering when another bundle is started during checkpointing
     add aedd0e1  [BEAM-8567] Do not swallow execution errors during checkpointing
     new 73ce6b3  Merge pull request #10040: Backports for checkpointing with the Flink Runner

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           |  22 ++-
 .../wrappers/streaming/DoFnOperatorTest.java       | 152 +++++++++++++++++++++
 2 files changed, 169 insertions(+), 5 deletions(-)


[beam] 01/01: Merge pull request #10040: Backports for checkpointing with the Flink Runner

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

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

commit 73ce6b3d69048fe145af0f804b6a2d44437955fe
Merge: 79261ce aedd0e1
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Fri Nov 8 18:34:22 2019 +0100

    Merge pull request #10040: Backports for checkpointing with the Flink Runner

 .../wrappers/streaming/DoFnOperator.java           |  22 ++-
 .../wrappers/streaming/DoFnOperatorTest.java       | 152 +++++++++++++++++++++
 2 files changed, 169 insertions(+), 5 deletions(-)