[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1203) FileCacheStore doesn't need to flush metadata before each read
Sanne Grinovero (JIRA)
jira-events at lists.jboss.org
Sun Jun 26 17:35:23 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sanne Grinovero updated ISPN-1203:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/407
> FileCacheStore doesn't need to flush metadata before each read
> --------------------------------------------------------------
>
> Key: ISPN-1203
> URL: https://issues.jboss.org/browse/ISPN-1203
> Project: Infinispan
> Issue Type: Enhancement
> Components: Loaders and Stores
> Reporter: Sanne Grinovero
> Assignee: Sanne Grinovero
> Fix For: 5.0.0.CR7
>
>
> The FileChannel flush operation takes an option to flush the file contents only or flush metadata too, which needs at least an additional IO operation for each read.
> As we're only flushing and not closing the file we can skip this operation.
--
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