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

Rename the per-shard filtering information cache collections to be prefixed with `config.cache`

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.6.0-rc1
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:
      None
    • Minor Change
    • Sharding 2017-10-23, Sharding 2017-11-13

      Currently the per-shard filtering information collections are all directly under the config database and are called config.collections and config.chunks. Since these collections are internal and somewhat transient (as in backup/restore ignores them), this naming causes confusion with similarly-named collection on the config server, which are critical because they contain the cluster routing metadata.

      Because of this, we should rename them to a prefix which removes confusion with the config server's collections.

      Proposed names are:

      • config.cache.collections
      • config.cache.chunks

            Assignee:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Reporter:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: