You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Joseph (JIRA)" <ji...@apache.org> on 2016/07/11 17:59:11 UTC

[jira] [Created] (HBASE-16209) Retry opening a region in AssignmentManager if RPC fails

Joseph created HBASE-16209:
------------------------------

             Summary: Retry opening a region in AssignmentManager if RPC fails
                 Key: HBASE-16209
                 URL: https://issues.apache.org/jira/browse/HBASE-16209
             Project: HBase
          Issue Type: Bug
            Reporter: Joseph
            Assignee: Joseph


Currently AssignmentManager.assign(RegionState state, boolean forceNewPlan) returns immediately after calling serverManager.sendRegionOpen(plan.getDestination(), region, favoredNodes). It never checks the returned RegionOpeningState for success. We should retry if this occurs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)