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

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

yukunpeng created HBASE-24855:
---------------------------------

             Summary:  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


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