You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2012/06/01 07:43:31 UTC

[jira] [Commented] (HBASE-6016) ServerShutdownHandler#processDeadRegion could return false for disabling table regions

    [ https://issues.apache.org/jira/browse/HBASE-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287182#comment-13287182 ] 

Hudson commented on HBASE-6016:
-------------------------------

Integrated in HBase-0.94-security #33 (See [https://builds.apache.org/job/HBase-0.94-security/33/])
    HBASE-6016 ServerShutdownHandler#processDeadRegion could return false for disabling table regions (Revision 1344512)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/handler/ServerShutdownHandler.java

                
> ServerShutdownHandler#processDeadRegion could return false for disabling table regions
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-6016
>                 URL: https://issues.apache.org/jira/browse/HBASE-6016
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>            Reporter: chunhui shen
>            Assignee: chunhui shen
>             Fix For: 0.94.1
>
>         Attachments: HBASE-6016.patch
>
>
> {code}
>    * @return Returns true if specified region should be assigned, false if not.
>    * @throws IOException
>    */
>   public static boolean processDeadRegion(HRegionInfo hri, Result result,
>       AssignmentManager assignmentManager, CatalogTracker catalogTracker)
> {code}
> For the disabling region, I think we needn't assign it , and processDeadRegion could return false.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira