You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2009/07/09 16:40:15 UTC

[jira] Closed: (SLING-1039) OsgiControllerImpl creates too many BundleStartTask

     [ https://issues.apache.org/jira/browse/SLING-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz closed SLING-1039.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: JCR Install 2.0.4

Fixed in revision 792562 - created SLING-1042 to optimize retry cycles.

> OsgiControllerImpl creates too many BundleStartTask
> ---------------------------------------------------
>
>                 Key: SLING-1039
>                 URL: https://issues.apache.org/jira/browse/SLING-1039
>             Project: Sling
>          Issue Type: Bug
>    Affects Versions: JCR Install 2.0.4
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>             Fix For: JCR Install 2.0.4
>
>
> If a bundle cannot be started (for example because of missing dependencies), the OsgiControllerImpl keeps retrying to start it, every time its executeScheduledOperations() method is called.
> This is ok (though we might want to lower the frequency of these calls when that happens), but on every cycle a BundleStartTask is created for each bundle, and it's not useful in this case.
> This causes the INFO log to be filled with "Successfully executed BundleStartTask" messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.