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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)