[infinispan-issues] [JBoss JIRA] Commented: (ISPN-979) FileCacheStore should use fsync() when writing to disk
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Fri Jun 10 05:49:59 EDT 2011
[ https://issues.jboss.org/browse/ISPN-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607769#comment-12607769 ]
Galder Zamarreño commented on ISPN-979:
---------------------------------------
Yeah, default sync is a much better name.
Configuration wise, we'd add this:
- sync or syncMode: 'defaultSync', 'syncPerWrite', 'periodicSync'
- bufferSize: applicable for 'defaultSync' and 'periodicSync'
- syncInterval: applicable for 'periodicSync' (hides an scheduled executor behind)
> 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