[
https://issues.apache.org/jira/browse/HBASE-20976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16564653#comment-16564653
]
Allan Yang commented on HBASE-20976:
------------------------------------
{quote}
Agree with the reopen. My fault that HBASE-20708 was marked with 2.0.2. I
should have opened a new issue for backport instead (see HBASE-20987). To be
clear, HBASE-20987 is not in branch-2.0. It seems too big of a change for a
branch-2.0 but if we are seeing issues like this one, then we should consider
it.
{quote}
[~stack], We can make a decision here, if HBASE-20708 is too big to be
back-ported, we can fix the issue here with a smaller patch
> SCP can be scheduled multiple times for the same RS
> ---------------------------------------------------
>
> Key: HBASE-20976
> URL: https://issues.apache.org/jira/browse/HBASE-20976
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: 2.0.1
> Reporter: Allan Yang
> Assignee: Allan Yang
> Priority: Major
> Fix For: 2.0.2
>
> Attachments: HBASE-20976.branch-2.0.001.patch
>
>
> SCP can be scheduled multiple times for the same RS:
> 1. a RS crashed, a SCP was submitted for it
> 2. before this SCP finish, the Master crashed
> 3. The new master will scan the meta table and find some region is still open
> on a dead server
> 4. The new master submit a SCP for the dead server again
> The two SCP for the same RS can even execute concurrently if without
> HBASE-20846…
> Provided a test case to reproduce this issue and a fix solution in the patch.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)