[ https://issues.apache.org/jira/browse/PHOENIX-7326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kadir Ozdemir updated PHOENIX-7326: ----------------------------------- Fix Version/s: 5.2.1 5.3.0 > Simplify LockManager and make it more efficient > ----------------------------------------------- > > Key: PHOENIX-7326 > URL: https://issues.apache.org/jira/browse/PHOENIX-7326 > Project: Phoenix > Issue Type: Improvement > Reporter: Kadir Ozdemir > Assignee: Kadir Ozdemir > Priority: Major > Fix For: 5.2.1, 5.3.0 > > > Phoenix needs to manage its own row locking for secondary indexes. > LockManager provides this locking. The implementation of row locking was > originally copied for the most part from HRegion.getRowLockInternal > implementation. However, the current implementation is complicated. The > implementation can be simplified and its efficiency can be improved. Also the > correctness of LockManager will be easier to ensure with the simplified > implementation. -- This message was sent by Atlassian Jira (v8.20.10#820010)