From dev-return-12684-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Jun 26 17:27:51 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 51382 invoked from network); 26 Jun 2007 17:27:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 17:27:50 -0000 Received: (qmail 36158 invoked by uid 500); 26 Jun 2007 17:27:52 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 36130 invoked by uid 500); 26 Jun 2007 17:27:52 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 36121 invoked by uid 99); 26 Jun 2007 17:27:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 10:27:52 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcaj-jackrabbit-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 10:27:47 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I3EfH-0004iH-K9 for dev@jackrabbit.apache.org; Tue, 26 Jun 2007 19:17:19 +0200 Received: from gateway.subshell.com ([212.79.22.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jun 2007 19:17:19 +0200 Received: from christoph by gateway.subshell.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jun 2007 19:17:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@jackrabbit.apache.org From: Christoph Kiehl Subject: Re: Resolved: (JCR-982) Each TransactionContext creates new thread Date: Tue, 26 Jun 2007 19:10:59 +0200 Lines: 16 Message-ID: References: <25550522.1182848425881.JavaMail.jira@brutus> <28179723.1182850645929.JavaMail.jira@brutus> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: gateway.subshell.com User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) In-Reply-To: <28179723.1182850645929.JavaMail.jira@brutus> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Marcel Reutegger (JIRA) wrote: > Marcel Reutegger resolved JCR-982. > ---------------------------------- > > Resolution: Fixed > Fix Version/s: 1.4 > > Replaced the rollback thread with a single static Timer instance and use a Task per TransactionContext for the timeout callback. > > Committed in revision: 550752 Great news! This issue bugged me as well ;) Thanks! Christoph