You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2018/04/16 14:35:00 UTC

[jira] [Created] (IGNITE-8282) Direct IO: support fdatasync, which does not flush modified metadata

Dmitriy Pavlov created IGNITE-8282:
--------------------------------------

             Summary: Direct IO: support fdatasync, which does not flush modified metadata
                 Key: IGNITE-8282
                 URL: https://issues.apache.org/jira/browse/IGNITE-8282
             Project: Ignite
          Issue Type: Improvement
          Components: persistence
            Reporter: Dmitriy Pavlov
            Assignee: Dmitriy Pavlov
             Fix For: 2.6


fsync(2) - Linux man page
fdatasync() is similar to fsync(), but does not flush modified metadata unless that metadata is needed in order to allow a subsequent data retrieval to be correctly handled.



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