You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ilya Lantukh (JIRA)" <ji...@apache.org> on 2018/02/19 15:38:00 UTC

[jira] [Created] (IGNITE-7754) WAL in LOG_ONLY mode doesn't execute fsync on checkpoint begin

Ilya Lantukh created IGNITE-7754:
------------------------------------

             Summary: WAL in LOG_ONLY mode doesn't execute fsync on checkpoint begin
                 Key: IGNITE-7754
                 URL: https://issues.apache.org/jira/browse/IGNITE-7754
             Project: Ignite
          Issue Type: Bug
            Reporter: Ilya Lantukh
            Assignee: Ilya Lantukh


On checkpoint begin method IgniteWriteAheadLogManager.fsync(WALPointer ptr) will be called, but it won't actually perform fsync because mode isn't FSYNC. It might lead to LFS corruption if OS or hardware failed until checkpoint had been finished.



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