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

UIMA-AS service keeps initializing AEs despite exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4.2AS
    • 2.6.0AS
    • Async Scaleout
    • None

    Description

      UIMA-AS service uses a custom thread pool factory to allow pining of AEs to specific threads. Initialization of AEs is sequential. It looks like the code is not paying attention to the state of the service before attempting initialization of AE. If AE fails initialization, the code continues to initialize remaining threads instead of stopping the initialization and giving up.

      Review the code and make sure the threads dont attempt AE initialization if a previous attempt failed.

      Add a new junit test case to test this scenario.

      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: