Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-7699

Runtime component manager is not correctly doing the cleanup - breaks hot reload

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.5
    • Component/s: Runtime

      Description

      In some conditions hot reload is not working when hot reloading a set of components that requires one each other.
      The problem is random because it depends on the undeploy order.

      Example:

      CompA.xml require CompB.xml and CompC.xml

      deploy Compa.xml
      deploy CompB.xml
      deploy CompC.xml

      undeploy CompC.xml
      undeploy CompA.xml
      undeploy CompB.xml

      deploy Compa.xml
      deploy CompB.xml
      deploy CompC.xml

      In fact the problem is deeper. The cleanup is not correctly done in some cases and this may also generate memory leaks when hot reloading.

        Attachments

          Activity

            People

            • Assignee:
              bstefanescu Bogdan Stefanescu
              Reporter:
              bstefanescu Bogdan Stefanescu
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: