-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
ALL
-
Server Security 2025-07-04, Server Security 2025-07-20
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently, we perform some stat updates inside transactions, specifically around compact and cleanup. This means that if the transaction is aborted and retried, we sometimes double-count operations in stats. To resolve this, we should update stats outside of transactions.