-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
1
Currently we have two namespace functions:
This two functions have duplicated code. Considering that it should always be impossible to track a namespace that is considered local to a shard (e.g. config.cache.chunks) we should be able to remove the code duplication. Theoretically we should be able to implement isNamespaceAlwaysUntracked() by re-using the isShardLocalNamespace() function internally.