Clean up client retry policies ------------------------------ Key: HBASE-2445 URL: https://issues.apache.org/jira/browse/HBASE-2445 Project: Hadoop HBase Issue Type: Improvement Components: client Reporter: Todd Lipcon Assignee: Todd Lipcon
Right now almost all retry behavior is governed by a single parameter that determines the number of retries. In a few places, there are also conf for the number of millis to sleep between retries. This isn't quite flexible enough. If we can refactor some of the retry logic into a RetryPolicy class, we could introduce exponential backoff where appropriate, clean up some of the config, etc -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira