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:37:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17175482#comment-17175482 ] 

Viraj Jasani commented on HBASE-24855:
--------------------------------------

[~yukunpeng] creating Jira is used to track any action item that an assigned contributor performs - Propose design doc, create a pull request for implementation, perform a release etc. If you have any questions for dev, you can send out an email to dev@hbase mailing list. Similarly, while using HBase, if you encountered any issue and would like other users' opinion, you can send mail to user@hbase mailing list.

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