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

Modify UIMA-AS synchronization when deserializing CASes

    XMLWordPrintableJSON

Details

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

    Description

      The de-serialization of CASes is currently synchronized in the uima-as code. This creates a bottleneck when multiple listeners threads are used, effectively creating a processing funnel. This is especially true for aggregates which do little processing and spent most time de-serializing and serializing CASes. The synchronization needs only be applied while merging secondary CASes. In all other cases, synchronization around deserialization should not be used.

      Attachments

        1. uimaj-as-core-UIMA-1125-patch.txt
          5 kB
          Jaroslaw Cwiklik

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: