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

Hudson commented on HDFS-10841:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10400 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/10400/])
HDFS-10841. Remove duplicate or unused variable in appendFile(). (xiao: rev 
f6c0b7543f612de756ff0c03e9a2c6e33b496a36)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirAppendOp.java


> Remove duplicate or unused variable in appendFile()
> ---------------------------------------------------
>
>                 Key: HDFS-10841
>                 URL: https://issues.apache.org/jira/browse/HDFS-10841
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>            Priority: Minor
>             Fix For: 2.8.0, 3.0.0-alpha2
>
>         Attachments: HDFS-10841.patch
>
>
> A new findbugs warning was reported (See HDFS-10745). branch-2.8 might have 
> the same problem.
> {noformat}
> Code  Warning
> DLS   Dead store to src in 
> org.apache.hadoop.hdfs.server.namenode.FSDirAppendOp
>   .appendFile(FSNamesystem, String, FSPermissionChecker, String, String, 
> boolean, boolean)
> Bug type DLS_DEAD_LOCAL_STORE (click for details) 
> In class org.apache.hadoop.hdfs.server.namenode.FSDirAppendOp
> In method org.apache.hadoop.hdfs.server.namenode.FSDirAppendOp
>   .appendFile(FSNamesystem, String, FSPermissionChecker, String, String, 
> boolean, boolean)
> Local variable named src
> At FSDirAppendOp.java:[line 92]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to