Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IdRepoPluginsCache performance (lock on get) #697

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

vharseko
Copy link
Member

@vharseko vharseko commented Jan 9, 2024

 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)

@vharseko vharseko requested a review from maximthomas January 9, 2024 17:50
@vharseko vharseko merged commit 35a927d into OpenIdentityPlatform:master Jan 9, 2024
5 of 14 checks passed
@vharseko vharseko deleted the IdRepoPluginsCache branch January 9, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants