Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](thirdparty) Disable BRPC 1.4 contention profiler to avoid deadl…
…ock (apache#41891) BRPC contention profiler hooks pthread mutex, which may deadlock when used with Jemalloc. This PR remove pthread mutex hook and disable BRPC contention profiler.  similar issue: apache/brpc#2726 reference fix: apache/brpc#2727
- Loading branch information