[infinispan-issues] [JBoss JIRA] Issue Comment Edited: (ISPN-979) FileCacheStore should use fsync() when writing to disk
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Fri Jun 10 05:58:59 EDT 2011
[ https://issues.jboss.org/browse/ISPN-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607773#comment-12607773 ]
Manik Surtani edited comment on ISPN-979 at 6/10/11 5:57 AM:
-------------------------------------------------------------
Better to call it {{fsyncMode}}.
{code}
fsyncMode = [default|perWrite|periodic]
fsyncBufferSize = [number]
fsyncInterval // defined in millis?
{code}
was (Author: manik):
Better to call it {{fsyncMode}}.
{{fsyncMode = [default|perWrite|periodic]}}
{{fsyncBufferSize}}
{{fsyncInterval}} // defined in millis?
> FileCacheStore should use fsync() when writing to disk
> ------------------------------------------------------
>
> Key: ISPN-979
> URL: https://issues.jboss.org/browse/ISPN-979
> Project: Infinispan
> Issue Type: Feature Request
> Components: Listeners
> Affects Versions: 4.2.1.CR1
> Reporter: Manik Surtani
> Assignee: Galder ZamarreƱo
> Fix For: 5.0.0.CR5, 5.0.0.FINAL
>
>
> This would be an optional flag, offering one of 3 modes (no sync, periodic sync - e.g., every second - and sync per write).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list