You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2007/11/27 20:32:43 UTC

[jira] Created: (GERONIMO-3634) Default thread pool is misconfigured

Default thread pool is misconfigured
------------------------------------

                 Key: GERONIMO-3634
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3634
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: core
    Affects Versions: 2.0.x, 2.1
            Reporter: Jarek Gawor


The default thread pool provided by Geronimo is configured with the same amount of minimum and maximum threads. That means, new threads are always created until the pool maximum is reached AND the threads are never reclaimed. 


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


[jira] Assigned: (GERONIMO-3634) Default thread pool is misconfigured

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor reassigned GERONIMO-3634:
-------------------------------------

    Assignee: Jarek Gawor

> Default thread pool is misconfigured
> ------------------------------------
>
>                 Key: GERONIMO-3634
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3634
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: core
>    Affects Versions: 2.0.x, 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>
> The default thread pool provided by Geronimo is configured with the same amount of minimum and maximum threads. That means, new threads are always created until the pool maximum is reached AND the threads are never reclaimed. 

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


[jira] Resolved: (GERONIMO-3634) Default thread pool is misconfigured

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor resolved GERONIMO-3634.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1

Added an option for setting the minimum thread pool size and increased thread idle time to 30 seconds. Changes committed to trunk (revision 598759).


> Default thread pool is misconfigured
> ------------------------------------
>
>                 Key: GERONIMO-3634
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3634
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: core
>    Affects Versions: 2.0.x, 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 2.1
>
>
> The default thread pool provided by Geronimo is configured with the same amount of minimum and maximum threads. That means, new threads are always created until the pool maximum is reached AND the threads are never reclaimed. 

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