The CollectionIndexBuildsTracker and DatabaseIndexBuildsTracker are redundant with the _allIndexBuilds map we already maintain.
Every function on those classes can be replaced by some filter on the _allIndexBuilds map.
- related to
-
SERVER-47415 move data structures for tracking active index builds in IndexBuildsCoordinator into separate class
- Closed