Details
-
New Feature
-
Status: Stalled (View Workflow)
-
Critical
-
Resolution: Unresolved
-
22.08.8, 23.02.1
-
None
-
2023-11, 2023-12, 2024-1, 2024-2
Description
A shared mutex contention in FileBufferMgr::findPtr becomes visible after MCOL-5472 is resolved and VSS cache is disabled.
The mutex in findPtr controls access to LRU cache structures.
The suggested solution is to horizontally scale LRU and mutex using hash(LBID) mod scaling_factor.
Attachments
Issue Links
- is part of
-
MCOL-5460 concurrent CTE operation excessive mutex
- Stalled