This is an automated email from the ASF dual-hosted git repository.
tmaret pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git.
from 03d8900 Revert "SLING-9259 - Extract service subscriber code into
separate package (#25)"
new d53f87e SLING-9340 - keep blocking code in the DistributionSubscriber
class
new a8c8aef SLING-9340 - stop processQueue using the running flag
new b92195d SLING-9340 - Precondition to raise ISE instead of IE
new 3078830 SLING-9340 - Don't interrupt the queue processor thread
new c1d3925 SLING-9340 - Don't raise IE upon enqueue
new 33d609d SLING-9340 - Don't interrupt seeder thread
new fe471d6 SLING-9340 - Add a comments highlighting why we don't use
interrupt
The 7 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:
.../journal/impl/precondition/Precondition.java | 4 +-
.../impl/precondition/StagingPrecondition.java | 34 ++++++---
.../journal/impl/queue/impl/PubQueueCache.java | 41 ++++++-----
.../journal/impl/subscriber/BookKeeper.java | 30 ++++----
.../impl/subscriber/DistributionSubscriber.java | 81 +++++++++++++++-------
.../impl/precondition/StagingPreconditionTest.java | 3 +-
6 files changed, 122 insertions(+), 71 deletions(-)