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

Bo Cui edited comment on HBASE-22644 at 7/3/19 7:05 AM:
--------------------------------------------------------

In the first bit of code, a DNRIOE could happen for many reasons, right

and we have added judgment
{code:java}
if ((server != null && server.isStopped()) || (rsServices != null && 
rsServices.isStopping()))
{code}
 


was (Author: bo cui):
In the first bit of code, a DNRIOE could happen for many reasons, right

and we have added    judgment

 
{code:java}
if ((server != null && server.isStopped()) || (rsServices != null && 
rsServices.isStopping()))
{code}
 

> if region split fails, the directories of daughterRegions will not be deleted
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-22644
>                 URL: https://issues.apache.org/jira/browse/HBASE-22644
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>            Reporter: Bo Cui
>            Priority: Critical
>         Attachments: HBaseFsck.PNG, SplitTransactionImpl.PNG, log.PNG, split 
> code.PNG
>
>
> if SplitTransactionImpl#createDaughters throws DoNotRetryIOException, and 
> regionserver is stopping,the directories of daughterRegions will not be 
> deleted.
>   !split code.PNG!
> the rs log information
>   !log.PNG!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to