You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "nabarun (JIRA)" <ji...@apache.org> on 2018/10/03 21:38:25 UTC

[jira] [Closed] (GEODE-5437) Recovery of async persistent regions may result in inconsistency

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

nabarun closed GEODE-5437.
--------------------------

> Recovery of async persistent regions may result in inconsistency
> ----------------------------------------------------------------
>
>                 Key: GEODE-5437
>                 URL: https://issues.apache.org/jira/browse/GEODE-5437
>             Project: Geode
>          Issue Type: Bug
>          Components: persistence
>            Reporter: Kirk Lund
>            Assignee: Anilkumar Gingade
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The region initialized flag is written to IF file synchronously, but the data is written to CRF asynchronously, then servers may become inconsistent during recovery.
> Proposed fix:
> Async region should perform disk store flush BEFORE writing region initialized flag to the IF file.



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