You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2013/06/05 17:56:20 UTC

[jira] [Created] (SLING-2906) Queue might be outdated and closed while still processing

Carsten Ziegeler created SLING-2906:
---------------------------------------

             Summary: Queue might be outdated and closed while still processing
                 Key: SLING-2906
                 URL: https://issues.apache.org/jira/browse/SLING-2906
             Project: Sling
          Issue Type: Bug
          Components: Extensions
    Affects Versions: Extensions Event 3.1.4
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Extensions Event 3.2.0


Though this might rarely happen, there is a potential that a queue gets outdated and closed although it's still processing:
There is a little time window, once the last job is taken from the queue until the processing starts - during this window, the queue is empty and the list of jobs in processing is empty as well. If the call for marking the queue arrives during exactly this window, the queue will be outdated. Now if the next call to close the queue arrives in a similar window, the queue will be closed although there are still jobs in processing

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira