[jboss-remoting-issues] [JBoss JIRA] (JBREM-1327) Fix synchronization in BlockingCallbackStore

Ron Sigal (JIRA) issues at jboss.org
Wed Dec 10 23:54:39 EST 2014


    [ https://issues.jboss.org/browse/JBREM-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13026919#comment-13026919 ] 

Ron Sigal commented on JBREM-1327:
----------------------------------

Changes committed to https://svn.jboss.org/repos/jbossremoting/remoting2/branches/2.x

> Fix synchronization in BlockingCallbackStore
> --------------------------------------------
>
>                 Key: JBREM-1327
>                 URL: https://issues.jboss.org/browse/JBREM-1327
>             Project: JBoss Remoting
>          Issue Type: Bug
>    Affects Versions: 2.5.4.SP5
>            Reporter: Ron Sigal
>            Assignee: Ron Sigal
>             Fix For: 2.5.4.SP6
>
>
> In org.jboss.remoting.callback.BlockingCallbackStore, add() waits on a lock which is released only when getNext() is called. so a second Callback can be added only after the first is removed.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jboss-remoting-issues mailing list