-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2021-02-22
-
0
There is a bug described in SERVER-50971 where MongoDB observes a record, and in the same snapshot, reads the record again, but WiredTiger returns WT_NOTFOUND.
Consider adding a "double-check" behavior to collection validation. This would lookup a record immediately after validating it. We may not want to enable this by default due to the amount of extra work, but we could enable this in many of our tests.
The hope is that this extra coverage would uncover similar isolation bugs in the future.
- is related to
-
SERVER-54481 Disable double validate in collection validation
- Closed