Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jemalloc: Avoid blocking on background thread lock for stats.
Background threads may run for a long time, especially when the # of dirty pages is high. Avoid blocking stats calls because of this (which may cause latency spikes). see jemalloc/jemalloc#1502 cherry picked from commit 1a71533511027dbe3f9d989659efeec446915d6b
- Loading branch information