]
Sanne Grinovero updated ISPN-1203:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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: