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.