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

Fix ConcurrentModificationException in UIMA-AS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.4.0AS
    • 2.4.2AS
    • Async Scaleout
    • None

    Description

      When running uima-as with a logger configured at FINE or FINEST, ConcurrentModificationException is thrown from one of the methods which is only called when log level > INFO. The dumpPendingReplyList() method iterates over a list which is concurrently being updated by another thread. Synchronize access to the list to prevent the exception.

      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: