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

Hudson commented on HDFS-10693:
-------------------------------

SUCCESS: Integrated in Hadoop-trunk-Commit #10231 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/10231/])
HDFS-10693. metaSave should print blocks, not LightWeightHashSet. (shv: rev 
4d3af47f2765f6f57936d316ef2a4150b787cc97)
* 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestMetaSave.java
* 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/InvalidateBlocks.java


> metaSave should print blocks, not LightWeightHashSet
> ----------------------------------------------------
>
>                 Key: HDFS-10693
>                 URL: https://issues.apache.org/jira/browse/HDFS-10693
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: namenode
>    Affects Versions: 2.6.1
>            Reporter: Konstantin Shvachko
>            Assignee: Yuanbo Liu
>             Fix For: 2.7.4
>
>         Attachments: HDFS-10693.001.patch
>
>
> metaSave command does not print actually block info for invalid blocks. This 
> is because it is trying to print instances of {{LightWeightHashSet<Block>}}, 
> which is not informative.
> See {{InvalidateBlocks.dump()}} method.



--
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