Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 16064 invoked from network); 15 Dec 2008 19:53:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Dec 2008 19:53:28 -0000 Received: (qmail 85173 invoked by uid 500); 15 Dec 2008 19:53:40 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 85140 invoked by uid 500); 15 Dec 2008 19:53:40 -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 85129 invoked by uid 99); 15 Dec 2008 19:53:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Dec 2008 11:53:40 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED 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; Mon, 15 Dec 2008 19:53:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 81111234C3DA for ; Mon, 15 Dec 2008 11:53:05 -0800 (PST) Message-ID: <1596158418.1229370785527.JavaMail.jira@brutus> Date: Mon, 15 Dec 2008 11:53:05 -0800 (PST) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2006) Improve timeout filter due to dead lock risk In-Reply-To: <122168571.1227117965430.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-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-2006. ----------------------------- Resolution: Fixed Fix Version/s: 5.3.0 patch applied @ r726785. thanks. > Improve timeout filter due to dead lock risk > -------------------------------------------- > > Key: AMQ-2006 > URL: https://issues.apache.org/activemq/browse/AMQ-2006 > Project: ActiveMQ > Issue Type: Improvement > Affects Versions: 5.2.0 > Environment: All > Reporter: Filip Hanik > Assignee: Gary Tully > Fix For: 5.3.0 > > Attachments: timeout.diff > > > Some of the filters in activeMQ are dead lock prone, hence aborting a write must be done directly at the socket level without the risk of involving any additional locks > This patch is to trunk, and is an improvement over the original in > https://issues.apache.org/activemq/browse/AMQ-1993 > This patch also acts like a tab police, I'm still a eclipse newbie. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.