You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Krishna Kumar Asawa (Jira)" <ji...@apache.org> on 2023/10/31 10:32:00 UTC

[jira] [Assigned] (HDDS-9589) [Recon] Containers info displayed on Overview page are not tallying with ozone admin cli output

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

Krishna Kumar Asawa reassigned HDDS-9589:
-----------------------------------------

    Assignee: Mohammad Arafat Khan

> [Recon] Containers info displayed on Overview page are not tallying with ozone admin cli output
> -----------------------------------------------------------------------------------------------
>
>                 Key: HDDS-9589
>                 URL: https://issues.apache.org/jira/browse/HDDS-9589
>             Project: Apache Ozone
>          Issue Type: Bug
>          Components: Ozone Recon
>            Reporter: Arun Sarin
>            Assignee: Mohammad Arafat Khan
>            Priority: Major
>
> [Recon] Open Container & Total Containers displayed on Overview page are not tallying with ozone admin cli output
> The Total Number of containers are displayed as 32 . While on checking the total number of container through ozone admin cli command it gives the output as 20
> {code:java}
> [root@host-9 hadoop-ozone]# ozone admin container list  | grep -c 'containerID'
> 20
> [root@host-9 hadoop-ozone]# ozone admin container list --state=OPEN | grep -c 'containerID'
> 20
> {code}
> Values from the /api/v1/clusterState
> {code:java}
> {"deletedDirs":0,"pipelines":15,"totalDatanodes":9,"healthyDatanodes":9,"storageReport":{"capacity":2433806340096,"used":3175155552,"remaining":2127592607744},"containers":38,"missingContainers":0,"openContainers":32,"deletedContainers":0,"volumes":2,"buckets":1,"keys":1,"keysPendingDeletion":0} {code}
> Adding screen-prints for further debugging



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org