-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
ALL
-
Execution Team 2023-11-13
As opposed to non-transactional writes, when a multi-statement transaction throws a writeConflict, we don't increment the writeConflicts counter in serverStatus. This can be confusing for end users since driver automatically retries transactions on writeConflicts (imagine a user sees writeConflictExceptions in a transaction being logged or even popped up to application when driver exhausts retry, but then finds out that the writeConflict counter is not updated).
- duplicates
-
SERVER-56706 Metric to count multi-document transaction write conflicts
- Closed