You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2013/07/08 22:43:49 UTC

[jira] [Created] (HBASE-8896) Refactor RetryCounter so it is generally useful

stack created HBASE-8896:
----------------------------

             Summary: Refactor RetryCounter so it is generally useful
                 Key: HBASE-8896
                 URL: https://issues.apache.org/jira/browse/HBASE-8896
             Project: HBase
          Issue Type: Improvement
            Reporter: stack
            Assignee: stack
             Fix For: 0.95.2


RetryCounter is a useful looking endeavor that is half done.   Notion is a class to manage retry and the sleep between retries.  We retry everywhere so this could save code.  There is a half-done factory too that is used currently just by RecoverableZooKeeper.  The factory only produces one RetryCounter type.  It's purpose seems to be just save on having to have configs available everywhere we want to do retrying.

--
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