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 2010/02/16 13:41:27 UTC

[jira] Created: (SLING-1381) BundleUpdateTask should stop retrying if RegisteredResource provides no InputStream

BundleUpdateTask should stop retrying if RegisteredResource provides no InputStream
-----------------------------------------------------------------------------------

                 Key: SLING-1381
                 URL: https://issues.apache.org/jira/browse/SLING-1381
             Project: Sling
          Issue Type: Bug
          Components: Installer
            Reporter: Bertrand Delacretaz
            Assignee: Bertrand Delacretaz
            Priority: Minor
             Fix For: OSGi Installer 3.0.2


Since SLING-1346 the BundleUpdateTask correctly handles missing InputStream (whatever their cause is), but the task is still retried in this case.

As there's no way for the InputStream to come back, the retrying should stop when that condition is detected.

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


[jira] Resolved: (SLING-1381) BundleUpdateTask should stop retrying if RegisteredResource provides no InputStream

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz resolved SLING-1381.
----------------------------------------

    Resolution: Fixed

Implemented in revision 910503, BundleUpdateTask stops retrying with an INFO log message.

> BundleUpdateTask should stop retrying if RegisteredResource provides no InputStream
> -----------------------------------------------------------------------------------
>
>                 Key: SLING-1381
>                 URL: https://issues.apache.org/jira/browse/SLING-1381
>             Project: Sling
>          Issue Type: Bug
>          Components: Installer
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>             Fix For: OSGi Installer 3.0.2
>
>
> Since SLING-1346 the BundleUpdateTask correctly handles missing InputStream (whatever their cause is), but the task is still retried in this case.
> As there's no way for the InputStream to come back, the retrying should stop when that condition is detected.

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