You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Eoghan Glynn (JIRA)" <ji...@apache.org> on 2009/10/20 14:25:59 UTC

[jira] Updated: (CXF-2305) PerformanceCounter.Client reports incorrect response times for oneway invocations

     [ https://issues.apache.org/jira/browse/CXF-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eoghan Glynn updated CXF-2305:
------------------------------

    Fix Version/s: 2.3
                   2.2.5

> PerformanceCounter.Client reports incorrect response times for oneway invocations
> ---------------------------------------------------------------------------------
>
>                 Key: CXF-2305
>                 URL: https://issues.apache.org/jira/browse/CXF-2305
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.2.2
>            Reporter: Eoghan Glynn
>            Assignee: Eoghan Glynn
>             Fix For: 2.2.5, 2.3
>
>
> The response times reported by the PerformanceCounter.Client MBean for oneway invocations are completely outlandish.
> This is caused by the start time being unset (and hence zero) when its subtracted from the end time in order to compute an elapsed time for the request.
> Also the end time seems to be set in advance of the oneway request even being sent, so the entire computation is bogus.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.