[jboss-jira] [JBoss JIRA] Commented: (JGRP-898) Make the RPC response OOB by default (back port from 2.7/2.8)
Bela Ban (JIRA)
jira-events at lists.jboss.org
Wed Feb 4 11:44:44 EST 2009
[ https://jira.jboss.org/jira/browse/JGRP-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12451132#action_12451132 ]
Bela Ban commented on JGRP-898:
-------------------------------
Fixed on the 2.6 branch. You can check out the code from CVS and build it yourself:
cvs -d:pserver:anonymous at javagroups.cvs.sourceforge.net:/cvsroot/javagroups login
cvs -z3 -d:pserver:anonymous at javagroups.cvs.sourceforge.net:/cvsroot/javagroups co -d JGroups-2.6-branch -r Branch_JGroups_2_6 JGroups
Or you can patch your existing JGroups installation (if you have the src distro) by looking at RequestCorrelator and applying the patch 1.40.2.4.
To build the JAR file, change into JGroups and issue a ./build.sh dist. The JAR file will be in the JGroups-2.6-branch/dist dir.
The file changed is RequestCorrelator: $Id: RequestCorrelator.java,v 1.40.2.4 2009/02/04 16:39:26 belaban Exp
> Make the RPC response OOB by default (back port from 2.7/2.8)
> -------------------------------------------------------------
>
> Key: JGRP-898
> URL: https://jira.jboss.org/jira/browse/JGRP-898
> Project: JGroups
> Issue Type: Task
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Minor
> Fix For: 2.6.8
>
>
> The response to a synchronous RPC should always be marked as OOB. This way, we can avoid deadlocks. Since the deadlock detection code was trashed in 2.7, this was only done in 2.7.
> Task: back port this to 2.6.x as well
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list