Skip to content

Issue 527: Introduce backoff and retry utilities#528

Closed
hellostreaming wants to merge 1 commit intoapache:masterfrom
hellostreaming:retries_backoff
Closed

Issue 527: Introduce backoff and retry utilities#528
hellostreaming wants to merge 1 commit intoapache:masterfrom
hellostreaming:retries_backoff

Conversation

@hellostreaming
Copy link
Contributor

Descriptions of the changes in this PR:
Mainly want to Introduce backoff and retires utilities:
Backoff implements various backoff strategiesis, and id intended to determine the duration after which a task is to be retried.
Retries is a util class for supporting retries with customized backoff.


Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    <Issue # or BOOKKEEPER-#>: Description of pull request
    e.g. Issue 123: Description ...
    e.g. BOOKKEEPER-1234: Description ...
  • Make sure tests pass via mvn clean apache-rat:check install findbugs:check.
  • Replace <Issue # or BOOKKEEPER-#> in the title with the actual Issue/JIRA number.

@asfgit
Copy link

asfgit commented Sep 29, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/bookkeeper-precommit-pullrequest-docker/51/

Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM

@eolivelli eolivelli changed the title Issue 527: Introduce backoff and retires utilities Issue 527: Introduce backoff and retry utilities Oct 3, 2017
@eolivelli eolivelli added this to the 4.6.0 milestone Oct 3, 2017
@eolivelli eolivelli closed this in 8399707 Oct 3, 2017
@hellostreaming hellostreaming deleted the retries_backoff branch October 5, 2017 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants