Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-7140 Ozone Recon UI and Functionality Improvements
  3. HDDS-7248

Recon: Expand the container status page to show all unhealthy container states

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • None

    Description

      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.

        /**
         * 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
        }
      

      See this comment for the context.

      Attachments

        Issue Links

          Activity

            People

              smitha.joshi@cloudera.com smita
              smeng Siyao Meng
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: