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

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


    from 302b247  Merge pull request #4937: [BEAM-622] Add checkpointing tests 
for DoFnOperator and WindowDoFnOperator
     new fef8f54  [BEAM-3087] Make reader state update and element emission 
atomic
     new 0e44feb  [BEAM-2393] Make BoundedSource fault-tolerant
     new f93a332  Merge pull request #4895: [BEAM-2393] Make BoundedSource 
fault-tolerant in FlinkRunner Streaming mode

The 3 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:
 .../UnboundedReadFromBoundedSource.java            |   5 +-
 .../flink/FlinkStreamingTransformTranslators.java  | 138 ++++++++++-
 .../streaming/io/BoundedSourceWrapper.java         | 259 ---------------------
 .../streaming/io/UnboundedSourceWrapper.java       |  67 +++---
 .../flink/streaming/BoundedSourceRestoreTest.java  | 236 +++++++++++++++++++
 5 files changed, 404 insertions(+), 301 deletions(-)
 delete mode 100644 
runners/flink/src/main/java/org/apache/beam/runners/flink/translation/wrappers/streaming/io/BoundedSourceWrapper.java
 create mode 100644 
runners/flink/src/test/java/org/apache/beam/runners/flink/streaming/BoundedSourceRestoreTest.java

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to