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

dhruba borthakur commented on HBASE-3030:
-----------------------------------------

The handling of these errors become all the more important when the Hadoop 
Namenode fails over from primary to the standby.

> The return code of many filesystem operations are not checked
> -------------------------------------------------------------
>
>                 Key: HBASE-3030
>                 URL: https://issues.apache.org/jira/browse/HBASE-3030
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>            Reporter: dhruba borthakur
>            Assignee: dhruba borthakur
>
> The region server makes call delete/rename/mkdir calls to the FileSystem. 
> These calls return true or false depending on whether the operation was 
> performed successfully or not. Region server should check these return 
> values, and either throw an exception or log it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to