[infinispan-issues] [JBoss JIRA] Created: (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:33:23 EDT 2011


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