blocking store files count should be per-store, not per-region
--------------------------------------------------------------

                 Key: HBASE-2536
                 URL: https://issues.apache.org/jira/browse/HBASE-2536
             Project: Hadoop HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 0.20.4
            Reporter: Todd Lipcon
            Priority: Critical


The hbase.hstore.blockingStoreFiles threshold is currently across the entire 
region, which means that if the number of column families multiplied by 
hbase.hstore.compactionThreshold is greater than the threshold, writes will 
freeze up, since we neither flush nor compact.

We should set this threshold per store, not per region, probably.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to