You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2020/07/02 17:41:00 UTC

[jira] [Created] (HBASE-24673) TransitionRegionStateProcedure of non-meta regions should yield when meta is unavailable

Nick Dimiduk created HBASE-24673:
------------------------------------

             Summary: TransitionRegionStateProcedure of non-meta regions should yield when meta is unavailable
                 Key: HBASE-24673
                 URL: https://issues.apache.org/jira/browse/HBASE-24673
             Project: HBase
          Issue Type: Bug
          Components: Region Assignment
            Reporter: Nick Dimiduk
            Assignee: Nick Dimiduk


One observation from HBASE-24526 is that while meta is unavailable, other region movement procedures are getting stuck on meta RPCs. Let's make it so that non-meta transitions check the state of meta before attempting any RPCs. If meta is known unavailable, release the thread back to the scheduler.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)