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

Alex Rudyy updated QPID-7819:
-----------------------------
    Affects Version/s: 0.32
                       qpid-java-6.0.7
                       qpid-java-6.1.3
          Description: The executor service used in asynchronous message store 
recoverer is bounded by {{Integer.MAX_VALUE}}. On  brokers with thousands of 
queues and low max process limit (imposed by OS), it might cause Broker to run 
out of threads. I think we should bound the maximum number of threads by number 
of available processors.
          Component/s: Java Broker

> [Java Broker] The executor in asynchronous store recoverer is effectively 
> unbounded and might cause running out of threads
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-7819
>                 URL: https://issues.apache.org/jira/browse/QPID-7819
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.32, qpid-java-6.0.7, qpid-java-6.1.3
>            Reporter: Alex Rudyy
>
> The executor service used in asynchronous message store recoverer is bounded 
> by {{Integer.MAX_VALUE}}. On  brokers with thousands of queues and low max 
> process limit (imposed by OS), it might cause Broker to run out of threads. I 
> think we should bound the maximum number of threads by number of available 
> processors.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to