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
Fix For: 0.90.4
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