[
https://issues.apache.org/jira/browse/HDDS-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siyao Meng updated HDDS-7248:
-----------------------------
Fix Version/s: 1.3.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Recon: Expand the container status page to show all unhealthy container states
> ------------------------------------------------------------------------------
>
> Key: HDDS-7248
> URL: https://issues.apache.org/jira/browse/HDDS-7248
> Project: Apache Ozone
> Issue Type: Sub-task
> Reporter: Siyao Meng
> Assignee: smita
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.3.0
>
>
> We should add {{UNDER_REPLICATED}}, {{OVER_REPLICATED}}, {{MIS_REPLICATED}}
> containers to the Recon Web UI the same way as missing containers are
> displayed nowadays in Recon. The data is already being collected and stored
> in Recon (see the comment link below). The bankend API might need to be
> slightly modified, or just copy and paste the existing missing container API
> and change slightly.
> We could display them on the same page, with a filter to filter the unhealthy
> container states.
> {code}
> /**
> * ENUM describing the allowed container states which can be stored in the
> * unhealthy containers table.
> */
> public enum UnHealthyContainerStates {
> MISSING,
> UNDER_REPLICATED,
> OVER_REPLICATED,
> MIS_REPLICATED,
> ALL_REPLICAS_UNHEALTHY
> }
> {code}
> See [this
> comment|https://issues.apache.org/jira/browse/HDDS-7098?focusedCommentId=17607988&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17607988]
> for the context.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]