You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/17 16:00:00 UTC

[jira] [Resolved] (HBASE-11369) The proceduce of interrupting current split task should be updated after HBASE-9736.

     [ https://issues.apache.org/jira/browse/HBASE-11369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-11369.
-----------------------------------------
    Resolution: Incomplete

> The proceduce of interrupting current split task should be updated after HBASE-9736.
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-11369
>                 URL: https://issues.apache.org/jira/browse/HBASE-11369
>             Project: HBase
>          Issue Type: Bug
>          Components: wal
>            Reporter: Shaohui Liu
>            Priority: Minor
>
> Before HBASE-9736, SplitLogWorker only split one hlog at a time. When the data of znode for this task is changed (task is timeouted and resigned by splitLogManager), zookeeper will notify the SplitLogWorker. If this log task is owned by other regionserver, the SplitLogWorker will interrupt current task and try to get another task.
> HBASE-9736 allow multi log splitters per RS so there will be multi current tasks running in the thread pool in SplitLogWorker.
> So the proceduce of Interrupting current split task need be updated.
> [~jeffreyz]  [~stack]



--
This message was sent by Atlassian Jira
(v8.20.7#820007)