Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-5383

Support parallel bundle starting

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • fileinstall-3.5.4
    • None
    • File Install
    • None

    Description

      I have an application that uses Felix File Install to start a set of bundles that use Blueprint configuration extensively, but with the poll time disabled (felix.fileinstall.poll = 0) because I only want the bundles started at application startup time. Sometimes one bundle might have a Blueprint service dependency provided by another bundle such that when started and that other bundle has not been started yet causes a service timeout. The ordering File Install uses to start bundles is indeterminate (a HashSet is passed to startBundles(Collection<Bundle> bundles)) so I thought a good solution would be to start bundles in parallel, so if one bundle gets stuck when starting, waiting for a Blueprint service to become available, other bundles can continue to be started under the assumption one of them will be providing that service "soon".

      Attachments

        Activity

          People

            Unassigned Unassigned
            msqr Matt Magoffin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: