You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2022/01/19 15:43:43 UTC

[flink] branch master updated (ea52732 -> d0dcf81)

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

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


    from ea52732  [FLINK-25405] Let AbstractBlobCache check for corrupted blobs at start up
     add 4ace966  [FLINK-25406] Let FileSystemBlobStore sync output stream
     add d0dcf81  [FLINK-25406] Let BlobUtils.moveTempFileToStore first write file to BlobStore for persistence

No new revisions were added by this update.

Summary of changes:
 .../org/apache/flink/runtime/blob/BlobUtils.java   | 63 ++++++++++-----
 .../flink/runtime/blob/FileSystemBlobStore.java    |  6 +-
 .../apache/flink/runtime/blob/BlobUtilsTest.java   | 89 +++++++++++++++++---
 .../runtime/blob/FileSystemBlobStoreTest.java      | 94 ++++++++++++++++++++++
 .../CheckpointStateOutputStreamTest.java           | 16 ----
 .../filesystem/TestFs.java}                        | 30 +++----
 6 files changed, 231 insertions(+), 67 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/blob/FileSystemBlobStoreTest.java
 copy flink-runtime/src/test/java/org/apache/flink/runtime/{testutils/WorkingDirectoryResource.java => state/filesystem/TestFs.java} (54%)