You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2021/12/21 15:41:00 UTC

[jira] [Created] (FLINK-25406) Make sure that FileSystemBlobStore flushes all writes to disk to persist stored blobs

Till Rohrmann created FLINK-25406:
-------------------------------------

             Summary: Make sure that FileSystemBlobStore flushes all writes to disk to persist stored blobs
                 Key: FLINK-25406
                 URL: https://issues.apache.org/jira/browse/FLINK-25406
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Coordination
    Affects Versions: 1.15.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
             Fix For: 1.15.0


In order to avoid that the {{FileSystemBlobStore}} loses blobs, we have to make sure that all written results are flushed from the OS page cache to disk (fsynced).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)