[ 
https://issues.apache.org/jira/browse/HBASE-9191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737152#comment-13737152
 ] 

stack commented on HBASE-9191:
------------------------------

Is this right?

+              try {
+                getRegionPlan(regionState.getRegion(), sn, true);
+              } catch (HBaseIOException e) {
+                LOG.warn("Failed to get region plan", e);
+              }
               new ClosedRegionHandler(server, this, 
regionState.getRegion()).process();

We don't get the plan but we press ahead w/ the close anyways?


[~eclark] You good w/ this API change?
                
> Update Loadbalancer method to throw HBaseIOException
> ----------------------------------------------------
>
>                 Key: HBASE-9191
>                 URL: https://issues.apache.org/jira/browse/HBASE-9191
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Francis Liu
>            Assignee: Francis Liu
>             Fix For: 0.95.2
>
>         Attachments: HBASE-9191.patch
>
>
> Some load balancers need a way to communicate failure scenarios so the AM has 
> the opportunity to better handle them. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to