Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-19

CountingBloomFilter can overflow its storage

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.2.0
    • None
    • None

    Description

      The org.onelab.filter.CountingBloomFilter implementation does not check the value of a bucket before incrementing/decrementing it. The buckets in a Counting Bloom filter must not be allowed to overflow, and if they reach their maximum value, they must not be allowed to decrement. This is the only way to preserve the assumptions of the filter (without larger buckets). See: http://en.wikipedia.org/wiki/Bloom_filter#Counting_filters

      Currently, if enough values hash to a bucket, the CountingBloomFilter may begin reporting false negatives when it wraps back around to 0.

      Attachments

        1. 19-v2.patch
          7 kB
          Bryan Duxbury
        2. 19.patch
          7 kB
          Bryan Duxbury
        3. counting-overflow-fourbit.patch
          7 kB
          Stu Hood
        4. counting-overflow-fourbit.patch
          7 kB
          Stu Hood
        5. counting-overflow.patch
          0.9 kB
          Stu Hood

        Activity

          People

            Unassigned Unassigned
            stuhood Stu Hood
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: