[
https://issues.apache.org/jira/browse/HBASE-19635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16304250#comment-16304250
]
Duo Zhang commented on HBASE-19635:
-----------------------------------
I do not think a timer is suitable here, the should complete the procedure
ASAP. Maybe we can put it into the heartbeat thread but the logic may be
complicated.
A whole thread is the easiest way for now and it will not cost too much. And
since later other operations such as ACL change, snapshot will also use this
framework, I think an extra thread is worth? And we can still merge it into the
heartbeat thread in the future.
Thanks.
> Introduce a thread at RS side to call reportProcedureDone
> ---------------------------------------------------------
>
> Key: HBASE-19635
> URL: https://issues.apache.org/jira/browse/HBASE-19635
> Project: HBase
> Issue Type: Sub-task
> Components: proc-v2
> Reporter: Duo Zhang
>
> So that we can do some batching and also prevent blocking too many threads
> when HMaster is temporary done.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)