Kadir Ozdemir created PHOENIX-7326:
--------------------------------------
Summary: 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
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)