Deadlock when more than three job queues are used.
--------------------------------------------------

                 Key: SLING-764
                 URL: https://issues.apache.org/jira/browse/SLING-764
             Project: Sling
          Issue Type: Bug
          Components: Event
    Affects Versions: Extensions Event 2.0.2
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Extensions Event 2.0.4


The current thread pool config has a limit of 10 threads with an unbounded 
queue, in this case if 10 threads are running and 
another one is about to start, this one gets queue. If more job queues are 
added, this means more permanent running threads.
As soon as there are 10 permanent running threads, no new thread is freed which 
means the queue can never get empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to