[jboss-jira] [JBoss JIRA] Resolved: (JBREM-793) Lease should synchronize access to client map
Ron Sigal (JIRA)
jira-events at lists.jboss.org
Wed Aug 22 20:32:18 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-793?page=all ]
Ron Sigal resolved JBREM-793.
-----------------------------
Resolution: Done
This synchronization was necessary in the context of changes made for JBREM-783 "Remove network i/o from synch blocks that establish and terminate LeasePingers", which introduced a race condition. Since the changes for JBREM-783 was backed out, the current issue can be dropped.
> Lease should synchronize access to client map
> ---------------------------------------------
>
> Key: JBREM-793
> URL: http://jira.jboss.com/jira/browse/JBREM-793
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.0.SP4, 2.2.1.GA
> Reporter: Ron Sigal
> Assigned To: Ron Sigal
> Fix For: 2.2.2.GA, 2.4.0.Beta1 (Pinto)
>
>
> Multiple worker threads can call org.jboss.remoting.Lease.updateLease() and Lease.terminateLease(), which access the Map holding client information. While running org.jboss.test.remoting.lease.synchronization.MultipleClientSynchronizationTestCase, it was observed that occasionally accessing the Map would return null instead of the correct value.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list