You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Joerg Hoh (Jira)" <ji...@apache.org> on 2022/01/29 11:39:00 UTC

[jira] [Updated] (SLING-11026) Distribution should use its own threadpool of scheduled events

     [ https://issues.apache.org/jira/browse/SLING-11026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joerg Hoh updated SLING-11026:
------------------------------
    Description: 
Sling distribution should use its own threadpool for scheduled events instead of the default threadpool.

affected classes:

* org.apache.sling.distribution.journal.impl.precondition.StagingPrecondition
* org.apache.sling.distribution.journal.queue.impl.PubQueueProviderImpl
* org.apache.sling.distribution.journal.impl.discovery.DiscoveryService
* org.apache.sling.distribution.packaging.impl.ResourceDistributionPackageCleanup


These scheduled jobs should use a dedicated thread-pool "org-apache-sling-distribution", for details see the [documentation|https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html#using-dedicated-thread-pools-1] 



  was:
Sling distribution should use its own threadpool for scheduled events instead of the default threadpool.

affected classes:

* org.apache.sling.distribution.journal.impl.precondition.StagingPrecondition
* org.apache.sling.distribution.journal.queue.impl.PubQueueProviderImpl
* org.apache.sling.distribution.journal.impl.discovery.DiscoveryService
* org.apache.sling.distribution.packaging.impl.ResourceDistributionPackageCleanup




> Distribution should use its own threadpool of scheduled events
> --------------------------------------------------------------
>
>                 Key: SLING-11026
>                 URL: https://issues.apache.org/jira/browse/SLING-11026
>             Project: Sling
>          Issue Type: Improvement
>          Components: Content Distribution
>    Affects Versions: Content Distribution Core 0.4.6, Content Distribution Journal Messages 0.3.0
>            Reporter: Joerg Hoh
>            Priority: Major
>
> Sling distribution should use its own threadpool for scheduled events instead of the default threadpool.
> affected classes:
> * org.apache.sling.distribution.journal.impl.precondition.StagingPrecondition
> * org.apache.sling.distribution.journal.queue.impl.PubQueueProviderImpl
> * org.apache.sling.distribution.journal.impl.discovery.DiscoveryService
> * org.apache.sling.distribution.packaging.impl.ResourceDistributionPackageCleanup
> These scheduled jobs should use a dedicated thread-pool "org-apache-sling-distribution", for details see the [documentation|https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html#using-dedicated-thread-pools-1] 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)