[
https://issues.apache.org/jira/browse/HDFS-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira AJISAKA updated HDFS-7551:
--------------------------------
Description:
There is a findbug warning in
https://builds.apache.org/job/PreCommit-HDFS-Build/9080//artifact/patchprocess/newPatchFindbugsWarningshadoop-hdfs.html
,
{code}
Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
In class org.apache.hadoop.hdfs.server.namenode.TransferFsImage
In method
org.apache.hadoop.hdfs.server.namenode.TransferFsImage.deleteTmpFiles(List)
Called method java.io.File.delete()
At TransferFsImage.java:[line 577]
{code}
seems to me it came from https://issues.apache.org/jira/browse/HDFS-7373 's
change
was:seems to me it came from
https://issues.apache.org/jira/browse/HDFS-7373's change
> Fix the new findbugs warning from TransferFsImage
> -------------------------------------------------
>
> Key: HDFS-7551
> URL: https://issues.apache.org/jira/browse/HDFS-7551
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: namenode
> Affects Versions: 2.7.0
> Reporter: Liang Xie
> Assignee: Liang Xie
> Priority: Minor
> Attachments: HDFS-7551-001.txt
>
>
> There is a findbug warning in
> https://builds.apache.org/job/PreCommit-HDFS-Build/9080//artifact/patchprocess/newPatchFindbugsWarningshadoop-hdfs.html
> ,
> {code}
> Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
> In class org.apache.hadoop.hdfs.server.namenode.TransferFsImage
> In method
> org.apache.hadoop.hdfs.server.namenode.TransferFsImage.deleteTmpFiles(List)
> Called method java.io.File.delete()
> At TransferFsImage.java:[line 577]
> {code}
> seems to me it came from https://issues.apache.org/jira/browse/HDFS-7373 's
> change
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)