Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-3542

Refactor DUCC ResourceManagerComponent to avoid NPE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.0.0-Ducc
    • DUCC
    • None

    Description

      Modify ResourceManagerComponent.start() to move call to super.start() to avoid a possible race condition which may result in a NPE. The code should first instantiate JobManagerConverter and then super.start() can be called.

      The super.start() calls back the ResourceManagerComponent method where it expects a valid reference to JobManagerConverter which is initialized in the ResourceManagerComponent .start().

      Attachments

        Activity

          People

            cwiklik Jaroslaw Cwiklik
            cwiklik Jaroslaw Cwiklik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: