Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #28519 All Revisions ] Back to Issue ]
Summary 0028519: Java-thread apparently deadlocking in OrganizationStructureProvider.initialize
Revision 2015-01-05 11:12 by shuehner
Description The following behavior has been observered in a customer instance.

cpu-usage flat 600% for 6 cores fully used.
Checking jstack we see 6 threads which status runnable with following end of signature
Addittionaly each of that seems to hold one open transaction while it is running (as seeing 6 db connections in status idle in transaction)

   java.lang.Thread.State: RUNNABLE
        at java.util.HashMap.put(HashMap.java:391)
        at org.openbravo.dal.security.OrganizationStructureProvider.initialize(OrganizationStructureProvider.java:114)

That looks very similar to a problem we had 6-12month ago with i think ApplicationDictionaryCache.

jstack will be attached.
Full HeapDump available on request from shu
Revision 2015-01-05 11:11 by shuehner
Description The following behavior has been observered in a customer instance.

cpu-usage flat 600% for 6 cores fully used.
Checking jstack we see 6 threads which status runnable with following end of signature

   java.lang.Thread.State: RUNNABLE
        at java.util.HashMap.put(HashMap.java:391)
        at org.openbravo.dal.security.OrganizationStructureProvider.initialize(OrganizationStructureProvider.java:114)

That looks very similar to a problem we had 6-12month ago with i think ApplicationDictionaryCache.

jstack will be attached.
Full HeapDump available on request from shu


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker