[
https://issues.apache.org/jira/browse/GEODE-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Darrel Schneider resolved GEODE-5437.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.7.0
> 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)