-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: WT2.8.0
-
Fix Version/s: WT2.9.0
-
Component/s: None
-
Labels:None
While testing MongoDB on PowerPC, we found a situation where reads were not repeatable in a transaction running at snapshot isolation. In particular, with multiple threads inserting and deleting records, we saw:
begin transaction with isolation=snapshot
|
search for ID=X, found
|
...
|
search for ID=X, not found
|
- is depended on by
-
SERVER-23517 WiredTiger changes for MongoDB 3.3.5
-
- Closed
-
-
SERVER-23682 WiredTiger changes for MongoDB 3.2.6
-
- Closed
-