Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Duplicate
-
None
-
None
-
None
Description
With SLING-8946 the updating of all ResourceProviders when their exclude path set changes was introduced to prevent non-deterministic behaviour of resource observation.
This change though caused calling updateProviderContext() and ResourceProviderHandler#update() on every registered ResourceProviderHandler when a new ResourceProvider was activated/deactivated no matter if the paths actually intersect.
This is quite resource consuming (processing time and memory) and should be reduced to update only those handlers that actually intersect with the handler added/removed.
Attachments
Issue Links
- duplicates
-
SLING-8946 Non-deterministic shadowing of resource observation
- Reopened
- is caused by
-
SLING-8946 Non-deterministic shadowing of resource observation
- Reopened
- links to