[ 
https://issues.apache.org/jira/browse/GEODE-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15481126#comment-15481126
 ] 

Swapnil Bawaskar commented on GEODE-615:
----------------------------------------

Using {{gemfire.syncWrites}} system property results in {{rwd}} mode to be used 
instead of {{rw}} for the file. If one does not want another disk store to pay 
the penalty of {{syncWrites}}, one could make sure that all regions that write 
to it are configured for async persistence. This way the application put is 
async, but the flush will make sure that data is written to disk, not just the 
file system.

> Allow different disk buffer flush behaviors per disk store (instead of per 
> node)
> --------------------------------------------------------------------------------
>
>                 Key: GEODE-615
>                 URL: https://issues.apache.org/jira/browse/GEODE-615
>             Project: Geode
>          Issue Type: Improvement
>          Components: persistence
>            Reporter: Carlos Marquez
>            Priority: Minor
>
> Currently it is possible to change how Geode flushes the disks buffers using 
> -Dgemfire.syncWrites=true, but this is a system level setting. Ideally this 
> should be a per-disk setting that will allow the user to configure 
> synchronous flush on some disks only depending on the need.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to