[overlord-issues] [JBoss JIRA] (RTGOV-336) Combine activities recorded across multiple threads

Gary Brown (JIRA) issues at jboss.org
Fri Apr 25 05:10:33 EDT 2014


     [ https://issues.jboss.org/browse/RTGOV-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Brown updated RTGOV-336:
-----------------------------

     Original Estimate: 2 days
    Remaining Estimate: 2 days

    
> 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
>            Priority: Minor
>             Fix For: 2.0.0.Final
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> 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


More information about the overlord-issues mailing list