[ 
https://issues.apache.org/jira/browse/PHOENIX-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14049782#comment-14049782
 ] 

Simon Toens commented on PHOENIX-1053:
--------------------------------------

Patch didn't apply with "git am" but since the changes are trivial I just made 
them manually.  

Committed and pushed to master - 25adb4088d379c801b9d14592cc9107f9c2b7a5e

> 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)

Reply via email to