You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2020/08/11 11:41:00 UTC

[jira] [Resolved] (HBASE-24855) Why Hregion's lock method is not public?

     [ https://issues.apache.org/jira/browse/HBASE-24855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viraj Jasani resolved HBASE-24855.
----------------------------------
    Resolution: Invalid

>  Why Hregion's lock method is not public?
> -----------------------------------------
>
>                 Key: HBASE-24855
>                 URL: https://issues.apache.org/jira/browse/HBASE-24855
>             Project: HBase
>          Issue Type: Wish
>            Reporter: yukunpeng
>            Priority: Trivial
>
>  
> {code:java}
> private void lock(final Lock lock) throws RegionTooBusyException, InterruptedIOException {
>   lock(lock, 1);
> }
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)