-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 5.0.25
-
Component/s: None
-
Storage Execution
-
ALL
-
Execution Team 2024-06-24, Execution Team 2024-07-22, Execution Team 2024-09-30, Execution Team 2024-10-14, Execution Team 2024-10-28, Execution Team 2024-11-11
-
(copied to CRM)
We set the storage stats that we want to report in curop here with the assumption that computeOperationStatisticsSinceLastCall() is called at the end of every operation. However, it is possible not to meet these conditions ( + this on previous versions) resulting in some operations not calling computeOperationStatisticsSinceLastCall(). When we eventually do call the method on a slow op we want to log, _sessionStatsAfterLastOperation can be stale and we end up reporting storage stats that include prior operations.
- is related to
-
SERVER-93519 Slow query txnBytesDirty can be negative
- Open
-
SERVER-96469 _fetchStorageStatsIfNecessary should always have exempt admission priority
- Open
-
SERVER-82970 Remove cursor cache from server as WiredTiger already caches cursor
- Backlog
-
SERVER-68739 Add WiredTiger session statistic without affecting slow op statistics
- Closed
- related to
-
SERVER-89115 Slow query logs could report totalOplogSlotDurationMicros >>> durationMillis
- Backlog