-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Replication
There is a need for Mongosync to query the earliest timestamp on the source cluster, from which it can open a change stream. In the sharding cluster case, it would require Mongosync to know
max(<ts of oldest oplog entry> for each shard)
After a discussion with Max and Bernard here , we found there is currently no good way to do it. We will need a special command to allow mongos to return this value.