Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-764

Deadlock when more than three job queues are used.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Event 2.0.2
    • Event 2.0.4
    • Extensions
    • None

    Description

      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.

      Attachments

        Activity

          People

            cziegeler Carsten Ziegeler
            cziegeler Carsten Ziegeler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: