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/06/19 17:22:08 UTC

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

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.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.


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

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CXF-2305:
-----------------------------

    Fix Version/s: 2.1.8

> 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.1.8, 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.


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

Posted by "Eoghan Glynn (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Eoghan Glynn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eoghan Glynn resolved CXF-2305.
-------------------------------

    Resolution: Fixed

Fixed in: http://svn.apache.org/viewvc?view=revision&revision=827050

> 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.