-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Diagnostics, Replication
-
Replication
We want to track a global map of transaction abort causes in ServerTransactionsMetrics. This will be a map of type std::map<Status, long long>. We will already be saving the status code for aborted transactions on the Session, so, whenever a transaction aborts, we will need to increment the counter entry in the map for that particular status.
- depends on
-
SERVER-35411 Add abortCause argument to abortActiveTransaction and save it on the session
- Backlog
- is depended on by
-
SERVER-35459 Add abortCause counts to serverStatus output
- Backlog