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

Cleanup KeysCollectionCacheReader/AndUpdater

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.2
    • Affects Version/s: 3.5.7
    • Component/s: Sharding
    • Labels:
    • Fully Compatible
    • Sharding 2018-02-12

      This refactor ticket aims to split KeysCollectionCacheReaderAndUpdater into KeyGenerator and KeysCollectionCacheReader. To achieve this, we need to:

      • Remove existing KeysCollectionCache.
      • rename KeysCollectionCacheReader to KeysCollectionCache
      • rename KeysCollectionCacheReaderAndUpdater to KeyGenerator
      • change existing code in KeysCollectionManager to always have a KeysCollectionCache and create a KeyGenerator in here and destroy in here

      change KeysCollectionCacheReaderAndUpdater to the following api:

      class KeyGenerator {
          Status generateNewKeysIfNeeded(OperationContext* opCtx);
          // removed the getKey methods, existing callers should call the KeysCollectionCache instance instead.
      };
      

            Assignee:
            blake.oler@mongodb.com Blake Oler
            Reporter:
            randolph@mongodb.com Randolph Tan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: