Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 3465 invoked from network); 8 Oct 2008 13:58:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 13:58:24 -0000 Received: (qmail 58412 invoked by uid 500); 8 Oct 2008 13:58:22 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 58385 invoked by uid 500); 8 Oct 2008 13:58:22 -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 58374 invoked by uid 99); 8 Oct 2008 13:58:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 06:58:22 -0700 X-ASF-Spam-Status: No, hits=-1999.7 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE,WHOIS_MYPRIVREG 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; Wed, 08 Oct 2008 13:57:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8A3BB234C216 for ; Wed, 8 Oct 2008 06:57:54 -0700 (PDT) Message-ID: <811038021.1223474274564.JavaMail.jira@brutus> Date: Wed, 8 Oct 2008 06:57:54 -0700 (PDT) From: "Aaron Pieper (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-1889) Usage leak in broker when subscribing to a topic using selector In-Reply-To: <875724979.1218809153283.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Pieper updated AMQ-1889: ------------------------------ Attachment: BrokerMemoryLeak.java This test case demonstrates a memory leak in the Broker Service. When you execute it, BrokerService's memory percent steadily increases until it hits 100. Then, messages stop being sent. Originally posted to the mailing list: http://www.nabble.com/Memory-leak-in-broker-when-subscribing-to-a-topic-using-TCP-connector-%2B-noLocal--td18821110.html > Usage leak in broker when subscribing to a topic using selector > --------------------------------------------------------------- > > Key: AMQ-1889 > URL: https://issues.apache.org/activemq/browse/AMQ-1889 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.1.0 > Reporter: Hiram Chirino > Assignee: Hiram Chirino > Fix For: 5.2.0 > > Attachments: BrokerMemoryLeak.java > > > Original reported in [the mailing list|http://www.nabble.com/Memory-leak-in-broker-when-subscribing-to-a-topic-using-TCP-connector-%2B-noLocal--tp18821110p18821110.html] > Original report notices the problem with noLocal, but I belive that the usage leak when any selector is used. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.