You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Siyao Meng (Jira)" <ji...@apache.org> on 2022/09/21 22:53:00 UTC

[jira] [Created] (HDDS-7248) Recon: Expand the container status page to show all unhealthy container states

Siyao Meng created HDDS-7248:
--------------------------------

             Summary: 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


{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: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org