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

SIFS Removed keys do not count towards free size

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Loaders and Stores
    • None

      SoftIndexFileStore keeps track of a files size by when a value is no longer referenced. Unfortunately, a tombstone always counts towards the file data size, when it should only count towards the file data size when there are other references to that key.

      Thus if you have a pattern of deleting a lot of keys that fill up a data file that file will never compact if the amount of data removed is greater than the compaction ratio.

              wburns@redhat.com Will Burns
              wburns@redhat.com Will Burns
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: