-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding EMEA 2021-09-20, Sharding EMEA 2021-10-04
The timestamp field in CollectionType and ShardCollectionType IDL was added in 5.0 (SERVER-52768). Because it previously didn't exist in 4.4, it was marked as 'optional: true', so that we can load the collections that were already present in 4.4.
When upgrading to 5.0, the timestamp field will be added to the collections that didn't have it. This ensures that when upgrading to 5.1, we are guaranteed that all collections have a timestamp.
This ticket is to change the timestamp field in CollectionType and ShardCollectionType IDL to be required (optional: false), once 5.0 has branched out
- has to be done after
-
SERVER-58989 Make timestamp required in DatabaseVersionBase IDL
- Closed
- is depended on by
-
SERVER-59770 Use the timestamp to implement the comparison methods of ChunkVersion
- Closed