You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rex Wang (JIRA)" <ji...@apache.org> on 2010/04/02 03:48:27 UTC

[jira] Closed: (GERONIMO-5200) high cpu load, probably result of concurrent access of resourcesNotFound in MultiParentClassLoader

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

Rex Wang closed GERONIMO-5200.
------------------------------


closing it

> high cpu load, probably result of concurrent access of resourcesNotFound in MultiParentClassLoader
> --------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5200
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5200
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: core
>    Affects Versions: 2.1.4, 2.2
>         Environment: Linux 64 bits, geronimo 2.2 build 2009.12.07-18:20:06.045-0800
>            Reporter: Marco Laponder
>            Assignee: Kevan Miller
>             Fix For: 2.1.5, 2.2.1
>
>         Attachments: thread.dump
>
>
> Sometimes during the use of our webapplication the cpu of our server has extereme high load caused by geronimo which stays high forever untillI stop geronimo. I have created a thread dump when the cpu load is high (attached to this jira).  Suspicious in this thread dump are multiple thread in the containsKey. 
> As not all the access of the resourcesNotFOund map is not synchronized this could be the cause of the problem as this might result in a infinite loop when the contains method is called during a map resize. 

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