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

Uima AS aggregate controller should synchronize code that processes CPC replies from delegates

    XMLWordPrintableJSON

Details

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

    Description

      Uima AS aggregate allows concurrent processing of CPC replies from its delegates. This creates a problem when two different threads call collectionProcessComplete() on the Flow Controller at the same time. The result is an ArithmeticException: /by zero. The collectionProcessComplete() call should only be done once. Add synchronization to prevent calling collectionProcessComplete() more than once.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: