[ 
https://issues.apache.org/jira/browse/HDFS-10737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yuanbo Liu updated HDFS-10737:
------------------------------
    Description: 
reproduction steps:
1. hdfs diskbalancer -plan xxx.xx(host name of datanode)
2. If plan json is created successfully, run
    hdfs diskbalancer -report -node  xxx.xx
the output info is here:
{noformat}
[DISK: volume-null] - 0.00 used: 45997/101122146304, 1.00 free: 
101122100307/101122146304, isFailed: False, isReadOnly: False, isSkip: False, 
isTransient: False.
{noformat}
{{vol.getPath()}} returns null in {{ReportCommand#handleTopReport}}

  was:
reproduction steps:
1. hdfs diskbalancer -plan xxx.xx(host name of datanode)
2. If plan json is created successfully, run
    hdfs diskbalancer -report  xxx.xx
the output info is here:
{noformat}
[DISK: volume-null] - 0.00 used: 45997/101122146304, 1.00 free: 
101122100307/101122146304, isFailed: False, isReadOnly: False, isSkip: False, 
isTransient: False.
{noformat}
{{vol.getPath()}} returns null in {{ReportCommand#handleTopReport}}


> disk balance reporter print null for the volume's path
> ------------------------------------------------------
>
>                 Key: HDFS-10737
>                 URL: https://issues.apache.org/jira/browse/HDFS-10737
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: diskbalancer, hdfs
>            Reporter: Yuanbo Liu
>            Assignee: Yuanbo Liu
>
> reproduction steps:
> 1. hdfs diskbalancer -plan xxx.xx(host name of datanode)
> 2. If plan json is created successfully, run
>     hdfs diskbalancer -report -node  xxx.xx
> the output info is here:
> {noformat}
> [DISK: volume-null] - 0.00 used: 45997/101122146304, 1.00 free: 
> 101122100307/101122146304, isFailed: False, isReadOnly: False, isSkip: False, 
> isTransient: False.
> {noformat}
> {{vol.getPath()}} returns null in {{ReportCommand#handleTopReport}}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to