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

Ted Yu commented on HBASE-9099:
-------------------------------

{code}
+          } catch (InterruptedException ie) {
+            LOG.error("Caught " + ie + " during 
waitOnRegionToClearRegionsInTransition");
+            throw new IOException(ie);
{code}
Should throw InterruptedIOException
                
> logReplay could trigger double region assignment
> ------------------------------------------------
>
>                 Key: HBASE-9099
>                 URL: https://issues.apache.org/jira/browse/HBASE-9099
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.98.0, 0.95.2
>            Reporter: Jeffrey Zhong
>            Assignee: Jeffrey Zhong
>         Attachments: hbase-9099.patch
>
>
> The symptom is the first region assignment submitted in SSH is in progress 
> while when am.waitOnRegionToClearRegionsInTransition times out we will 
> re-submitted another SSH which will invoke another region assignment for the 
> region. It will cause the region get stuck in RIT status.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to