Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 52573 invoked from network); 18 Oct 2010 13:41:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Oct 2010 13:41:06 -0000 Received: (qmail 74640 invoked by uid 500); 18 Oct 2010 13:41:05 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 74622 invoked by uid 500); 18 Oct 2010 13:41:05 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 74614 invoked by uid 99); 18 Oct 2010 13:41:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 13:41:05 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 13:41:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9IDegpf006008 for ; Mon, 18 Oct 2010 13:40:42 GMT Message-ID: <32573319.59341287409242178.JavaMail.jira@thor> Date: Mon, 18 Oct 2010 09:40:42 -0400 (EDT) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2986) StorePercentUsage is not refreshed when retrieved over JMX In-Reply-To: <24651163.59321287409240433.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac resolved AMQ-2986. -------------------------------- Resolution: Fixed fixed with svn revision 1023795 > StorePercentUsage is not refreshed when retrieved over JMX > ---------------------------------------------------------- > > Key: AMQ-2986 > URL: https://issues.apache.org/activemq/browse/AMQ-2986 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.4.1 > Reporter: Dejan Bosanac > Assignee: Dejan Bosanac > Fix For: 5.5.0 > > > Even if the usage is calculated appropriately, the value displayed in JConsole is cached and not calculated on every call, so you can get impression that it's not updated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.