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:57:00 UTC

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

     [ https://issues.apache.org/jira/browse/SSHD-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Goldstein Lyor updated SSHD-904:
--------------------------------
    Description: 
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=_true_

  was:
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


> 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
>            Priority: Major
>
> 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=_true_



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