Return-Path: Delivered-To: apmail-ws-sandesha-dev-archive@www.apache.org Received: (qmail 85724 invoked from network); 28 Sep 2007 12:56:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Sep 2007 12:56:07 -0000 Received: (qmail 66932 invoked by uid 500); 28 Sep 2007 12:55:12 -0000 Delivered-To: apmail-ws-sandesha-dev-archive@ws.apache.org Received: (qmail 66855 invoked by uid 500); 28 Sep 2007 12:55:12 -0000 Mailing-List: contact sandesha-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sandesha-dev@ws.apache.org Received: (qmail 66773 invoked by uid 99); 28 Sep 2007 12:55:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2007 05:55:11 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2007 12:57:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9D86541013B for ; Fri, 28 Sep 2007 05:54:06 -0700 (PDT) Message-ID: <10097907.1190984046642.JavaMail.jira@brutus> Date: Fri, 28 Sep 2007 05:54:06 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: sandesha-dev@ws.apache.org Subject: [jira] Updated: (SAND-8) shutdown might finish before threads stop In-Reply-To: <26590594.1150707930060.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/jira/browse/SAND-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated SAND-8: -------------------------------- Assignee: (was: Davanum Srinivas) > shutdown might finish before threads stop > ----------------------------------------- > > Key: SAND-8 > URL: https://issues.apache.org/jira/browse/SAND-8 > Project: Sandesha > Issue Type: Improvement > Environment: WinXP > Reporter: Thomas McKiernan > Priority: Minor > Attachments: patch.txt > > > At the moment it is possible for the module shutdown path to return while the Sender and Invoker threads are still running. > This means that even after the module has shutdown transactional work might be attempted. The effects of this are unpredictable and should be avoided. > Therefore I suggest that the shutdown path is changed so that, if the server and/or invoker threads are running, it blocks until they have finished. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org For additional commands, e-mail: sandesha-dev-help@ws.apache.org