You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2019/04/08 17:53:58 UTC

[hadoop] branch branch-2.9 updated: HDFS-14414. Clean up findbugs warning in branch-2. Contributed by Dinesh Chitlangia.

This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.9 by this push:
     new 64e985f  HDFS-14414. Clean up findbugs warning in branch-2. Contributed by Dinesh Chitlangia.
64e985f is described below

commit 64e985f54f7a11d52e3d974e4fedcd43e38d0600
Author: Dinesh Chitlangia <dc...@cloudera.com>
AuthorDate: Mon Apr 8 10:45:03 2019 -0700

    HDFS-14414. Clean up findbugs warning in branch-2. Contributed by Dinesh Chitlangia.
    
    Signed-off-by: Wei-Chiu Chuang <we...@apache.org>
    (cherry picked from commit 66ac00312886efe350745b0b5077a4c89b3c78c3)
---
 .../org/apache/hadoop/hdfs/server/namenode/FSImageFormatPBINode.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormatPBINode.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormatPBINode.java
index 4bed197..deb697d 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormatPBINode.java
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormatPBINode.java
@@ -620,7 +620,6 @@ public final class FSImageFormatPBINode {
     }
 
     private void save(OutputStream out, INodeSymlink n) throws IOException {
-      SaverContext state = parent.getSaverContext();
       INodeSection.INodeSymlink.Builder b = INodeSection.INodeSymlink
           .newBuilder()
           .setPermission(buildPermissionStatus(n))


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org