OpenIdentityPlatform / OpenAM

OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
https://www.openidentityplatform.org/openam
Other
766 stars 149 forks source link

IdRepoPluginsCache performance (lock on get) #697

Closed vharseko closed 8 months ago

vharseko commented 8 months ago
 java.lang.Thread.State: BLOCKED (on object monitor)
        at java.util.Hashtable.get(Hashtable.java:363)
        - waiting to lock <0x00000003d7681a60> (a java.util.Hashtable)
        at com.sun.identity.idm.server.IdRepoPluginsCache.getIdRepoPlugins(IdRepoPluginsCache.java:194)
        at com.sun.identity.idm.server.IdServicesImpl.getAttributes(IdServicesImpl.java:630)
        at com.sun.identity.idm.server.IdCachedServicesImpl.getAttributes(IdCachedServicesImpl.java:440)