Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-12563

Docs for SERVER-26625: Make collStats command consistent on background index reporting

      Description

      Description:

      collStats now also reports which indexes are still being built in a new field called 'indexBuilds'.
      It has the following format:
      indexBuilds: [
      'indexName1',
      ...
      ]

      The 'nindexes' field now reports the number of ready + not ready indexes instead of just the number of ready indexes.

      The 'indexDetails' field also reports not ready index details too now, in addition to ready indexes.

      Engineering Ticket Description:

      The collStats command includes indexes that are undergoing background index build in the 'indexSizes' section. It does not include them in 'nindexes' or 'indexDetails'. We should make reporting consistent, and make clear which indexes are undergoing background build (if any).

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              5 years, 4 weeks ago