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

Lars Hofhansl commented on HBASE-6522:
--------------------------------------

@Stack: Yep, because that is all a RegionObserver can see (through the 
RegionCoprocessorEnvironment). I think it also makes sense, because it is a 
service provided by the RegionServer.
                
> Expose locks and leases to Coprocessors
> ---------------------------------------
>
>                 Key: HBASE-6522
>                 URL: https://issues.apache.org/jira/browse/HBASE-6522
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>         Attachments: 6522.txt
>
>
> Currently it is not possible for CP to implement any of checkAndMutate type 
> operations, because coprocessor have no way create a lock, because getLock is 
> private HRegion (interestingly ReleaseLock is public).
> In addition it would nice if Coprocessor could hook into the RegionServers' 
> Lease management.
> Here I propose two trivial changes:
> # Make HRegion.getLock public
> # Add {code}Leases getLeases(){code} to RegionServerServices (and hence to 
> HRegionServer)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to