You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/09/28 01:04:32 UTC

[jira] Resolved: (HBASE-3030) The return code of many filesystem operations are not checked

     [ https://issues.apache.org/jira/browse/HBASE-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-3030.
--------------------------

     Hadoop Flags: [Reviewed]
    Fix Version/s: 0.90.0
       Resolution: Fixed

Committed.  Thanks for the nice patch Dhruba.

> 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
>             Fix For: 0.90.0
>
>         Attachments: fsErrorCodeCheck.txt
>
>
> 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.