-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
The snapshot checking currently tracks 512 values - see SNAP_LIST_SIZE in test/format/format.h.
We should experiment with significantly increasing that value, and also double check to make sure that test/format is doing snapshot isolation checking as expected.
We have seen cases where a WT_NOTFOUND is returned on subsequent searches in MongoDB, check the snapshot read logic in test/format to make sure it would identify such a case.