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 2018/12/30 20:07:50 UTC

[beam] branch master updated (ec6384a -> f56c86f)

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 ec6384a  [BEAM-6329] Address synchronization issue for portable timers (#7359)
     add 1a4db4b  [BEAM-5386] Prevent CheckpointMarks from not getting acknowledged
     add ea275e4  [BEAM-5386] Assert that source thread enters sleep instead of terminating
     new f56c86f  Merge pull request #7349: [BEAM-5386] Prevent CheckpointMarks from not getting acknowledged

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:
 .../streaming/io/UnboundedSourceWrapper.java       | 34 +++++++++--
 .../flink/streaming/BoundedSourceRestoreTest.java  |  1 +
 .../wrappers/streaming/io}/TestCountingSource.java |  2 +-
 .../streaming/io}/UnboundedSourceWrapperTest.java  | 70 +++++++++++++++++-----
 4 files changed, 87 insertions(+), 20 deletions(-)
 rename runners/flink/src/test/java/org/apache/beam/runners/flink/{streaming => translation/wrappers/streaming/io}/TestCountingSource.java (99%)
 rename runners/flink/src/test/java/org/apache/beam/runners/flink/{streaming => translation/wrappers/streaming/io}/UnboundedSourceWrapperTest.java (90%)


[beam] 01/01: Merge pull request #7349: [BEAM-5386] Prevent CheckpointMarks from not getting acknowledged

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 f56c86f874a13341d90fdb1aa46d86f8d739cd39
Merge: ec6384a ea275e4
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Sun Dec 30 21:07:42 2018 +0100

    Merge pull request #7349: [BEAM-5386] Prevent CheckpointMarks from not getting acknowledged

 .../streaming/io/UnboundedSourceWrapper.java       | 34 +++++++++--
 .../flink/streaming/BoundedSourceRestoreTest.java  |  1 +
 .../wrappers/streaming/io}/TestCountingSource.java |  2 +-
 .../streaming/io}/UnboundedSourceWrapperTest.java  | 70 +++++++++++++++++-----
 4 files changed, 87 insertions(+), 20 deletions(-)