Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-6741

ThreadPoolExecutors used for virtual host IO / port IO do not scale above minimum pool size

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • qpid-java-6.0
    • qpid-java-6.0
    • Broker-J
    • None

    Description

      NetworkConnectionScheduler uses a java.util.concurrent.ThreadPoolExecutor to service AMQP IO. The intention is that the executor will dynamically scale the number of threads in the pool as load increases until a maximum is reached and then at that point requests will be queue. However, TPE, out of the box, does not offer such behaviour. When used with a unbounded queue, TPE will never increase the threads beyond the core size.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kwall Keith Wall
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: