Gary Brown created RTGOV-336:
--------------------------------
Summary: Combine activities recorded across multiple threads
Key: RTGOV-336
URL:
https://issues.jboss.org/browse/RTGOV-336
Project: RTGov (Run Time Governance)
Issue Type: Enhancement
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.M1
When capturing activity events via proxies in JBoss Fuse, found that when a service
returned an exception, it was handled in a separate thread.
This resulted in two separate activity units, one for the activities up until the
exception, and the other for the activities following the exception.
This will cause issues with correlation currently, where request/response pairs are
expected to be in the same activity unit.
Two possible solutions:
(1) work on the correlation of requests/responses across activity units - which will be
useful in a wider range of cases.
(2) enable activities across multiple threads to be combined - i.e. if a subsequent thread
is new, allow its relationship with a previous activity event (e.g. the request) to link
it to the same activity unit. Not sure of the implications on the API for this.
This work is related to RTGOV-325.
--
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