[
https://issues.apache.org/jira/browse/HBASE-18801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16166548#comment-16166548
]
Hadoop QA commented on HBASE-18801:
-----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 5s{color}
| {color:red} HBASE-18801 does not apply to master. Rebase required? Wrong
Branch? See https://yetus.apache.org/documentation/0.4.0/precommit-patchnames
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HBASE-18801 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12887096/HBASE-18801.master.003.patch
|
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/8628/console |
| Powered by | Apache Yetus 0.4.0 http://yetus.apache.org |
This message was automatically generated.
> 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)