-
Type: Technical Debt
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
The documentation says:
The durable_timestamp is not changed when the application calls the WT_CONNECTION::rollback_to_stable
method, and should be reset by the application in that case.
but there's this code in the txn/txn_rollback_to_stable.c:__rollback_to_stable() function:
/* Rollback the global durable timestamp to the stable timestamp. */
txn_global->has_durable_timestamp = txn_global->has_stable_timestamp;
txn_global->durable_timestamp = txn_global->stable_timestamp;
- duplicates
-
WT-9200 global durable timestamp should not be bound to stable
- Closed