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

Optimize UIMA-AS code that collects pipeline stats

    XMLWordPrintableJSON

Details

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

    Description

      When collecting stats from AE Management objects the UIMA-AS needs to create a snapshot of stats before calling AE process method. It actually does a deep copy (by serialization) of Management objects. This snapshot is used to calculate component analysis time when the process method completes. The problem is that the serialization is adding too much overhead and actually is not necessary. Refactor code to avoid serialization overhead.

      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: