Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 12198 invoked from network); 20 Oct 2009 12:32:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Oct 2009 12:32:23 -0000 Received: (qmail 57334 invoked by uid 500); 20 Oct 2009 12:32:23 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 57314 invoked by uid 500); 20 Oct 2009 12:32:23 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 57124 invoked by uid 99); 20 Oct 2009 12:32:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 12:32:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 12:32:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A61F6234C48D for ; Tue, 20 Oct 2009 05:31:59 -0700 (PDT) Message-ID: <2016261038.1256041919679.JavaMail.jira@brutus> Date: Tue, 20 Oct 2009 12:31:59 +0000 (UTC) From: "Eoghan Glynn (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-2305) PerformanceCounter.Client reports incorrect response times for oneway invocations In-Reply-To: <632121813.1245424928601.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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.