-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding 2020-02-10, Sharding 2020-02-24, Sharding 2020-03-09
As part of the Make Migration Commit Protocol Robust to Network Errors and Failovers Epic, the CollectionShardingState interface will change, and to ease out and track the changes we'll make some assurances to the usage of the interface. The getCurrentMetadata function is used in several parts of the code to check for collection keys format and limits. Renaming the function will help to logically group this usage and separate it from calls that filter information (there is another ticket to rename getOrphansFilter).
The return type must also fit the intended usage of the function, that is, only information about the sharded key should be accessed from this interface.
- has to be done before
-
SERVER-46583 Make count command use OwnershipFilter instead of CollectionDescription
- Closed
- is depended on by
-
SERVER-32198 Missing collection metadata on the shard implies both UNSHARDED and "metadata not loaded yet"
- Closed
-
SERVER-45781 Throw Stale Shard Version when collection is unknown on getCollectionDescription
- Closed