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

Hudson commented on HBASE-18801:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-2.0 #513 (See 
[https://builds.apache.org/job/HBase-2.0/513/])
HBASE-18801 Bulk load cleanup may falsely deem file deletion successful (tedyu: 
rev 42f140d9fb803b17953a1113b251540be9e3f96f)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SecureBulkLoadManager.java


> Bulk load cleanup may falsely deem file deletion successful
> -----------------------------------------------------------
>
>                 Key: HBASE-18801
>                 URL: https://issues.apache.org/jira/browse/HBASE-18801
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Reid Chan
>         Attachments: HBASE-18801.master.001.patch, 
> HBASE-18801.master.002.patch, HBASE-18801.master.003.patch
>
>
> Toward the cleanupBulkLoad() method:
> {code}
>     fs.delete(new Path(request.getBulkToken()), true);
> {code}
> The return value from delete() call is ignore, potentially leading to file 
> lying around after the cleanup.
> This applies to all branches.
> Discovered when investigating bulk load test failure.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to