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

Add NamespaceString::isPerShardNamespace method

    • Catalog and Routing
    • Sharding EMEA 2021-11-29, Sharding EMEA 2021-12-13, Sharding EMEA 2021-12-27, Sharding EMEA 2022-01-10, Sharding EMEA 2022-01-24, Sharding EMEA 2022-02-07, Sharding EMEA 2022-02-21

      When attempting to perform an internal read, we typically use our pipeline-building API to create a pipeline and attach a cursor source here, which can be either a local cursor (when running on a replica set) or a cursor which we establish via a sharded network request (when running on a shard). However, there are certain cases where the namespace we are attempting to read from is shard-local - that is, the collection exists independently on each shard - and attempting to attach a cursor source ends up incorrectly issuing a request to the remote primary shard instead, because the sharding infrastructure reports the collection as being unsharded. This has lead us to create an increasing list of exceptions for different internal namespaces as each such use-case is encountered, and in other cases to use NamespaceString::isNamespaceAlwaysUnsharded as an imperfect approximation of a check for shard-local collections.

      We should add a new helper method NamespaceString::isPerShardNamespace or isShardLocalNamespace so that we can easily determine whether a given namespace is expected to exist independently on each shard, or whether we must issue a remote request to access it.

            Assignee:
            backlog-server-catalog-and-routing [DO NOT USE] Backlog - Catalog and Routing
            Reporter:
            bernard.gorman@mongodb.com Bernard Gorman
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: