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

Chandra Sekhar K commented on HBASE-28830:
------------------------------------------

we have a scenarion where a custom co-processor invokes create table procedure 
as a child procedure, the create table operation is success, but the tableĀ  
lock acquired during this procedure execution is not released. later when we 
try to disable/drop the newly created table it will wait indefinitly to acquire 
the table lock.

> when a procedure on a table executed as a child procedure, furthur table 
> procedure operations on that table are blocked forever waiting to aquire the 
> table procedure lock 
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-28830
>                 URL: https://issues.apache.org/jira/browse/HBASE-28830
>             Project: HBase
>          Issue Type: Bug
>          Components: proc-v2
>    Affects Versions: 3.0.0-beta-1, 2.5.10
>            Reporter: Chandra Sekhar K
>            Assignee: Chandra Sekhar K
>            Priority: Critical
>
> when a procedure on a table executed as a child procedure, furthur table 
> procedure operations on that table are blocked forever waiting to aquire the 
> table procedure lock .
> This issue occur due to not clearing of table lock for the table procedures 
> submitted as child procedures after the changes in HBASE-28683,



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to