You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/12/14 10:11:15 UTC

DO NOT REPLY [Bug 52327] New: DataSourceProxy is not thread-safe

https://issues.apache.org/bugzilla/show_bug.cgi?id=52327

             Bug #: 52327
           Summary: DataSourceProxy is not thread-safe
           Product: Tomcat Modules
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: jdbc-pool
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: sebb@apache.org
    Classification: Unclassified


DataSourceProxy is not thread-safe - the poolProperties field is mutable, but
access is not synchronised, and the field is not volatiel.

So changes to the field are not guaranteed to be published to all threads.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 52327] DataSourceProxy is not thread-safe

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52327

Rob Moore <ro...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rob.moore+apache@gmail.com

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 52327] DataSourceProxy is not thread-safe

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52327

Filip Hanik <fh...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 52327] DataSourceProxy is not thread-safe

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52327

--- Comment #1 from Filip Hanik <fh...@apache.org> 2012-03-20 16:14:14 UTC ---
r1302965

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 52327] DataSourceProxy is not thread-safe

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52327

--- Comment #2 from Filip Hanik <fh...@apache.org> 2012-03-20 16:16:16 UTC ---
Correction, fixed in r1302968

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org