[infinispan-issues] [JBoss JIRA] (ISPN-1645) FileCacheStore.purgeInternal() not removes empty Bucket files

Thomas Fromm (Created) (JIRA) jira-events at lists.jboss.org
Thu Dec 22 04:31:09 EST 2011


FileCacheStore.purgeInternal() not removes empty Bucket files
-------------------------------------------------------------

                 Key: ISPN-1645
                 URL: https://issues.jboss.org/browse/ISPN-1645
             Project: Infinispan
          Issue Type: Bug
          Components: Loaders and Stores
    Affects Versions: 5.1.0.CR2
            Reporter: Thomas Fromm
            Assignee: Manik Surtani


FileCacheStore leaves empty files inside storage directory after remove of cache entries.

During a purgeInternal (by reaper thread) these files are found, but cannot be removed because loadBucket(..) always return null, because bucketFile.length() == 0. So updateBucket(..) will never reached and these files don't get removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list