jay wong created PHOENIX-1053:
---------------------------------
Summary: UngroupedAggregateRegionObserver make lock unlock
Key: PHOENIX-1053
URL: https://issues.apache.org/jira/browse/PHOENIX-1053
Project: Phoenix
Issue Type: Bug
Affects Versions: 3.0.0
Reporter: jay wong
Fix For: 3.1
Attachments: PHOENIX-1053.patch
{code}
region.startRegionOperation();
try {
//do something
} finally {
innerScanner.close();
region.closeRegionOperation();
}
{code}
but when innerScanner.close() throw a exception. the lock will not be unlock .
--
This message was sent by Atlassian JIRA
(v6.2#6252)