DO NOT REPLY [Bug 52356] Prevent potential data races on "org.apache.catalina.tribes.transport.bio.util.FastQueue.size".

2011-12-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52356 --- Comment #3 from Mohsen Vakilian 2011-12-24 00:08:34 UTC --- Thanks for resolving this issue. Keshmesh detected this problem when we ran it on Tomcat using method "org.apache.catalina.tribes.group.inte

DO NOT REPLY [Bug 52356] Prevent potential data races on "org.apache.catalina.tribes.transport.bio.util.FastQueue.size".

2011-12-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52356 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52356] Prevent potential data races on "org.apache.catalina.tribes.transport.bio.util.FastQueue.size".

2011-12-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52356 --- Comment #1 from Mark Thomas 2011-12-23 21:20:11 UTC --- Write access is protected by the lock. Making it volatile will ensure the latest version is available to the getSize() method. -- Configure bugmail: https://issues.apache.org/bug

DO NOT REPLY [Bug 52356] Prevent potential data races on "org.apache.catalina.tribes.transport.bio.util.FastQueue.size".

2011-12-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52356 Mohsen Vakilian changed: What|Removed |Added CC||reprogram...@gmail.com -- Confi