-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Query Execution 2021-07-26
In SERVER-57792 we changed DSCSCheckInvalidate to throw the resume token up to DSCSEnsureResumeTokenPresent when starting after an invalidation event. However, when this happens we do not clear the value of the _startAfterInvalidate field; if the next thing the stream sees is another invalidating command, we will swallow it instead of invalidating the stream.