Description
I found LBM may manage a very large block map when tserver hold large scale data, metric like:
{ "name": "log_block_manager_blocks_under_management", "value": 7014790 }
LogBlock get/add should hold map's lock first, this is costly and will slow down statup time.
tlipcon also mentioned in https://issues.apache.org/jira/browse/KUDU-2014.
We can improve it by sharding this big map.
Attachments
Issue Links
- Blocked
-
KUDU-2014 Explore additional approaches to improve LBM startup time
- In Progress