Description
Currently, StorageContainerManager uses ReentrantLock for synchronization. We can replace this with ReentrantReadWriteLock to get better performance.
Attachments
Attachments
Issue Links
- is required by
-
HDDS-462 Optimize ContainerStateMap#getMatchingContainerIDs in SCM
- Resolved