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

Zhihong Yu commented on HBASE-5423:
-----------------------------------

{code}
+       if (this.regionsInTransitionInRS.isEmpty()) {
+         if (!isOnlineRegionsEmpty()) {
+           LOG.info("We were exiting though online regions are not empty, 
because some regions failed closing");
{code}
I think regionsInTransitionOnRS is better name for the new Map.
The log line above exceeds 80 chars.
                
> Regionserver may block forever on waitOnAllRegionsToClose when aborting
> -----------------------------------------------------------------------
>
>                 Key: HBASE-5423
>                 URL: https://issues.apache.org/jira/browse/HBASE-5423
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: chunhui shen
>            Assignee: chunhui shen
>             Fix For: 0.94.0
>
>         Attachments: hbase-5423.patch, hbase-5423v2.patch
>
>
> If closeRegion throws any exception (It would be caused by FS ) when RS is 
> aborting, 
> RS will block forever on waitOnAllRegionsToClose().

--
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

        

Reply via email to