-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Transactions
-
None
-
Storage Engines, Storage Engines - Transactions
-
SE Transactions - 2025-10-10
-
3
We have enabled timestamped truncate for mongodb. Therefore, we can enable the timestamp usage check for fast truncate.
case WT_TXN_OP_REF_DELETE: /* * For non-standalone builds, skip truncate commit timestamp validation, as MongoDB * doesn't use timestamps with truncate operations. */ #ifdef WT_STANDALONE_BUILD WT_ERR(__wt_txn_op_set_timestamp(session, op, true)); #else WT_ERR(__wt_txn_op_set_timestamp(session, op, false)); #endif
- is related to
-
WT-15608 Aggregated timestamp validation can fail with a 0 timestamped page deleted structure
-
- Closed
-