Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-46635

[CX] ingestion status api does not report status of individual degraded collections or buckets

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • Morpheus
    • Cheshire-Cat
    • analytics
    • Untriaged
    • 1
    • Unknown

    Description

      There is no indication of degraded buckets or collections within a link- only overall link in the ingestion status api.

      e.g.

      produces the following v2 ingestion status:

      {
        "links": [
          {
            "name": "Local",
            "scope": "beer-sample/_default",
            "status": "healthy",
            "state": [
              {
                "timestamp": 1622216666858,
                "progress": 1,
                "scopes": [
                  {
                    "collections": [
                      {
                        "name": "_default"
                      }
                    ],
                    "name": "beer-sample/_default"
                  }
                ]
              }
            ]
          },
          {
            "name": "Local",
            "scope": "Default",
            "status": "healthy",
            "state": [
              {
                "timestamp": 1622216666858,
                "progress": 1,
                "scopes": [
                  {
                    "collections": [
                      {
                        "name": "beers"
                      }
                    ],
                    "name": "Default"
                  }
                ]
              }
            ]
          }
        ]
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            michael.blow Michael Blow
            michael.blow Michael Blow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty