You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/05/12 09:16:41 UTC

[jira] Created: (HBASE-2536) blocking store files count should be per-store, not per-region

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.


[jira] Resolved: (HBASE-2536) blocking store files count should be per-store, not per-region

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon resolved HBASE-2536.
--------------------------------

    Resolution: Invalid

> 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.