[
https://issues.apache.org/jira/browse/HDFS-12631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaoyu Yao updated HDFS-12631:
------------------------------
Attachment: HDFS-12631-HDFS-7240.001.patch
> Ozone: ContainerStorageLocation#scmUsage should count only SCM usage
> ---------------------------------------------------------------------
>
> Key: HDFS-12631
> URL: https://issues.apache.org/jira/browse/HDFS-12631
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: scm
> Affects Versions: HDFS-7240
> Reporter: Xiaoyu Yao
> Assignee: Xiaoyu Yao
> Labels: ozoneMerge
> Attachments: HDFS-12631-HDFS-7240.001.patch
>
>
> Currently the ContainerStorageLocation#ContainerStorageLocation does not
> resolve to the actual container prefix before passing it to
> CachingGetSpaceUsed for calculation. As a result of that, if SCM datanode is
> running along with HDFS datanode, the HDFS datanode usage will be included in
> scmUsage too, which is incorrect. This ticket is opened to fix it.
> {code}
> this.scmUsage = new CachingGetSpaceUsed.Builder().setPath(dataDir)
> .setConf(conf)
> .setInitialUsed(loadScmUsed())
> .build();
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]