Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-3749

[OSGi Installer] Intelligently manage start level during artifact handling

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • Installer Core 3.6.0
    • Installer
    • None

    Description

      OSGi Installer should be made more intelligent in deciding how to handle bundle updates, if multiple bundles need to be updated e.g. by lowering the system start level when updating important bundles or when updating a large number of bundles to reduce oscillation of the system and thus reduce update time and increase stability.

      Some thoughts around this as per fmeschbe:

      • Bundle installations are not problematic and don't need to be treated specially
      • Bundle updates and uninstallations may cause the system to oscillated because services may come and go during updates and package refreshes
      • Some bundles are more central than other bundles. For example the bundle providing the JCR Repository service is "used" by almost all of the system. And bundle may be important because a certain threshold if API importing bundles is reached (e.g. the Sling API bundle) or because one of the registered services is used by a certain threshold of consumers.
      • When at least one important bundle is updated or uninstalled in a single batch, the OSGi installer should reduce the system start level before handling the batch and raise the start level after the batch again.
      • The start level to which the system is reduced is the lower of the start level of the OSGi installer and its helper bundles (probably the Task provides) and the start levels of the important bundle(s) handled in the batch.

      Attachments

        1. SLING-3749.patch
          5 kB
          Chetan Mehrotra

        Activity

          People

            cziegeler Carsten Ziegeler
            chetanm Chetan Mehrotra
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: