-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Minor - P4
-
None
-
Affects Version/s: 4.4.0
-
Component/s: None
-
ALL
-
Query 2020-10-19
I tried creating a change stream with a start at operation time that is surely not in the oplog (1 second past epoch):
MongoDB Enterprise mongos> db.foo.watch([],{startAtOperationTime:Timestamp(1,0)})
This change stream appears to be accepted by the server without errors.
I expected to receive an error if I requested a start time that was not in the oplog.
- related to
-
SERVER-32496 Start tailing from the beginning of changes history
- Backlog
-
SERVER-48523 Unconditionally check the first entry in the oplog when attempting to resume a change stream
- Closed