You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/06/04 01:36:02 UTC

[jira] [Created] (HBASE-11296) TableLockManager should provide API which returns whether specific table has outstanding lock

Ted Yu created HBASE-11296:
------------------------------

             Summary: TableLockManager should provide API which returns whether specific table has outstanding lock
                 Key: HBASE-11296
                 URL: https://issues.apache.org/jira/browse/HBASE-11296
             Project: HBase
          Issue Type: Task
            Reporter: Ted Yu


Currently TableLockManager provides the following API which iterates through all locks:
{code}
    public void visitAllLocks(MetadataHandler handler) throws IOException {
{code}
This JIRA is to add new API which returns whether given table has outstanding read / write lock.



--
This message was sent by Atlassian JIRA
(v6.2#6252)