DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37234>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37234

           Summary: [pool] synchronization issues in GenericKeyedObjectPool
           Product: Commons
           Version: unspecified
          Platform: All
               URL: http://mail-archives.apache.org/mod_mbox/jakarta-
                    commons-
                    dev/200510.mbox/[EMAIL PROTECTED]
                    .Stanford.EDU%3e
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: major
          Priority: P1
         Component: Pool
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


This patch implements the a fix for the synchronization issues found by Mayur
Naik for GenericKeyedObjectPool.

This patch also removes synchronization on the getNumTests(), 
incrementActiveCount(Object), 
decrementActiveCount(Object), getActiveCount(Object), and 
calculateDefecit(Object) private methods 
because they are all only ever called from within a synchronized context.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to