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:08 UTC

[sling-org-apache-sling-distribution-journal] branch master updated (b02e5be -> 9259904)

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

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


    from b02e5be  [maven-release-plugin] prepare for next development iteration
     add d95a933  SLING-8531 - Exponential backoff for retries
     add 266ff51  SLING-8531 - Fixes from review
     add 033eff8  SLING-8531 - Fixes from review 2
     add 6d7c4c1  SLING-8443 Synchronize
     add 67a9b11  SLING-8443 Make sure we only reset delay after a while
     add 0e5cd09  SLING-8443 Fix error
     add 4f5c896  SLING-8443 Use ThreadLocalRandom correctly. Some minor code style improvements
     new 9259904  Merge pull request #8 from apache/SLING-8531

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 create mode 100644 src/main/java/org/apache/sling/distribution/journal/impl/shared/ExponentialBackOff.java
 create mode 100644 src/test/java/org/apache/sling/distribution/journal/impl/shared/ExponentialBackoffTest.java


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

Posted by cs...@apache.org.
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(-)