[
https://issues.apache.org/jira/browse/FELIX-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard S. Hall updated FELIX-894:
----------------------------------
Description: Currently, we are holding a lock while firing the BundleEvent
STARTED, STOPPED, and UNINSTALLED events. While we cannot completely eliminate
holding locks while firing events (e.g., STARTING, STOPPING or the events
caused by updating a bundle), we can at least eliminate some of these simple
cases by moving the event firing outside of the lock region for the bundle.
(was: Currently, we are holding a lock while firing the BundleEvent STARTED and
STOPPED events. While we cannot completely eliminate holding locks while firing
events (e.g., STARTING, STOPPING or the events caused by updating a bundle), we
can at least eliminate these to simple cases by moving the event firing outside
of the lock region for the bundle.)
Summary: Loosen locking when starting/stopping/uninstalling a bundle by
firing event without holding a lock (was: Loosen locking when
starting/stopping a bundle by firing event without holding a lock)
> Loosen locking when starting/stopping/uninstalling a bundle by firing event
> without holding a lock
> --------------------------------------------------------------------------------------------------
>
> Key: FELIX-894
> URL: https://issues.apache.org/jira/browse/FELIX-894
> Project: Felix
> Issue Type: Improvement
> Components: Framework
> Affects Versions: felix-1.4.1
> Reporter: Richard S. Hall
> Assignee: Richard S. Hall
> Priority: Minor
> Fix For: felix-1.6.0
>
>
> Currently, we are holding a lock while firing the BundleEvent STARTED,
> STOPPED, and UNINSTALLED events. While we cannot completely eliminate holding
> locks while firing events (e.g., STARTING, STOPPING or the events caused by
> updating a bundle), we can at least eliminate some of these simple cases by
> moving the event firing outside of the lock region for the bundle.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.