Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-1645

FileCacheStore.purgeInternal() not removes empty Bucket files

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 5.1.0.CR3
    • 5.1.0.CR2
    • Loaders and Stores
    • None

    Description

      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.

      Attachments

        Activity

          People

            manik_jira Manik Surtani (Inactive)
            tfromm_jira Thomas Fromm (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: