-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 5.0.24
-
Component/s: Change streams
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
v4.4
-
QE 2024-01-22
The dbCheck command generates oplog entries which, on 5.0 but not 6.0 or later, can pass through the change stream oplog filter and generate a spurious invalidate event due to this fallback mechanism for unrecognised oplog entries. We should ensure that this and any other unknown commands are filtered out by change streams at the oplog level.
- related to
-
SERVER-85223 Add test to confirm that change stream oplog filter does not assume that op 'c' events are always on the $cmd namespace
- Backlog