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

Kirk Lund updated GEODE-5437:
-----------------------------
    Description: 
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.


  was:
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.



> 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: Kirk Lund
>            Priority: Major
>
> 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)

Reply via email to