You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2019/07/11 14:52:09 UTC

[sling-org-apache-sling-distribution-journal] 01/01: Merge pull request #8 from apache/SLING-8531

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git

commit 9259904ceb029694b5d37345fa3c1adc42b70e67
Merge: b02e5be 4f5c896
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Thu Jul 11 16:52:04 2019 +0200

    Merge pull request #8 from apache/SLING-8531
    
    SLING-8531 - Exponential backoff for retries

 pom.xml                                            |   8 +-
 .../journal/impl/shared/ExponentialBackOff.java    | 105 +++++++++++++++++++++
 .../impl/shared/JournalAvailableChecker.java       |  75 ++++++++++-----
 .../impl/shared/ExponentialBackoffTest.java        |  80 ++++++++++++++++
 .../impl/shared/JournalAvailableCheckerTest.java   |  53 +++++++++--
 5 files changed, 288 insertions(+), 33 deletions(-)