You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Bahram Chehrazy (JIRA)" <ji...@apache.org> on 2019/03/19 01:30:00 UTC

[jira] [Created] (HBASE-22060) postOpenDeployTasks could send OPENED region transition state to the wrong master

Bahram Chehrazy created HBASE-22060:
---------------------------------------

             Summary: postOpenDeployTasks could send OPENED region transition state to the wrong master
                 Key: HBASE-22060
                 URL: https://issues.apache.org/jira/browse/HBASE-22060
             Project: HBase
          Issue Type: Bug
    Affects Versions: 3.0.0
            Reporter: Bahram Chehrazy
            Assignee: stack


Not much for this one yet.
I repeatedly see the cases when the region is stuck in OPENING, and after master restart RIT is recovered, and stays WAITING; its OpenRegionProcedure (also recovered) is stuck in Runnable and never does anything for hours. I cannot find logs on the target server indicating that it ever tried to do anything after master restart.

This procedure needs at the very least logging of what it's trying to do, and maybe a timeout so it unconditionally fails after a configurable period (1 hour?).
I may also investigate why it doesn't do anything and file a separate bug. I wonder if it's somehow related to the region status check, but this is just a hunch.



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