-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
ALL
-
Execution Team 2024-12-09
-
200
When handling WT_ROLLBACK errors due to write conflicts, we open stats cursors in all error cases before deciding which error to throw.
These stats cursors are expensive, so we should only do so if we determine that the rollback reason was a true write conflict, and not due to cache pressure.
- is caused by
-
SERVER-94850 Add helper functions to unittest conversion of wt return codes to Status
- Closed