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

[jira] Created: (HBASE-2623) Timeout on region open (to protect against case where a single borked region damages its table and others in the queue to be opened behind the bad one)

Timeout on region open (to protect  against case where a single borked region damages its table and others in the queue to be opened behind the bad one)
--------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HBASE-2623
                 URL: https://issues.apache.org/jira/browse/HBASE-2623
             Project: HBase
          Issue Type: Improvement
            Reporter: stack


I witnessed a case last night where a region open got stuck -- it was an idx hbase region running on 0.20.5, seems like this combo doesn't work -- and it prevented our opening other regions behind it.  We never recovered.  Both the table that had the stuck region and all tables that had regions that were in the queue behind this stuck region were now borked.  There was no way out.

Add a timeout on region open.  If a region open fails N times, put it aside.

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