You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2017/06/08 08:52:18 UTC

[jira] [Created] (SLING-6943) Don't call into service registry from within a synchronized block

Carsten Ziegeler created SLING-6943:
---------------------------------------

             Summary: Don't call into service registry from within a synchronized block
                 Key: SLING-6943
                 URL: https://issues.apache.org/jira/browse/SLING-6943
             Project: Sling
          Issue Type: Improvement
          Components: ResourceResolver
            Reporter: Carsten Ziegeler
             Fix For: Resource Resolver 1.5.26
         Attachments: SLING-6943.patch

ResourceProviderTracker activates and deactivates resource providers within a synchronized block which then calls get/unget service on the service registry.
I think we should avoid doing these calls within a sync'ed block



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)