You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Liyin Tang (JIRA)" <ji...@apache.org> on 2013/12/05 01:49:35 UTC

[jira] [Created] (HBASE-10083) [89-fb] Better error handling for the compound bloom filter

Liyin Tang created HBASE-10083:
----------------------------------

             Summary: [89-fb] Better error handling for the compound bloom filter 
                 Key: HBASE-10083
                 URL: https://issues.apache.org/jira/browse/HBASE-10083
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 0.89-fb
            Reporter: Liyin Tang
            Assignee: Liyin Tang


When RegionServer failed to load a bloom block from HDFS due to any timeout or other reasons, it threw out the exception and disable the entire bloom filter for this HFile. This behavior does not make too much sense, especially for the compound bloom filter. 

Instead of disabling the bloom filter for the entire file, it could just return a potentially false positive result (true) and keep the bloom filter available.



--
This message was sent by Atlassian JIRA
(v6.1#6144)