[
https://issues.apache.org/jira/browse/SLING-9631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-9631.
-------------------------------------
Resolution: Fixed
https://github.com/apache/sling-org-apache-sling-auth-core/commit/c91e17e25e5b511697e1d5cd19666ca9fd78b8a5
> Avoid read/write lock when processing requests
> ----------------------------------------------
>
> Key: SLING-9631
> URL: https://issues.apache.org/jira/browse/SLING-9631
> Project: Sling
> Issue Type: Improvement
> Components: Authentication
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Priority: Major
> Fix For: Auth Core 1.5.0
>
>
> The PathBasedHolderCache is using a read/write lock to synchronize changes
> and read access (on every access). We can avoid that lock for reading by
> switching to a concurrent map and just synchronize the writing
--
This message was sent by Atlassian Jira
(v8.3.4#803005)