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%)