[
https://issues.apache.org/jira/browse/SLING-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tommaso Teofili updated SLING-3318:
-----------------------------------
Attachment: SLING-3318.patch
Attached patch for replication queue health check.
In a former version it relied on ReplicationAgent#getQueue(String) API but
that's sub optimal as it doesn't allow to go through all the existing queues
handled by each ReplicationQueueProvider, therefore this version registers all
the existing RQPs and goes through all the existing queues by calling
ReplicationQueueProvider#getAllQueues for each registered provider
> Create ReplicationQueue health check
> ------------------------------------
>
> Key: SLING-3318
> URL: https://issues.apache.org/jira/browse/SLING-3318
> Project: Sling
> Issue Type: Sub-task
> Components: Extensions
> Reporter: Tommaso Teofili
> Attachments: SLING-3318.patch
>
>
> Create a replication queue health check which monitors how many attempts the
> first item in the queue has been attempted and reports a failure if such
> number is higher than a configurable threshold
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)