Jerry Cwiklik created UIMA-2487:
-----------------------------------

             Summary: Optimize UIMA-AS code that collects pipeline stats 
                 Key: UIMA-2487
                 URL: https://issues.apache.org/jira/browse/UIMA-2487
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
             Fix For: 2.4.0AS


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. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to