[jboss-jira] [JBoss JIRA] Resolved: (JBREM-1269) Fix deadlock between Client and MicroRemoteClientInvoker, part 2

Ron Sigal (JIRA) jira-events at lists.jboss.org
Fri Jan 28 18:16:39 EST 2011


     [ https://issues.jboss.org/browse/JBREM-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ron Sigal resolved JBREM-1269.
------------------------------

    Resolution: Done


There is no anomalous behavior in the hudson test runs.

> Fix deadlock between Client and MicroRemoteClientInvoker, part 2
> ----------------------------------------------------------------
>
>                 Key: JBREM-1269
>                 URL: https://issues.jboss.org/browse/JBREM-1269
>             Project: JBoss Remoting
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.5.3.SP1, 2.2.3.SP3
>            Reporter: Ron Sigal
>            Assignee: Ron Sigal
>             Fix For: 2.5.3.SP2, 2.2.3.SP4
>
>
> 1. a. org.jboss.remoting.MicroRemoteClientInvoker.terminateLease() synchronizes on clientLeaseLock and calls org.jboss.remoting.LeasePinger.stopPing()
>     b. org.jboss.remoting.LeasePinger.stopPing() calls org.jboss.remoting.Client.notifyListeners(), which synchronized on connectionValidatorLock
> 2. a. org.jboss.remoting.Client.addConnectionListener() synchronizes on connectionValidatorLock and calls org.jboss.remoting.ConnectionValidator()
>     b. org.jboss.remoting.ConnectionValidator() calls ConnectionValidator.getParameters()
>     c. ConnectionValidator.getParameters() calls org.jboss.remoting.MicroRemoteClientInvoker.getLeasePinger()
>     d. org.jboss.remoting.MicroRemoteClientInvoker.getLeasePinger() synchronized on clientLeaseLock

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list