You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Marius Petria (JIRA)" <ji...@apache.org> on 2015/05/07 13:24:59 UTC

[jira] [Resolved] (SLING-4699) Shared packages can be lost due to concurrency in multiple queues

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

Marius Petria resolved SLING-4699.
----------------------------------
    Resolution: Fixed

Committed revision 1678168.


Resolved by folding a temporary reference to the package until it is added to all queues.

> Shared packages can be lost due to concurrency in multiple queues
> -----------------------------------------------------------------
>
>                 Key: SLING-4699
>                 URL: https://issues.apache.org/jira/browse/SLING-4699
>             Project: Sling
>          Issue Type: Bug
>          Components: Distribution
>    Affects Versions: Content Distribution Core 0.1.1
>            Reporter: Marius Petria
>            Assignee: Marius Petria
>             Fix For: Content Distribution Core 0.1.2
>
>
> When adding a package to multiple queues the following can happen:
> 1. add package to queue1 and acquire it for queue1
> 2. package in queue1 is distributed and released and deleted
> 3. add package to queue2 and acquire fails because the package is already deleted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)