-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
StorEng - Refinement Pipeline
A recent changed removed the op_count check from try_rollback this seems innocuous at first but what it means is that transactions will rollback after a single operation most times. This isn't great as it reduces the overall stressfulness of the workload. We could convert those transactions to try_commit and remove try_rollback altogether so it is less confusing.
This requires discussion before it can fixed.
- is caused by
-
WT-9466 Rollback fails due to inactive txn in cppsuite-hs-cleanup-stress
- Closed