-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-11-14
-
5
The all_durable timestamp is maintained by the storage engine and may move backward. In the MongoDB integration with WT, we keep track of the highest seen all_durable and use that instead if the all_durable returned from WT is lower. This behavior was previously necessary due to ghost timestamps. Now with ghost timestamps having given up the ghost, we should be able to remove this and simply always return the all_durable that WT reports.
- related to
-
SERVER-45147 "Ghost" timestamp must set transaction to unordered
- Closed
-
SERVER-71148 AllDurableTimestamp test does not enforce proper all_durable semantics
- Closed