Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 79249 invoked from network); 23 Dec 2009 16:32:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Dec 2009 16:32:05 -0000 Received: (qmail 54591 invoked by uid 500); 23 Dec 2009 16:32:04 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 54517 invoked by uid 500); 23 Dec 2009 16:32:03 -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 54249 invoked by uid 99); 23 Dec 2009 16:32:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 16:32:03 +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; Wed, 23 Dec 2009 16:32:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AE877234C04C for ; Wed, 23 Dec 2009 08:31:40 -0800 (PST) Message-ID: <957304745.1261585900703.JavaMail.jira@brutus> Date: Wed, 23 Dec 2009 16:31:40 +0000 (UTC) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2440) stomp+nio leaking file descriptor on client drop In-Reply-To: <910725678.1254750772921.JavaMail.jira@brutus> 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-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac updated AMQ-2440: ------------------------------- Fix Version/s: 5.3.1 > stomp+nio leaking file descriptor on client drop > ------------------------------------------------ > > Key: AMQ-2440 > URL: https://issues.apache.org/activemq/browse/AMQ-2440 > Project: ActiveMQ > Issue Type: Bug > Components: Transport > Affects Versions: 5.3.0 > Environment: Windows XP > Reporter: Danilo Tuler > Assignee: Dejan Bosanac > Fix For: 5.3.1 > > Attachments: AMQ-2440-1.txt, StompDropTestConsumer.java, StompDropTestServer.java > > > The bug is observed on code checkout from https://svn.apache.org/repos/asf/activemq/tags/activemq-5.3.0 > A server is initiated with stomp+nio transport on port 61612. > A client connects. A SelectorWorker is created on SelectorManager:68. > If the client drops the connection an exception is received at StompNIOTransport:91. > "java.io.IOException: An existing connection was forcibly closed by the remote host". > But selector are not cleaned up. It works with stomp transport. But not with stomp+nio. > What I see in the end is an increasing number of "connections" if the JVM. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.