Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contention: properly protect AddContentionEvent by mutex
Whenever we're adding a contention event to the registry, we need to acquire the lock. Previously, we correctly did so for SQL keys but forgot to do so for non-SQL keys (the support for which has been recently added). This commit fixes that issue. Release note: None (no stable release with the bug)
- Loading branch information