[
https://issues.apache.org/jira/browse/HDFS-12949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16299359#comment-16299359
]
Hudson commented on HDFS-12949:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13413 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13413/])
HDFS-12949. Fix findbugs warning in ImageWriter.java. (aajisaka: rev
5ab632baf52f0ecc737845051b382f68bf1385bb)
* (edit) hadoop-tools/hadoop-fs2img/pom.xml
> Fix findbugs warning in ImageWriter.java
> ----------------------------------------
>
> Key: HDFS-12949
> URL: https://issues.apache.org/jira/browse/HDFS-12949
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Akira Ajisaka
> Assignee: Akira Ajisaka
> Fix For: 3.1.0
>
> Attachments: HDFS-12949.001.patch
>
>
> There are 1 findbugs warning in hadoop-fs2img module.
> {noformat}
> OBL new
> org.apache.hadoop.hdfs.server.namenode.ImageWriter(ImageWriter$Options) may
> fail to clean up java.io.OutputStream on checked exception
> Bug type OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE (click for details)
> In class org.apache.hadoop.hdfs.server.namenode.ImageWriter
> In method new
> org.apache.hadoop.hdfs.server.namenode.ImageWriter(ImageWriter$Options)
> Reference type java.io.OutputStream
> 1 instances of obligation remaining
> Obligation to clean up resource created at ImageWriter.java:[line 184] is not
> discharged
> Path continues at ImageWriter.java:[line 185]
> Path continues at ImageWriter.java:[line 186]
> Path continues at ImageWriter.java:[line 187]
> Path continues at ImageWriter.java:[line 188]
> Remaining obligations: {OutputStream x 1}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]