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

Jingyun Tian commented on HBASE-21335:
--------------------------------------

[~stack] 

Actually the waitTime is indeed the time we wait for the lock. I think it's 
better to let them match between client and server like you said before?
bq. override means override the lock? 
Override not only means skipping grab the lock, but also means skipping check 
if the regionNode contain a procedure already. 
{code}
      if(override && regionNode.getProcedure() != null) {
        regionNode.unsetProcedure(regionNode.getProcedure());
      }
{code}

bq.  If the override flag is set, then wait 1ms only
I think this is a good idea.

> Change the default wait time of HBCK2 tool
> ------------------------------------------
>
>                 Key: HBASE-21335
>                 URL: https://issues.apache.org/jira/browse/HBASE-21335
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jingyun Tian
>            Assignee: Jingyun Tian
>            Priority: Major
>         Attachments: 
> 0001-HBASE-21335-Change-the-default-wait-time-of-HBCK2-to.patch
>
>
> Currently default wait time is 0 and I add a condition check before that wait 
> time should more than 0. Thus the default wait time should be set to a number 
> that more than 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to