Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 97568 invoked from network); 9 Mar 2008 17:21:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2008 17:21:14 -0000 Received: (qmail 37945 invoked by uid 500); 9 Mar 2008 17:21:09 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 37841 invoked by uid 500); 9 Mar 2008 17:21:09 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 37751 invoked by uid 99); 9 Mar 2008 17:21:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 10:21:07 -0700 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; Sun, 09 Mar 2008 17:20:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 91FBB234C08A for ; Sun, 9 Mar 2008 10:19:46 -0700 (PDT) Message-ID: <172759324.1205083186596.JavaMail.jira@brutus> Date: Sun, 9 Mar 2008 10:19:46 -0700 (PDT) From: "Phil Steitz (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (POOL-125) Insufficient control over concurrent access to pooled objects by Evictor, client threads MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Insufficient control over concurrent access to pooled objects by Evictor, client threads ---------------------------------------------------------------------------------------- Key: POOL-125 URL: https://issues.apache.org/jira/browse/POOL-125 Project: Commons Pool Issue Type: Bug Affects Versions: 1.4, 1.2 Reporter: Phil Steitz Fix For: 1.5 In pool 1.2, 1.4, borrowObject, returnObject, invalidateObject are not fully synchronized. This creates the potential for race conditions vis a vis the Evictor and/or client object lock contention. Factory methods on pooled objects should not be allowed to be invoked concurrently by client threads and the Evictor. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.