[ 
https://issues.apache.org/jira/browse/HBASE-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joseph updated HBASE-16209:
---------------------------
    Description: Related to HBASE-16138. As of now we currently have no pause 
between retrying failed region open requests. And with a low maximumAttempt 
default, we can quickly use up all our regionOpen retries if the server is in a 
bad state. I added in a ExponentialBackOffPolicy so that we spread out the 
timing of our open region retries in AssignmentManager.   (was: Related to 
HBASE-16138. As of now we currently have no pause between retrying failed 
region open requests. And with a low maximumAttempt default, we can quickly use 
up all our regionOpen retries if the server is in a bad state. I added in a 
ExponentialBackOffPolicy so that we spread out the timing of our open region 
retries in AssignmentManager. Posted a diff review at 
https://reviews.apache.org/r/50011/)

> Provide an ExponentialBackOffPolicy sleep between failed region open requests
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-16209
>                 URL: https://issues.apache.org/jira/browse/HBASE-16209
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Joseph
>            Assignee: Joseph
>
> Related to HBASE-16138. As of now we currently have no pause between retrying 
> failed region open requests. And with a low maximumAttempt default, we can 
> quickly use up all our regionOpen retries if the server is in a bad state. I 
> added in a ExponentialBackOffPolicy so that we spread out the timing of our 
> open region retries in AssignmentManager. 



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

Reply via email to