-
Type:
Bug
-
Status: Patch Available
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Performance
-
Labels:None
Here is a [~lhofhansl] special.
When we construct the region scanner, we get our read point and then store it with the scanner instance in a Region scoped CSLM. This is done under a synchronize on the CSLM.
This synchronize on a region-scoped Map creating region scanners is the outstanding point of lock contention according to flight recorder (My work load is workload c, random reads).
- relates to
-
HBASE-16161 Remove a few unnecessary (uncontended) synchronizes
-
- Patch Available
-
- links to