Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-30744

Move dropCollection logic from ShardingCatalogClient into ShardingCatalogManager

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.2
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:
    • Fully Compatible
    • Sharding 2018-01-01, Sharding 2018-01-15, Sharding 2017-12-18, Sharding 2018-01-29

      The bulk of the dropCollection business logic currently sits in a function on the ShardingCatalogClient.

      As part of moving the dropCollection command to the config server, we should move the business logic from the ShardingCatalogClient to the ShardingCatalogManager.

      Note, the ShardingCatalogClient hierarchy is:
      ShardingCatalogClient base class
      --> child class ShardingCatalogClientImpl (the real implemenation)
      --> child class ShardingCatalogClientMock (has dummy methods)

      Moving the dropCollection function will require deleting code from all three of these classes.

      Also note, moving the dropCollection function will also require updating some unit tests.

            Assignee:
            kaitlin.mahar@mongodb.com Kaitlin Mahar
            Reporter:
            joanna.huang Joanna Huang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: