You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Yongjun Zhang (JIRA)" <ji...@apache.org> on 2016/09/28 05:47:21 UTC

[jira] [Created] (HDFS-10919) Provide admin/debug tool to dump out info of a given block

Yongjun Zhang created HDFS-10919:
------------------------------------

             Summary: Provide admin/debug tool to dump out info of a given block
                 Key: HDFS-10919
                 URL: https://issues.apache.org/jira/browse/HDFS-10919
             Project: Hadoop HDFS
          Issue Type: New Feature
          Components: hdfs
            Reporter: Yongjun Zhang


We have fsck to find out blocks associated with a file, which is nice. Sometimes, we saw trouble with a specific block, we'd like to collect info about this block, such as
* what file this block belong to, 
* where the replicas of this block are located, 
* whether the block is EC coded; 
* if a block is EC coded, whether it's a data block, or code
* if a block is EC coded, what's the codec.
* if a block is EC coded, what's the block group
* for the block group, what are the other blocks

Create this jira to provide such a util, as dfsadmin, or a debug tool.

Thanks.





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

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