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

Hudson commented on HBASE-4186:
-------------------------------

Integrated in HBase-TRUNK #2110 (See 
[https://builds.apache.org/job/HBase-TRUNK/2110/])
    HBASE-4186  No region is added to regionsInTransitionInRS

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* 
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java


> No region is added to regionsInTransitionInRS
> ---------------------------------------------
>
>                 Key: HBASE-4186
>                 URL: https://issues.apache.org/jira/browse/HBASE-4186
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.3
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.90.5
>
>         Attachments: 4186.txt
>
>
> We have a skip list set called regionsInTransitionInRS (introduced in 
> HBASE-3741) where we try to maintain a list to know the currently processing 
> regions for closing and opening.
> In open region handler we are trying to throw an error if the regions are in 
> transition on that RS when we get an open call for the same region.
> But we are not adding the region into the set anywhere.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to