[
https://issues.apache.org/jira/browse/SLING-4684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Egli resolved SLING-4684.
--------------------------------
Resolution: Fixed
javadoc adjusted in http://svn.apache.org/r1676949
> Stress that handleTopologyEvent() should be lock-free and terminate quickly
> ---------------------------------------------------------------------------
>
> Key: SLING-4684
> URL: https://issues.apache.org/jira/browse/SLING-4684
> Project: Sling
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: Discovery API 1.0.2
> Reporter: Stefan Egli
> Assignee: Stefan Egli
> Fix For: Discovery API 1.0.4
>
>
> The TopologyEventHandler.handleTopologyEvent() javadoc should be updated with:
> * the fact that it should terminate quickly and not do any length operations
> (as this could potentially hold back any other handler and it was not
> intended to support long-running handle calls)
> * the fact that the handleTopologyEvent() caller could potentially hold
> locks and handleTopologyEvent() itself should be (dead-)lock free
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)