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

Investigate changes in SERVER-14126: View information about the migration cleanup tasks

      Description

      Downstream Change Summary

      mongod shards only
      Added a new field under shardingStatistics called 'rangeDeleterTasks'. It is an array that looks like this:
      [\{shardedNs: <num>}, ...]

      where <num>is the number of queued active range deleter tasks for that collection. Note that active here means that they are ready to run or running (ie, does not include pending tasks waiting for cursors to go away)

      Description of Linked Ticket

      Now that we don't print any status information about migration cleanups in the logs anymore, we should have a way to track at least the number of active cleanups.

      One way is to expose getDeleter()>getStats()>getCurrentDeletes() in the server status.

      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:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              3 years, 51 weeks, 1 day ago