You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2019/03/01 05:25:00 UTC

[jira] [Created] (SSHD-904) Add option to execute 'fsync' on modified file contents via SFTP

Goldstein Lyor created SSHD-904:
-----------------------------------

             Summary: Add option to execute 'fsync' on modified file contents via SFTP
                 Key: SSHD-904
                 URL: https://issues.apache.org/jira/browse/SSHD-904
             Project: MINA SSHD
          Issue Type: Improvement
            Reporter: Goldstein Lyor
            Assignee: Goldstein Lyor


When a file is modified via one process, its contents are not immediately updated on the disk/file-system unless explicitly requested. This may cause "corrupted" data to be reported if another process attempts to access the created/modified file too soon after it has been "successfully" modified by the original process.

We will add a configurable option (default=same as today - do not force synchronization) for this feature



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)