[DocDB] Use std::mutex for write lock in RWCLock #25391
Labels
area/docdb
YugabyteDB core features
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-14620
Description
Thread sanitizer does not understand timed_mutex, so it cannot detect related issue, such as lock order reversal.
Could use
std::mutex
when building for TSAN to turn on detection of related issues.Issue Type
kind/enhancement
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: