-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
The following fields of VectorClock need to be persisted in order to be eventually recovered:
- Config opTime
- Topology opTime (soon to be integrated in SERVER-47406)
The idea is to create a VectorClockDocument containing both fields under the config.system.version collection.
- Define the VectorClockDocument schema in an IDL file
- Add .h/.cpp generation to Scons file
- is depended on by
-
SERVER-48717 Implement the persist/recover functionalities of the VectorClock
- Closed